@import url(display.css);

/* ========== COMMON ========== */

#container{
	width: 980px;
	margin: 0 auto;
	background-color: #fff;
	
}

#header{
	width: 980px;
	height:213px;
	margin: 0;
	padding: 0;
}

#content{
	width: 980px;
	margin: 0;
	padding: 0;
	background:url(../images/bg_content.png) repeat-y #fff;
}

#nav{
	width: 250px;
	height: 200px;
	margin: 0;
	padding: 0;
	float: left;
	color:333;
	#list-style-image: none; /*setting for IE7*/ 
	_list-style-image: none; /*setting for IE6*/
}

#nav ul li.navSelected{
	background:url(../images/bg_menu_sel.png)  #81612a;
	color: #fff;
}


#nav a{ 
	color:333 !important;
	text-decoration: none;
}
#nav a:hover{ 
	color:81612a !important; 
	text-decoration: none;
}

#nav ul li a{ 
	color:333 !important; 
	text-decoration: none;
}
#nav ul li a:hover{ 
	color:81612a !important; 
	text-decoration: none
}

#nav ul{
	margin: 0; 
	width: 250px; 
	padding: 0px;
	#width: 265px !important;/*setting for IE7*/
	_width: 265px !important;/*setting for IE6*/
	#margin-left: -15px !important;/*setting for IE7*/
	_margin-left: -15px !important;/*setting for IE6*/
	#list-style-image: none !important; /*setting for IE7*/ 
	_list-style-image: none !important; /*setting for IE6*/
}
#nav ul li{
	margin: 0; 
	padding: 4px 0 0 30px; 
	height: 21px; 
	background:url(../images/bg_menu.png) #fff; 
	list-style: none; 
	#list-style-image: none !important; /*setting for IE7*/ 
	_list-style-image: none !important; /*setting for IE6*/
}

#txtMain{
	width: 660px;
	margin: 0 0 30px 0;
	padding: 40px 20px 10px 40px;
	float: right;
}



#footer{
	width: 980px;
	height: 50px;
	padding: 10px 0 0 0;
	margin: 0px;
	background:url(../images/bg_footer.png) repeat-x #fff;
}

#menuFooter{	
	width: 560px;
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	float: left; 
	list-style: none;
}
	
#menuFooter ul {margin: 0px 0px 0px 10px; width: 560px; padding: 0px;}
#menuFooter ul li{float: left; list-style: none; margin: 0px;}

#siteDesign{
	width: 200px;
	padding: 0px;
	margin: 0px 10px 0px 0px;
	text-align: right;
	font-size: 10px;
	float: right; 
	
}

#siteDesign a{
	font-size: 9px;
	text-decoration: none;
	color: #333;
}

#siteDesign a:hover{
	font-size: 9px;
	text-decoration: none;
	color: #81612a;
}




/* ========== UTILITIES ========== */


div.clear {
	clear: both;
	margin: -1px 0 0 0;
	visibility: hidden;
	height: 1px;
}

div.clear hr {
	display: none;
}
