body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
body {
	background-color: #151515;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 00px;
}

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

a:link {
	color: #00CCFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00CCFF;
}
a:hover {
	text-decoration: underline;
	color: #00CCFF;
}
a:active {
	text-decoration: none;
	color: #00CCFF;
}


/*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;
	background-image: url(images/navbg.png);
	background-repeat: repeat-x;
}

.contentwrap
{
	width: 940px;
	height: auto;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

.content
{
	width: 940px;
	height: auto;
	margin: auto;
	padding: 0px;
}

.showcase
{
	float:left;
	border: 10px solid #000000;
	width: 920px;
	height: auto;
	margin: auto;
	padding: 0px;
}

.footer
{
	width: 940px;
	height: auto;
	line-height: 33px;
	color: #666666;
	clear:both;
	border-top: solid 10px #000000;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

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

.column
{
	width: 306px;
	height: auto;
	float:left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.columnend
{
	width: 306px;
	height: auto;
	float:left;
	margin: 0px;
}

.column2
{
	width: 610px;
	height: auto;
	float:left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.column2end
{
	width: 306px;
	height: auto;
	float:left;
	margin: 0px;
}


.style2 {font-size: 11px}
body,td,th {
	color: #999999;
}
.style3 {
	color: #00CCFF;
	font-weight: bold;
}


/*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;}
#pmenu li:hover > a{background: #00CCFF; color: #ffffff;}
#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;}

.forms
{
	border: 1px solid #1E1E1E;
	background-color:#343434;
	width: 98%;
	padding: 5px;
	color:#00CCFF;
}


.form_button {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
	padding: 5px;
	width: 100px;
	background-color: #000000;
	color: #FFFFFF;
	border: solid 0px #000000;
	cursor:pointer;
	margin: auto;
}

.form_button:hover {
	background-color: #00CCFF;
	color: #000000;
	border: solid 0px #00CCFF;

}

.galleryitem
{
	width: 206px;
	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;
}

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

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

.noborder
{
	border: 0px;
}