/*********************************************************
Folder: Reseller 4
Name: Reseller 4
Cat: Reseller
*********************************************************/

/*------------------------------------
GENERAL
------------------------------------*/
body {
    margin: 0px auto 50px;
	
}

.sf_outer_wrapper {
    width: 1000px;
    margin: auto;
    margin-top: 30px;
}

.sf_wrapper {
    width: 1000px;
    position: relative;
}


.sf_extra1 {
    font-size:1px;
}

.sf_extra1:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}

/* ------------------------------------
HEADER
------------------------------------ */
.sf_header_wrapper {
   background-color: #ffffff;
}

/* banner image */
.sf_extra4 {
	height: 20px;
}

.sf_extra2 {
    
}

.sf_main_header {
    display: none;
}


.sf_sub_header {
    display: none;
}
.sf_sub_header p, .sf_main_header p{
	margin: 0;
	padding: 0;
}

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

.sf_navigation {
    float: left;
    display: inline;
    width: 220px;
	padding: 0px 0px 30px 0px;
	margin: 0px 0px 0px 5px;
}

.sf_navigation ul {
	width: 205px;
    margin: 0px;
	padding: 0px 0px 0px 15px;
    height: auto !important;
    height: 1%;
    list-style-type: none;
}

.sf_navigation ul:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

.sf_navigation ul li {	
	width:190px;
	float: left;
	margin:0px 15px 0px 0px;
	display:inline;
	padding:0px;
}

.sf_navigation ul li a {
    padding: 10px 0px 10px 15px; 
    margin: 0;
	width:175px;
    text-decoration: none;
    display: block;
    font: normal 0.7em Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.sf_navigation ul li a:hover {
}

.sf_navigation ul.subnav { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	width: 170px;
	position: absolute;
	left: -999em;
	margin-left: 180px;
	margin-top: -35px;
	z-index:1000;
	border-width:1px 1px 0px;
	border-color:#cccccc;
	border-style:solid;
	background-color:#FFFFFF;
}

.sf_navigation ul.subnav li {
	float: left;
	width: 170px;
	margin:0px;
	padding:0px;
}

.sf_navigation ul.subnav li.sf_last_nav_item_subnav {
	border-bottom-style:solid;
}

.sf_navigation ul.subnav li a {
	width: 145px;
	display: block;
	padding: 10px 10px 10px 15px; 
    margin: 0;
}

#Nav1 li:hover ul, 
#Nav1 li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#Nav1 iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

#Nav1 li:hover, #Nav1 li.hover {  
    position: static;  
} 

/*------------------------------------
CONTENT
------------------------------------*/
.sf_pagetitle {
	text-align: left;
	text-transform: uppercase;
	margin: 0 20px 0 0px;
	padding: 10px 0px 10px 0px;
	border-bottom: 2px solid #cccccc;
	float:right;
	display:inline;
	width:740px;
	font-family:Arial, Helvetica, FreeSans, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}

.sf_pagetitle h1 {
	font-size:11px;
	font-weight:bold;
	margin:0;
}

.sf_content {
    margin: 0 20px 10px 0px;
    padding: 5px 0 0 0;    
    font-size: 13px;
    font-family:Verdana, Geneva, Kalimati, sans-serif;	
	float:right;
	display:inline;
	width:750px;
}

.sf_content:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}

.sf_wrapper:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}

/*------------------------------------
FOOTER
------------------------------------*/

.sf_extra7 {

}

.sf_footer {
	clear:both;
    text-align: center;
    font-size: 11px;
    font-family:Verdana, Geneva, Kalimati, sans-serif;
    min-height: 20px;
	height: auto !important;
	height: 20px;
    padding: 0px;
    margin: 0 0px 0 0;
}

.sf_footer .bodyText a:link{
	text-decoration:none;
}

.sf_footer .bodyText img{
	margin:2px;
}

/*------------------------------------
BANNER
------------------------------------*/
.sf_banner {
    margin-bottom: 35px;
    padding-top: 120px;
    text-align: center;
    font-size: 13px;
}

.sf_banner div#bannerLink {
    padding-top: 10px;
}
/**
 * Sticking flyout menu bug
 *
 * @bugfix
 * @affected ie7
 * @css-for ie7
 * @valid yes
 */
#Nav1 li:hover, #Nav1 li.hover {  
    position: static;  
} 
