@charset "utf-8";
/* CSS Document */



/* global layout */


body {	
	background-color:#5a0008;
	margin:0px;
	padding:0px;	
	text-align:center;		
}

#container {	
	width:766px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	margin-top:15px;
	margin-bottom:20px;
}



/* end global layout */
/*-------------------------*/
/* structure */


#header {
	position:relative;
	background-color:#FFF0A5;
	text-align:center;
	padding:20px 0 20px 0;
	border-bottom:solid 1px #5a0008;	
}

#header a {text-decoration:none}

#body_top {background-color: #467166;line-height:1px; height:100% }

#nav {
	float:left;
	width:191px;	
	text-align:right;
	padding-right:10px;		
	background-color: #467166;
	padding-top:10px;	
}

#right_section {
	float:left;
	width:565px;		
	background-color:#FFFFFF;
}

.sub_page {padding:12px;}

.home_photo {background-repeat:no-repeat;	background-position:bottom;background-image:url(images/home_main_photo.jpg);height:317px;}

#body_bottom {
	height:165px;
	background-color:#FFFFFF;
}

#body_bottom_left {float:left; width:33%;}

#body_bottom_center {float:left; width:34%;}

#body_bottom_rule {float:left;border-right:1px solid #7b302a;height:130px;width:1px;font-size:0;line-height:0;margin-top:20px;}

#body_bottom_right {float:left; width:32%; text-align:right}

#footer {padding-top:12px;}

#footer_left {float:left; width:60%;}

#footer_right {float:left; width:40%; text-align:right;}



.clear {
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0px;
	visibility:hidden;
}

/* end structure */
/*-------------------------*/
/* text */

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	color:#333333;	
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	line-height:36px;
	color:#7b302a;
	margin:0;
	padding:0;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	color:#bb891a;
	margin:0;
	padding:0;	
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	line-height:18px;
	color:#7b302a;
	margin:0;
	padding:0;
	font-weight:normal;
	padding-bottom:4px;		
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	color:#bb891a;
	margin: 3px 0px 0 0px !important;
	padding:0;
	font-weight:normal;
	border-bottom:solid 1px #e5d7a8;
	float:left;
	width:125px;
}

h4.noline {border-bottom:0px; }

h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:16px;
	color:#bb891a;
	margin: 3px 0px 0 0px !important;
	padding:0;
	color:#333333;
	
	
}

h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:16px;
	margin: 3px 0px 0 0px !important;
	padding:0;
	color:#333333;
	text-align:center;
	
	
}


#body_bottom img {}

#body_bottom p.img {float:left;width:98px;margin-right:10px;}


 .tbl tr td
 {
	line-height:normal !important;
	font-family:Verdana, "Times New Roman", Times, serif;
	font-size:11px;
 }

#footer p {color:#FFF0A5}

#footer_right p {font-family:Georgia, "Times New Roman", Times, serif;margin:0;padding-top:4px;font-size:14px;margin-right:10px;}

#footer_left p {font-family:Georgia, "Times New Roman", Times, serif;margin:68px 0 0 0;padding:0px}

p.ph {font-size:18px}

#body_bottom_right p {color:#7b302a;font-style:italic; padding-right:10px; margin-top:38px; }

#body_bottom_left p,
#body_bottom_center p {
	margin:0 0 20px 0;
	padding:0;
	color:#cc6600;
	font-size:10px;	
}


ul.warehouse_list {margin:8px 0 0 44px;padding:0 0 0 0}

ul.warehouse_list li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	color:#333333;
}


/* end text */
/*-------------------------*/
/* links */

a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	color: #0033CC;
}

a:link { text-decoration:underline;}
a:visited {text-decoration:underline;}
a:hover {text-decoration: none;}

#nav a {
	font-size:15px;
 	display:block;
	color:#FFFFFF;
	font-weight:bold;
	line-height:26px;
	
 
 }
 
#nav a:link { text-decoration: none;}
#nav a:visited {text-decoration: none;}
#nav a:hover {color: #FFF0A5;text-decoration: none;}
 
#footer a { font-family:Georgia, "Times New Roman", Times, serif;color:#FFF0A5; text-decoration:none;}
#footer a:visited {}
#footer a:hover { text-decoration:underline}

#body_bottom a {text-decoration:none;color:#bb891a; font-size:11px}
#body_bottom a:visited {}
#body_bottom a:hover { text-decoration:none}

a.more {color: #339999 !important;font-size:10px !important; font-size:12px !important;  }




/* end links */
/*-------------------------*/




