﻿@charset "UTF-8";
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background: #fefefe  url(../images/page_bg.jpg) repeat-x top; /* */
	color: #666666;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #60582a;
}

a:visited {
	color: #60582a;
}

a:hover {
	color: #60582a;
}

a:active {
	color: #60582a;
}


#page {
	width: 940px;
	margin: 0 auto;
	margin-left: 100px;
	vertical-align:top;	
}

#supernav {
	height: 30px;
	line-height: 28px;
	text-align: right;
	color: #999999;
	font-size: 11px;
	font-weight: bold;	
}

	#supernav .nav li {
		display: block; float:right;
	}

	#supernav a {
		height: 30px;
		line-height: 28px;
		margin: 0 5px 0 5px;
		color: #eeeeee;
	}
	

#header {
	background: url(../images/header_bg04.jpg) no-repeat left;
	width: 940px;
	height: 170px;
	overflow: hidden;
	/* border: solid 1px #000000; */
}
	
	#header a#logo {
		display: block;
		width: 140px;
		height: 170px;
			overflow: hidden;
	}
	
	#header h1 {
		visibility: hidden;	
		margin: 0;
		padding: 0;
		font-size: 1px;
	}
	
	#header .headernav {
		margin-top: 140px; 
	}
	
	#header .nav a {
		display: block;
		width: 120px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		background-position: top;
		color: #5a5124;
			padding-top:0px;
	}

	
	#header a:hover {
		background-position: bottom;
		color: #5a5124;
				overflow:hidden;
		
	}

	.tabs {
		background-image: url(../images/tab02b.jpg);
		background-repeat: no-repeat;
	    margin-top: 140px; 

	}
	.tabsactive {
		background-position: bottom !important;
		color: #5a5124;
		overflow:hidden;
		
	}

	#header a#tab2 {
		background-image: url(../images/tab02.jpg);
		background-repeat: no-repeat;
	}

	#header a#tab3 {
		background-image: url(../images/tab02.jpg);
		background-repeat: no-repeat;
	}

	#header a#tab4 {
		background-image: url(../images/tab02.jpg);
		background-repeat: no-repeat;
	}

	#header a#tab5 {
		background-image: url(../images/tab02.jpg);
		background-repeat: no-repeat;
	}

	
	
#left {
	width: 140px;
	height: 530px;
	background: #ffffff url(../images/left_bg.jpg) no-repeat top;
}
	
	#left ul {
		margin: 20px;
	}
	
	#left li {
		margin: 5px 0 5px 0;
	}
	 
#main {
	width: 800px;
}

.gray {
	background: #ffffff url(../images/slice_graygrad.jpg) repeat-x top;
	height: 200px;
	color: #1a4a92;
}	

.gray h3 {
	height: 20px;
	line-height: 20px;
	text-indent: 10px;
	color: #000294;
	background: #d4d4d4 url(../images/top_gray.gif) left top;
}

.gray p {
	margin: 10px;
}

#footer {
	text-align: center;
	font-size: 10px;
}

#footer a {
	margin: 0 10px 0 10px;
}

.aligntop{
	vertical-align:top;
	height:100%;
}


h1 {
	font-size: 24px;
	margin: 0 0 6px 0 ;
	font-weight: bold;
	color: #393312;
}

h2 {
	font-size: 28px;
	margin: 6px 0 12px 0;
	font-weight: bold;
	color: #393312;
	padding-bottom:8px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	color: #60582a;
}


h4 {
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	margin-top: 10px;
}

p {
	margin: 0 0 18px 0;
	line-height: 18px;
}



.fl {
	float: left;
}

.fr {
	float: right;
}
