/* 

Screen layout: */

/* =GENERAL - the general styles */
	body{
		font: 62.5%/2.2em Verdana,Tahoma,Arial,sans-serif;
		color: #B1B3AB;
		background: #404639 url(../images/bg_patterns.gif);
	}
	a{text-decoration: none;color: #7B8266;}
	a:hover{text-decoration: underline;color: #7C7C58;}
	.hide,hr{display: none;}
	strong{font-weight: bold;}
	

/* =LAYOUT - the main layout styles */
	/* for the rounded top */
	#containertop{
		position: absolute;
		width: 760px;
		margin: -10px auto 0 auto;
		height: 10px;
		font-size:0.1em;
		background:url(images/container_top.png) left bottom no-repeat;
	}
	* html #containertop{behavior: url(stylesheets/iepngfix.htc);} /* to correct transparent png in IE */
	/* container */
	#container{
		width: 760px;
		margin: 44px auto 0 auto;
		background: #181B0F url(../images/bg_container.png);
		padding-bottom:10px;
	}
	
	#contentwide {
margin:0 20px 35px 20px;
padding:0 0 0 10px;
line-height:1.6em;
font-size: 1.4em;
}

/* =HEADER */

#header{
height:194px;
width:759px;
margin:0 1px 1px 1px;
background:url(../images/header.png) bottom right no-repeat;
color:#ffffff;
}
#header h1{
padding:35px 0 0 430px;
font-size:28px;
background-color:inherit;
color:#ffffff;
letter-spacing:-2px;
font-weight:normal;
}

#header h2{
margin:10px 0 0 442px;
font-size:16px;
color:#f0f2f4;
letter-spacing:-1px;
font-weight:normal;
}

/* =TOP NAVIGATION and SEARCH */
	/* top navigation */
#navigation{
font-size: 0.8em;
height:4em;
line-height:4em;
width:auto;
margin:10px 0 ;
background:#363B28;
color:#B1B3AB;
}

#navigation li{
float:left;
list-style-type:none;
border-right:1px solid #000000;
white-space:nowrap;
}

#navigation li a{
display:block;
padding:0 10px;
font-size:1.5em;
font-weight:bold;
text-transform:none;
text-decoration:none;
background-color:inherit;
color: #B1B3AB;
}

* html #navigation a {width:1%;}

#navigation .selected,#navigation a:hover{
background:#7C7C58;
color:#ffffff;
text-decoration:none;
}
	
	
/* =MAIN IMAGE */
	#main_image{
		width:718px;
		font-size:1.4em;
		position: relative;
		margin: 0 auto;
	}
	/* frame: the small rounded image in the corner picture (top,right,bottom,left) */
	#frame_image_top,#frame_image_bottom{
		position: absolute;
		width: 718px;
		height: 7px;
		font-size:0.1em;
		top:0;left:0;
		background: url(../images/frame_image_top.png) top no-repeat;
	}
	#frame_image_bottom{
		bottom:0;top:auto;
		background: url(../images/frame_image_bottom.png) bottom no-repeat;
	}
	* html #frame_image_top,* html #frame_image_bottom{behavior: url(stylesheets/iepngfix.htc);} /* to correct transparent png in IE */


	
/* =FOOTER */
	#footer_wrapper{
		width: 729px;
		padding-left:31px;
		padding-bottom:25px;
		margin: 0 auto;
		text-transform:uppercase;
		font-size: 1.2em;
		background: url(../images/footer_left.png) 0 0 no-repeat;
	}
	#footer{
		position: relative;
		width: 698px;
		height: 67px;
		background: #191B10 url(../images/footer_bg.png) 0 bottom repeat-x;
	}
	#footer .logo{
		padding: 34px 0 0 30px;
		width: 240px;
		float: right;
		
	}
	#footer .logo span{
		position: absolute;
		display: block;
		right:-31px;top:0;
		width: 31px;
		height: 67px;
		background: url(../images/footer_right.png) right bottom no-repeat;
	}
	* html #footer .logo span, * html #footer_wrapper{behavior: url(stylesheets/iepngfix.htc);}
	#footer ul{
		padding-top: 34px;
		padding-right: 5px;
		float: right;
	}
	#footer ul li{
		float: left;
		padding-left:10px;
	}
	#footer a{
		color: #7B8266;
	}
	#footer li a:hover{
		color: #AFBB4F;
	}
	
	/***** Various classes *****/
.left {
margin:3px 10px 2px 0;
float:left;
}

.right {
margin:10px 0 10px 10px;
float:right;
}

.textright {
text-align:right;
}

.center {
text-align:center;
}

.small {
font-size:0.8em;
}

.bold {
font-weight:bold;
}

.hide {
display:none;
}

