@charset "UTF-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	background:#000000 url(images/imgBG.gif) repeat;
	margin:0;
	}
.clr {
	clear:both;
	}
.productImages 	{
	padding:0 50px 0 0;
	}
h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0 0 10px 0;
	color:#940000;
	text-transform:uppercase;
	}
h2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0 0 10px 0;
	color:#666666;
	text-transform:uppercase;
	}
a:link {
	color:#666666;
	}
a:visited {
	color:#940000;
	}
a:active  {
	color:#666666;
	}
a:hover  {
	color:#000000;
	}	
#main {
	margin:0 auto;
	background:#FFFFFF;
	width:840px;
	padding:30px 30px 15px 30px;
	}
#logo {
	width:840px;
	height:43px;
	clear:both;
	float:left;
	}
#nav {
	height:25px;
	background:#999999;
	width:840px;
	float:left;
	margin:10px 0 0 0;
	}
#header {
	width:840px;
		}
#content {
	padding:20px 0 40px 0;
	width:675px;
	float:left;
	}
#rightCol {
	margin:20px 0 0px 15px;
	float:right;
	width:150px;
	text-align:center;
	background:#dddddd;
	clear:right;
	line-height:1.4em;
	}
#footer {
	border-top:#999999 solid 1px;
	color:#999999;
	font-size:10px;
	width:100%;
	margin:0 auto;
	text-align:center;
	}
#copyright {
	font-size:10px;
	text-align:center;
	color:#444444;
	text-transform:uppercase;
	}	
