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

	Folder:	Theme209
	Name:	Hello
	Cat:	Fashion & Retail

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



body,h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}
body{
	color:#000;
	background-color: #666;
}
.sf_outer_wrapper{
	width: 900px;
	margin: auto;
	margin-top: 20px;
}
.sf_wrapper{
	width: 900px;
	border: solid 8px #000;
	sf_edit:true;
}
.sf_wrapper:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 1px;
	clear: both;
}	
.sf_header_wrapper{
	margin-left: 544px;
	height:250px;
}
.sf_main_header{
	text-align: center;
	padding-top: 100px;
	font-size:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 30px;
	overflow:hidden;
}
.sf_sub_header{
	text-align: center;
	color: #fff;
	font-size: 13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	height: 30px;
	overflow:hidden;
}
.sf_sub_header p, .sf_main_header p{
margin: 0;
padding: 0;
}

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

.sf_navigation{
	background-image: url(images/nav_new_bg.jpg);
	background-repeat: repeat;
	min-height:32px;
	height:auto !important;
	height: 32px;
	margin: 0 auto;
	padding: 0px 0px 3px 0px;
	clear: both;
	width: 900px;
	font-size:10px;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.sf_navigation ul{
	margin: 0px;
	list-style-type: none;
	padding: 0px;
	height: auto !important; 
	height: 1%;
}
.sf_navigation ul:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}
.sf_navigation ul li{
	float: left;
	white-space:nowrap;
	padding:0px;
	margin:0px;
	padding:3px 0px 0px;
}
.sf_navigation ul li a{
	padding: 7px 12px 0px 12px;
	display: block;
	height: 20px;
	width: auto !important;
	width: 1%;
	text-decoration: none;
	color: #fff;
	border: solid 1px #333333;
}

.sf_navigation ul li a:visited{
	color: #fff;
}
.sf_navigation ul li a:hover{	
	background-image:url(images/roll_over_nav.jpg);
	background-repeat: no-repeat;
	background-position:0 -5px;
}

#Nav1, 
#Nav1 ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;	
	line-height: 1;	
}

#Nav1 a {	
	display:block;	
}

#Nav1 li { /* all list items */	
	float: left;		
}

#Nav1 li ul { /* second-level lists */
	position: absolute;	
	width: 160px;
	left: -999em;
	z-index: 1000;
	background-color: #010101;
}

#Nav1 li ul li { /* second-level lists */	
	width: 160px;
	margin: 0px;
}

#Nav1 li ul li a { /* second-level lists */	
	width: 160px;
	padding: 7px 0px 0px 3px;
	margin: 0px;
	height: 20px;
}

#Nav1 li ul li a:hover { /* second-level lists */	
	background-color: #414141;
	background-image: none;
}

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

#Nav1 iframe {
	position: absolute;
	/* account for the border */
	left: -0.25em;
	top: -0.25em;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	margin-left: 3px;
}


/*---------------------------------------------------------------------------*/
.sf_pagetitle{
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align:right;
	padding: 10px 20px 25px 10px;
}
.sf_pagetitle h1 {
	font-size: 12px;
	font-weight: bold;
	margin:0px;
}
.sf_content{
	width: 800px;
	min-height: 300px;
	height: auto !important; height: 300px;
	margin-left: 50px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.sf_content:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 1px;
	clear: both;
}
.sf_footer{
	color: #666666;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 10px 10px 50px;
}

.sf_footer p{
	margin:0px;
	padding:0px;
}


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


a:link {
	color:#000;
}

a:visited {
	color:#000;
}

a:hover {
	color:#000;
}



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

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

/**
 * Sticking flyout menu bug
 *
 * @bugfix
 * @affected ie7
 * @css-for ie7
 * @valid yes
 */
#Nav1 li:hover, #Nav1 li.hover {  
    position: static;  
} 
