/* Coding by Craddock */

* { margin: 0; padding: 0; }

body {
background: #1f4e8e url(images/background.jpg) repeat-x;
font: bold 12px Arial, Helvetica, sans-serif;
color: #454545;
padding: 0 0 16px 0;
}

.clear { clear: both; }

#container {
width: 687px;
margin: 0 auto;
margin-top: 81px;
}
	
	#container h1 {
	width: 196px;
	height: 30px;
	background: url(images/logo.jpg) no-repeat;
	float: left;
	}
	#container h1 a { display: block; height: 30px; outline: none; }
	#container h1 span { display: none; }

#main {
width: 655px;
background: #FFFFFF;
padding: 16px;
border-bottom: 2px solid #1f528d;
margin-top: 16px;
}
	#search_value {
	width: 575px;
	height: 54px;
	border: 2px solid #e5e5e5;
	background: url(images/search2.jpg) no-repeat left;
	font: bold 29px Arial, Helvetica, sans-serif;
	color: #ee5b0b;
	padding: 20px 0 0 76px;
	margin-bottom: 16px;
	}
	#search_value:hover { border: 2px solid #cfcfcf; }
	
	#button {
	width: 173px;
	height: 67px;
	background: url(images/search.jpg) no-repeat top left;
	border: 0 !important;
	float: right;
	text-indent: -9999px;
	font-size: 1px;
	color: #d33f0a;
	}
	#button:hover { background: url(images/search.jpg) no-repeat top right; }
	
	#recent { float: left; font: bold 15px Arial, Helvetica, sans-serif; line-height: 67px; background: url(images/arrow.jpg) no-repeat left center; margin-left: 30px; display: inline; padding-left: 30px; }
	
	#recent a { text-decoration: none; color: #454545; }
	#recent a:hover { text-decoration: underline; }
	
	#drop {
	margin-top: 16px;
	background: #fef3ee;
	border: 1px solid #fde8de;
	padding: 16px 0 0 0;
	display: none;
	}
	
	.latest_query li {
	list-style: none;
	width: 143px;
	float: left;
	text-align: center;
	margin-bottom: 16px;
	margin-left: 16px;
	}
		.latest_query li a { color: #ee5b0b; }
		
		#main h3 { margin-bottom: 16px; }
		#main h4 { color: #ee5b0b; margin-bottom: 8px; margin-top: 16px; }
		#main h5 { color: #ee5b0b; margin-bottom: 8px; font-size: 13px; }
		#main p { line-height: 18px; }
		#buy ul li { font-size: 11px; list-style: circle; }
		#buy ul li a { color: #454545; }
		
#footer {
text-align: center;
margin-top: 16px;
color: #FFFFFF;
}
	#footer a { color: #FFFFFF; text-decoration: none; }
	#footer a:hover { text-decoration: underline; }
	
#navigation { float: right; color: white; margin-top: 10px; }

#navigation li { display: inline; list-style: none; }
#navigation li a { color: white; text-decoration: none; }
#navigation li a:hover { text-decoration: underline; }

#faq a { color: #454545; }

.contact-bars {
border: 2px solid #e5e5e5;
width: 206px;
padding:  5px;
color: #ee5b0b;
font: bold 11px Arial;
}

.textarea {
border: 2px solid #e5e5e5;
width: 641px;
padding:  5px;
color: #ee5b0b;
font: bold 11px Arial;
}


