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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	line-height: 18px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, sans-serif;
	font-size: 12px;
	color: #A3A3A3;
}

hr {
	clear:both;}

.clearer {
	clear:both;}
	
.productspageimage {
padding-left: 20px;
padding-bottom: 20px;
float: right;
}

img { border:0px;}

a:link {
	color: #F6E700;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F6E700;
}
a:hover {
	text-decoration: underline;
	color: #F6E700;
}
a:active {
	text-decoration: underline;
	color: #F6E700;
}
h2 {
	font-size: 18px;
	color: #FFFFFF;
}
.Logo {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
.primarynav {
	background-color: #3a3a3a;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 30px;
	margin-bottom: 2px;
}
.secondarynav {
	background-color:#262626;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 30px;
	margin-bottom: 2px;
}

.primarynavitem {
	font-size:14px;
	font-weight:bold;
	line-height: 30px;
	padding-left: 25px;
	padding-right: 25px;
}

.primarynavitem a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.primarynavitem a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.primarynavitem a:hover {
	text-decoration: none;
	color: #F6E700;
}
.primarynavitem a:active {
	text-decoration: none;
	color: #F6E700;
}

.secondarynavitem {
	font-size:12px;
	font-weight:bold;
	line-height: 30px;
	padding-left: 25px;
	padding-right: 25px;
}

.secondarynavitem a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.secondarynavitem a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.secondarynavitem a:hover {
	text-decoration: none;
	color: #F6E700;
}
.secondarynavitem a:active {
	text-decoration: none;
	color: #F6E700;
}
.introbody {
	width: 900px;
	height: 400px;
	background-color:#262626;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2px;
}
.bodytexthomepage {
	width: 860px;
	background-color:#1A1A1A;
	padding:20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2px;
}
.bodytext {
	width: 860px;
	height: 100%;
	background-color:#1A1A1A;
	padding:20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2px;
	min-height: 400px;
}
.prefooter {
clear: both;
color: #ffffff;
	padding-top: 10px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.footer {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 10px;
	color:#666666;
}


.yellow {
	color: #F6E700;
}
