@charset "utf-8";
/* CSS Document */

/********************************************************************************************************************************************
Browser reset
********************************************************************************************************************************************/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}
	
body {
	line-height: 1;
	}
	
ol, ul {
	list-style: none;
	}
	
blockquote, q {
	quotes: none;
	}

:focus {
	outline: 0;
	}
	

ins {
	text-decoration: none;
	}
	
del {
	text-decoration: line-through;
	}
	
table {
	border-collapse: collapse;
	border-spacing: 0;
	}

/********************************************************************************************************************************************
Layout related
********************************************************************************************************************************************/
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/background.jpg);
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	}
	
p {
	padding:0px 10px 10px 10px;
	text-align:justify;
	font-size: .85em;
	}
	
h1 {
	font-size:1.35em;
	padding:5px 10px 0px 00px;
	margin:0px 10px 10px 10px;
	border-bottom: 1px dotted #000;
	float:left;
	width:100%;
	}
	
h2 {
	font-size:1em;
	padding:0px 10px 3px 10px;
	}
	
.clear{
	clear:both;
	}
	
.clear_left{
	clear:left;
	}
	
.left{
	float:left;
	}
	
.right{
	float:right;
	}
	
img{
	padding:0px 0px 0px 10px;
	}
	
img, div { 
	behavior: url(../scripts/iepngfix.htc)
	}
/********************************************************************************************************************************************
Header
********************************************************************************************************************************************/
#container {
	width: 972px;
	margin: 0 auto;
	text-align: left;
	position:relative;
	}

#header {
	background: url(../images/Header.png);
	background-repeat: no-repeat;
	width: 972px;
	height: 403px;
	}
	
#header h1 {
	margin: 0;
	padding: 10px 0;
	}


#navigation{
	position:absolute;
	top:363px;
	left:36px;
	width: 899px;
	/*padding:363px 0px 0px 36px;*/
	/*padding-top:363px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:36px;*/
	}
	
#navigation li{
	float:left;
	display: inline-block;
	}
	
#navigation a{
	
	display: inline-block;
	padding:8px 10px 10px 10px;
/*	padding-top:8px;
	padding-bottom:10px;
	padding-right:10px;
	padding-left:10px;*/
	color: #e7dac8;
	text-decoration:none;
	font-weight:bold;
	}
	
#navigation a:hover{
	color:#fff;
	}
	
#active a{
	background-image:url(../images/link_active.jpg);
	color:#000000;
	}
	
#header_text{
	width:200px;
	padding:100px 0px 0px 20px;
	color: #fff;
	}

/********************************************************************************************************************************************
Main Content
********************************************************************************************************************************************/
#container2 {
	background:url(../images/page_back.png);
	width: 972px;
	margin: 0 auto;
	text-align: left;
	}

#maincontent {
	padding: 0 20px;
	margin:0px 16px;
	}

/********************************************************************************************************************************************
Footer
********************************************************************************************************************************************/

#footer_container {
	background-image:url(../images/footer_back.png);
	background-repeat: no-repeat;
	width: 972px;
/*	height: 46px;*/
	margin: 0 auto;
	text-align: center;
	}

#footer {
	padding: 0 10px;
	}

#footer_links {
	margin: 0 auto;
	padding:25px 0px 0px 0px;
	}

#footer a {
	color: #e7dac8;
	}
	
#footer p {
	color: #e7dac8;
	margin: 0;
	padding: 3px 0;
	font-size:.75em;
	text-align:center;
	}

/********************************************************************************************************************************************
Home
********************************************************************************************************************************************/
/*#dear_customer{
	width:250px;
	float:left;
	margin:0px 0px 0px 0px;
	}
	
#dear_customer{
	font-size:.85em;
	}*/

#bottom_text{
	float:left;
	width:100%;
	}

.lists{
	float:left;
	padding: 10px 12px 0px 0px;
	width:288px;
	}

/********************************************************************************************************************************************
About Us
********************************************************************************************************************************************/
.about_image{
	float:right;
	margin: 3px 10px 0px 5px;
	}


/********************************************************************************************************************************************
ontact Us
********************************************************************************************************************************************/
.contact_form{
	margin:-10px 0px 0px 330px;
	}

.address{
	padding:0px 0px 0px 0px;
	}

/********************************************************************************************************************************************
Directions
********************************************************************************************************************************************/
#directions_info{
	font-size:.75em;
	padding:30px 20px;
	}
	
#directions_info p{
	margin:0px;
	padding:20px 0px 8px 10px;
	}
	
#directions_info img{
	float:left;
	padding:0px 5px 0px 5px;
	}	

.driving_form{
	float:left;
	padding:0px 0px 10px 0px;
	}
	
#map{
	float:left;
	margin:0px 0px 0px 10px;
	}
#directions{
	margin:0px 0px 0px 7px;
	width:880px;
	}
/********************************************************************************************************************************************
Facilities
********************************************************************************************************************************************/



/********************************************************************************************************************************************
Products
********************************************************************************************************************************************/
.list li{
	list-style: outside;
	margin:0px 0px 0px 35px;
	font-size: .85em;
	}
	
.list{
	padding:0px 0px 10px 0px;
	}
	
.minimum{
	padding:20px 0px 0px 0px;
	}
	
/********************************************************************************************************************************************
Success
********************************************************************************************************************************************/

#success{
/*	height:400px;*/
	padding:100px 0px 300px 0px;
	}
	
.success_p{
/*	padding-top:200px;*/
	text-align:center;
	}
	
.success_h1{
	text-align:center;
	border:none;
	}