/**
 * @file
 * @project 721
 * @package sftheme
 * @site app1
 */

/*----------------------------------
		Typography
----------------------------------*/

h1, h2, h3, h4, h5, h6 {font-weight:normal;line-height:normal}
h1 {font-size:20px;margin:10px 0;font-family: Arial, Helvetica, FreeSans, sans-serif;}
h2 {font-size:20px;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;margin:5px 0;padding: 0px;font-family: Arial, Helvetica, FreeSans, sans-serif;}
h6 {font-size:13px;margin:3px 0; padding: 0px;font-family: Arial, Helvetica, FreeSans, sans-serif;}


/* General */

body {
	margin: auto;
	background-color: #ffffff;
	color: #443732;
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	font-size: 13px;
	font-weight: normal;		
}

.sf_outer_wrapper {
	width: 920px;
    margin: 20px auto;	
}

.sf_wrapper {
	width: 920px;
    margin: 0 auto;
	background-color: #e4e4dd;
}

.sf_wrapper:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Header */

.sf_region1 {		
	min-height: 80px;
	height: auto !important;
	height:80px;
	width: 920px;
	margin: auto;
	clear: both;
}

.sf_region1:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.sf_main_header {
	text-align: left;	
	font-family: Garamond, "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
	font-size: 48px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;	
	padding:10px 0;	
	width: 920px;
}

.sf_sub_header {
	display: none;
}

.sf_main_header p {
	margin: 0;
	padding: 0;
}

/* End Header */


/* Navigation */

.sf_navigation h3 {
	display:none;
}

.sf_navigation .widget_content {
	padding: 0px;
	margin: 0px;
}

.sf_navigation {		
	padding:0;
	margin:0;	
	width: 920px;	
}

.sf_navigation:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	font-height: 1px;
	margin:0px;
	padding:0px;
}

.sf_navigation ul {
	margin:0;
	padding:0;
	list-style-type:none;
	height:1%;
	float:left;
}

.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: 0 20px 0 0;
	padding: 0;
}

.sf_navigation ul li a {	
	color: #958a87;
	padding: 6px 0;
	text-decoration:none;
	display: block;
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	font-size:13px;
}

.sf_navigation ul li a:visited {
	color: #958a87;
	text-decoration:none;
}

.sf_navigation ul li a:hover {
	color: #443732;
	text-decoration: none
}

/* Flyout Menu */

.sf_navigation .subnav { /* second-level lists */
	float: left;
	position: absolute;	
	width: 170px;
	left: -999em;
	z-index: 1000;
	margin:0;	
	padding:0;
	border-top: 1px solid #E4E4DD;
}

.sf_navigation .subnav li { 		
	background-image: none;
	white-space: normal;
	min-height:1%;
	height:auto !important;
	height:1%;	
	margin: 0;
	padding: 0;
	width: 170px;
	border-left: 1px solid #E4E4DD;
	border-right: 1px solid #E4E4DD;
	border-bottom: 1px solid #E4E4DD;
}

.sf_navigation .subnav li a { 
	width: 140px;
	height: auto;
	padding: 3px 15px 3px;
	color: #443732;
	border: none;
	background-color: #DCDCD6;
	font-size: 11px;
}

.sf_navigation .subnav li a:visited {
	color: #443732;
}

.sf_navigation .subnav li a:hover { 	
	color: #443732;
	text-decoration: none;
	background-color: #D3D3CE;
	height: auto;
}

.sf_navigation .subnav .sf_first_nav_item_subnav a {	
}

.sf_navigation .subnav .sf_last_nav_item_subnav a {	
}

#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 Navigation */


/* Page Title */

.sf_pagetitle {		
	margin: 0;
	margin-bottom:10px;
	padding:10px;
	text-align: left;
	float:left;
	font-weight: normal;
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	font-size: 13px;
	width: 230px;
	clear:both;	
	color: #443732;
	line-height: 1.38;
}

.sf_pagetitle h1 {
	font-size:13px;
	font-weight:normal;
	margin:0;
}

/* End Page Title */
	
/* Content */

.sf_main_wrapper {		
	width: 900px;
	background-image: url(//img1.wsimg.com/isteam/ip/3d055d67-6923-41d0-a43a-5fec6e04ebf0/legacy/721_main.jpg);
	background-repeat: no-repeat;
	min-height: 550px;
	_height: 550px;
	margin: auto;
	z-index:99;
	border-bottom:10px solid #e4e4dd;
	border-top:10px solid #e4e4dd;	
}

.sf_content {	
	color: #443732;
	float: right;
	clear: right;
	padding:10px;	
	min-height: 300px;	
	margin-top: 230px;
	margin-bottom: 10px;
	.margin-bottom: 0;
	line-height: 1.38;
	width: 540px;
}

.sf_content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* End Content */

/* Footer */

.sf_region10 {
	clear: both;	
}

.sf_footer {	   
    clear:both;	
	font-family: Arial, Helvetica, FreeSans, sans-serif;	
	text-align:center;	
	padding:5px 0;
	font-size:11px;		
	color:#555555;
	width: 920px;
	margin: auto;
}

.sf_footer p {
	margin:0px;
	padding:0px;
}

.sf_banner {
	text-align:center;
	font-size: 11px;
	margin-bottom: 10px;	
}

#bannerLink {
	padding: 10px;
	margin: 10px;
}

.sf_footer a:link,
.sf_footer a:visited,
#bannerLink a, 
#bannerLink a:visited{
	color: #555555;
}

/* End Footer */

/* Sidebar */

.sf_region6 .widgetset {
	display: inline;
	float: left;
	clear: left;
	width: 300px;
	padding: 10px 20px;	
	margin: 0px; 
	margin-top: 560px;
	overflow: hidden;
	display: none;
	background-color: #DCDCD6;
}

.widgetset .widget_content {
	overflow:hidden;
	padding: 5px 15px;	
	font-size: 12px;
	_display: inline-block;
}

.widgetset .widget {	
	margin-bottom:10px;	
	min-height: 1%;
	height: auto !important;
	height: 1%;		
}

.widgetset .widget_header {
	margin:0;
	padding:3px 0;
	font-weight: normal;
	font-size: 16px;
	border-bottom: 1px dotted;
}

.widgetset .widget_header a,
.widgetset .widget_header a:visited {	
}

.widgetset .widget_header a:hover {	
	text-decoration: none;
	color: #958A87;
}

.widgetset ul, .widgetset ol {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.widgetset li {
	margin:0px;
	padding:2px 0px;	
	overflow:hidden;
}

.widgetset a:link, .widgetset a:visited {
	text-decoration:none;
	padding: 2px 0px;	
}

.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 */

a:link {
	color: #443732;
	text-decoration: underline;	
}

a:visited {
	color: #443732;
	text-decoration: underline;		
}

a:hover {
	color: #443732;
	text-decoration: none;	
}

.btn, .checkout a.button, .checkout input.button {
	margin: 3px 3px 3px 0;
	padding: 2px;	
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	cursor: pointer;
	border-style: solid;
	border-width: 1px;	
	border-color: #BFBFBF;
	background-color: #73625A;
	color: #CFCFCF;
}

.btn:hover, .checkout a.button:hover, .checkout input.button:hover {
	background-color: #5D4F4C;
}

.quick-search .btn {
	padding: 1px;
}

input[type="text"], textarea {
	border-color: #d6d9e1;
}

