/* CSS Document */
body{
	background-color:#070506;
	margin:0px;
	font-family:Calibri,sans-serif, Arial;
	font-size:12px;
	background-image:url(images/body.jpg);
	background-repeat:repeat-x;
	background-position:top;
	}
a{
	cursor:pointer;
	text-decoration:none;
	}
h2, h3, h4{
	margin:2px 0px 2px 0px;
	}
h2{
	font-size:18px;
	}
h3{
	font-size:16px;
	}
h4{
	font-size:14px;
	}
img{
	border:0px;
	}
#wrapper{
	width:1025px;
	height:auto;
	margin:auto;
	}
#header{
	background-image:url(images/header.png);
	background-repeat:no-repeat;
	background-position:center top;
	width:1025px;
	height:302px;
	}
#menu{
	width:1025px;
	height:66px;
	color:#FFFFFF;
	background-image:url(images/menu.png);
	background-position:center top;
	background-repeat:no-repeat;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
#menu div.home{
	background-image:url(images/home.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:145px;
	height:42px;
	float:left;
	margin-top:11px;
	}
#menu div.home:hover{
	background-image:url(images/home_hover.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	}
#menu div.inventory{
	background-image:url(images/inventory.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:145px;
	height:42px;
	float:left;
	margin-top:11px;
	}
#menu div.inventory:hover{
	background-image:url(images/inventory_hover.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	}
#menu div.contact_us{
	background-image:url(images/contact_us.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:145px;
	height:42px;
	float:left;
	margin-top:11px;
	}
#menu div.contact_us:hover{
	background-image:url(images/contact_us_hover.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	}
#content{
	background-image:url(images/content.png);
	background-position:center top;
	background-repeat:repeat-y;
	width:940;
	min-height:200px;
	font-size:14px;
	padding-left:45px;
	padding-right:40px;
	}
#content a{
	color:#333333;
	}
#content a:hover{
	color:#990000;
	}
#footer{
	background-image:url(images/footer.png);
	background-position:top center;
	background-repeat:no-repeat;
	text-align:center;
	width:1025px;
	height:115px;
	padding-top:20px;
	font-size:14px;
	color:#FFFFFF;
	font-size:13px;
	}
#footer p{
	margin:0px 0px 0px 0px;
	padding:5px 0px 0px 0px;
	color:#FFFFFF;
	}
#brand{
	background-color:#FFFFFF;
	float:left;
	margin-right:30px;
	width:230px;
	}
#brandColor{
	background-color:#E9E9E9;
	float:left;
	margin-right:30px;
	width:230px;
	}
ul.categories{
	margin:0px;
	padding:0px;
	width:170px;
	}
ul.categories li{
	background-image:url(images/icon.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	list-style:none;
	width:145px;
	height:22px;
	padding:0px 0px 0px 25px;
	margin:0px 0px 3px 0px;
	}
ul.categories li a{
	color:#000000;
	font-size:15px;
	}
.jsvalidation {
	color:#FF0000;
	font-family:"Lucida Sans Unicode","Trebuchet MS",Tahoma,sans-serif;
	font-size:10px;
	margin-left:10px;
}
table.price{
	font-size:14px;
	}
.confirmation{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	color:#FF0000;
	font-weight:bold;
	}
table.featured{
	border:2px solid #CCCCCC;
	}
td.featuredTitle{
	background-image:url(images/back.jpg);
	background-position:top;
	background-repeat:repeat-x;
	height:40px;
	color:#FFFFFF;
	text-transform:uppercase;
	padding-left:20px;
	font-family:calibri;
	font-size:14px;
	font-weight:bold;
	}
td.backRed{
	background-image:url(images/back.jpg);
	background-position:top;
	background-repeat:repeat-x;
	height:auto;
	color:#FFFFFF;
	font-family:calibri;
	font-size:15px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	}
#content table td.backRed a{
	color:#FFFFFF;
	font-family:calibri;
	font-size:15px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	}
td.textGrey{
	color:#999999;
	}
.btn{
	background-image:url(images/back.jpg);
	background-position:top;
	background-repeat:repeat-x;
	border:0px;
	color:#FFFFFF;
	text-transform:uppercase;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:15px;
	padding-right:15px;
	font-family:calibri;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
	}
#image{
	float:left;
	border:1px solid #CCCCCC;
	padding:3px;
	margin-right:2px;
	margin-left:2px;
	}
#firstImage{
	border:1px solid #CCCCCC;
	padding:3px;
	width:480px;
	height:350px;
	overflow:hidden;
	}
td.title{
	background-color:#ccc;
	text-align:center;
	padding:3px;
	}
td.searchForm{
	border:2px solid #ccc;
	background-color:#e9e9e9;
	padding:5px;
	}
p.message{
	text-align:left;
	color:#CC6600;
	}
p{
	margin-top:0px;
	margin-bottom:2px;
	}









