body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 00px;
}
a:link {
	color: #99CC00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #99CC00;
}
a:hover {
	text-decoration: none;
	color: #99CC00;
}
a:active {
	text-decoration: none;
	color: #99CC00;
}



/*Main Divs*/

.header
{
	width: 940px;
	height: 100px;
	margin: auto;
	background-image: url(images/logo.png);
}

.nav
{
	width: 940px;
	height: 35px;
	line-height: 30px;
	margin: auto;
}

.contentwrap
{
	width: 940px;
	height: auto;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #0C0C0C;
}

.content
{
	float:left;
	width: 950px;
	height: auto;
	margin: auto;
}

.content2
{
	border: 10px solid #151515;
	width: 920px;
	height: auto;
	margin: auto;
	padding: 0px;
}

.content3
{
	width: 920px;
	height: auto;
	margin: auto;
	padding: 10px;
}

.footer
{
	width: 940px;
	height: 35px;
	margin: auto;
	line-height: 33px;
	color: #666666;
	clear:both;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #151515;
}

.footer a, footer a:visited
{
	color: #666666;
}

.galleryitem
{
	width: 207.5px;
	height: 100px;
	border:10px solid #1B1B1B;
	float:left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.galleryitem:hover
{
	border:10px solid #333333;
}


/*Menu*/

#pmenu, #pmenu ul {padding:0; margin:0; list-style-type: none;}
#pmenu li {float:left;position:relative;}
#pmenu a, #pmenu a:visited {display:block; width:100px; color: #FFFFFF; height:30px; text-decoration:none; text-align:center; background: #202020; border:1px solid #202020; border-width:0 1px 1px 0;}
#pmenu li:hover > a{background: #99CC00; color: #000000;}
#pmenu li ul {display: none;}
#pmenu li:hover > ul {display:block; position:absolute; top:0; left:101px;}
#pmenu > li:hover > ul {left:0; top:30px;}


h1
{
	font-weight: normal;
	font-size:18px;
	color:#FFFFFF;
	border-bottom: dotted 1px #333333;
	padding-bottom: 3px;
}

.addtocart
{
	width: 130px;
	height: 30px;
	line-height: 30px;
	color:#FFFFFF;
	background-image:url(images/addtocart.png);
	text-align:center;
}

.addtocart a:hover
{
	color:#000000;
}

.addtocart a, visited
{
	color:#FFFFFF;
	text-decoration:none;
}

.style1 {
	color: #FFFFFF;
	font-weight: bold;
}

.textfield
{
	width: 300px;
	padding: 5px;
	background-color:#000000;
	border: 1px solid #666666;
	color: #99CC00;
}



.form_button {
	padding: 5px;
	width: 100px;
	background-color: #333333;
	color: #ffffff;
	border: solid 0px #666666;
	cursor:pointer;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.form_button:hover {
	padding: 5px;
	width: 100px;
	background-color: #99CC00;
	color: #FFFFFF;
	cursor:pointer;
}
.style2 {	color: #99CC00;
	font-weight: bold;
}


.submit_button_selected
{
	width: 200px;
	height: 100px;
	background-color:#000000;
	color:#FFFFFF;
}

