/* CSS Document */
body {
	background-color: #121212;
/*	background-image: url(../images/bg.gif);*/
	background-position: center;
/*	background-repeat: repeat-y;	*/
}
body, td, th, p {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
}
body, form {
	margin: 0;
	padding: 0;
}
img { border: 0 none;}
table {	border-collapse: collapse;}
table td {
	vertical-align: top;
	padding: 0;
}
a {
	text-decoration:underline;
	color:#FFFFFF;
}
#Content a:hover,a:hover {
	text-decoration: none;
	color: #C6D644;
}
h1 {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	display: table;
	clear: both;
}
p {
	margin-bottom: 21px;
}
label {
	width: 90px;
	display: block;
	float: left;
	clear: both;
	margin: 8px 0;
}
.clean { clear: both;}
.floatl { float: left;}
.floatr { float: right;}
.vam { vertical-align: middle;}
#Logo {
	display: block;
	width: 792px;
	height: 180px;
	margin: auto;
}
#chromemenu {
	display: block;
	background-color: #3B3B3C;
	height: 28px;
	width: 792px;
	padding-top: 12px;
	margin: auto;
	text-align: center;
	z-index:100;
	text-transform: uppercase;
}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.chromestyle ul{
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}
.chromestyle ul li{
	display: inline;
	list-style: none;
	text-align: center;
}
.chromestyle ul li a{
	font-weight: bold;
	color: #FFF	;
	margin: 0;
	margin: 0 20px 0 20px;
	text-decoration: none;
}
.chromestyle ul li a:hover{
	color: #C6D644;
	text-decoration: none;
}
.dropmenudiv{
	position:absolute;
	top: 0;
	margin-top: 10px;
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: #3B3B3C;
	visibility: hidden;
/*	text-transform: uppercase;*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#888888,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}
.dropmenudiv a{
	width: auto;
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	color: #FFF;
	font-weight: bold;
	padding: 8px;
}
.dropmenudiv a:hover{
	color: #C6D644;
	text-decoration: none;
}
#Content {
	clear: both;
	background-color: #8D343A;
	width: 792px;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
#LeftColumn {
	float: left;
	text-align: right;
	width: 212px;
	padding: 14px;
}
#LeftColumn a {
	color: #FFF;
	font-size: 12px;
	display: block;
	text-decoration: none;
	margin: 4px 0 5px 30px;
}
#RightColumn {
	float: left;
	width: 522px;
	padding: 14px;
}
#RightColumn a {
	color: #FFF;
}
div#RightColumn.narrow, p.narrow {
	width: 464px;
}
table#Gallery {
	width: 670px;
	margin: auto;
}

table#Gallery a:hover{
	color:#C6D644;
}

table#Gallery td {
	padding: 10px 16px 10px 0;
	border-bottom: 1px solid #FFF;
}
table#Details {
	width: 510px;
}
table#Details td {
	padding: 10px 16px 10px 0;
}
.field {
	width: 222px;
	height: 18px;
	border-left: 2px solid #878889;
	border-top: 2px solid #878889;
	border-bottom: 0 none;
	border-right: 0 none;
	background-color: #FFF;
	margin: 6px 0;
}
.area {
	width: 310px;
	height: 120px;
	border-left: 2px solid #878889;
	border-top: 2px solid #878889;
	border-bottom: 0 none;
	border-right: 0 none;
	background-color: #FFF;
	margin: 6px 0;
}
.subm {
	width: 50px;
	height: 18px;
	border: 0 none;
	background-color: #3B3B3C;
	text-transform: uppercase;
	color: #FFF;
	font-size: 10px;
}
#MiniMenu {
	background-color: #3B3B3C;
	color: #FFF;
	font-size: 9px;
	display: block;
	width: 792px;
	height: 40px;
	margin: auto;
	text-align: center;
	padding-top: 8px;
	clear: both;
	position: static;
	top: -58px;
}
#MiniMenu a {
	color: #FFF;
	text-decoration: none;
	/*text-transform: uppercase;*/
	margin: 0 10px 0 10px;
        font-size: 12px;
}
#MiniMenu a:hover {
	color: #C6D644;
}
#MiniMenu span {
	font-size: 8px;
}
#MiniMenu span a {
	margin: 0;
	text-transform: none;
}


