/**
 * @file
 * @project 682
 * @package sftheme
 * @site app1
 */
 
/** 
 * ------------------------------------------------------------------
 * @section TYPOGRAPHY
 * ------------------------------------------------------------------
 */

h1 {
	font-size:2em; 
	font-weight:normal; 
	margin:0 0 0.75em;
	color:#000000;
}
h2 {
	font-size:1.6em; 
	font-weight:normal; 
	margin:1.3em 0 0.94em;
	color:#555555;
}
h3 {
	font-size:1.25em; 
	font-weight:bold; 
	margin:1.65em 0 1.2em;
	color:#000000;
}
h4 {
	font-size:1.1em; 
	font-weight:normal; 
	margin:1.5em 0;
	color:#555555;
}
h5 {
	font-size:0.9em; 
	font-weight:normal; 
	margin:1.67em 0;
	color:#000000;
}
h6 {
	font-size:0.9em; 
	font-weight:normal;
	font-style:italic;
	margin:1.67em 0;
	color:#000000;
}

p {margin:0 0 1.5em;padding:0;line-height:1.5;}
form {margin:0 0 1.5em;padding:0;}
blockquote {margin:1.5em;}
sup, sub {line-height:0;}
address {margin:0 0 1.5em;}
pre, code {margin:1.5em 0;white-space:pre;}
pre, code, tt {line-height:1.5;}
caption {margin:0; padding:.5em;}

/** 
 * ------------------------------------------------------------------
 * @section MAIN AREA
 * ------------------------------------------------------------------
 */
body {
	font-family:Arial, Helvetica, FreeSans, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
}

a:link,
a:visited,
a:hover {
	text-decoration:none;
}

.sf_outer_wrapper {
	min-height:1%;
	height:auto !important;
	height:1%;
}

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

.sf_wrapper {
	width:990px;
	min-height:1%;
	height:auto !important;
	height:1%;
	margin:0 auto;
	background-color:#FFFFFF;
}

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

.sf_main_wrapper {
	width:990px;
	min-height:1%;
	height:auto !important;
	height:1%;
}

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

/** 
 * @subsection header 
 */
.sf_region1 {
	min-height:1%;
	height:auto !important;
	height:1%;
	width: 990px;
	margin:0 auto;
}

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

.sf_main_header {
	font-size:26px;
	font-weight:bold;
	padding:25px 0;
	min-height:1%;
	height:auto;
}

* html .sf_main_header {
	height:1%;
}

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

/**
 * @section navigation
 */
.sf_region2 {
	min-height:1%;
	height:auto !important;
	height:1%;
	width: 100%;
	background-image:url(images/682_nav.jpg);
	background-repeat:repeat-x;
}

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

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

.sf_navigation .widget_header{
	display:none;
}
 
.sf_navigation ul {
	margin: 0;
	padding: 0 20px 0 0;
}
 
.sf_navigation ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height:0px;
}
 
.sf_navigation ul li {	
	float: left;
	list-style: none;
	margin: 0 0 0 20px;
	padding: 0;
	white-space: nowrap;	 
	min-width:1%; 
	width: auto !important; 
	width:1%; 
}
 
.sf_navigation ul li a {
	display: block;
	margin:0px;
	padding:12px 0 13px;
	text-decoration: none;	
	font-size:11px;
	min-width:1%; 
	width: auto !important; 
	width:1%; 
}

.sf_navigation ul li a:visited {
}

.sf_navigation ul li a:hover {
}
 
/**
 * @section subnav
 */
.sf_navigation .subnav {
	border-style:solid;
	border-width:1px;
	left: -999em; 
	list-style: none;
	line-height: 1;
	margin: -1px 0 0 -9px;
	padding: 0px;	
	position: absolute;	
	width: 154px;
	z-index:1000;	
}
 
.sf_navigation .subnav  li {
	float: left;
	margin:0;	
	padding:0;	
	width: 154px;
    white-space:normal;
}
 
.sf_navigation .subnav li a {
	display: block;
	height:auto;
	padding:8px 8px 8px;
	width: 138px !important;
	white-space:normal;
	font-size:11px;
	text-transform:none;
}

.sf_navigation .subnav li a:visited {
}

.sf_navigation .subnav li a:hover {

}
 
#Nav1 li:hover ul, 
#Nav1 li.sfhover ul {
	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;  
} 

/** 
 * @subsection content
 */
.sf_main {
	padding:30px 15px 40px 15px;
	min-height:200px;
	height:auto !important;
	height:200px;
}

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

.sf_content {
	min-height:1%;
	height:auto !important;
	height:1%;
}

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

.sf_pagetitle {
	font-weight:normal;
	font-size:26px;
	padding:0px 10px;
	margin-bottom:20px;
}

.sf_pagetitle h1 {
	font-size:26px;
	font-weight:normal;
	margin:0;
}

.sf_extra12 {
	display:none;
}

/** 
 * @subsection footer
 */
.sf_region9 {
	min-height:1%;
	height:auto !important;
	height:1%;
	width: 100%;
	clear:both;
	background-image:url(http://www.sizzorssalon.com/images/682_footer_sidebar.jpg);
	background-repeat:repeat-x;
}

.sf_region9:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.sf_footer {
	padding:8px 15px 9px;
	font-size:11px;
	text-align:right;
	margin-top:80px;
	clear:both;
}

/** 
 * @subsection banner
 */
.sf_region10 {
	font-size:10px;
	text-align:center;
	clear:both;
}

.sf_banner {
	padding:10px;
}

.sf_banner #bannerImage {
	padding:5px;
}

/** 
 * @subsection buttons
 */
.btn {
	font-size: 11px;
	font-family:Arial, Helvetica, FreeSans, sans-serif;
	cursor: pointer;
	margin: 3px 0;
	padding: 2px 6px 3px;
	-moz-border-radius:5px;
	border-radius:5px;
}

/** 
 * ------------------------------------------------------------------
 * @section WIDGETS
 * ------------------------------------------------------------------
 */
.widgetset .widget {
	min-height:1%;
	height:auto !important;
	height:1%;
	font-size:11px;
}

.widgetset .widget_header {
	margin:0 0 10px 0;
	font-size:18px;
	font-weight:normal;
}

.widgetset .widget_header a:link,
.widgetset .widget_header a:visited,
.widgetset .widget_header a:hover{
	text-decoration:none;
}

.widgetset .HomeLink  .widget_content {
	margin:0px;
	padding:0px;
}

.widgetset .widget_content ul,
.widgetset .widget_content ol {
	margin:0px;
	padding:0px;
	list-style:none;
}

.widget li{
	margin:0px;
	padding:0px 0px 10px;
}

.widgetset label{
	margin:0px;
	padding:0px;
	display:block;
}

.widgetset form{
	margin:0px;
	padding:0px;
}

.widgetset .form_item {
	margin:0px;
	padding:0px 0px 6px;
}

/** 
 * @subsection Left Widgets
 */
.sf_region6 .widgetset {
	float:right;
	width:180px;
	font-size:11px;
}

.sf_region6 .widget {
	width:180px;
	overflow:hidden;
	margin-bottom:30px;
}

/** 
 * @subsection Footer Widgets
 */
.sf_region9 .widgetset {
	min-height:80px;
	height:auto;
}

* html .sf_region9 .widgetset {
	height:80px;
}

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

.sf_region9 .widget {
	float:left;
	width:200px;
	margin:25px 0px 30px 38px;
}

* html .sf_region9 .widget {
	display:inline;
}

.sf_region9 .widget_header {
	min-height:1em;
}

.sf_region9 .widget_content {
	width:200px;
	overflow-x:hidden;
}