
/* body CSS */

body
	{
	margin:0px auto;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	background:url(../images/main_bg.jpg) repeat-x #3e2401;
	}

h1,h2,h3,h4,h5,h6,p
	{
	margin:0px;
	padding:0px;
	}	
	
img
	{
	border:none;
	}	
	
a
	{
	outline:none;
	}
	
/********************* end body CSS ******************************/


/* main body CSS */

#maincontainer
	{
	width:1219px;
	margin:0px auto;
	}

#main_left
	{
	width:135px;
	float:left;
	background:url(../images/body_left.jpg) no-repeat #3e2401 top;
	min-height:855px;
	}

#main_right
	{
	width:135px;
	float:left;
	background:url(../images/body_right.jpg) no-repeat #3e2401 top;
	min-height:855px;
	}

#inner_left
	{
	width:135px;
	float:left;
	background:url(../images/inner_body_left.jpg) no-repeat #3e2401 top;
	min-height:855px;
	}

#inner_right
	{
	width:135px;
	float:left;
	background:url(../images/inner_body_right.jpg) no-repeat #3e2401 top;
	min-height:855px;
	}


/********************* end main body CSS ******************************/


/* header CSS */

#middle_container
	{
	width:949px;
	float:left;
	}

#container_header1
	{
	width:949px;
	float:left;
	}

#container_header2
	{
	width:949px;
	float:left;
	}

#logo
	{
	width:337px;
	height:215px;
	float:left;
	}

#logo_inner
	{
	width:337px;
	height:220px;
	float:left;
	}

#banner_top
	{
	width:612px;
	height:215px;
	float:left;
	}
	
#banner_inner
	{
	width:612px;
	height:220px;
	float:left;
	}
	

#banner_bottom
	{
	width:612px;
	height:157px;
	float:left;
	}

#search_div
	{
	width:337px;
	height:157px;
	float:left;
	background:url(../images/search_bg.jpg) no-repeat;
	padding:0px 0px 0px 0px;
	}


.search
	{
	width:140px;
	height:110px;
	float:left;
	padding:47px 0px 0px 0px;
	}

.search h1
	{
	float:left;
	width:150px;
	font-size:11px;
	font-weight:bold;
	color:#3f2a00;
	padding:0px 0px 10px 10px;
	}


.search p
	{
	float:left;
	padding:0px 0px 0px 10px;
	}

.search_dropdown
	{
	width:135px;
	height:77px;
	float:left;
	border:0px;
	padding:3px 3px 0px 3px;
	color:#3f2a00;
	font-size:11px;
	}


.search_btn
	{
	width:110px;
	height:47px;
	border:0px;
	float:left;
	cursor:pointer;
	margin-left:80px;
	}

.search1
	{
	width:187px;
	height:137px;
	float:left;
	padding:20px 0px 0px 10px;
	font-size:11px;
	}

.search1 p.left
	{
	width:82px;
	height:18px;
	float:left;
	padding:0px 5px 0px 0px;
	text-align:right;
	margin-top:2px;
	color:#3f2a00;
	}

.search1 p.right
	{
	width:95px;
	height:18px;
	float:left;
	padding:0px 0px 0px 0px;
	margin-top:2px;
	}

.search1 p.right input
	{
	width:91px;
	height:15px;
	float:left;
	padding:2px 2px 0px 2px;
	border:1px solid #cfcfcf;
	}


.search1 p
	{
	float:left;
	padding:0px 0px 0px 0px;
	}


/********************* end header CSS ******************************/


/* menu CSS */

#menu
	{
	width:949px;
	height:45px;
	float:left;
	background:url(../images/nav_bg.jpg);
	}

#menu ul
	{
	float:left;
	padding:0px;
	margin:0px 0px 0px 0px;
	}

#menu ul li
	{
	float:left;
	list-style:none;
	display:inline;
	background:url(../images/nav_devide.png) left no-repeat;
	height:30px;
	padding:15px 0px 0px 0px;
	position:relative;
	}

#menu ul li a
	{
	text-decoration:none;
	color:#fff;
	padding:0px 8px 0px 8px;
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	text-transform:uppercase;
	font-weight:bold;
	}

#menu ul li a:hover
	{
	color:#3c2400;
	}


#menu ul li ul
	{
	display:none;
	}

#menu ul li:hover ul
	{
	display:block;
	position:absolute;
	left:0px;
	top:44px;
	list-style:none;
	float:left;
	padding:0px;
	margin:0px;
	width:180px;
	z-index:100;
	}

#menu ul li:hover ul li
	{
	list-style:none;
	float:left;
	width:180px;
	padding:0px;
	margin:0px;
	z-index:100;
	}

#menu ul li:hover ul li a
	{
	padding:5px 10px 5px 10px;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	width:160px;
	float:left;
	height:20px;
	background:url(../images/dropdown_line.gif) left bottom no-repeat #7ca3aa;
	z-index:100;
	}


#menu_bottom
	{
	width:949px;
	height:19px;
	float:left;
	background:url(../images/nav_bottom.jpg);
	}

#menu_bottom_in
	{
	width:949px;
	height:20px;
	float:left;
	background:url(../images/nav_bottom_in.jpg);
	}
/********************* end menu CSS ******************************/


/* content body CSS */

#main_body
	{
	width:949px;
	float:left;
	}

#main_body_top
	{
	width:949px;
	float:left;
	height:40px;
	background:url(../images/content_bg_top.png);
	}

#inner_body_top
	{
	width:949px;
	float:left;
	height:30px;
	background:url(../images/content_bg_top_in.png);
	}

#main_body_middle
	{
	width:859px;
	float:left;
	background:url(../images/content_bg_middle.png);
	padding:10px 40px 20px 50px;
	}
	
#main_body_middle p
	{
	padding:0px 0px 15px 0px;
	line-height:20px;
	}
	
#main_body_middle h1
	{
	padding:0px 0px 10px 0px;
	font-size:24px;
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;
	color:#949384;
	text-transform:uppercase;
	}
		
#main_body_bottom
	{
	width:949px;
	float:left;
	height:15px;
	background:url(../images/content_bg_bottom.png);
	}
		
		
#content_left
	{
	width:555px;
	float:left;
	padding-right:15px;
	}

#content_right
	{
	width:268px;
	float:left;
	border-left:1px solid #78a0a6;
	padding:0px 0px 0px 20px;
	}


#content_right p
	{
	padding:0px;
	}


#content_inner_right
	{
	width:268px;
	float:left;
	border-left:1px solid #78a0a6;
	padding:0px 0px 0px 20px;
	min-height:500px;
	}

#content_inner_right p
	{
	padding:0px;
	}



/********************* end content body CSS ******************************/



/* footer CSS */

#footer_main
	{
	width:100%;
	float:left;
	height:100px;
	background:url(../images/footer_bg.png);
	border-top:5px solid #fff;
	}

#footer
	{
	width:949px;
	margin:0px auto;
	height:100px;
	}

#footer ul
	{
	float:left;
	margin:0px;
	padding:20px 0px 0px 70px;
	color:#fff;
	}

#footer ul li
	{
	float:left;
	list-style:none;
	display:inline;
	}

#footer ul li a
	{
	text-decoration:none;
	color:#fff;
	padding:0px 5px 0px 5px;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	}

#footer ul li a:hover
	{
	color:#3c2400;
	}


/********************* end footer CSS ******************************/






















































