@charset "utf-8";
/*  Styles
   Updated: 05/06/2010
   Site: Rogiani
   Author: Laurence Johnston
   ----------------------------------------------------*/

/* SECTION INDEX
			-------------
   =ZEROING ALL ELEMENTS
   =GENERIC
   =WRAPPER
   =HEADER
   =NAVBAR
   =MAIN
   =FOOTER
   =SFNT PAGE
   =CTGY PAGE
   =PROD PAGE
*/

/* =ZEROING ALL ELEMENTS
   ----------------------------------------------------*/
body, div, form, label, fieldset, legend, img, p, h1, h2, h3, h4, h5, ul, li, a{
	border:0 solid transparent;
	margin:0;
	padding:0;
}
body{
	font:normal 0.75em "Trebuchet MS", Arial, sans-serif;
	/* default browser font size is 16px (16px * 0.75 = 12px) */
}
a{
	position:relative;
	z-index:1;
}
input, select, option, textarea{

	position:relative;
	z-index:1;
}
ul, ol{
	list-style:none;
}
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}


/* =GENERIC
   ----------------------------------------------------*/
body{
	margin:auto;
	background:#ffffff;
	color:#000;
}
h1{
	font:bold 23px "Trebuchet MS", Arial, sans-serif;
	color:#256a2e;
	text-transform:uppercase;
}
h2{
	font:bold 16px "Trebuchet MS", Arial, sans-serif;
	color:#256a2e;
	text-decoration:none;
	text-transform:uppercase;
}
h3{
	font:bold 12px "Trebuchet MS", Arial, sans-serif;
	color:#256a2e;
	text-decoration:none;
	padding-top:5px;
	text-transform:uppercase;
}
h4{
	font:bold 12px "Trebuchet MS", Arial, sans-serif;
	color:#256a2e;
	text-decoration:none;
	padding-top:5px;
	text-transform:uppercase;
	line-height:1.0em;
}
h5{
	font:bold 12px "Trebuchet MS", Arial, sans-serif;
	color:#256a2e;
	text-decoration:none;
}
p{
	font:normal 12px "Trebuchet MS", Arial, sans-serif;
	margin:.85em auto;
	color:#256a2e;
	line-height: 1.4em;
}
a{
	color:#256a2e;
	text-decoration:none;
}
a:hover{
	color:#256a2e;
	text-decoration:none;
}


.attributes_all{
	font:bold 14px "Trebuchet MS", Arial, sans-serif;
	color:#000000;
}



/* =CONTAINER
   ----------------------------------------------------*/
#container{
	margin:0 auto;
	width:1024px;
	height:auto;
}



/* =HEADER
   ----------------------------------------------------*/
#header{
	margin:0 auto;
	width:1024px;
	height:auto;
	clear:both;
	min-height: 110px;
}



/* =NAVBAR
   ----------------------------------------------------*/
   
.nav{
	font:bold 16px "Trebuchet MS", Arial, sans-serif;
	color:#256a2e;
}
.nav a{
	font:bold 16px "Trebuchet MS", Arial, sans-serif;
	color:#256a2e;
}
.nav a:hover{
	font:bold 16px "Trebuchet MS", Arial, sans-serif;
	color:#256a2e;
	text-decoration:underline;
}
#logo{
	width:220px;
	float:left;
	height: 120px;
}
	#logo img{
	height:100px;
	width:205px;
 }
#Warning_Message{
	padding:10px;
	font:bold 20px "Trebuchet MS", Arial, sans-serif;
	color:#256a2e;
}  



/* =MAIN, CONTENT
   ----------------------------------------------------*/
#content{
	margin:0 auto;
	width: 1024px;
}
#content_left{
	float:left;
	width:800px;
	height:auto;
	padding-left:5px;
}
#content_right{
	float:right;
	width:190px;
	height:auto;
}



/* =FOOTER
   ----------------------------------------------------*/
#footer{
	margin:0 auto;
	width:1024px;
	height:30px;
	font:bold 12px "Trebuchet MS", Arial, sans-serif;
	color:#2A743F;
	padding-top: 10px;
}
.footer a{
	font:bold 12px "Trebuchet MS", Arial, sans-serif;
	color:#256a2e;
	text-decoration:none;
	padding:0 2px;
}
.footer a:hover{
	font:bold 12px "Trebuchet MS", Arial, sans-serif;
	color:#256a2e;
	padding:0 2px;
	text-decoration:none;
}
#footer_left{
	width:650px;
	height:30px;
	float:left;
	text-align:left;
	vertical-align: top;
}
#footer_right{
	width:320px;
	float:right;
	height:30px;
	text-align:right;
	vertical-align: top;
}
	#footer .sale{
 color:#ff40ce;
 }
	#footer .facebook{
 background:url(../images/img_facebook.gif) no-repeat left center;
 padding-left:25px;
 margin-left:3px;
 vertical-align:bottom;
 }

/* = SEARCH & SHOPPING CART
 ----------------------------------------------------*/
#search{
	width:230px;
	float:left;
	height: auto;
	vertical-align: middle;
}
#cart{
	height:auto;
	width:210px;
	float:right;
	padding-top:10px;
	font-size: 16px;
	padding-right: 20px;
}
.cart{
	font:bold 16px "Trebuchet MS", Arial, sans-serif;
	color:#256a2e;
	padding:0px 3px;
}
.cart a{
	font:bold 16px "Trebuchet MS", Arial, sans-serif;
	color:#256a2e;
	text-decoration:none;
}
.cart a:hover{
	text-decoration:none;
}



/* =NEWSLETTER
   ----------------------------------------------------*/
#newsletter{

}



/* =BREADCRUMBS
   ----------------------------------------------------*/
#breadcrumb{
	width:610px;
	height:auto;
}
.breadcrumb{
	 font:normal 11px "Trebuchet MS", Arial, sans-serif;
}
.breadcrumb a{
	 font-size:11px;
	 padding:0 3px;
	 color:#256a2e;
	 text-decoration:none;
}
.breadcrumb a:hover{
	text-decoration:underline;
}
.breadcrumb_on{
	color:#256a2e;
	font-weight:bold;
	text-decoration:underline;
}  
  
  
  
  
  
  

/* =SFNT PAGE
   ----------------------------------------------------*/

#right_top{
	background-image:url(../images/right_top.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	width:187px;
	height:79px;
}
#right_repeat{
	background-color:#DDE6D3;
	width:187px;
	height:auto;
}
#right_bottom{
	background-image:url(../images/right_bottom.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:187px;
	height:10px;
}
#right_top_related{
	background-image:url(../images/right_top_related.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	width:187px;
	height:79px;
}



/* =CTGY PAGE
   ----------------------------------------------------*/
.category{
	padding:2px;
	border:solid 0px #DDE6D3;
}



/* =PROD PAGE
   ----------------------------------------------------*/
.product{
	border:solid 0px #ffffff;
}
.prod_padding{
	padding:3px;
}
#prod_chart{
	padding:4px;
	border:solid 1px #DDE6D3;
	width:280px;
	height:auto;
}
.prod_name{
	font:bold 19px "Trebuchet MS", Arial, sans-serif;
	color:#256a2e;
	text-decoration:none;
}



/* =LIGHTBOX
   ----------------------------------------------------*/
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666666;
	border-right: 2px solid #666666;
}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
}	
#lightboxCaption{ 
	float: left; 
}
#keyboardMsg{ 
	float: right; 
}
#closeButton{ 
	top: 5px; right: 5px; 
}
#lightbox img{ 
	border: none; clear: both;
} 
#overlay img{ 
	border: none; 
}
#overlay{ 
	background-image: url(../images/overlay.png); 
}
* html #overlay{
	background-color: #333;
	background-color: transparent;
	background-image: url(../images/blank.gif);
}











.scroller{
	width:auto;
	height:auto;
}
.scroller li{
	display:block;
	float:left;
	width:90px;
	height:auto;
	padding:0px 5px 0px 5px;
}
.prev{
	height:80px;
	width:12px;
}
.next{
	height:80px;
	width:10px;
}








#ctgy_crop_top{
	background-image:url(../images/right_top.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:187px;
	height:79px;
}
#ctgy_crop_repeat{
	background-color:#DDE6D3;
	width:187px;
	height:auto;
}
#ctgy_crop_bottom{
	background-image:url(../images/right_bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	width:187px;
	height:10px;
}
#ctgy_crop_top_related{
	background-image:url(../images/right_top_related.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:187px;
	height:79px;
}
