body {
	background: #1d2859;
	background-image:url(/medias/bkg.jpg);
	background-repeat:repeat-x;
	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: #000033;
	font-size:12px;
	font-family:arial;
}


a {
	text-decoration:none;
}

a:hover {
	color:#014b96;
}
a img {
	border:none;
}




form {
	margin:0;
	padding:0;
	display:inline;
}

h1 {
color:#1d3c7b;
font-size:14px;
margin-bottom:5px;
}


h3 {
	color:#1d2859
}

p {
margin-bottom:10px;
}



.thrColFixHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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. */
	
}

#searchmenu {
	width:186px;
	font-size:10px;
	color:#8b8263;
}

#searchmenu select option {
	font-size:10px;
	width:130px;
	border:none;
}


#searchmenu_top {
	width:186px;
	padding-left:10px;
	padding-top:5px;
	margin-bottom:7px;
}
#searchmenu ul {
	margin-left:10px;
	padding:0;
}

#searchmenu ul li {
background-color:#d7dbeb;
border:1px solid #8fb0d1;
padding: 1px;
width:167px;
margin-bottom:2px;
float: left;
}


#searchmenu ul li a {
	font-weight:bold;
	font-size:11px;
	color:#463c3c;
	display:list-item;
	list-style:none;
	padding-left:7px;
}

#searchmenu ul li a:hover {
color:#014b96;
}
#searchmenu ul li a.search {
	
	text-align:right;
	
	color:#FFFFFF;
	
}
#searchmenu_bottom {
	
	width:186px;
}
#searchmenu_estimate {
	padding-top:20px;
	margin-left:10px;
	color:#FFFFFF;
}

#searchmenu_contact {
	padding-top:20px;
	margin-left:10px;
	color:#FFFFFF;
}




#searchmenu_bottom_go {
	/*background:url(../medias/menuleft_search_row_footer_bkg.gif);*/
	padding-left:40px;
	padding-top:17px;
	margin-left:10px;
	color:#FFFFFF;
}

#searchmenu select {
	width:165px;
}



 #footer {
	padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size:10px;
	text-align:center;
	color:#666666;
	margin-top:15px;
}

 #footer a{
	text-decoration:underline;
	color:#666666;
}






#searchmenu input,select {
	border:1px solid #cccccc;
	font-size:11px;
}


.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;
}
