html,body{
height: 100%;
cursor: pointer;
}
body {
	background-color: #fff;
	margin: 0 0 0 0;
}

.logo {
	position: absolute;
	top: 75px;
	left: 18px;
	cursor: pointer;	
}

.main_graphic {
	position: absolute;
	z-index: 2;
	top: 112px;
	left: 18px;
	width: 352px;
	height: 234px;
	background-color: #fff;
	cursor: pointer;
}
.main_ds {
	position: absolute;
	z-index: 3;
	top: 310px;
	left: 880px;
	height:22px;
	width:30px;
}
.main_line {
	position: relative;
	z-index: 3;	
	top: -130px;
	right: 20px;
	text-align: right;
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 26px;
	color: #f9f9f9;
}
.casethumbs{
	position: absolute;
	z-index: 3;
	top: 346px;
	left: 18px;
	width: 352px;
	height: 60px;	
}
.thcase{
	border-top: 1px solid #fff;	
	border-right: 1px solid #fff;
}
.content_donut {
	position: absolute;
	top: 112px;
	left: 365px;
	width: 500px;
	padding-top: 233px;
	background-color: #fff;
}

.content {
	position: relative;
	top: -231px;
	left: 0px;
	width: 400px;
	margin: 0 0 0 23px;
	background-color: #fff;
	color:#2E2913;
	font-family: arial;
	font-size: 12px;
	line-height : 15px;
}

p {
	margin: 0 0 10px 0;
}

br {
	margin: 0 0 10px 0;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px 0;	
	}
h3.uid {
	color: #d0202a;
	}
h3.hfs {
	color: #3bc055;
	}
h3.eth {
	color: #3398cc;
	}
h3.default	{
	color: #dc7a0b;
	}	
	
h4 {
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	margin: 0 0 10px 0;	
}

strong {
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
}
/* Invisible Left + Right Hotspots =============== */
.hot1 {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 368px;
	z-index: 0;
}
.hot2 {
	position: absolute;
	top: 0;
	left: 368px;
	width: 600px;
	height: 100%;
	z-index: 0;
}
/* PULLDOWN MENU =============== */
.pulldownmenu {
	z-index: 999;
	color: #2E2913;
	background-image: url(images/tranny.png);		
	padding: 12px;
	filter: alpha(opacity=80);	
}
.pulldownmenu a {
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;	
	color: #2E2913;
}
.pulldownmenu a:hover {
	text-decoration: none;
	color: #fff;
	padding-left: 2px;
	padding-right: 2px;	
	background-color: #2E2913;
}
.menutext {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	line-height: 15px;
}
.menu {
	filter: alpha(opacity=100);
}
/* Contact =============== */
textarea, input {
	font-family: tahoma, verdana, sans-serif;
	font-size: 12px;
	border: 1px solid #333;
	width: 250px;	
}
textarea {
	height: 142px;
}
input.button {
	width: 75px;
	font-family: tahoma, verdana, sans-serif;
	font-size: 12px;
	margin: 0 0 0 10px;
	padding: 2px 2px 2px 2px;
}
#contact_form {
	width: 325px;
}
.classl{
float: right;
margin: 0 0 12px 0;
}

.classr{
float: left;
margin: 0 0 12px 0;
}
.spacer {
height: 1px;
line-height: 1px;
clear: both;
}
ul {
list-style-type: square;
}