/*********************************************************
**********************************************************

	Folder:	Theme200
	Name:	Simplify
	Cat:	Generic

**********************************************************
*********************************************************/



body{
	margin: 0 0 80px 0;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
}

div.sf_header_wrapper{
	padding: 130px 100px 80px 100px;
	color: #7B959E;
	font: 2em Georgia, "Times New Roman", Times, serif;
}
div.sf_navigation_top{
	
	padding-left: 100px;
	width: 80%;
}
div.sf_navigation_top ul{
	margin: 0;
	padding: 0;
	height: auto !important; height: 1%;
}
div.sf_navigation_top ul:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 1px;
	clear: both;
}
div.sf_navigation_top ul li{
	margin-top: 10px;
	list-style-type: none;
	float:left;
}
div.sf_navigation_top ul li.sf_last_nav_item{
	background: url(images/nav_left.gif) no-repeat 100% 2px;
}
div.sf_navigation_top ul li a{
	background: url(images/nav_left.gif) no-repeat 0px 2px;
	white-space: nowrap;
	position: relative;
	padding: 0 10px 0 10px;
	padding-bottom:8px;
	display: block;
	text-decoration: none;
	font: bold .75em Georgia, "Times New Roman", Times, serif;
}
div.sf_navigation_top ul li a:hover{
}
.sf_navigation{
display:none;
}

div.sf_pagetitle , div.sf_content , div.sf_footer {
	padding: 0 100px;
}
div.sf_pagetitle{
	background: url(images/body_bg.gif) repeat-x top;
	padding-top: 50px;
	padding-bottom: 30px;
	margin-top: 5px;
	color: #A09D91;
	font: bold 1.5em Georgia, "Times New Roman", Times, serif;
}
div.sf_footer{
	clear: both;
	padding-top: 80px;
	color: #999;
	clear: both;
	font: 1em Georgia, "Times New Roman", Times, serif;
	text-align: center;
}






/*------------------------------------
	BANNER
------------------------------------*/
div.sf_banner{
	margin-bottom: 35px;
	padding-top: 80px;
	text-align: center;
	font-size: .8em;
}
div.sf_banner div#bannerLink{
	padding-top: 10px;
}


