﻿
body {
	margin:0;
	background-color:#333;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-align:center;
}

body,TD,TR,TH,P,U,I,B,TABLE,STRONG,EM, textarea, input
{	
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

TD,TR,TH,TABLE {
	color:#000000;
	background:#7c7c7c;
}

.mainContainer {
	margin:0 auto;
	width:740px;
	text-align:left;
}

div.store-logo_ {
	float:left;
	display:block;
	width:245px;
	height:153px;
}

div.store-banner_ {
	float:left;
	display:block;
	width:495px;
	height:153px;
}

div.store-title_ {
	float:left;
	display:block;
	width:275px;
	height:60px;
}

div.store-btn-home_ {
	float:left;
	display:block;
	width:250px;
	height:60px;
}

div.store-bannerSpace_ {
	float:left;
	display:block;
	width:127px;
	height:60px;
}

div.store-cart_ {
	float:left;
	display:block;
	width:215px;
	height:60px;
}

div.store-footer_ {
	float:left;
	display:block;
	width:740px;
	height:155px;
	background:url(/images/store_footer.jpg) no-repeat top;
}

div.store-content_ {
	float:left;
	display:block;
	width:740px;
	#width:740px;
	_width:740px;
	background:#000000;
	padding:0px;
}

div.store-content_ a {
	color:#D1CD2C;
	text-decoration:underline;
}

div.store-content_ a:hover {
	color:#CCC;
	text-decoration:underline;
}

div.store-content_ h1 {
	color:#CCCCCC;
	font-size:18px;
}

div.store-content_ h2 {
	color:#CCCCCC;
	font-size:16px;
	text-transform:uppercase;
}

div.store-content_ h3 {
	color:#CCCCCC;
	font-size:12px;
}


.footerLeft {
	width:200px;
	float:left;
	display:block;
	margin:20px 0px 0px 20px;
	color:#CCC;
	font-size:11px;
}

.footerLeft h1 {
	display:block;
	color:#CCC;
	font-size:12px;
	margin:0px;
}

.footerLeft a {
	color:#CCC;
	text-decoration:none;
}
.footerLeft a:hover {
	color:#D1CD2C;
	text-decoration:underline;
}

.footerRight {
	width:250px;
	float:right;
	display:block;
	margin:20px 20px 0px 0px;
	color:#CCC;
	font-size:11px;
	text-align:right;
}

.footerRight a {
	color:#CCC;
	text-decoration:none;
	margin:0px 2px;
}
.footerRight a:hover {
	color:#D1CD2C;
	text-decoration:underline;
	margin:0px 2px;
}

#tblProds {
	background:#000000;
}

/*
	Copied from main site CSS
*/
input.text {
	font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	width:200px;
	border:1px solid #FFF;
	background-color:#CCC;
}

input.btn_med {
	border:none;
	background:url(images/btn_med.png) transparent top left no-repeat;
	width:100px;
	height:18px;
	font-size:11px;
	text-align:center;
	color:#FFF;
}

input.btn_large {
	border:none;
	background:url(images/btn_large.png) transparent top left no-repeat;
	width:125px;
	height:18px;
	font-size:11px;
	text-align:center;
	color:#FFF;
}

.noteRed {
	font-style:italic;
	color:#FF3300;
}
