/*----------------------------------
		Theme660
----------------------------------*/

/*----------------------------------
		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;font-style: italic;}
h2 {font-size:20px;margin:10px 0;font-family: Georgia, "Nimbus Roman No9 L", serif;font-style: italic;}
h3 {font-size:18px;margin:10px 0;font-family: Georgia, "Nimbus Roman No9 L", serif;font-style: italic;}
h4 {font-size:18px;margin:5px 0;padding:0;font-family: Georgia, "Nimbus Roman No9 L", serif;font-style: italic;}
h5 {font-size:13px;font-weight:bold;margin:5px 0;padding: 0px;font-family: Georgia, "Nimbus Roman No9 L", serif;}
h6 {font-size:13px;font-weight:bold;margin:3px 0; padding: 0px;font-family:Georgia, "Nimbus Roman No9 L", serif;}


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

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

.sf_outer_wrapper {
	width: 950px;
    margin: 0px auto;
}

.sf_extra1 {	
}

.sf_wrapper {
	width: 950px;
    margin: 0 auto;			
}

.sf_extra10 {	
}

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

.sf_region2 {		
	height: auto !important;	
	width: 950px;
	visibility: visible;	
}

.sf_main_header {
	text-align: left;	
	font-family: Georgia, "Nimbus Roman No9 L", serif;
	font-size: 36px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;	
	padding: 10px 0px;
	float: left;	
}

.sf_extra3 {	
}

.sf_sub_header {
	display: none;
}

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

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

.sf_extra4 {	
}

/*--------------------------------
		Navigation
---------------------------------*/
.sf_region3 {
	background-image:url(images/660_navbg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 8px;	
}

.sf_navigation h3 {
	display:none;
}

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

.sf_navigation {	
	clear:both;	
	min-height:15px;
	height:auto !important;
	height:15px;	
	padding:0px;
	margin:0px;	
	width: 950px;
	background-color: #dddddd;
}

.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%;
	float:right;
}

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

.sf_navigation ul li {	
	float:right;		
	white-space:nowrap;	
	margin:5px 5px 0 0;	
	min-height:15px;
	height:auto !important;
	height:15px;	
}

.sf_navigation ul li.sf_first_nav_item {	
}

.sf_navigation ul li.sf_last_nav_item a {	
}

.sf_navigation ul li a {	
	color: #444444;
	padding: 2px 10px 2px;
	text-decoration:none;
	display: block;
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	font-size:12px;		
}

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

.sf_navigation ul li a:hover {
	color: #ffffff;
	text-decoration:none;
	background-color: #a9a9a9;
}

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

.sf_navigation .subnav { /* second-level lists */
	float: left;
	position: absolute;	
	width: 170px;
	left: -999em;
	z-index: 1000;
	margin: 0;	
	padding: 3px 0 0;
	min-height:1%;
	height:auto !important;
	height:1%;
	background-color: #a9a9a9;		
}

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

.sf_navigation .subnav li a { 
	width: 150px;
	height: auto;
	padding: 3px 10px 3px;
	color: #ffffff;	
	border-bottom: 1px solid #a9a9a9;
}

.sf_navigation .subnav li a:visited {
	color: #ffffff;
	border-bottom: 1px solid #a9a9a9;
}

.sf_navigation .subnav li a:hover { 
	width: 150px;
	color: #dddddd;
	text-decoration: none;
	height: auto;
	border-bottom: 1px solid #cccccc;
}

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

.sf_extra5 {
}

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

.sf_pagetitle {		
	margin: 0px;
	padding: 5px 15px;	
	text-align: right;
	font-weight: normal;
	font-family: Georgia, "Nimbus Roman No9 L", serif;
	font-size: 16px;	
	clear:both;
	color: #ffffff;	
	min-height: 20px;
	height: auto !important;
	height: 20px;
	width: 920px;
	border-bottom:1px solid #FFFFFF;
	font-style: italic;
}

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

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

.sf_extra6 {
}

.sf_extra11 {	
}
	
/*--------------------------
		Content
--------------------------*/

.sf_content {	
	float: left;	
	padding:20px 0 20px 10px;	
	min-height: 250px;
	width: 940px;
}

.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:1%;
	height:auto !important;
	height:1%;
	width: 950px;
	border-top: 1px solid #dddddd;
}

.sf_footer {	   
    clear:both;	
	text-align:center;	
	padding:20px;
	font-size:11px;		
	color:#555555;
}

.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: #333;
}

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

.sf_extra8 {	
}

.sf_extra9 {	
}

/*--------------------------
		Misc
--------------------------*/

a:link {	
	text-decoration: underline;	
}

a:visited {	
	text-decoration: underline;		
}

a:hover {	
	text-decoration: none;	
}

/*--------------------------
		Sidebar
--------------------------*/
.sf_region4 {
	float: left;
	display:inline;
	width: 200px;
	padding: 20px 20px 50px 0px;
	overflow: hidden;
	display:none;
}

.sf_region4 .widget_content {
	overflow:hidden;
	padding: 10px;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-top: 1px solid #dddddd;	
	font-size: 12px;
	_display: inline-block;
}

.sf_region4.widget_content img {	
	border: 1px solid #dddddd;
}

.widgetset .widget {	
	margin-bottom:10px;	
	min-height: 1%;
	height: auto !important;
	height: 1%;
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 12px;
	margin-bottom:10px;			
}

.widgetset .widget_header {
	margin:0px;
	padding:5px;
	font-size:18px;
	font-weight: normal;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	color: #444444;
	background-color: #dddddd;
	font-family: Georgia, "Nimbus Roman No9 L", serif;
	font-style: italic;
}

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

.widgetset .widget_header a:hover {
	color: #777777;
	text-decoration: none;
	background-color: transparent;
}

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

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

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

.widgetset a:hover {
	padding: 2px 0px;
	background-color: #eeeeee;
}

.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: 0px;
	padding: 0px;
}

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

.btn, .checkout a.button, .checkout input.button {
	margin: 0;
	padding: 1px 0;	
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	cursor: pointer;
	border: none;
	background-color: #ffffff;	
	border-bottom: 1px solid #ddd;	
}

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

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