/********** MAIN STYLES **********/

body {
	background-color: #FFF;
	line-height: 140%; 
	font-size: 12px;
	color: #333;
	font-family: Arial, sans-serif, Verdana;
	font-size: 12px;
	margin: 0;
}

div#container {
	width: 960px;
	text-align: left;
	margin: 0px auto;
	background-color: #FFF;	
	padding: 0px;
}


div#borderTop {
	width: 100%;
	background-image: url(images/borderTop.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 30px;
	text-align: left;
	margin: 0px auto;
	background-color: #FFF;	
	padding: 0px;
}

div#borderBottom {
	width: 100%;
	background-image: url(images/borderBottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 30px;
	text-align: left;
	margin: 0px auto;
	background-color: #FFF;	
	padding: 0px;
}

div#randomImage {
	width: 870px;
	height: 135px;
	text-align: left;
	margin: 0px auto;
	background-color: #FFF;	
	padding: 0px;
}


p, td {
	margin-top: 0;
	margin: 0 0 6px 0;
}

table {
	border: 0;
}

td {
    font-size: 12px;
	vertical-align: top;
}

img {
	border:0;
}


.grey10 {
	font-size: 10px;
	color: #646464;
}

.grey11 {
	font-size: 11px;
	color: #646464;
}

.grey12 {
	font-size: 12px;
	color: #646464;
}


.white10 {
	font-size: 10px;
	color: #FFF;
}

.red12 {
	color: #FF0000;
}

.nomargin {
	margin: 0;
}

a {
	color: #333;
}

a:hover {
	text-decoration: none;
}

h1 {
	margin-top: 0;    
	font-size: 18px;
	color: #005A84;
	}

h2 {
	margin-top: 0;
	font-size: 12px;
}

h3,h4,h5,h6 {
	margin-top: 0;
	font-size: 14px;
}

ol, ul {
	padding: 0;
	margin: 0 0 6px 25px;	
}

ol li, ul li {
	margin: 0 0 6px 0;	
	line-height: 120%;	
}

/********** HEADER STYLES **********/

div#header {
	width: 930px;	
	height: 145px;
	margin: auto;
}

div#headerLEFT {
	width: auto;	
	float: left;
	margin: 0 0 0 35px;
	text-align: left;
}

div#headerRIGHT {
	width: auto;	
	float: left;
	margin: 100px 35px 0 60px;
	text-align: right;
}


/********** MENU STYLES **********/


div#topMenu {
	margin: 0px auto;
	text-align: left;
	color: #999;
}

p.topMenu {
	font-size: 14px;
	padding: 14px 10px;
	line-height:100%;
	color: #999;
	text-transform: uppercase;
}

a.topMenu {
	padding: 0 5px;
	color: #999;
	text-decoration: none;	
}

a.topMenuActive {
	padding: 0 5px 15px 5px;
	color: #005A84;
	text-decoration: none;	
	background-image: url(images/navActive.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}

a:hover.topMenu {
	padding: 0 5px 15px 5px;
	color: #005A84;
	font-weight: 400;
	text-decoration: none;	
	background-image: url(images/navActive.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}

td.sideMenu {
	text-align: left;
	border-right: 1px SOLID #DDD;
	color: #777;
	padding: 5px 10px 0 0;
}

p.sideMenu {
	line-height:125%;
	margin: 0 0 6px 0;
	color: #777;
}

a.sideMenu {
	color: #777;
	text-decoration: none;	
}

a:hover.sideMenu {
	font-weight: 700;
	text-decoration: none;	
}





/********** CONTENT STYLES **********/

div#contentContainer {
	width: 100%; 
	background-image: url(images/backgroundSlice.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

div#Content {
	width: 870px; 
	margin: 0px auto;
	padding: 5px 0 5px 0;
}


td.content {
	margin-top: 0;
	text-align: left;
	height: 300px;
	padding: 5px 30px 5px 30px;
}


div.contentLeft {
	margin-top: 0;
	float: left;
	width: 490px;    
	display: block;
	height: auto;
	text-align: left;
	padding: 0 0 0 5px;
}

div.contentRight {
	margin-top: 0;
	width: 130px;
	margin-left: 570px;
	display: block;
	height: auto;
	border-left: 0px SOLID #C0C0C0;
	text-align: center;
	padding: 0 30px 0 5px;
}


/********** NEWS STYLES **********/

.newsTitle {
	font-size: 120%;
	margin: 0 0 6px 0;
	font-weight: 700;
}

.newsSummary {
	font-weight: 400;
	margin: 0;
}

.newsSummaryITEM {
	color: #777;
	line-height: 120%;
	font-weight: 400;
	margin: 16px 0;
}

.newsContent {
	font-weight: 400;
	margin: 0;
}

.newsLink {
	font-weight: 400;
	margin: 0 0 10px 0;
}

a.newsLink {
	color: #333;
	text-decoration: underline;	
}

a:hover.newsLink {
 	text-decoration: none;	
}



/********** FAQ STYLES **********/

.faqQuestion {
	margin: 0 0 6px 0;
}

.faqQuestionITEM {
	font-size: 120%;
	font-weight: 700;
	margin: 0 0 6px 0;
}

.faqAnswer {
	font-weight: 400;
	margin: 16px 0 0 0;
}

.faqLink {
	font-weight: 400;
	margin: 0 0 10px 0;
}

a.faqLink {
	color: #333;
	text-decoration: none;	
}

a:hover.faqLink {
 	text-decoration: underline;	
}


/********** NEWS STYLES **********/

.photoCaption {
	font-size: 12px;
	margin: 6px 0 6px 0;
	font-weight: 700;
}

td.gallery {
	border: 1px dashed #ebebeb;
}

div.photo {
	padding: 6px 0 10px 0;
}

/********** CART STYLES **********/

td.CartBorder{
	vertical-align: top;
	border-bottom: 1px solid #c0c0c0;
}

.cartInstructions {
	font-size: 11px;
	color: #646464;
	margin: 0;
}

.cartColumnTitles {
	font-size: 12px;
	font-weight: 700;
}

.cartContents {
	font-size: 11px;
}

.cartCalcs {
	font-size: 12px;
	font-weight: 700;
	color: #333;
	}


.cartGrandTotal {
	font-size: 14px;
	color: #333;
	margin: 0 0 10px 0;
}

div#cartForexConv {
	text-align: right;
    padding: 0 40px 0 0;
}

.forexConv {
	color: #777777;
	font-size: 11px;
	font-weight: 400;
	margin: 0 0 10px 0;
}

.featuredProductsTitle {
	color: #D71921;
	font-size: 13px;
	font-weight: 700;
	margin: 0 0 10px 0;
}

.featuredProductName {
	color: #777777;
	font-size: 11px;
	margin: 0 0 -2px 0;
}

.featuredProductPrice {
	color: #D71921;
	font-size: 11px;
	margin: 0 0 10px 0;
}

.featuredOnSale {
	color: #999;
	font-size: 11px;
	margin: 0 0 10px 0;
}

.productname {
	color: #333;
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 6px 0;
}

.productnameGRID {
	color: #333;
	font-size: 12px;
	font-weight: 400;
	margin: 0 0 2px 0;
}

.price {
	color: #D71921;
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 10px 0;
}

.priceGRID {
	color: #333;
	font-size: 12px;
	font-weight: 700;
	margin: 0 0 10px 0;
}

.onsale {
	color: #333;
	font-size: 12px;
	font-weight: 700;
	margin: 0 0 6px 0;
}

.stock {
	color: #777;
	font-size: 11px;
	margin: 0 0 6px 0;
}

.optionSelect {
	color: #333;
	font-size: 12px;
	font-weight: 700;
	margin: 0 0 6px 0;
}


.catalog_divider {
background-image: url(shop/images/dash.jpg);
background-repeat: repeat-x;
background-position: center;
}

div#productLinks {
	width: 100%; 
	margin: 0 0 20px 0;
	padding: 5px 0;
	color:#FFF;
	font-weight: bold;
	background-color: #005A84;
}

a.paging {
	text-decoration: none;
	padding: 4px 2px;
}

.pagingActive {
	padding: 4px 8px; 
	background-color: #999; 
	color: #FFF;
}

/********** FOOTER STYLES **********/


div#footer {
	margin: -1px auto 0;
	width: 870px;
	text-align: right;
	color: #FFF;
}

div#footerLEFT {
	width: 300px;	
	float: left;
	text-align: left;
}

div#footerRIGHT {
	width: 500px;	
	float: right;
	text-align: right;
}


.footer {
	font-size: 11px;
	color: #005A84;
	padding: 0px 0px;
	text-decoration: none;
}

a.footer {
	color: #005A84;
	text-decoration: none;
}

a:hover.footer {
	text-decoration: underline;
}

a.policesLink {
	color: #005A84;
	text-decoration: underline;
}

a:hover.policesLink {
	text-decoration: none;
}
