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

*{
	margin:0px;
	padding:0px;
	outline:0px;
	border:0px;
}

body{
	background:url(../images/back_bg.png) repeat-x #f1efd8;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	line-height:18px;
	}
	
	
#main{
	width:890px;
	margin:0px auto;
	padding:0px;
	}
	
	
#header_top{
	background:url(../images/top_bg.png) repeat-x #f1efd8;
	width:890px;
	float:left;
	height:20px;
	}	


.top_phone{
	width:109px;
	height:20px;
	background:#fffef4 url(../images/phone.jpg) no-repeat 5px;
	font-weight:bold;
	color:#414141;
	float:right;
	line-height:20px;
	text-align:center;
	font-size:12px;
	padding-left:5px;
	margin-right:12px;
	}
	
	
#header{
	margin:0px;
	padding:0px;
	width:890px;
	float:left;
	background:url(../images/header_bg.png) repeat-x;
	}	
	
	
.logo{
	background:url(../images/logo.jpg) no-repeat;
	width:391px;
	height:128px;
	float:left;
	margin-left:50px;
	margin-right:60px;
	}		
	
.divider{
	background:url(../images/divider.jpg) no-repeat 0px 15px;
	float:left;
	height:97px;
	width:5px;
	}	
	
.flash_header{
	width:244px;
	height:97px;
	float:right;
	margin:15px 20px 15px 0px;
		}	
		
		
#header_navigation{
	background:url(../images/navigation_bg.jpg) repeat-x;
	width:890px;
	height:34px;
	float:left;
}		


.header_navi{
	width:680px;
	height:auto;
	margin:0px auto;
	}
	
.header_navi ul{
	list-style:none;
	line-height:31px;
	}
	
.header_navi ul li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	font-weight:bolder;
	background:url(../images/navi_divider.jpg) left no-repeat;
	}
	
.header_navi ul li a{
	padding:0px 20px 0px 20px;
    display:inline-block;
	text-decoration:none;
	color:#8b3428;
	}		
	
.header_navi ul li a:hover{
 	display:inline-block;
    background:url(../images/black_hover.jpg) repeat-x;
	text-decoration:none;
	color:#FFFFFF;
	}	



#mdl_tab{	
	width:860px;
	float:left;
	margin-top:20px;
	padding:0px 15px 0px 15px;
	}
	
.left_divider{
	background:url(../images/right_divider.jpg) no-repeat;
	height:576px;
	width:2px;
	float:left;
	margin-top:40px;
	}
	
.right_divider{
	background:url(../images/right_divider.jpg) no-repeat;
	height:576px;
	float:right;
	width:2px;
	margin-top:40px;
	}		
	
#mdl_wrapper{
	width:845px;
	height:auto;
	float:left;
	}	
		
		
#mdl_left{
	width:193px;
	float:left;
	margin:0px;
	padding:0px;
	}


.mdl_tab_top{
	width:193px;
	height:auto;
	float:left;
	background:#e2dea4;

	}

.mdl_navigation{
	width:187px;
	height:auto;
	float:left;
	margin-left:3px;

	}

.mdl_navigation ul{
margin-top:5px;

	list-style:none;
	}
	
.mdl_navigation ul li{
	text-decoration:none;
	background:url(../images/arrow.jpg) no-repeat 0px 10px;
	border-bottom:1px dotted #ada875;
	padding-left:5px;
	}

.mdl_navigation ul li a{
	line-height:22px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#a73f00;
	display:block;
	padding-left:7px;
	}

.mdl_navigation ul li a:hover{
	text-decoration:none;
	background:#efecc8;
	padding-left:7px;
	}


.mdl_bg{
	background:url(../images/bottom_tab_bg.jpg) no-repeat top;
	width:193px;
	height:10px;
	float:left;
	margin-top:0px;
	}


#mdl_left_new{
	width:193px;
	float:left;
	margin:0px auto;
	padding-top:12px;
	}
	#details
	{
	width:177px;
	height:auto;
	background:#e2dea4;
	float:left;
	padding:6px 6px 2px 10px;}



	.red
	{
	color:#a73f00;
	}









#body-text {
	width:628px;
	float:left;
	margin-left:18px;
	}		
	#body-text h1
	{
	font-weight:normal;
	font-size:24px;
	margin-top:10px;
	margin-bottom:16px;
	color:#8d8950;
	}
	
	#footer
	{
	float:left;
	width:100%;
	height:auto;
	padding-top:51px;
	padding-bottom:0px;
	background:url(../images/footer-bg.gif) repeat-x;}
	
		#footer-inner
		{
		background:url(../images/footer-inner.gif) repeat-x #f0eed7;
		width:870px;
		margin:0px auto;
		padding:10px 10px 10px 10px;
		height:auto;
		color:#7e750f;
		font-size:11px;
		text-align:center;
		text-transform:capitalize;
		}
		#footer-inner a
		{
		color:#a73f00;
		text-decoration:underline;
		font-size:11px;
		line-height:18px;
		
		}
		#footer-inner a:hover
		{
		color:#a73f00;
		text-decoration:none;

		
		}
		

