/**
 * @file
 * @project 753
 * @package sftheme
 * @site app1
 */

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

h1, h2, h3, h4, h5, h6 {font-weight:normal}
h1 {font-size:24px;margin:10px 0;font-family: Georgia, "Nimbus Roman No9 L", serif;}
h2 {font-size:24px;margin:10px 0;font-family: Georgia, "Nimbus Roman No9 L", serif;}
h3 {font-size:18px;margin:10px 0;font-family: Georgia, "Nimbus Roman No9 L", serif;}
h4 {font-size:18px;margin:5px 0;padding:0;font-family: Georgia, "Nimbus Roman No9 L", serif;}
h5 {font-size:14px;font-weight:bold;margin:5px 0;padding: 0px;font-family: Georgia, "Nimbus Roman No9 L", serif;}
h6 {font-size:14px;font-weight:bold;margin:3px 0; padding: 0px;font-family: Georgia, "Nimbus Roman No9 L", serif;}


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

body {
	margin: auto;
	background-color: #000000;
	font-family: Georgia, "Nimbus Roman No9 L", serif;
	font-size: 16px;
	font-weight: normal;		
}

.sf_outer_wrapper {
	width: 100%;
    margin: auto;	
}

.sf_wrapper {
	width: 100%;	
    margin: -50px auto 0;	
	position: relative;
}

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

/*--------------------------------
		Navigation
---------------------------------*/

.sf_extra1 {
	background-image: url(images/753_navbtm.png);
	height: 5px;
	width: 100%;
	position: relative;
	z-index: 999;
}

.sf_region1 {		
	clear: both;	
	margin: auto;	
	width: 100%;	
}

.sf_navigation h3 {
	display:none;
}

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

.sf_navigation {	
	position: relative;	
	z-index: 1000;
	clear:both;			
	padding:0px;		
	font-size:11px;	
	margin: auto;
	background-image: url(images/753_navbg.jpg);
	width: 100%;	
}

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

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

.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;
	min-width: 60px;
}

.sf_navigation ul li.sf_first_nav_item {	
}

.sf_navigation ul li.sf_last_nav_item a {	
}

.sf_navigation ul li a {	
	display: block;	
	padding: 15px 10px;
	text-decoration:none;	
	font-family: Georgia, "Nimbus Roman No9 L", serif;
	font-size: 18px;
	letter-spacing: 1px;
}

.sf_navigation ul li a:visited {	
	text-decoration:none;
}

.sf_navigation ul li a:hover {
	text-decoration: none;
	background-image: url(images/753_navhov.png);
	background-position: 0 3px;
	background-repeat: no-repeat;	
}

*html .sf_navigation ul li a:hover {
	background-image: none;
}

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

.sf_navigation .subnav { /* second-level lists */
	float: left;
	position: absolute;	
	width: 170px;
	left: -999em;
	z-index: 1000;
	margin:0;
	padding: 0 0 5px;
	min-height:1%;
	height:auto !important;
	height:1%;	
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;	
	background-color: #181818;
	background-image: none;
}

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

.sf_navigation .subnav li a { 
	color: #888;
	width: 140px;
	height: auto;
	padding: 3px 15px 3px;	
	border: none;
	background-color: #181818;
	font-family: Georgia, "Nimbus Roman No9 L", serif;
	font-size: 12px;
	background-image: none;
}

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

.sf_navigation .subnav li a:hover { 
	color: #888;
	width: 140px;	
	text-decoration: underline;	
	background-image: none;
}

.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 Navigation
---------------------------------*/

/*--------------------------------
		Header
---------------------------------*/
.sf_header_wrapper {	
	width: 100%;
	min-height: 486px;
	height: auto !important;
	height: 486px;
}

.sf_region3 {
	width: 980px;
	margin: auto;
}

.sf_main_header {	
	font-family: Georgia, "Nimbus Roman No9 L", serif;
	font-size: 60px;
	font-weight: normal;
	text-align: left;
	padding: 50px 0 0;
	.padding: 100px 0 0;		
	float: left;
	clear: left;
	height: 285px;
	width: 400px;
	overflow: hidden;
}

.sf_sub_header {
	display: none;
}

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

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

.sf_main_wrapper {	
	margin: auto;
	background-image: url(images/753_tree.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	min-height: 450px;
}

*html .sf_main_wrapper {
	background-image: none;
}

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

.sf_region6 {
	width: 980px;
	margin: auto;
}

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

.sf_pagetitle {		
	float: right;	
	margin:300px 68px 0 0;
	.margin: 350px 68px 0 0;
	padding: 0;
	text-align: center;		
	width: 300px;	
	font-size: 32px;
	font-weight: normal;	
	color: #4e4e4e;	
}

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

/*--------------------------------
		 End Page Title
---------------------------------*/
	
/*--------------------------
		Content
--------------------------*/
.sf_content {	
	padding: 0 0 40px;
	margin: auto;
	width: 980px;	
	line-height: 1.7;
	color: #808080;
	float: left;
}

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

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

/*--------------------------
		 Footer
--------------------------*/
.sf_region10 {
	clear: both;
	min-height:1%;
	height:auto !important;
	height:1%;		
	margin: 0;
	background-color: #181818;
}

.sf_footer {    
	font-family: Georgia, "Nimbus Roman No9 L", serif;	
	text-align: center;	
	padding:15px 0;
	font-size:11px;		
	color: #888888;
	clear: both;
	margin: auto;
	width: 980px;
}

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

.sf_banner {
	margin: auto;
	width: 980px;
	text-align:center;
	font-size: 11px;
	padding-bottom: 20px;	
}

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

#bannerLink a, #bannerLink a:visited, #bannerLink a:hover{
	color: #888888;
}

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

/*--------------------------
		Sidebar
--------------------------*/
.widgetset {		
	float: left;
	clear: left;	
	overflow: hidden;	
	display:none;
	width: 300px;
	margin-right: 40px;
	_margin-right: 20px;
	margin-bottom: 40px;
	color: #808080;
}

.widgetset .widget_content {
	overflow:hidden;
	margin: 10px 0;	
	font-size: 14px;	
}

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

.widgetset .widget_header {	
	margin:8px 0;
	padding:0;
	font-size:24px;
	font-weight: normal;
}

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

.widgetset li {
	margin:0px;
	padding:4px 0px;	
}

.widgetset li li {	
	background-image: none;	
}

.widgetset a:link, 
.widgetset a:visited {	
	background-color: transparent;
	text-decoration: none;
}

.widgetset a:hover {	
	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 0;
	padding: 2px;	
	font-size: 12px;
	font-weight: normal;
	font-family: Georgia, "Nimbus Roman No9 L", serif;
	cursor: pointer;
	border-style: solid;
	border-width: 1px;	
	border-color: #333;	
	color: #888;	
	background-color: #181818;	
}

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

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

