@charset "utf-8";
body {
	background-color: #000000;
	font:x-small "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
	color:#FFFFFF;
	font-size:14px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
}
a {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}
img a:link {
border:1px solid #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration:none;
}
a:visited {
	color: #D4D0C8;
	text-decoration:none;
}
a:hover {
	color: #CCCCCC;
}
#loader {
position:static;
z-index:0;
}
#menu {
height:75px;
background-image:url(images/back.jpg);
background-repeat:repeat-x;
}
#MenuBar1 {
background-image:url(images/back.jpg);
background-repeat:repeat-x;
}
hr {
color:#555555;
border-style:solid;
}
#footer {
color:#FFFFFF;
font-size:10px;
}
#footer a {
font-size:10px;
}
#title {
color:#CCCCCC;
font-size:12px;
}
#logodiv {
padding-top:10px;
}

.twoColFixRt #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top:0px;
}
.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #020202; /* the background color will be displayed for the length of the content in the column, but no further */
	margin:5px 5px 5px 0px;
	padding: 15px 10px;
	text-align:left;
}
.twoColFixRt #mainContent { 
	color:#CCCCCC;
	margin: 5px 230px 5px 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 10px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#020202;
	width:515px;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
color:#D7D96F;
font-size:18px;
text-transform:uppercase;
letter-spacing:5px;
}
h3 {
color:#D7D96F;
font-size:14px;
text-transform:uppercase;
letter-spacing:3px;
}
h5 {
color:#999999;
font-size:10px;
text-transform:uppercase;
}
h3 a {
font-size:14px;
text-transform:uppercase;
letter-spacing:3px;
}
h3 a:link {
color:#D7D96F;
}
h3 a:hover {
color:#E4E6CA;
}
h3 a:visited {
color:#D7D96F;
}
#more {
color:#D7D96F;
}
#more:link {
color:#D7D96F;
}
#more:hover {
color:#E4E6CA;
}
#more:visited {
color:#D7D96F;
}
#thumb {
border:1px solid #666666;
}
#mainthumb {
border:1px solid #666666;
margin:0px 10px 0px 10px;
}
#specs {
margin:0px 7px 0px 0px;
}
.redfont {
color: #FF0000;
}
#demolabels {
font-size:10px;
}
#imgcap-r {
color:#D7D96F;
font-size:12px;
float:right;
margin:0px 10px 10px 10px;
width:210px;
}
#imgcap-l {
color:#D7D96F;
font-size:12px;
float:left;
margin:0px 10px 25px 10px;
width:210px;
}
#imgcap-c {
color:#D7D96F;
font-size:12px;
text-align:center;
margin:10px 10px 25px 10px;
width:250px;
}
#imgl {
float:left;
margin:10px;
}
#imgr {
float:right;
margin:10px;
}
#imgcap-rlg {
color:#D7D96F;
font-size:12px;
float:right;
margin:0px 10px 10px 20px;
width:280px;
}
#pagination a {
color:#006699;
}
#pagination a:hover {
color:#0099CC;
text-decoration:underline;
}
#sidecom a {
color:#D7D96F;
}
#sidecom a:hover {
color:#E4E6CA;
}
.menu2 a {
	padding: 14px 10px;
	display: block;
	color: #000000;
	width: 144px;
	text-decoration: none;
	font-weight: bold;
}
.menu2 li em {
	font-weight: normal;
	background: url(images/hover.png) no-repeat;
	width: 180px;
	height: 45px;
	position: absolute;
	top: -85px;
	left: -15px;
	text-align: center;
	padding: 20px 12px 10px;
	font-style: normal;
	z-index: 2050;
	display: none;
}


