/************************************************************************

	Site:		

	Company:        
	
	Designer/Developer: Justin Leaf-Wright

	Listing Order:
	==============

            1 - Global


/***********************************************************************
	1 - GLOBAL
************************************************************************/

body {
    font: small "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
    background: #2f323b;
    color: #555;
    background: #fff url("../images/template/bg.jpg") repeat-x;
    }

body, h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd, input, form, fieldset, label {padding: 0;margin: 0}

#container {
    margin: 0 auto; /* Centering the Layout Horizontally */
    width: 960px;
}

img { border: none; }

p { margin: 1em 0 1em 0; line-height: 1.5em }

.clear { clear: both; }

a { color: #555; }

/***********************************************************************
	1 - H-TAGS
************************************************************************/

h1 {
    font-family: Georgia;
    font-size: 180%;
    border-bottom: 1px solid #ccc;
    padding: 10px 0 8px 0;
    margin-bottom: 20px;
    color: #333333;
}

h2 {
    font-family: Georgia;
    font-size: 140%;
    border-bottom: 1px solid #ccc;
    padding: 10px 0 8px 0;
    margin-bottom: 20px;
    color: #333333;
}

h3 {
    font-family: Georgia;
    font-size: 130%;
    border-bottom: 1px solid #ccc;
    padding: 10px 0 8px 0;
    margin-bottom: 20px;
    color: #333333;
}

/***********************************************************************
	1 - HEADER
************************************************************************/

#header {
    width: 100%;
    height: 125px;
    background: url("../images/template/logo.jpg") no-repeat left top;
    border-bottom: 2px solid #e6e6e6;
}

/***********************************************************************
	1 - CONTENT
************************************************************************/

#content {
    background: #fff;
    width: 960px;
    float: left;
    display: inline; /* IE 6 Double Float-Margin Bug */
}

ul li { list-style-type: square;
	margin: 0 0 0 25px;}

#wrapper {
    width: 590px;
    margin: 0;
    padding: 10px;
    float: left;
    display: inline; /* IE 6 Double Float-Margin Bug */
}

#virtual { width: 275px;
    float: left;
    margin: 5px 15px 5px 5px; }
    
/*********************
    Virtual Sprite
***********************/
    
#virtual p { width: 275px;
    height: 40px;
    display: block;
    text-indent:-9999px; }
    
#virtual p a { width: 275px;
    height: 40px;
    background: url("../images/index/virtualbutton.gif") no-repeat 0 -41px;
    display: block; }
    
#virtual p a:hover { width: 275px;
    height: 40px;
    background: url("../images/index/virtualbutton.gif") no-repeat;
    display: block; }

#google { width: 275px;
    float: left;
    margin: 5px 5px 5px 15px;; }
    
/*********************
    Google Sprite
***********************/

#google p { width: 275px;
    height: 40px;
    display: block;
    text-indent:-9999px; }
    
#google p a { width: 275px;
    height: 40px;
    background: url("../images/index/googlebutton.gif") no-repeat 0 -41px;
    display: block; }
    
#google p a:hover { width: 275px;
    height: 40px;
    background: url("../images/index/googlebutton.gif") no-repeat;
    display: block; }

/***********************************************************************
	1 - SIDEBAR
************************************************************************/

#sidebar {
    width: 300px;
    float: left;
    display: inline; /* IE 6 Double Float-Margin Bug */
    margin: 18px 0 0 10px;
    padding: 0 0 0 20px;
    border-left: 1px dashed #ccc;
}

#sidebar .tel { background: url("../images/index/tel.gif") no-repeat left;
    padding: 0 0 0 50px;
    margin: 25px 0;
    height: 35px; }
    
#sidebar .mail { background: url("../images/index/mail.gif") no-repeat left;
    padding: 0 0 0 50px;
    margin: 25px 0;
    height: 35px; }
    
#sidebar img { margin: 0 3px 10px 0; }

/***********************************************************************
	1 - FOOTER
************************************************************************/

#footer {
    width: 100%;
    background: #0d0d0d;
    clear: both;
}

#footer_container{
    width: 960px;
    background: #0d0d0d;
    margin: 0 auto;
    padding: 10px 0;
    color: #fff;
}

#footer a { color: #fff; }
