@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000;
	font-family: tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
}
#header {
	text-align: center;
}
.clr {
	clear: both;
	float: none;
}
#content {
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	background-color: #000000;
}
#footer    {
	background-color: #171717;
	font-size: 12px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}
#content h1 {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#content table {
	font-size: 12px;
}
#content table a:hover {
	color: #FF0000;
	background-color: #FFFFFF;
}
#product-thumbs {
	margin-top: 25px;
	margin-bottom: 25px;
}
#product-thumbs h2 {
	font-size: 16px;
}

#product-thumbs a {
	margin-left: 17px;
	display: block;
	height: 68px;
	width: 94px;
	float: left;
	margin-top: 10px;
}
.red-bar {
	background-color: #FF0000;
	height: 10px;
}
/*  body text formating */

h1{
	font-size: 28px;
	font-weight: lighter;
}
h2{
	font-size: 20px;
	font-weight: lighter;
}

#footer    {
	background-color: #171717;
	font-size: 10px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
}

a{
	color: #FF0000;
	text-decoration: none;
}
a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}