
/* Globals */

body {
	margin:0;
	padding:0;
	
	font-family: Tahoma;
	
}

form * {
	margin:0;
	padding:0;
}


.clear {
	clear: both;
	
	width: 0; 
	height: 0;
	
    	overflow: hidden;
    	display: block;
    	visibility: hidden;
    	
    	/* IE fix */
    	font-size: 0px;
    	
    	
}

img {
	border: 0px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.hide_me {
	display: none;
}

















#container{
	width: 967px;
	margin-left: auto;
	margin-right: auto;	
}

#header {
	width: 967px;
	height: 103px;
	
	background-image: url(../design/images/header-bg.png);
}

#logo {
	float: left;
	
	width: 342px;
	height: 92px;
	
	margin-top: 7px;
	margin-left: 7px;
}












/* cart */
#cart {		
	float: right;
	
	height: 29px;
	width: 300px;
	
	margin-top: 4px;			
}

#cart-icon {
	float: left;
	
	height: 28px;
	width: 25px;				
}

#cart-text {
	float: left;
	
	font-family: Tahoma;
	font-size: 14px;
	color: #ffffff;
	
	width: 190px;
			
	margin-left: 10px;
}

#cart-text a {
	color: #ffffff;
}

#cart-text a:visited {
	color: #ffffff;
}

.cart-link {
	color: #ffffff;
}

.cart-link a {
	color: #ffffff;
}

.cart-link a:visited {
	color: #ffffff;
}

.cart-link a:hover {
	color: #ffffff;
}

#cart-button {		
	float: left;
				
	height: 83px;
	width: 25px;						
}









/* nav */
	
#nav {
	width: 967px;
	height: 39px;
	
	margin-top: 10px;
	
	background-image: url(../design/images/nav-bg.png);
	
	overflow: hidden;
}

#nav-links {
	margin: 0px;
	padding: 0px;
	
	width: 730px;
	
	float:left;			
}

#nav-links li {
	display:inline;
	padding: 0px;
	margin: 0px;
}

#nav-links a:link, #nav-links a:visited {
	color:#3a3a3a;
		
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 18px;
	padding-bottom: 10px;
	
	margin-top: 6px;
	
	float:left;
	width:auto;
	
	text-decoration:none;
	font: bold 14px Tahoma, sans-serif;
	
	background-image: url(../design/images/nav-sep.png);
	background-repeat: no-repeat;
	
	line-height: 110%;
}

#nav-links a:hover {		
}

#nav-links li:first-child a {
	background-image: none;
}













#chat {
	float: right;	
	
	width: 215px;
	height: 33px;
	
	margin-top: 3px;
	margin-right: 3px;
	
	
}























/* sidebar */

#sidebar {
	float: left;
	width: 232px;	
	
	margin-top: 10px;
	
	background-image: url(../design/images/sidebar-bg.png);
	background-repeat: no-repeat;
	
	font-family: tahoma;
	font-size: .9em;
}

#sidebar-top {		
	width: 232px;
	height: 75px;
	
	
}

#sidebar-cats {				
	/*
	background-image: url(../design/images/sidebar-bg-repeat.png);
	background-repeat: no-repeat;	
	*/

}

#sidebar-cats .inner {
	margin-left: 12px;
}

#sidebar-search {
	padding-top: 10px;
	padding-left: 21px;
	

	margin: 0px;
}
	
.sidebar-search-box {
	
	width: 135px;
	
	border: 0px solid #ffffff; 
			
	/* background-color: #ffaaff; */
	background: none;
	
	/* fix IE6 transparent background bug */
	background-image: url(../images/spacer.gif);
	
	color: #000000;
	
	height: 19px;
	
	border: none;
	float: left;	
			
}

.sidebar-search-button {
	
	border: none;
	float: left;	
	
	margin-top: 0px;
	margin-left: 12px;
}

.sidebar-search {
	
}

.sidebar-search input {
		
}


#sidebar-nav {
	background-color: #ffaaff; 
}


#sidebar-newsletter {		
	width: 232px;
	height: 128px;
	
	background-image: url(../design/images/newsletter-bg.png);
	background-repeat: no-repeat;
}

#sidebar-bottom {		
	width: 232px;
	height: 12px;
	
	background-image: url(../design/images/sidebar-bottom.png);
	background-repeat: no-repeat;
}

#content {
	float: right;
	width: 727px;
	
	margin-left: 8px;
	margin-top: 10px;
	
	font-size: .8em;
}














/* footer */
#footer {
	width: 967px;
	height: 270px;
	
	font-family: Tahoma;
	color: #ffffff;
	
	margin-top: 10px;
	
	background-image: url(../design/images/guide-footer.jpg);		
}

#footer a {
	color: #ffffff;
	text-decoration: underline;
}

#footer-top {
	width: 967px;
	height: 11px;
	
	background-image: url(../design/images/footer-top.png);
}

#footer-nav {
	width: 967px;
	height: 40px;
	
	background-color: #868686;
}

.footer-nav-links {
	
	width: 800px;
	
	float: left;	
	padding-left: 15px;
	
	line-height: 35px;
	
	font-size: .9em;
	font-weight: bold;
}

.footer-nav-social {
	width: 110px;
	
	float: right;
	
	text-align: right;
	
	padding-right: 15px;
	padding-top: 4px;		
}

#footer-content {	
	width: 965px;
	height: 200px;	
	
	background-color: #a4a4a4;
	
	border-left: 1px solid #868686;
	border-right: 1px solid #868686;
	
	font-size: .8em;
		
}

.footer-content-left {	
	float: left;
	padding-left: 15px;
	
	width: 450px;
	
	padding-top: 5px;
}

.footer-content-left span{	
	font-size: .8em;
}

.footer-content-right {
	width: 100px;
	
	float: right;
	
	padding-top: 5px;
	padding-right: 15px;
}

.footer-content-right h5 {
	margin: 0px;
	
	padding: 0px;
	
	font-size: 1em;
	font-weight: bold;
	
	display:inline;	
}

#footer-seo {
	width: 967px;
	height: 25px;
	
	line-height: 25px;
	
	background-color: #868686;		
}

#footer-seo span {
	padding-left: 15px;
	
	font-family: verdana;
	font-size: .6em;
}

















/* promo slider */
#promo-slideshow { 
	width:723px;
	height:242px; 
	
	padding:0; 
	margin:0; 
	
	overflow: hidden;
	
	/* z-index: -1000; */
	
	border: 1px solid #bebebe;
}

/* navs (those little circles below slides) */
#promo-nav-container {
	width:725px;
}
	
#promo-nav2 {
	text-align: center;	
	height: 15px;
	
	width: 80px;
	margin-left: auto;
	margin-right: auto;
}

/* single nav */
#promo-nav2 a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../images/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
	color: #bebebe;	
}

/* mouseover state */
#promo-nav2 a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
#promo-nav2 a.activeSlide {
	background-position:0 -16px;     
}










/* promo slider */
#news-container { 	
	width: 560px;
	height: 42px; 
	
	float: right;
	
	padding: 6px;	
	
	margin-top: 3px;
	margin-right: 6px;
	
	border: 1px;
	border-style: solid;
	border-color: #c2c2c2;
	
	font-family: tahoma;
	font-size: .75em;
	
	background-color: #cfcfcf;
}

#news-slideshow { 
	padding:0; 
	margin:0; 
	
	height: 42px;
	
	overflow: hidden;
	
	line-height: 1em;	
}

#news-slideshow h3 { 
	margin: 0px;
	padding: 0px;
	
	padding-bottom: 2px;
	
	font-size: .9em;
	
}

#news-slideshow img { 		
	border: 1px solid #bebebe;
	
	top:0; 
	left:0;	
}

/* navs (those little circles below slides) */
#news-nav-container {
	width: 560px;
}
	
#news-nav {
	text-align: center;	
	height: 15px;
	
	width: 80px;
	margin-left: auto;
	margin-right: auto;
		
}

/* single nav */
#news-nav a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../images/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
	color: #bebebe;	
}

/* mouseover state */
#news-nav a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
#news-nav a.activeSlide {
	background-position:0 -16px;     
}























#featured-items {
	font-size: 1.2em;
}

#featured-header {
	margin-top: 10px;
	width: 725px;
	height: 56px;
	
	background:url(../design/images/header-featured_items.png);
	background-repeat: no-repeat;
}

#featured-footer {
	margin-top: 5px;
	height: 28px;
	background-color: #e35c19;
}

#featured-footer .inner {
	padding: 5px;
	padding-right: 10px;
		
	text-align: right;
}

#featured-footer a {
	color: #ffffff;
	font-weight: bold;
	font-size: .8em;
	font-family: tahoma;
		
}

.featured-item-gap {
	height: 15px;
}

.featured-item {			
	width: 172px;
	height: 320px;
	
	float: left;
	
	border: 1px;
	border-style: solid;
	border-color: #ababab;
	
	background-color: #f4f4f4;
	
	margin-left: 10px;
}

.featured-item.first {
	margin-left: 0px;
}

.featured-item-productimage {
	width: 162px;
	height: 125px;
	
	border: 1px;
	border-style: solid;
	border-color: #ababab;
	
	padding: 1px;
	
	text-align: center;
	
	background-color: #ffffff;	
		
	margin-left: 3px;
	margin-top: 2px;
}

.featured-item-title {
	width: 162px;
	height: 60px;		
	
	padding: 5px;
	
	font-family: tahoma;
	font-size: .9em;
	font-weight: bold;
	
	text-align: center;
}

.featured-item-title a {
	
	color: #000000;
	
	font-family: tahoma;
	font-size: .9em;
	font-weight: bold;
	
	text-align: center;	
	text-decoration: none;
}

.featured-item-title a:hover {
		
	text-decoration: underline;
}

.featured-item-pricing {
	width: 146px;
	height: 50px;
	
	color: #919191;
	
	font-family: tahoma;
	font-size: .8em;
	
	border: 1px;
	border-style: solid;
	border-color: #ababab;
	
	background-color: #ffffff;
	
	padding: 8px;
	
	margin-left: 3px;
}

.featured-item-pricing-title {
	width: 30px;
	
	float: left;
	
	text-align: right;
	
	margin-right: 4px;
}

.featured-item-pricing-wasprice {	
	width: 110px;
	
	float: left;
	
	text-decoration: line-through;
	font-weight: bold;	
}

.featured-item-pricing-nowprice {
	width: 110px;
	
	float: left;
	
	color: #ff0000;
	font-size: 1.3em;
	font-weight: bold;
}

.featured-item-pricing-nowprice.subtitle {
	color: #cd0000;
	font-size: .6em;
	font-weight: none;
}

.featured-item-actions {
	width: 162px;
	height: 40px;		
	
	padding: 5px;
		
	text-align: center;
}

.featured-item-actions img {
	margin-bottom: 4px;
}











/* superfish */


/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	.6;
	font-size: .8em;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width: 450px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			450px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			450px; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	
	border-top:		1px solid #dedede;
	padding: 		.75em .4em;
	text-decoration:none;
}

.sf-menu-first a {
	border-top: 0px;		
}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#555555;
}
.sf-menu li {
	
}
.sf-menu li li {
	background:		#e7e7e7;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#d1d1d1;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}


/* superfish vert */
/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
	width:	18.5em;
	height: 100%;
}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
	left:	18.5em; /* match ul width */
	top:	0;
}

/*** alter arrow directions ***/
.sf-vertical .sf-sub-indicator { background-position: -10px 0; } /* IE6 gets solid image only */
.sf-vertical a > .sf-sub-indicator { background-position: 0 0; } /* use translucent arrow for modern browsers*/

/* hover arrow direction for modern browsers*/
.sf-vertical a:focus > .sf-sub-indicator,
.sf-vertical a:hover > .sf-sub-indicator,
.sf-vertical a:active > .sf-sub-indicator,
.sf-vertical li:hover > a > .sf-sub-indicator,
.sf-vertical li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}