#rotator {
	border:0;
	cursor:pointer;
	overflow:hidden;
	position:relative;
	width:858px;
	height:400px;
	z-index: 2;
}

#rotator img {
border:0; cursor:pointer; width:858; height:400px; top:0; left:0;
}

.drag {
position:relative; cursor:hand; z-index: 100;
}


body {
background-color:#1E2126;
}

p {
font-size:11px; color:#999999; font-weight:normal; font-family:verdana; line-height:16px;
}

h2 {
font-size:9px; color:#666666; line-height:13px; font-weight:normal; font-family: verdana, helvetica;
}

td {
font-family: verdana, helvetica;
}

a {
text-decoration:none; color: #ffffff;
}

a:hover{
text-decoration:underline; color: #ffcc00;
}

.microtext {
font-size:9px; color:#666666; line-height:13px;
}

.smalltext {
font-size:11px; color:#666666; line-height:14px;
}

.heading {
font-size:18px; font-weight:bold; color:#FBAD05; font-family: helvetica, verdana; line-height:25px;
}

.prodheading {
font-size:14px; font-weight:bold; color:#FBAD05; font-family: helvetica, verdana; line-height:18px;
}

h3 {
font-size:18px; font-weight:bold; color:#FBAD05; font-family: helvetica, verdana; line-height:25px;
}

.subheading {
font-size:14px; color:#666666; line-height:18px; font-weight:bold; font-family: helvetica, verdana;
}

.buttons {
font-size:13px; color:#666666; line-height:18px; font-weight:bold; font-family: courier;
}

.desc {
font-size:13px; font-weight:bold; color:#ffffff; font-family: helvetica, verdana; line-height:17px;
}

#leftcolumn{
float:left;
width:150px;
height: 300px;
border: 0px solid black;
padding: 0px;
padding-left: 0px;

}

#leftcolumn a{
padding: 0px 1px;
display: block;
width: 100%;
text-decoration: none;
font-weight: bold;
border-bottom: 0px solid gray;
}

/*#leftcolumn a:hover{
background-color: #FFFF80;
}*/

#rightcolumn{
float:left;
width:600px;
min-height: 300px;
border: 0px solid black;
margin-left: 20px;
padding: 0px;
padding-bottom: 0px;
}

* html #rightcolumn{ /*IE only style*/
height: 300px;
}