/* ---------------------------------------------
Screen Stylesheet for http://www.DomainName.com
Updated: 03/14/09 - Eddie Kasper
Version: 3.50
-------------------------------------------------
::COLORS::
	Black: #333 --example usage--

::TOC::
	Resets
	Defaults
	Typography
	Template 
	Links
	Navigation
	Forms
	Global Classes
	Pages

::Opacity/Transparency CSS

.opaque1 {	// for all other browsers
	opacity: .5;
}

.opaque2 {	// for IE8
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.opaque3 {	// for IE5-7
	filter: alpha(opacity=50);
}


	

--------------- ::Resets:: --------------------- */
body, address, blockquote, dl, ol, ul, li, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre {
margin:0;
padding:0;
}
fieldset, table {
border:none;
}
table {
border-collapse:collapse;
border-spacing:0;

word-wrap:break-word; /* will not validate IE only */
}
/*
caption, th, td {
text-align: left;
}*/

/*********** ---------- ::Defaults:: --------------------- ***********/
html { 
font-size:100.01%; 
height:100.1%; 
overflow-y:scroll; 
overflow: -moz-scrollbars-vertical; 
}  
 

body { 
height:100%;
font:12px/14px Tahoma,Geneva,sans-serif;
background:#fff;
color:#666;
}

/*********** ---------- ::Typography:: ------------------- ***********/
address, h1, h2, h3, h4, h5, h6, li, p, pre {padding: 3px 10px;}
h1 {font-size:20px;}
h2 {font-size:16px;}
h3 {font-size:14px;}
h4 {font-size:12px;}
address, li, p {font-size:12px;}
pre {font-size: 12px;}
ul {margin-left: 25px;}

/*********** ---------- ::Template:: --------------------- ***********/
#wrap {
width: 961px;
margin:0 auto;
border: 1px solid #ccc;
border-right: 0;
background: #fff url('../images/site-graphics/leftcol-bg.gif') repeat-y;

}
#masthead {
height: 112px;
background: #fff url('../images/site-graphics/header_bg.gif') no-repeat;
border-right: 1px solid #ccc;
}
#logoblock { 
width: 206px;
height: 107px;
float:left;
background: transparent url('../images/site-graphics/header_logo.png') 13px 0 no-repeat;
}
#search-wrap {
width: 552px;
height: 112px;
float:left;
/*background: transparent url('../images/site-graphics/header_shoppingCart_shadowLeft.png') right no-repeat;*/
}
#searchbox {
	width: 400px;
	height: 46px;
	background: transparent url('../images/site-graphics/header_search_bg.png') no-repeat;
	margin: 40px 0 0 50px;
	padding: 20px 0 0 30px;
	float: left;
}
#searchbox #headersearch {
	width: 235px;
	background: transparent url('../images/site-graphics/header_search_formField.png');
	float: left;
	padding: 4px 4px 1px 7px;
	margin: 1px 0 0 0;
	border: 0;
	height: 18px;
	color: #999;
	font-size: 11px;
}
#searchbox #headersearch-bt {
	width: 24px;
	height: 23px;
	border: 0;
	margin: 1px 0 0 0;
	padding:0;
	float: left;

	}
#searchbox a {
	line-height: 23px;
	margin-left: 10px;
	color: #666;
}
#searchbox a:hover {
	text-decoration:underline;
}
#shoppingcart { 
width: 187px;
height: 112px;
float:left;
padding-left: 12px;
/*background: #fff url('../images/site-graphics/temp-shoppingcart.jpg') no-repeat;*/
background: #fff;
}
#shoppingcart p {
	font-size: 11px;
	padding: 1px 5px 1px 22px;
	line-height: 12px;
}
#shoppingcart a {
	margin: 0 5px;
}
#shoppingcart a.nomarginleft {
	margin-left: 0;
}
#shoppingcart .icon1 {
	background: transparent url('../images/site-graphics/icon_account.gif') 0px 14px no-repeat;
}
#shoppingcart .icon2 {
	background: transparent url('../images/site-graphics/icon_shoppingCart.gif') left center no-repeat;
}
#accountbox {
	padding-bottom: 5px;
	height: 50px;
}
#accountbox .login-info p{
	padding: 14px 0 0px 22px;
}
#accountbox .logout-info p{
	padding: 0px 0 0px 22px;
}


#top-menu {
	height: 33px;
	background: #fff url('../images/site-graphics/topNav_bg_repeat.gif');
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#leftcol { 
	float: left;
	width: 168px;
}
#leftcol h3 {
	line-height: 35px;
	color: #fff;
	font-size: 12px;
	background: #194251;
	border-bottom: 1px solid #fff;
}
#leftcol h3 a, #leftcol h3 a:link, #leftcol h3 a:visited {
	color: #fff;
	text-decoration:none;
}
#leftcol h3 a:hover {
	text-decoration:underline;
}

#contents {
width: 780px;
margin: 10px 0 10px 0px;
float: right;
padding-bottom: 125px;
position: relative;
}
#contents h1 {
background: #000 url('../images/site-graphics/heading-bg.gif') repeat-x;
color: #fff;
font-size: 22px;
font-weight: bold;
margin: 0 0 5px 0;
padding: 15px 15px;
	}

#inner-wrap {
	clear: both;
	position: relative;
}
#salesbit {
	border: 1px solid #ccc;
}
#salesbit p {
	line-height: 29px;
}
#flash-intro {
	height: 265px;
	background: transparent url('../images/site-graphics/splashGraphic_placeholder.jpg') no-repeat;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}
#banner-wrap {
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
}
#banner-left {
	float: left;
	width: 380px;
}
#banner-right {
	float: right;
	width: 380px;
}
.bannertext {
	width: 225px;
	float: left;
}
.bannertext h3 {
	padding: 0 10px 5px;
		text-indent: -9999px;
}
.bannertext h3 img {
	display: block;
	margin-top: -15px;
}

.products-rowwrap {
	padding: 10px 0 20px 0;
}
.products-rowwrap.end {
	margin: 10px 0 20px 0;
	border-bottom: 1px solid #ccc;
}
.product {
	float: left;
	width: 180px;
	margin: 10px 19px 0 0;
}
.product.last {
	margin: 10px 0 0 0;
}
.product img {
	border: 1px solid #ccc;
}
.product a, .product a:link, .product a:visited {
	text-decoration: none;
	color: #c10901;
}
.product a:hover {
	text-decoration: underline;
	color: #c10901;
}

.product h3 {
	color: #c10901;
	padding: 10px 0;
	font-size: 12px;
}
.product p {
	padding: 0 0 10px 0;
}

#newsletter {
	margin: 20px 0;
	height: 45px;
	background: #ccc url('../images/site-graphics/newsletter_bg_repeat.gif') repeat-x;
	
}
#newsletter img.title {
	margin: 15px 0 0 15px;
	float: left;
}
#newsletter p.fxwdth {
	float: left;
	width:270px;
	margin-top: 5px;
}
#newsletter #newsletter-signup {
	width: 185px;
	height: 16px;
	padding: 2px;
	margin: 12px 0 0 0;
	border: 1px solid #ccc;
	float: left;
}
#newsletter input#newsletter-bt {
	padding: 2px;
	margin: 12px 0 0 0;
	float: left;
}

#newsletter #mce-EMAIL {
	width: 185px;
	height: 16px;
	padding: 2px;
	margin: 12px 0 0 0;
	border: 1px solid #ccc;
	float: left;
}
#newsletter input#mc-embedded-subscribe {
	padding: 2px;
	margin: 12px 0 0 0;
	float: left;
}

#footer {
	padding: 10px 0 0 0;
	border-top: 1px solid #ccc;
	position: absolute;
	bottom: 0;
	right: 0;
}
#footer-bottom {
	width: 960px;
	height: 40px;
	margin: 0 auto;
	padding-top: 15px;
	background-image: url('../images/site-graphics/footer_logo_amex_on.gif');
	background-image: url('../images/site-graphics/footer_logo_discover_on.gif');
	background-repeat: no-repeat;
	background-position: -1000px -1000px;
}

/*********** ---------- ::Links:: ------------------------ ***********/
a {text-decoration:underline; color: #666;}
a:visited {text-decoration:underline; color: #666;}
a:active, a:focus, a:hover {
text-decoration:none;
outline:none;
color: #666;
}
a img {border:none;}

/*********** ----------  ::Navigation:: ------------------ ***********/
/*********** Top Menu Navigation ***********/
#top-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left; width: 960px;
}
#top-menu ul li {
	margin: 0; display: block;
	padding: 0;
    float: left;	
	line-height: 33px;
	height: 33px;
	border-right: 1px solid #ccc;
	text-align: center;
	padding:0 0px 0 0px;
}
#top-menu ul li.home {
	width: 82px;
}
#top-menu ul li.order {
	width: 130px;
}
#top-menu ul li.bargain {
	width: 130px;
}
#top-menu ul li.arrivals {
	width: 130px;
}
#top-menu ul li.customer {
	width: 160px;
}
#top-menu ul li.shipping {
	width: 100px;
}
#top-menu ul li.track {
	width: 120px;
}
#top-menu ul li.about {
	width: 100px;
}


#top-menu ul li a, #top-menu ul li a:link, #top-menu ul li a:active, #top-menu ul li a:visited {
	font: bold 11px/33px Tahoma,sans-serif,Geneva,sans-serif;
	background: transparent;
	color: #666;
	/*padding: 11px 23px 11px 24px;*/
	margin: 0; height: 33px;
	text-decoration: none;
	text-transform:uppercase;
	display: block;
}
#top-menu ul li:hover {
	background: transparent url('../images/site-graphics/topNav_bg_hover.gif') repeat-x;
	text-decoration: none;
}

#top-menu ul li a:hover {
	text-decoration: none;
	/*padding: 11px 23px 11px 24px;*/
	/*background: transparent url('../images/site-graphics/topNav_bg_hover.gif') repeat-x;*/
}
#top-menu ul li.noborder {
	border-right: 0;
}
#top-menu ul li.noborder a {
	/*padding: 11px 24px 11px 25px;*/
}
#top-menu ul li.noborder a:hover {
	/*padding: 11px 24px 11px 25px;*/
}
/*********** Left Navigation ***********/

#leftmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
#leftmenu ul li {
	margin: 0;
	padding: 0 0 1px 0;
    float: left;
    display: block;
    width: 167px;	
	line-height: 33px;
	background: transparent url('../images/site-graphics/navLeft_separate.gif') bottom repeat-x;
}
#leftmenu ul li a, #leftmenu ul li a:link, #leftmenu ul li a:active, #leftmenu ul li a:visited {
	display: block;
	font: normal 12px/12px Tahoma,Geneva,sans-serif;
	background: transparent;
	color: #333;
	padding: 10px 0 9px 10px;
	margin: 1px;
	text-decoration: none;
	border: 0px solid #fff;
}

#leftmenu ul li a:hover {
	background:#ededed url('../images/site-graphics/navLeft_arrow1.png') right center no-repeat;
	line-height: 12px;
	padding: 10px 0 9px 10px;
	display: block;
}
#leftmenu ul ul {
	display: none;
}

/*********** Footer Navigation ***********/
#footer ul {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0 0 20px 0;
	width: 199px;
}
#footer ul li {
	margin: 0;
	padding: 0;
}
#footer ul li a, #footer ul li a:link, #footer ul li a:active, #footer ul li a:visited {
	font: normal 12px/20px Tahoma,Geneva,sans-serif;
	background: transparent;
	color: #666;
	padding: 0;
	margin: 0;
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: underline;
}
#footer ul li a.bold, #footer ul li a.bold:link, #footer ul li a.bold:visited, #footer ul li a.bold:hover {
	font-weight: bold;
}
#footer ul.last {
	width: 179px;
}

	
/* ---------- ::Forms:: ------------------------ */
label {cursor:pointer;}
input,label,select,textarea {
font-size:inherit;
font-family:inherit;
}
input, textarea {padding:2px;}
textarea {overflow:auto;}

/*********** ---------- ::Global Classes:: --------------- ***********/
.center {text-align:center;}
.clear {
clear:both;
padding:0;
margin:0;
line-height:normal;
}
.floatleft {float:left;}
.floatright {float:right;}
.hidden {display:none;}
.inline {display:inline;}
.large {
font-size:20px;
font-weight:bold;
}
.light {color:#999;}
.small {
font-size:10px;
font-weight:normal;
}
.bold {
	font-weight: bold;
}
.red {
	color: #c10901;
}
.spacer10 {
	padding-top: 10px;
}

/*********** ---------- ::Pages:: ------------------------ ***********/

/*********** /// place specific page rules here if needed /// ***********/

#logolink {
	margin: 10px 0 0 0;
	padding: 0;
	width: 186px;
	height: 95px;
	display: block;
}

#fb-left {
	float: left;
	width: 450px;
}
#fb-left a, #fb-left a:link, #fb-left a:visited, #fb-left p {
	font: normal 11px/12px Tahoma,Geneva,sans-serif;
}
#fb-left p {
	padding-left: 0;
	color: #999;
}

#fb-right {
	float: right;
	width: 360px;
}
#fb-right a {
	margin-left: 5px;
}
a.google, a.google:link, a.google:visited {
	float:left;
	width: 64px;
	height: 30px;
	line-height: 30px;
	background: transparent url('../images/site-graphics/footer_logo_googleCheckout_dual.gif') no-repeat;
}
a.google:hover {
	background: transparent url('../images/site-graphics/footer_logo_googleCheckout_dual.gif') no-repeat 0 -30px;
}

a.paypal, a.paypal:link, a.paypal:visited {
	float:left;
	width: 39px;
	height: 30px;
	line-height: 30px;
	background: transparent url('../images/site-graphics/footer_logo_paypal_dual.gif') no-repeat;
}
a.paypal:hover {
	background: transparent url('../images/site-graphics/footer_logo_paypal_dual.gif') no-repeat 0 -30px;
}

a.visa, a.visa:link, a.visa:visited {
	float:left;
	width: 35px;
	height: 30px;
	line-height: 30px;
	background: transparent url('../images/site-graphics/footer_logo_visa_dual.gif') no-repeat;
}
a.visa:hover {
	background: transparent url('../images/site-graphics/footer_logo_visa_dual.gif') no-repeat 0 -30px;
}

a.mast, a.mast:link, a.mast:visited {
	float:left;
	width: 35px;
	height: 30px;
	line-height: 30px;
	background: transparent url('../images/site-graphics/footer_logo_mc_dual.gif') no-repeat;
}
a.mast:hover {
	background: transparent url('../images/site-graphics/footer_logo_mc_dual.gif') no-repeat 0 -30px;
}

a.amex, a.amex:link, a.amex:visited {
	float:left;
	width: 34px;
	height: 30px;
	line-height: 30px;
	background: url('../images/site-graphics/footer_logo_amex_dual.gif') no-repeat;
}
a.amex:hover {
	background: url('../images/site-graphics/footer_logo_amex_dual.gif') no-repeat 0 -30px;
}

a.disc, a.disc:link, a.disc:visited {
	float:left;
	width: 39px;
	height: 30px;
	line-height: 30px;
	background: transparent url('../images/site-graphics/footer_logo_discover_dual.gif') no-repeat;
}
a.disc:hover {
	background: transparent url('../images/site-graphics/footer_logo_discover_dual.gif') no-repeat 0 -30px;
}

a.ssl, a.ssl:link, a.ssl:visited {
	float:left;
	width: 18px;
	height: 30px;
	line-height: 30px;
	background: transparent url('../images/site-graphics/footer_logo_ssl_dual.gif') no-repeat;
}
a.ssl:hover {
	background: transparent url('../images/site-graphics/footer_logo_ssl_dual.gif') no-repeat 0 -30px;
}

a.ups, a.ups:link, a.ups:visited {
	float:left;
	width: 21px;
	height: 30px;
	line-height: 30px;
	background: transparent url('../images/site-graphics/footer_logo_ups_dual.gif') no-repeat;
}
a.ups:hover {
	background: transparent url('../images/site-graphics/footer_logo_ups_dual.gif') no-repeat 0 -30px;
}

a.usps, a.usps:link, a.usps:visited {
	float:left;
	width: 97px;
	height: 30px;
	line-height: 30px;
	background: transparent url('../images/site-graphics/footer_logo_usps_dual.gif') no-repeat;
}
a.usps:hover {
	background: transparent url('../images/site-graphics/footer_logo_usps_dual.gif') no-repeat 0 -30px;
}
#static-page {
	padding: 10px 0 20px 0;
}
#static-page p {
	padding: 5px 15px;
	margin: 0;
}
#static-page h3 {
	padding: 10px 10px 5px;
	font-size: 13px;
}
#static-page ul {
	padding: 10px 270px 10px 30px;
}

.left-static {
	width: 460px;
	float: left;
}
.right-static {
	width: 280px;
	padding: 5px 10px 10px 10px;
	float: right;
	background: #e1e1e1;
}
#static-page .right-static ul {
	padding: 0 0 20px;
	margin: 0;
	list-style:none;
}
#static-page .right-static ul li {
	padding: 0;
	margin: 0;
	list-style:none;
}

#static-page .right-static p {
	padding: 0 0 20px;
	margin: 0;
	list-style:none;
}
.right-static2 {
	width: 300px;
	float: right;
}
.right-static2 img {
	margin-left: 20px;
}


