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

	Folder:	Theme214
	Name:	Dark Stripes
	Cat:	Generic

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



/*------------------------------------
	GENERAL
------------------------------------*/
body{
	color: #808080;
	margin: 0;
	background-color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.sf_outer_wrapper{
}
.sf_wrapper{
	width: 100%;
	margin: auto;
	background-repeat: repeat-x;
	background-position: top;
}



/*------------------------------------
	HEADER
------------------------------------*/
.sf_header_wrapper{
        padding-top: 50px;
        margin: 0px 100px;
	min-height: 213px; 
	height: auto !important; 
	height: 213px;
}
.sf_header_wrapper:after{
   	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 1px;
	clear: both;
}
.sf_main_header{
 	font-size: 3.8em;
        font-weight: normal;
	height: 80px;
	overflow:hidden;
}
.sf_sub_header{
   	font-size: 1.2em;
        font-weight: normal;
	height: 30px;
	overflow:hidden;
}
.sf_sub_header p, .sf_main_header p{
        width: 100%;
     	margin: 0;
	padding: 0;
	overflow:hidden;
}


/*------------------------------------
	NAVIGATION
------------------------------------*/
.sf_navigation_top {
	display:none;
}

.sf_navigation{
	margin: -10px 32px auto;
	width:100%;
}
.sf_navigation ul{
	margin: 0;
	margin-left: 50px;
	margin-right: 50px;
	padding: 0;
	height: auto !important; height: 1%;
        text-align: center;
}
.sf_navigation ul:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 1px;
	clear: both;
}
.sf_navigation ul li{
	list-style-type: none;
	float: left;
        text-align: center;
}
.sf_navigation ul li.sf_last_nav_item{
}
.sf_navigation ul li a{
	display: block;
	text-decoration: none;
	min-height: 28px; height: auto !important; height: 28px;
	width: auto !important; width: 1%;
	white-space: nowrap;
        text-align: center;
	font-size: .9em;
	padding: 8px 20px 0 20px;
}
.sf_navigation ul li a:visited{
}
.sf_navigation ul li a:hover{
	background-color: #000000;
	background-repeat: repeat-x;
	background-position: top;
}

/*------------------------------------
	PAGE TITLE
------------------------------------*/
.sf_pagetitle{
        font-weight: normal;
	font-size: 1.2em;
        padding: 18px 0px 0px 50px;
        margin: 0;
	margin-left: 50px;
	margin-right: 100px;
	background-repeat: repeat-x;
	background-position: top;
	color: #fff;
	overflow:hidden;
	clear: both;
}

/*------------------------------------
	CONTENT
------------------------------------*/
.sf_content{
	color: #808080;
	padding: 20px 50px 0px 50px;
	clear: both;
}


/*------------------------------------
	FOOTER
------------------------------------*/
.sf_footer{
        padding: 20px 50px 40px 50px;
	font-size: .6em;
	text-align: center;
	color: #ccc;
	clear: both;
}


/*--------------------------
		Extra Stuff
--------------------------*/

a:link {
	color: #808080;
}

a:visited {
	color: #808080;
}

a:hover {
	color: #808080;
}

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

.sf_banner a{
	color: #808080;
}
.sf_banner a:visited{
	color: #808080;
}
.sf_banner a:hover{
	color: #808080;
}

.sf_wrapper{

}
.sf_navigation{
	background-color: #000000;
}
.sf_main_header{
	color: #000;
}
.sf_sub_header{
	color: #DB3312;
}
.sf_navigation ul li a{
	color: #FFFFFF;
}
.sf_navigation ul li a:visited{
	color: #FFFFFF;
}
.sf_navigation ul li a:hover{
	color: #FF6600;
}