html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
* {
	font-family: Helvetica, Arial;
	font-size: 12px;
	line-height: 18px;
}
body {
	background-image: url('../image/body_bg.jpg');
	background-repeat: repeat-x;
	background-color: #EAEAEA;
	margin: 0px;
	padding: 0px;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input, textarea, select {
	margin: 3px 0px;
	padding: 2px;
	border: 1px solid #ccc;
}
a, a:visited {
	color: #333;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
p {
	margin-top: 0px;
}


/* layout */
#headerWrapper {
	overflow: hidden;
}
#header {
	width: 960px;
	height: 122px;
	margin: 0px auto 0px auto;
	overflow: hidden;
}
#header .div2 {
	float: left;
	padding-top: 35px;
	padding-left: 15px;
}
#header .div3 {
	float: right;
	padding: 0px;
	margin: 2px 10px 0px 0px;
}
#header .div3 a {
	font-size: 10px;
	font-weight: bold;
	color: #ccc;
	text-decoration: none;
	text-transform: uppercase;
	margin-left: 10px;
	padding: 1px 0px 2px 10px;
}

#header .div3 a:hover {
	color: #fff;
}

#header .div4 {
	margin-right: 10px;
}
.switcher {
	float: right;	
	margin-top: 0px;
	margin-left: 20px;
}
.switcher a {
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #ccc;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
}
.switcher .selected {
	background: none;
}
.switcher .selected a {
	background: url('../image/arrow_down.png') 96px center no-repeat;
	color: #ccc;
	padding: 2px 5px 2px 5px;
	width: 101px;
}
.switcher .selected a:hover {
	background: url('../image/arrow_down.png') 96px center no-repeat;
}
.switcher .option {	
	position: absolute;
	z-index: 3;
	border-left: 1px solid #3E3D3A;
	border-right: 1px solid #3E3D3A;
	border-bottom: 1px solid #3E3D3A;
	background-color: #535151;
	display: none;
	width: 111px;
}
.switcher .option a {
	color: #FFF;
	padding: 3px 5px 3px 5px;
}
.switcher .option a:hover {
	background: #555 ;
}
.switcher img {
	position: relative;
	top: 1px;
}
/* Navigation Styles */
#nav{
	width: 940px;
	margin: 0px auto 7px auto;
	padding: 1px 0px 0px 0px;
	overflow: hidden;
}

#nav a {
	float: left;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px 20px 6px 20px;
	display: inline-block;
}

.nav_a_hover {
	background-color: #466b09;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.nav_a_selected {
	background-color: #444;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

#nav #search {
	display: inline-block;
	float: right;
	margin: 0px;	
	padding: 0px;
	overflow: hidden;
	border: 1px solid #3E3D3A;
	background-color: #FFF;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
#nav #search input {
	line-height: 14px;
	padding: 2px 4px;
	margin: 0px;
	width: 250px;
	background: none;
	border: none;
	color: #333;
}
#nav #search #search_button {
	padding: 3px 10px 5px 10px;
	color: #FFF;
	margin: 0px;
	background-image: url('../image/nav_bg.gif');
	background-repeat: repeat-x;
}
#nav #search a {
	float:none;
}
#proslider {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
#breadcrumb {
	padding-bottom: 5px;
	color: #333;
}
#breadcrumb a {
	color: #333;
}

#container {
	width: 940px;
	margin: 0px auto 20px auto;
	text-align: left;
	padding: 10px 10px 10px 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	overflow: hidden;
	-webkit-box-shadow: 0px 2px 2px #777;
	-moz-box-shadow: 0px 2px 2px #777
}
#column_left {
	float: left;
	width: 220px;
	margin-right: 10px;
	clear: left;
}
#content {
	width: 710px;
	margin-left: 230px;
	margin-bottom: 10px;
}
#content .top {
	padding: 7px 20px 7px 20px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	background-image: url('../image/nav_bg.gif');
	background-repeat: repeat-x;
}
#content h1, .heading {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0px;
}
#content .middle {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background: #FFFFFF;
	padding: 10px 10px 1px 10px;
	min-height: 30px;
}
#content .bottom {
	height: 10px;
	background: #FFFFFF;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	margin-bottom: 10px;
}
.box {
	margin-bottom: 10px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	color: #FFFFFF;
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.box .top {
	padding: 7px 20px 7px 20px;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	background-image: url('../image/nav_bg.gif');
	background-repeat: repeat-x;
}
.box .middle {
	padding: 10px;
}
.box .bottom {
	height: 10px;
}
.nav_box a {
	font-size: 14px;
	text-decoration: none;
	color: #000000;
}
.nav_box a:hover {
	text-decoration: none;
	color: #528106;
}
.nav_box ul {
	list-style: none;
	margin: 0px;
	padding-left: 0px;
}
.nav_box li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 22px;
	padding-left: 22px;
}
.nav_box li li {
	border: none;
}
.nav_box .middle {
	text-align: left;
	padding: 0px;
}
.success {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #E4F1C9;
	border: 1px solid #A5BD71;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.warning {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FFDFE0;
	border: 1px solid #FF9999;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.wait {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FBFAEA;
	border: 1px solid #EFEBAA;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	color: #FF0000;
	display: block;
}
.help {
	cursor: pointer;
}
.tooltip {
	border: 1px solid #FDDA5C;
	background: #FBFF95;
	padding: 5px;
	font-size: 11px;
	width: 250px;
}
.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}

.content {
	background: #F7F7F7;
	border: 1px solid #DDDDDD;
	padding: 10px;
	margin-top: 3px;
	margin-bottom: 10px;
}
.list {
	margin-bottom: 10px;
	width: 100%;
}
.list td {
	text-align: center;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.list td a img {
	padding: 10px;
	border: 1px solid #ccc;
}
.list td a {
	font-size: 13px;
	color: #000;
	text-transform: uppercase;
}

.list td .button {
	color: #fff;
}
.selected_img {
	background: #ddd;
}

.sort {
	margin-bottom: 10px;
	background: #F8F8F8;
	height: 30px;
	width: 100%;
}
.sort .div1 {
	float: right;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 9px;
}
.sort .div2 {
	text-align: right;
	padding-top: 9px;
}
.sort select {
	margin: 0;
	padding: 2px;
}
.pagination {
	display: inline-block;
	width: 100%;
	background: #F8F8F8;
	margin-bottom: 10px;
}
.pagination .links, .pagination .results {
	padding: 7px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
}
.pagination .links b {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
}
.tabs {
	width: 100%;
	height: 31px;
	margin-bottom: 0px;
}
.tabs a {
	float: left;
	display: block;
	padding: 6px 15px 7px 15px;
	margin-right: 2px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF url('../image/tab_3.png') repeat-x;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	z-index: 1;
	position: relative;
	top: 1px;
}
.tabs a.selected {
	background: #FFFFFF url('../image/tab_3.png') repeat-x;
	border-bottom: 0px;
	padding-bottom: 8px;
	z-index: 3;
}
.tab_page {
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
	padding: 10px;
	display: block;
	z-index: 2;
	margin-bottom: 10px;
}
#footer {
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	clear: both;
	padding-top: 10px;
	border-top: 1px solid #DDDDDD;
}
#footer .div1 {
	font-size: 10px;
	margin: 5px;
}
#footer .div2 {
	
}

#footer a {
	font-size: 10px;
	margin: 0px 5px 0px 5px;
	color: #333;
}
.cart {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #EEEEEE;
	margin-bottom: 10px;
}
.cart th {
	background: #EEEEEE;
	padding: 5px;
	font-weight: normal;
}
.cart td {
	padding: 5px;
}
.tags, .tags a {
	font-style: italic;
	font-size: x-small;
}
#module_cart .middle {
	padding: 5px;
}
#module_cart a {
	color: #888;
}
.cart_module_total {
	padding: 0 3px 0 3px;
	font-size: 0.9em; 
	color: #FFF;
}
.cart_remove {
	margin-top: 3px;
	background: url('../image/list_remove_btn.gif') no-repeat left center transparent;
	padding-right:10px;
	cursor:pointer;
}
.cart_remove_loading {
	margin-top: 3px;
	background: url('../image/ajax_load.gif') no-repeat transparent;
	padding-right:10px;
}
.button_add_small, a.button_add_small:visited {
	margin-top: 3px;
	background: url('../image/button_add_small.png') no-repeat left center transparent;
	padding:5px;
	text-decoration: none;
	cursor:pointer;
}
#content .middle .box {
	float: left;
	margin: 0 6px 10px 6px;
	min-height: 0px;
}
#content .middle .box .middle {
	width: 158px;
	min-height: 0px;
}
#slider {
	border: 1px solid #666666;
	margin-bottom: 10px;
}
#slider ul {
	padding-bottom: 5px;
}
/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
	padding:0;
	list-style:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:708px;
	height:241px;
	overflow:hidden;
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{
	left:960px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../image/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../image/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
/* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			