﻿body {
	background-color: #333;
	color: #666;
	font-size: 100%;
	font-family: 'Helvetica',Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
}

* {
	font-family: 'Helvetica',Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}

img { border: none; }

div#header {
	width: 100%;
	text-align: center;
	background-color: #666;
	background-image: url(/images/headerBackground.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

div#headerOutline {
	width: 960px;
	height: 280px;
	margin-left: auto;
	margin-right: auto;
}

div.leftNav {
	width: 320px;
	float: left;
	
}

div.rightNav {
	width: 640px;
	float: left;
	font-weight: 100;
	text-indent: 0px;
	font-size: 11px;
	font-family: 'Verdana', Verdana, Lucida, Geneva, Helvetica,  Arial, sans-serif;
}

div#headerOutline div.rightNav { height: 240px; }
	
div.rightNav ul { list-style: none; }

div.rightNav ul li a.selected { color: #000; }

div.rightNav a:link {
	color: #fff;
	height: 14px;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 1px;
	margin-right: 15px;
	display: block;
}

div.rightNav a:visited {
	color: #fff;
	height: 14px;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 1px;
	margin-right: 15px;
	display: block;
}

div.rightNav a:hover { color: #999; }

div#column { 
	width: 142px; 
	text-align: left;
	float: left;
	height: 240px;
	background-color: #97b88d;
	padding-left: 10px;	  	
}

div#column1 { 
	width: 142px;
	text-align: left; 
	float: left;
	height: 240px;
	background-color: #6f8c81;
	padding-left: 10px;	
}

div#column2 { 
	width: 142px; 
	text-align: left;
	float: left;
	height: 240px;	
	background-color: #556370;
	padding-left: 10px;
}

div#column3 { 
	width: 142px; 
	text-align: left;
	float: left;
	height: 240px;
	background-color: #343446;	
	padding-left: 10px;
}

div.columnFooter { 
	width: 142px; 
	height: 180px; 
	text-align: left;
	float: left;
	background-color: #333;
	padding-left: 10px;

}

div#contentOutline {
	width: 100%;
	background-color: #fff;
}

div#outline {
	width: 900px; 
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
}

div#contentArea {
	padding-right: 30px;
	padding-left: 0px;
	width: 870px;
	
}

div#menuArea {
	float: left;
	width: 170px;
	margin-right: 30px;	
	text-align: left;
}

div#content {
	float: left;
	width: 670px;
	text-align: left;
}

div#login {
	font-size: 13px;
	text-align: center;
	width: 450px;
	margin-left: auto;
	margin-right: auto;
}

div#card { 
	font-size: 13px;
	width: 400px; 
}

div#card div { text-align: right; }

div#pageContent { 
	padding-top: 25px;
	clear: both;
	padding-bottom: 35px;
}

div#footer {
	width: 100%;
	background-color: #333;
	margin-top: 10px;
}

div#footerArea {
	width: 960px;
	height:200px;
	
	margin-left: auto;
	margin-right: auto;
}

div#footer div.leftNav { 
	text-align: left;
	color: #fff;
	font-size: 11px;
}

div.productImage { margin-bottom: 10px; }

div.productName {
	float: left;
	width: 165px;
	padding-left: 10px;
	font-size: 13px;
}

div.productInfo {
	float: left;
	width: 140px;
	padding-right: 10px;
	text-align: right;
	font-size: 13px;
}

div.productPrice { padding-bottom: 6px; }

div.productSize { padding-bottom: 6px; }

div#spacer { height: 20px; }

div#giftBox {
	width: 50px;
	float: left;
}

div#giftBoxText {
	float: left;
	text-align: left;
}

.tbe {
	font-size: 12px;
	color: #999;
}

textarea { font-size: 12px; }

div.delTitle {
	font-weight: 500;
	color: #fff;
	margin-left: 35px;
	text-indent:5px;
	width:232px;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color:#000000;
}

div#deliveryBlock { 
	position: relative;
	top: -130px;
	width: 250px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

h2 {
	color: #fff;
	font-family: 'Verdana', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 13pt;
	font-weight: 900;	
	margin-top: 5px;
	margin-bottom: 10px;
}

h3  {
	margin-top: 15px;
	margin-bottom: 10px;
}

p {
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 35px;
	font-size: 13px;
	line-height: 1.6;
}

td { font-size: 13px; }

.rightAlign { 
	text-align: right;
	font-size: 13px;
}

a {
	text-decoration: none;
	color: #666;
}

.addToCart {
	color: #fff;
	background-color: #da2127;
	font-size: 13px;
	font-style: italic;
	display: block;
	text-decoration: none;
	width: 160px;
	text-align: center;
	margin-top: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.addToCart:hover { color: #fff; }

.productAdd { background-color: #fff; }

a:hover { color: #d2002c; }

.inputs { font-size: 13px; }

.highlight { 
	color: #d2002c;
	font-weight: bold;
}

.cartHeader {
	background-color: #000;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	padding: 5px;
	border: 1px solid #000;
}

.cartCell {
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	font-size: 12px;
	padding: 3px;
}

.cartDetails { 
	font-size: 12px; 
	padding: 8px;
}

.title {
	font-weight: bold;
	text-align: right;
	font-size: 13px;
}

.title1 {
	font-weight: bold;
	text-align: left;
	font-size: 13px;
	width: 75px;
}

.qTitle {
	font-weight: bold;
	line-height: 1.5;
	padding-bottom: 2px;
}

.newsTitle {
	font-size: 11px;
	font-weight: bold;
}

.newsDescription { font-size: 11px; }

.reqd { 
	color: #ff0000;
	font-size: 13px;
}

p.right { 
	padding-top: 15px;
	text-align: right; 
}

p.centered { 
	padding-top: 75px;
	text-align: center; 
}

td.bottomSpacing { padding-bottom: 15px; }

.mailingTitle {
	font-weight: bold;
	font-size: 12px;
}

.clearfix:after { 
content:"."; 
display:block; 
height:0; 
clear:both; 
visibility:hidden; 
} 



.clearfix { display: inline-table; }

/* backslash hack hides from IE mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* end backslash hack */