/*----------------------------------
		Theme651
----------------------------------*/

/* WST */

/*----------------------------------
		Typography Reset
----------------------------------*/

h1, h2, h3, h4, h5, h6 {font-weight:normal;}
h1 {font-size:24px;margin:10px 0;font-family: Arial, Helvetica, FreeSans, sans-serif;}
h2 {font-size:22px;margin:10px 0;font-family: Arial, Helvetica, FreeSans, sans-serif;}
h3 {font-size:20px;margin:10px 0;font-family: Arial, Helvetica, FreeSans, sans-serif;}
h4 {font-size:16px;margin:5px 0;padding:0;font-family: Arial, Helvetica, FreeSans, sans-serif;}
h5 {font-size:13px;font-weight:bold;margin:5px 0;padding: 0px;font-family: Arial, Helvetica, FreeSans, sans-serif;}
h6 {font-size:13px;font-weight:bold;margin:3px 0; padding: 0px;font-family: Arial, Helvetica, FreeSans, sans-serif;}


/*----------------------------------
		General
----------------------------------*/

body {
	margin: auto;
	background-color: #f5f4f0;
	color:#402D2D;
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	font-size: 13px;
	font-weight: normal;		
}

a:link {	
	text-decoration: underline;	
}

a:visited {	
	text-decoration: underline;		
}

a:hover {	
	text-decoration: none;	
}

.sf_outer_wrapper {
	width: 968px;
	_width: auto;
    margin: 20px auto;	
}

.sf_wrapper {
	width: 968px;
    margin: 0 auto;
	background-image: url(images/651_wrap-bg.png);
	background-repeat: repeat-y;
}

.sf_extra1 {
	background-image:url(images/651_header.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 968px;
	height: 22px;
	clear:both;
	margin:auto;
	padding:0;
}

* html .sf_extra1 {
 behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",  this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",  this.src = "images/spacer.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("', '').replace('")', ''),  this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",  this.runtimeStyle.backgroundImage = "none")), this.pngSet=true));
}

/*--------------------------------
		Header
---------------------------------*/

.sf_main_header {
	float:left;	
	text-align: left;	
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	font-size: 36px;
	font-weight: normal;
	font-variant: normal;	
	padding: 5px 0;	
	margin: 0 0 0 25px;
	_margin: 0 0 0 15px;
	width: 720px;
	color: #402d2d;
	border-bottom: 1px solid #e4e4e4;
}

.sf_extra3 {	
}

.sf_sub_header {
	display: none;
}

.sf_main_header p {
	margin: 0;
	padding: 0;
}


/*--------------------------------
		Navigation
---------------------------------*/
.sf_region1 {	
	width: 968px;
	margin: auto;
	min-height: 54px;
}

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

.sf_navigation h3 {
	display:none;
}

.sf_navigation .widget_content {
	padding: 0px;
	margin: 0px;
}

.sf_navigation {		
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	padding:0;
	margin:30px 17px -1px 17px;	
	font-size:13px;
	width: 926px;
	float: left;
}

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

.sf_navigation ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	height:1%;	
}

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

.sf_navigation ul li {	
	float:left;		
	white-space:nowrap;	
	margin: 0px 5px 0 5px;		
}

.sf_navigation ul li.sf_first_nav_item {	
}

.sf_navigation ul li.sf_last_nav_item a {
	border: none;		
}

.sf_navigation ul li a {		
	color: #402D2D;
	padding: 5px 5px 5px 5px;
	text-decoration:none;
	display: block;	
}

.sf_navigation ul li a:visited {
	color: #402D2D;
	text-decoration:none;	
}

.sf_navigation ul li a:hover {
	background-color: #E6E5E2;
	color: #402D2D;
	text-decoration: none;		
}

/*------------------------------------
	Flyout menu
------------------------------------*/

.sf_navigation .subnav { /* second-level lists */
	float: left;
	position: absolute;	
	width: 150px;
	left: -999em;
	z-index: 1000;
	margin: 0;	
	padding: 0 0 10px;
	min-height:1%;
	height:auto !important;
	height:1%;
	background-image:url(images/651_subnav-ftr.png);
	background-repeat: no-repeat;
	background-position: bottom;			
}

.sf_navigation .subnav li { 		
	background-image: none;
	white-space: normal;
	min-height:1%;
	height:auto !important;
	height:1%;	
	margin: 0;
	padding: 0;
	width: 150px;		
}

.sf_navigation .subnav li a { 
	width: 120px;
	height: auto;
	padding: 3px 15px;
	color: #402D2D;
	border: none;
	background-color: #E6E5E2;	
}

.sf_navigation .subnav li a:visited {
	color: #402D2D;
}

.sf_navigation .subnav li a:hover { 
	width: 120px;
	color: #402D2D;
	text-decoration: none;
	text-decoration: underline;
	height: auto;	
}

.sf_navigation .subnav .sf_first_nav_item_subnav {	
}

.sf_navigation .subnav .sf_last_nav_item_subnav {	
}

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

/*--------------------------------
		End Bottom Navigation
---------------------------------*/

.sf_extra5 {	
}

/*--------------------------------
		 	Page Title
---------------------------------*/

.sf_pagetitle {		
	margin:0 26px 0 0;
	_margin-right: 12px;	
	padding:10px 10px;	
	text-align: left;
	float:right;
	font-weight: normal;
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	font-size: 20px;
	width: 136px;
	clear:right;
	color:#402D2D;	
}

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

/*--------------------------------
		 End Page Title
---------------------------------*/

.sf_extra6 {
}

.sf_extra11 {	
}
	
/*--------------------------
		Content
--------------------------*/
.sf_content {		
	padding: 10px 5px 10px 20px;	
	min-height: 250px;
	width: 735px;
	float: left;
}

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

/*--------------------------
		End Content
--------------------------*/

.sf_extra12 {	
}

.sf_extra7 {	
}

/*--------------------------
		 Footer
--------------------------*/
.sf_region9 {	
	clear:both;
	min-height:50px;
	height:auto !important;
	height:50px;
	width: 760px;	
	margin: 0px 200px 0 0;
	padding: 0 0 4px;
}

.sf_footer {	
   	clear:both;	
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	text-align:center;	
	padding:20px;
	font-size:11px;		
	color:#402D2D;	
}

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

.sf_banner {	
	text-align:center;
	font-size: 11px;
	margin-bottom: 10px;	
}

#bannerLink {
	padding: 10px;
	margin: 10px;
}

#bannerLink a, #bannerLink a:visited, #bannerLink a:hover{
	color: #402D2D;
}

/*--------------------------
		End Footer
--------------------------*/

.sf_extra8 {	
}

.sf_extra9 {
	background-image: url(images/651_footer.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 968px;
	height: 25px;
	margin: auto;	
}

* html .sf_extra9 {
 behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",  this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",  this.src = "images/spacer.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("', '').replace('")', ''),  this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",  this.runtimeStyle.backgroundImage = "none")), this.pngSet=true));
}

/*--------------------------
		Sidebar
--------------------------*/
.sf_region2 {
	float:right;
	clear:right;
	display:inline;
	width: 200px;
	padding: 0 25px 0 20px;
	margin: 0 0 0 22px;
	overflow: hidden;
	display:none;	
}

.widgetset .widget_content {
	overflow:hidden;
	padding: 5px 5px;	
	color: #402D2D;	
	font-size: 13px;
	_display: inline-block;	
}

.widgetset widget_content img {	
	border: 1px solid #ddd;
}

.widgetset .widget {	
	margin-bottom:10px;	
	min-height: 1%;
	height: auto !important;
	height: 1%;	
	padding-bottom: 15px;
	margin-bottom:10px;	
}

.widgetset .widget_header {	
	padding:5px;	
	border-bottom: 1px solid #cccccc;
	font-size:18px;
	font-weight: normal;
	color: #402D2D;
	
}

.widgetset .widget_header a,
.widgetset .widget_header a:visited {
	color: #402D2D;
}

.widgetset .widget_header a:hover {
	color: #402D2D;
	text-decoration: none;
}

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

.widgetset li {
	margin:0px;
	padding:3px 0px;	
	overflow:hidden;
}

.widgetset a:link, .widgetset a:visited {
	text-decoration:none;
	padding: 2px 0px;
	color: #402D2D;
}

.widgetset a:hover {
	padding: 2px 0px;
	text-decoration: underline;
}

.widgetset .widget-content img a:hover {
	background-color: transparent;
}

.widgetset .form_item {
	margin:5px 0px;
}

.widgetset input, .widgetset select {	
	width:150px;
}

.widgetset .btn {
	width:auto;
	margin: 3px 0px;
}

/*--------------------------
		Other
--------------------------*/

.btn, .checkout a.button, .checkout input.button {
	margin: 3px 3px 3px 0;
	padding: 3px;	
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	cursor: pointer;
	border-style: solid;
	border-width: 1px;	
	border-color: #675353;
	background-color: #7a6969;
	color: #ffffff;	
}

.btn:hover, .checkout a.button:hover, .checkout input.button:hover {
	background-color: #8f8080;
}

.sf_region5 .btn, .checkout a.button, .checkout input.button {	
	border-color: #ffffff;	
	color: #ffffff;	
}

.sf_region5 .btn:hover, .checkout a.button:hover, .checkout input.button:hover {	
	color: #ffffff;		
}

.quick-search .btn {
	padding: 1px;
}

input[type="text"], textarea {
	border-color: #d6d9e1;
}
