/* =============================================================================
   CouponPress 6.8+ Developed by Mark Fail
   ========================================================================== */
 
 	body { background:#efefef url(../images/bg.gif) repeat; margin-top:0px; }  
	h1 { color: #0a62a5; }
	h3 { color: #0a62a5; }
	ul.display li h2 a { color: #0a62a5; } 
	a { color: #0a62a5; text-decoration:underline; }	
	#page  {-webkit-box-shadow: 0 0 0px #cccccc; -moz-box-shadow: 0 0 8px #cccccc;  	-webkit-box-shadow: 0 0 8px #ccc;  	box-shadow:0px 0px 15px #ccc;	-webkit-transition: -webkit-box-shadow 0.9s ease;	-moz-transition: -moz-box-shadow 0.9s ease-in-out; 	-moz-border-radius-topleft: 10px;	-webkit-border-top-left-radius: 10px; -moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px;}	

/* =============================================================================
   Header
   ========================================================================== */
   
 	#header {  height:146px;overflow:hidden;  background: transparent url(../images/header.png) no-repeat;  }	
	#header, .menu { overflow:visible; width:980px; }
	
/* =============================================================================
   menu + sub menu
   ========================================================================== */
   
	.menu {background: transparent url(../images/menu.png) no-repeat;height: 71px;  }
	.menu li { min-height: 60px; }
	.menu li a {padding-top: 22px;}	
	#SearchForm .searchBtn {background: url(../images/search.gif) no-repeat;}	

/* =============================================================================
   sliders
   ========================================================================== */

	#siteFeature {position:relative;  background:#efefef; border:1px solid #fff; }
	#siteFeature #tabContainer a:link, #siteFeature #tabContainer a:visited { background: transparent url(../images/_slider_inactive.png) no-repeat; }
	#siteFeature #tabContainer a:hover{ background:#fff url(../images/_slider_inactive1.png) no-repeat; }
	#siteFeature #tabContainer a h4 { color: #666; padding:10px 11px 0px 11px; }	
	#siteFeature #tabContainer a.selected h4, #siteFeature #tabContainer a.selected p { color: #fff; text-shadow: 0px 1px 0px #666; }	
	
	#siteFeature #txtBoxContainer a { color:#fff;} 
	#siteFeature h3 { color:#fff; }
	
/* =============================================================================
   _item.php / _gallerypage.php
   ========================================================================== */

	.itembox {border: 4px solid #c4d9e9; filter:none!important; background: url(../images/_item_h2.gif) top left repeat-x !important;}
	.itembox h2, .itembox h1 { background:transparent; color:#fff; }
	.greybg, .itemboxinner {background: transparent url(../images/greybg.png) bottom left repeat-x;}