/*
======================================================
$Id: screen.css 26 2008-08-06 20:17:12Z ineo $
======================================================
======================================================
>>	Reset styles (http://meyerweb.com/eric/tools/css/reset/)
======================================================
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {outline: 0;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*
======================================================
>>	Basic styles
======================================================
*/
body {
	text-align: center;
	background: #e0eef4 url(graphics/bg-blue-stripes.gif) repeat;
	font: .7em/1.2em Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/*
======================================================
>>	Global positioning
======================================================
*/
#global-header {
	width:980px;
	margin:0 auto;
	height:80px;
	text-align: left;
	overflow:hidden;
}
#global-logo {
	width:333px;
	float:left;
}
#global-tools {
	float:right;
	margin-right:10px;
}
#global-top-wrapper{
	width:100%;
	background: url(graphics/bg-body.gif) repeat-x top;
}
/*
======================================================
>>	Global helper classes
======================================================
*/
.hide-me {display: none;}
/*
======================================================
>>	Global tools
======================================================
*/
#global-tools ul {overflow:hidden;padding-top:58px;}
#global-tools li {
	float:left;
	padding:0 8px;
	border-right:1px solid #9EA2A3;
	margin-right:-2px;
}
#global-tools a {
	color:#fff;
	text-decoration:none;
}
#global-tools a:hover {
	text-decoration:underline;
}
/*
======================================================
>>	Messages
======================================================
*/
#message-keeper {
	width:980px;
	margin:0 auto;
	text-align:left;
}
.messages {
	display:none;
	position:absolute;
	z-index:99;
	width:280px;
	padding:35px;
	margin: 150px 0 0 250px;
	background-color: #3D4447;
	font-size:1.3em;
	font-weight:normal;
	line-height:22px;
	color:#C5C7C8;
}
.messages a {
	color:#C5C7C8;
	text-decoration:none;
}
/*
======================================================
>>	The Shooooping Bag
======================================================
*/
#bag-keeper {
	width:980px;
	margin:0 auto;
	_* margin-top:-13px;
}
#shopping-bag {
	background-color:#A41C2F;
	width:261px;
	position: absolute;
	text-align: left;
	z-index: 100;
	margin-left:704px;
	* margin-left:214px;
	background: url(graphics/bg-shopping-bag-bottom.gif) bottom;
}
#shopping-bag-bg {
	background: url(graphics/bg-shopping-bag.gif) no-repeat top;
	margin-bottom:2px;
	min-height:40px;
 	height:auto !important;
	height:40px;
	width:261px;
}
#sb-text {
	width:128px;
	float:left;
	margin-top:4px;
	margin-left:42px;
	_margin-left:21px;
}
#sb-text p {
	color:#fff;
	line-height: 1.4em;
}
#sb-button {
	float:left;
	margin-top:10px;
}
#bag-contents {
	display: none;
	width:261px;
	clear:both;
}
#bag-contents table {
	clear:both;
	width:232px;
	margin:15px;
	border-top:1px solid #BF616E;
}
#bag-contents table td {
	padding:8px 0;
	color:#fff;
	font-size: .9em;
}
.bag-product a {
	color:#fff;
}
.bag-subtotal {
	font-weight: bold;
	text-align: right;
	border-top:1px solid #BF616E;
}
/*
======================================================
>>	Global menu
======================================================
*/
#global-nav {
	margin:0 auto;
	width:947px;
	text-align:left;
	height:26px;
}
#global-nav ul {
}
#global-nav li,#global-nav li.active {
	float:left;
	background: url(graphics/bg-global-menu-li.gif) no-repeat right;
}
#global-nav a {
	display:block;
	padding:6px 14px 7px;
	color:#fff;
	text-decoration: none;
	text-transform: uppercase;
}
#global-nav a:hover {
	color:#fff;
	background: url(graphics/bg-global-menu-li-hover.gif) right;
}
#global-nav li a.active {
	background:#000 url(graphics/bg-global-menu-li_active.gif) right;
}
/*
======================================================
>>	Local menu
======================================================
*/
#local-menu {
	background: url(graphics/bg-local-menu-top.gif) no-repeat 0 0;
	margin-top:-4px;
	padding-top:70px;
	float:left;
}
#local-menu li a {
	display:block;
	width:155px;
	padding: 8px 19px;
	border-top:1px solid #fff;
	text-decoration: none;
	color:#000;
}
#local-menu li a:hover,#local-menu li a.active {
	background: url(graphics/bg-local-menu-active.gif);
}

#local-menu li a.active{
	font-weight: bold;
}
/*
======================================================
>>	Content
======================================================
*/
#content {
	margin-top:5px;
	background: #fff url(graphics/bg-content.gif) repeat-x bottom;
	min-height:330px;
 	height:auto !important;
	height:330px;
}
#product-list-page #content {
	text-align:left;
}
#startpage #content {
	margin:0;
	background: #fff;
	height:450px!important;
}
#startpage #content img {
}

#myAlternativeContent{
	position: absolute;
	left: 50%;
	margin-left: -473px;
}
/*
======================================================
>>	Wrapper to align standard page layout
======================================================
*/
#content-wrapper {
	width: 947px;
	margin:0 auto;
	text-align: left;
}
#content-wrapper:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#content-wrapper {display:inline-block;}
/* Hide from IE Mac \*/
#content-wrapper {display:block;}
/* End hide from IE Mac */
#standard #content-wrapper {
	background: url(graphics/bg-main-content-local-menu.gif) no-repeat bottom left;
	min-height:350px;
 	height:auto !important;
	height:350px;
}
#product-page #content-wrapper {
	background: url(graphics/bg-main-content-product-page.gif) no-repeat bottom right;
	min-height:450px;
 	height:auto !important;
	height:450px;
}
/*
======================================================
>>	Main content
======================================================
*/
#main-content {
	float:left;
	padding:20px 0 22px 58px;
	width:696px;
}
#main-content h1 {
	font-size:2em;
	font-weight: normal;
	line-height: 1.5em;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 12px;
}
.copy-text p {
	line-height:16px;
	color:#666;
	margin-bottom:12px;
}
.copy-text h2 {
	font-size:1.3em;
	font-weight:normal;
	line-height:22px;
}
#main-content .copy-text {
	width: 387px;
	margin:24px 0 0 0;
	float:left;
}
#related-content {
	float:left;
	width:191px;
	margin-left:77px;
	margin-top:24px;
}
.box.blue {
	background: url(graphics/related-box-blue.gif);	
	padding:20px;
	width:191px;
	margin-bottom:22px;
}
#related-content .box h3 {
	font-size:.9em;
	margin-bottom:.5em;
	color:#666;
}
#related-content .box p {
	font-size:.9em;
	color:#666;
}
/*
======================================================
>>	A single product
======================================================
*/
#product-item {
	width:754px;
	float:left;
}
#product-image {
	width:328px;
	float:left;
	text-align: center;
}
#view-larger-button {
	margin:0 auto;
	margin-top:20px;
}
#product-information {
	width:290px;
	float:left;
	margin-top:36px;
	margin-left:58px;
}
#product-information h1 {
	font-size:2em;
	font-weight: normal;
	line-height: 1.5em;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 12px;
}
#product-variant {
	font-size:1.3em;
	font-weight:normal;
	line-height:22px;
}
#product-price {
	font-size:1.3em;
	font-weight:normal;
	line-height:22px;
	margin-bottom:22px;
}
#product-description {
	margin-bottom:20px;
}
#product-description p {
	line-height:16px;
	color:#666;
	margin-bottom:12px;
}
#product-variants {
	width:290px;
	min-height:25px;
 	height:auto !important;
	height:25px;
	padding-bottom:18px;
}
#product-variants li {
	float:left;
}
#product-variants li a {
	display:block;
	margin-right:6px;
}
#product-variants a img {
	border:1px solid #E4E4E4;
}
#product-variants a:hover img {
	border:1px solid #B22339;
}
#product-form {
	margin-bottom:20px;
}
.form-item label {
	display:block;
}
.add_to_cart .form-select {
	margin-top:2px;
	margin-bottom:12px;
	width:140px;
}
input.node-add-to-cart {
	background: url(graphics/btn-add-to-bag.gif);
	border:none;
	width:111px;
	height:21px;
	cursor:pointer;
}
.form-required {
	display: none;
}
/*
======================================================
>>	A product list
======================================================
*/
#product-list-wrapper {
	overflow: hidden;
	height:280px;
	position: relative;
	margin:0 auto;
	text-align: center;
	z-index: 1;
}
#product-list {
	margin:0 auto;
	text-align: center!important;
}
.product-item {
	float:left;
	text-align: center!important;
}
.product-item p,.product-item h2 {
	font-size:.9em;
	color:#666;
}
/*
======================================================
>>	Scroller
======================================================
*/
#kca-slider {
	margin:0 auto;
	display:none;
	z-index: 1;
}
.ui-slider-handle { 
	position: absolute;
	z-index: auto;
	height: 20px; 
	width: 106px; 
	top: 0; 
	left: 0;
	cursor:move;
	background: url(graphics/bg-scroller-handle.gif) 50% 50%;
}
.ui-slider-disabled .ui-slider-handle { opacity: 0.5; filter: alpha(opacity=50); }
.ui-slider { 
	width: 336px; 
	height: 20px; 
	position: relative;
	z-index: 100;
	background: url(graphics/bg-scroller.gif) no-repeat;
}
/*
======================================================
>>	Related products (complete the look)
======================================================
*/
#related-products {
	background: url(graphics/bg-local-menu-top.gif) no-repeat 0 0;
	margin-top:-4px;
	width:193px;
	text-align: center;
	padding-top:50px;
	float:right;
}
#related-products h3 {
	font-size:1.3em;
	font-weight:normal;
	line-height:22px;
	margin-bottom:22px;
}
.related-product {
	margin-bottom:18px;
}
.related-product a img {
	border:1px solid #E4E4E4;
}
.related-product a:hover img {
	border:1px solid #B22339;
}
.related-product h4 {
	line-height: 1.8em;
	font-size:.9em;
	color:#666;
}
.related-product p {
	line-height: 1.2em;
	font-size:.9em;
	color:#666;
}
/*
======================================================
>>	Forms
======================================================
*/
.box form .text-field {
	border:1px solid #7F9DB9;
	padding:3px;
	margin-bottom:10px;
	font-size:1em;
	color: #949494;
}
.text-field.blur {
	color:#666;
}
/*
======================================================
>>	Global page footer
======================================================
*/
#footer {
	width:928px;
	margin:0 auto;
	text-align: left;
	padding-left:19px;
	padding-top:20px;
	color:#000;
}
#footer:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#footer {display:inline-block;}
/* Hide from IE Mac \*/
#footer {display:block;}
/* End hide from IE Mac */
#footer .box h5 {
	font-size:1.3em;
	font-weight:normal;
	margin-bottom:.8em;
}
#footer .box p {
	line-height:1.6em;
	margin-bottom:8px;
	color: #333;
}
#footer a {
	color:#333;
	text-decoration: none;
	border-bottom:1px solid #acb6ba;
	padding-bottom:1px;
}
#footer a:hover {
	color: #b22339;
	border-bottom:1px solid #b22339;
}
#footer li {
	margin-bottom:7px;
}
#footer .box {
	float:left;
	width:155px;
}
#footer .newsletter {margin-right:77px;}
#footer .brand {margin-right:77px;}
#footer .customer-service {margin-right:77px;}
#footer .retailers {margin-right:77px;}
/*
======================================================
>>	Copyright notice
======================================================
*/
#copyright {
	width:910px;
	margin:0 auto;
	padding-bottom:22px;
	padding-top:40px;
	text-align: left;
	color:#8B8F91;
	font-size:.9em;
}








