@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
}
*{padding:0; margin:0;}
 #container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:701px;
	background:#0191d7 url(../img_site/bg_container.jpg) no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
/*Nav */
 #topnav { 
background:url(../img_site/bg_header.png) no-repeat;
position:relative; z-index:100; padding-top:80px; padding-left:5px; padding-bottom:10px;}


#topnav ul {margin:0; padding:0; list-style:none; white-space:nowrap; text-align:center;padding-left:10px;}
#topnav ul {display:inline-block;} 
#topnav li {margin:0; padding:0; list-style:none;}
#topnav li {display:inline-block; display:inline;}
#topnav ul ul {position:absolute; left:-9999px; text-align:left; margin-top:95px; border:1px dotted #000064;}
#topnav ul ul li{text-align:left;}
#topNav ul.level1 {margin:0 auto;}
#topnav ul li{text-align:center;}
#topNav ul.level1 li.level1-li {float:left; display:block; position:relative; width:144px;}
#topNav ul.level1 li.level1-li-med {float:left; display:block; position:relative; width:185px;}
#topNav ul.level1 li.level1-li-wide {float:left; display:block; position:relative; width:237px;}

#topnav b {position:absolute;} /* -- for IE6 non-flyout dropdowns to stop flickering - who knows why --*/

#topnav a {display:block; font:normal 12px arial; color:#fff; line-height:22px; padding-top:8px; text-decoration:none; font-weight:bold; }

#topnav ul.level1 li.level1-li a.level1-a {float:left; width:144px; height:32px; background:url(../img_site/nav_144.png) top no-repeat;}
#topnav ul.level1 li.level1-li a.level1-a:hover{float:left; width:144px; background:url(../img_site/nav_144.png) no-repeat center  -40px; color:#fff;}
#topnav ul.level1 li.level1-li-med a.level1-a{float:left; width:185px; height:32px; background:url(../img_site/nav_185.png) top no-repeat;}
#topnav ul.level1 li.level1-li-med a.level1-a:hover{float:left; width:185px; background:url(../img_site/nav_185.png) no-repeat center -40px; color:#fff;}
#topnav ul.level1 li.level1-li-wide a.level1-a{float:left; width:237px; height:32px; background:url(../img_site/nav_237.png) top no-repeat;}
#topnav ul.level1 li.level1-li-wide a.level1-a:hover{float:left; width:237px; background:url(../img_site/nav_237.png) no-repeat center -40px; color:#fff;}

#topnav ul li:hover > ul {visibility:visible; left:220px; top:25px; padding-left:0;}

#topnav ul ul li{margin-left:0;}
#topnav ul ul li a {background:#bcd9fd; color:#000; margin:0; font-weight:normal; font-size:11px; padding:2px 5px;}
#topnav ul ul li a:hover {background:#000064; color:#fff;}


#topnav a:hover ul ul, #topnav li a:hover,#topnav li a.fly:hover {background:#000064; color:#fff;} 
#topnav li:hover > a,
#topnav ul li:hover > a.fly {background:#bcd9fd; color:#000;}

#topnav table {position:absolute; height:0; width:0; left:0; border-collapse:collapse; margin-top:-4px;}
 #sidebar1 {
	 margin-left:10px;

	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* padding keeps the content of the div away from the edges */
}
#sidebar1 .freequote{
	padding-top:152px;
	 background:url(../img_site/bg_freeQuote.png) no-repeat top;
}
.freequote a{
text-decoration:none;
font-weight:bold;
color:#fff;	
}

.freequote a:hover{
color:#FF0;	
}
#sidebar1 .callnow{
margin-top:10px;
background:url(../img_site/bg_callus.png) no-repeat top;
padding-top:80px;
color:#000;
height:233px;
}
#sidebar1 .callnow h2 a{
font-style:normal;
font-size:10px;
color:#003;
text-decoration:none;
}
 #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 240px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0 10px 15px 10px; /* padding keeps the content of the div away from the edges */
}
#sidebar2 h1{
font-size:16px;
color:#fff;
text-align:center;
}
#sidebar2 h2{
font-size:16px;
color:#FF0;
text-align:center;
margin-top:20px;
}
 #mainContent {
	margin-top: 0;
	margin-right: 275px;
	margin-bottom: 0;
	margin-left: 225px;
	padding-bottom: 0;
	overflow:hidden;
	height:570px;
} 
#mainContent p{
font-size:13px;	
padding:12px 20px 0 0;
}

 #footer { 
 color:#353535;
font-size:60%;	
text-align:left;
padding-left:30px;
width:1000px;
margin:10px auto;
}
#footer .linkspace{margin-left:20px;}
#footer a{padding-right:20px; color:#353535; text-decoration:none;}
#footer a:hover{color:#999;}
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */

}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.navRite{
font-style:italic;
color:yellow;
}
/* enq form */

.input{
width:105px;
margin-top:2px;
margin-bottom:3px;
margin-left:55px;
font-size:12px;
height:19px;
border:none;
background:none;
}
.pulldown{
width:160px;
margin-bottom:3px;
font-family: verdana;
margin-left:0;
font-size:11px;
height:12px;
padding-top:0;
border:none;
background:none;
}
.buttonText{
background:transparent;
position:absolute;
padding:0; margin:0;
margin-top:22px;
font-size:13px;
font-weight:bold;
color:#fff;
border:none;
}

.enqform{
padding-top:148px;
font-size:11px;
margin-left:10px;
}
.callnow{
padding:0 10px 0 8px;	
}
.callnow h2{
color:red;
font-size:14px;
font-style:italic;
margin:0; padding:0;
text-align:center;
}
.callnow p{
margin:0; padding:0;
font-size:10px;
font-weight:bold;
text-align:center;
color:#272120;
}
.container{
width:80%;
padding:20px;
border:dotted 2px #fff;
background:#006;
}
.container li{
list-style:none;	
}
.quotebutton{
background:url(../img_site/nav_144.png) no-repeat;
width:100px;
height:26px;
margin-left:28px;
padding:8px 28px;


}