/*------------------------------------
	
	Theme Name: Fresh Air
	Theme#: 263
	File: Theme
	
------------------------------------*/

/*-----------------------------------
		Main Layout Tweaks
-------------------------------------*/

.outer {
	/* WARNING: borders affect the critical values below, so use them with that in mind. */ 
    /* border-left: 1px solid #f90;  */
    /* border-right: 1px solid #f90; */
	/*** Critical left divider dimension value ** */
    /*** Critical right divider dimension value ** */
    margin-left: 170px; /*** Critical left col width value ** */
    margin-right: 170px; /*** Critical right col width value ** */
}

.left {
    float: left;
    position: relative; /* Needed for IE/win */
    width: 170px; /*** Critical left col width value ** */
    margin-left: -170px; /*** Critical left col width value ** */
    /*** Critical left divider dimension value ** */
}

.right {
    float: right;
    position: relative; /* Needed for IE/win */
    width: 170px; /*** Critical right col width value ** */
    margin-right: -170px; /*** Critical right col width value ** */
    /*** Critical right divider dimension value ** */
    margin-left: 0; /*** Critical right divider dimension value ** */
}

/*-----------------------------------
		 End Main Layout Tweaks
-------------------------------------*/

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

body {
	background-position: top;
	background-repeat: repeat-x;
	background-image: url(images/body_bg.jpg);
	padding:0px;
}

#sizer {
	  max-width:none !important;
	  width:auto !important;
}

#expander {
	margin: 0px auto !important;
	width: 960px !important;
	min-width: 0px !important;
}

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

.content {

}

#wrapper1 {
	margin:0px;
}

#wrapper2 {
	margin:0px;
}

.center { 

}

a:link {
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

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

.header {
	padding: 0;
}

.sf_extra1 {
	height: 16px;
}


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

.header {display: inline-block;}

/* Hides from IE-mac \*/
* html .header {height: 1%;}
.header {display: block;}
/* End hide from IE-mac */

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

#header-content {
	margin: 0px 2px;
	padding: 0px;
	background-repeat: repeat-x;
	min-height:1%; 
	height:auto !important; 
	height:1%; 
	width:956px; 
	clear:both;
}

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

#header-content img {
	
}

.sf_extra3 {
}

.sf_extra3 span {
	
}

#logo {
	text-align: left;
	display: block;
	padding-left:20px;
	padding-top: 20px;
	
}
#logo img {
	float: left;
}

#logo img {
	border: 0;
}

/*----------------------
		Titles
-----------------------*/

.titles {
	text-align: left;
	padding: 15px 0 2px 30px;
	width: 50%;
	float: left;
	word-wrap: break-word;
	overflow: hidden;
}

.header .company-name {
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 0;
}

.header .slogan {
	margin: 8px 0 0 10px;
	font-size:14px;
	font-weight: normal;
}

/*----------------------
		End titles
-----------------------*/


/*----------------------
		Address
-----------------------*/

.address {
	text-align: right;
	padding: 20px 0 15px 0;
	margin: 0px 15px 0px 0px;
}

.address ul {
	
}

.address ul li {
	
}

.address ul li span.adr { /*address */
	
}

.address ul li span.tel { /*Telephone */
	
}

.address ul li span.tel span.type { /*What type of telephone */
	font-weight: bold;
}

.address ul li a:link, .address ul li a:visited  {
	
}

.address ul li a:hover {

}

.address ul li a.email, .address ul li a.email:visited {
	font-weight: bold;
}

.address ul li a.email:hover {
	
}

/*----------------------
		End Address
-----------------------*/

.sf_extra4 {
	
}

.sf_extra4 span {
	
}

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


/*-------------------------------
	"TOP" Navigation - Navigation can 
	go on top or bottom of the 
	header or in the sidebars
---------------------------------*/

.navigation1 {
	clear: both;
	height:auto !important;
	margin: 0px 2px 10px;
	padding: 6px 0px 0px 70px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

.navigation1 ul {
	margin: 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	height:auto !important;
}

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

.navigation1 ul li {
	white-space: normal;
	float: left;
}

.navigation1 ul li a:link, 
.navigation1 ul li a:visited {
	padding: 6px 9px 0px;
	margin: 0px 0 0 0;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	height:19px;
	margin-bottom:4px;
}

.navigation1 ul li a:hover {
	
}

/*------------------------------------
	Flyout Menus
------------------------------------*/
#Nav1 li { /* all list items */
	margin: 0px;
	height:1%;
}

#Nav1 li ul {  
	position:absolute;
	left: -999em;
	width:1%;
	z-index:1000;
	background-image: none;
	background-color: transparent;
	margin:0;
	padding:0;
}

#Nav1 li a {
	display : block;
}
#Nav1 li ul li {
	margin:0;
	padding:0;
}
#Nav1 li ul li a,
#Nav1 li ul li a:visited {
	display : block;
	padding:5px 8px;
	width:125px;
	background-color:#aaa;
	border-left:solid 3px #ffffff;
	border-right:solid 3px #ffffff;
	border-bottom:solid 3px #ffffff;
	white-space: normal;
	height: auto;
	margin: 0px;
	
}
#Nav1 li ul li a:hover {
	color: #fff;
	background-image: none;
	background:#bbb;
}

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

/*------------------------------------
	Category Menu Bar
------------------------------------*/

.sf_category_menubar .widget_header {
	display:none;
}

.sf_category_menubar {
	background-color:#DFDFDF;
	margin:1px 2px 0 2px;
	width: 916px;
	padding:0 20px;
	z-index:50;
	min-height:25px;
	height:auto !important;
	height:25px;
}

.sf_category_menubar ul {
	margin: 0;
	padding: 0;
}
 
.sf_category_menubar ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height:0px;
}
 
.sf_category_menubar ul li {	
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;	 
	min-width:1%;
	width: auto !important; 
	width:1%; 
	height:24px;
	margin-bottom:1px;
}
 
.sf_category_menubar ul li a {
	color:#;
	display: block;
	margin:0;
	padding:5px 10px;
	text-decoration: none;	
	min-width:1%; 
	width: auto !important; 
	width:1%; 
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
}
 
.sf_category_menubar ul li a:visited {
	text-decoration: none;	
}
 
.sf_category_menubar ul li a:hover {
	color:#;
 	text-decoration: none;	
}
 
/**
 * @section cat subnav
 */
.sf_category_menubar .subnav {
	background-color:#ffffff;
	border-color:#DFDFDF;
	border-style:solid;
	border-width:0 3px 3px 3px;
	left: -999em; 
	list-style: none;
	line-height: 1;
	margin: 0;	
	padding:0;	
	position: absolute;	
	width: 145px;
	z-index:1000;
}

.sf_category_menubar .subnav  li {
	border-bottom:1px solid #DFDFDF;
	float: left;
	margin:0;	
	padding:0;	
	width: 143px;
	height:auto;
    white-space:normal;
}

.sf_category_menubar .subnav li a {
	display: block;
	height:auto;
	padding: 5px 10px 6px;
	margin:0px;
	min-width:123px;
	width: 123px !important;
	white-space:normal;
	font-weight:normal;
	text-transform:none;
}

.sf_category_menubar .subnav li a:hover {	
	background:#ddd;	
}

#menubar1 li:hover ul, 
#menubar1 li.sfhover ul {
	left: auto;
}
 
#menubar1 iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

#menubar1 li:hover, 
#menubar1 li.hover {  
    position: static;  
}

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

.sf_extra2 {
	
}

.sf_extra2 span {
	
}


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


/*---------------------------------------------------
					Search
-----------------------------------------------------*/

.header .quick-search {
	min-height:1%; 
	height:auto !important; 
	height:1%; 
	width:960px; 
	clear:both;
}

.quick-search ul {
	height: 25px;
	float: right;
}
.quick-search ul li {
	padding: 3px 5px;
	float: left;
}

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

.quick-search ul li a:link,
.quick-search ul li a:visited {

}

.container-left .textpadder {
	
}

.quick-search-header {
	font-size: 15px;
	padding: 0;
	margin: 0;
	font-weight:bold;
}

.quick-search-button {
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	padding: 0 0 2px 2px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/go_bttn.gif);
	border: 0;
	width: 41px;
	height: 21px;
}


.quick-search-button:hover {

}


.container-left .quick-search h3, 
.container-right .quick-search h3 {
	/*margin-bottom: 5px;*/
}

/*---------------------------------------------------
					End Search
-----------------------------------------------------*/


/*---------------------------------------------------
					Sidebars
-----------------------------------------------------*/

.container-left, .container-right {
	margin-left:4px;
	width:162px;
}

.container-left .content-block,
.container-right .content-block {
	margin: 0 0 10px 0;
	padding: 0;
}

.left h3, 
.right h3 {
	font-size:13px;
	font-weight:bold;
	overflow:hidden;
	text-transform:uppercase;
	width:162px;
}

.left h3 span, 
.right h3 span {
	display:block;
	padding-bottom:14px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	width:142px;
}

.category-tracker ul a {
	padding:3px 10px;
	display:block;
}

.category-tracker a.active {
	font-weight:bold;
	padding-right:20px;
	text-decoration:none;
}

.category-tracker .subcat a {
	padding:3px 10px 3px 30px;
}

.category-tracker .subcat a.active {
	padding:3px 25px 3px 5px;
	margin-left:25px;
}

.category-tracker .subcat2 a {
	padding:3px 10px 3px 5px;
	margin-left:45px;
}

.category-tracker .subcat2 a.active {
	padding:3px 10px 3px 5px;
	margin-left:40px;
}

.category-list ol,
.category-tracker ul {
	padding: 0;
	margin: 0;
	background-position: center top;
	background-repeat: no-repeat;
}

.category-list ol li {
	padding: 0;
	margin: 0;
}

.category-list ol li a,
.category-list ol li a:visited  {
	text-decoration: underline;
	padding: 3px 0 3px 25px;
	margin: 0 0 5px 0;
	display: block;
	font-size: 12px;
	background-image: url(images/nav_arrows.gif);
	background-repeat: no-repeat;
	background-position: 12px center;
}

.category-list ol li a:hover {
	text-decoration: none;
}

.product {
	padding: 0 10px;
}

.shortdescription {
	padding: 3px 0;
}

.list em{
	font-weight: bold;
}

.options ul li {
	padding-top: 5px;
}

.sale em {
	font-weight: bold;
}

.featured-item-button {
	margin:5px 0px;
}

.product h4.title {
	font-weight:bold;
}

/*---------------------------------------------------
				  End Sidebars
-----------------------------------------------------*/


/*---------------------------------------------------
					Wrapper 
-----------------------------------------------------*/

.wrapper1 {
	font-size: 12px;
	
}

.wrapper2 {

}

.center {
	
}

.content {
	
}

.content form {
	padding-left: 10px;
}

/*-------------------------------
		Alert Messages
---------------------------------*/

#messages {
	
}

#messages li {
	padding: 5px;
	margin: 5px 0;
}

#messages li.info {
	
}

#messages li.error {

}

/*-------------------------------
		End Alert Messages
---------------------------------*/


/*-------------------------------
		Breadcrumbs
---------------------------------*/

#breadcrumbs {
	margin: 7px 0;
}

.breadcrumb {
	
}

.category {
	
}

#breadcrumbs span.item {
	
}

/*-------------------------------
		End Breadcrumbs
---------------------------------*/


/*-------------------------------
		Welcome
---------------------------------*/

.welcome {
	line-height: 17px;
}

.welcome h1 {
	font-weight:normal;
	line-height:1em;
}

.welcome img {
	margin-right: 10px;
}

.welcome:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}
 
.welcome { display: inline-block; }
 
/* Hides from IE-mac \*/
* html .welcome { height: 1%; }
.welcome { display: block; }
/* End hide from IE-mac */

/*-------------------------------
		End Welcome
---------------------------------*/


/*-------------------------------
	  Search Result Controls / Paginator
---------------------------------*/

.search-result-controls {
	margin-bottom: 10px;
	text-align: center;
	font-weight: normal;
}

/*-------------------------------
	End Search Result Controls
---------------------------------*/



/*-------------------------------
	Category and Search Results
---------------------------------*/

ol.categories, ol.products {
	width: 99%;
}


.search-results .content-product {
	border-style: solid;
	border-width: 1px;
}
.search-result-button {
	margin: 0 10px;
	display: block;
}
.content-category {
	
}

.content-product { /*--the whole box - border overwrite--*/
	
}

.content-product .options li, .content-product .prices li {
	padding: 3px;
}

.search-results .content-product dd {
	
}

.search-results .largeimage {
	display: none;
}

.search-results .content-product .content-product-header a {
	
}
	
.content-product-header h4 { /*--Box top--*/
	font-size: 12px;
	font-weight: bold;
}



.content-product-header a:link, .content-product-header a:visited, 
.content-product-header a:active, .content-product-header a:hover {
	text-decoration: none;
}

.btn {
	/*cursor: pointer;*/
}

.btn:hover {
	
}

dd.content-category-header h4 { /*--Category Title--*/
	font-size: 12px;
	font-weight: bold;
}

.content-category-header a:link, 
.content-category-header a:visited, 
.content-category-header a:active {
	
}

.content-category-header a:hover {
	
}

dd.description {
	
}

dd.title, dd.description {
	
}


/*-------------------------------
  End Category and Search Results
---------------------------------*/

/*-------------------------------
  		Product Layouts
---------------------------------*/

/*----------------------
	Upsell tables
-----------------------*/
.upsell-group {
	
}

.upsell div {
	border-style: solid;
	border-width: 1px;
	
}

.upsell-header { /*--this is an h3--*/
	font-size: 13px;
	padding: 3px;
}


.upsell-item1 { /*--zebra striping on tr's--*/
	
}

.upsell-item1 td {
	padding: 3px;
}

.upsell-item1 td a:hover {
	
}

.upsell-item2 {
	
}

.upsell-item2 td { /*--zebra striping on tr's--*/
	
}

.upsell-item2 td a:hover {
	
}


/*----------------------
	End Upsell tables
-----------------------*/

/*----------------------
	Product Detail
-----------------------*/

.product-page {
	
}

.product-detail, .product-primary, .product-secondary, .product-options, .imageanddetails, .product-bundle, .product-misc {
	
}

.product-detail,
.product-bundle {
	
}

/*-------------
	Primary
--------------*/

.product-primary { 

}

.product-detail-header {
	
}

.product-detail-header h2 {
	font-size: 20px;
	padding: 3px;
	margin-left: 3px;
}


.product-image {
	margin-top: 10px;
}

.product-description {
	font-size: 12px;
	line-height: 17px;
	padding-left: 10px;
}

.product-features {
	
}

.product-features ul {
	margin-left: 10px;
}

.product-features ul li {
	line-height: 16px;
}

.product-features ul li em {
	font-weight: bold;
}

/*-------------
  End Primary
--------------*/

/*-------------
	Secondary
--------------*/

.product-secondary {
	margin-bottom: 10px;
}

.product-options {
	
}

.product-options form ul {
	
}

.product-options form ul li {
	padding-top: 3px;
}

.imageanddetails {	
}

.product-misc {
	
}

.product-options {
	
}

.product-detail-button {
	
}


/*-------------
	Secondary
--------------*/



/*----------------------
	Product Detail
-----------------------*/

/*-------------------------------
  		End Product Layouts
---------------------------------*/

/*-------------------------------
			Forms
---------------------------------*/

.required {
	color: #cc0000;
}

button content-accent1 {
	
}

/*-------------------------------
			Forms
---------------------------------*/



/*---------------------------------------------------
					End Wrapper 
-----------------------------------------------------*/



/*---------------------------------------------------
					Footer-section
-----------------------------------------------------*/

.footer-section {
	border-top-style: solid;
	border-top-width: 3px;	
	text-align:center;
	position: relative;
	clear: both;
	/* Min-height fast hack */
  	min-height:1%;
  	height:auto !important;
  	height:1%;
  	/* End min-height fast hack */
}

#paymentlogos {
	text-align: center;
}

.footer_extra {
	padding-bottom:5px;
}

/*-------------------------------
		"Bottom" Navigation
---------------------------------*/

.navigation2 {
	text-align: center;
	float: none;
	margin: 0 auto;
	padding-top: 5px;	
}

.navigation2 span {
	padding-top: 5px;
	font-size: 11px;
	line-height: 14px;
	margin: 0 auto;
}

.navigation2 span {
	
}

.navigation2 a {
	text-decoration: underline;
}

.navigation2 a:visited {
	
}

.navigation2 a:hover {
	text-decoration: none;
}

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

.footer {
	padding-top: 10px;
	font-size: 11px;
	margin: 0;
}
.footer div {
	padding: 0px 0 10px 0;
}

.footer a:link,
.footer a:visited {

}

.footer a:hover {
	
}

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


