body {
	margin:0;
	padding:0;
	background-color:#211111;
	font-family:Arial;
	font-size:10pt;
	color:#FFFFFF;
}

a {
	text-decoration:none;
	color:#008000;
}

*{border: 0;margin: 0;}

#main {
	background-color: #211111;
	width:760px;
	margin: 0 auto;
}

.menutop {
	width:135px;
	height:11px;
	background:url(../imgs/menutop.png) top left;
}

.menubottom {
	width:135px;
	height:11px;
	background:url(../imgs/menubottom.png) top left;
}

.menubg {
	width:135px;
}

.menubody {
	width:135px;
	background:url(../imgs/menumiddle.png) repeat-y top left;
	padding-top:12px;
	padding-bottom:12px;
	padding-left:15px;
	padding-right:20px;
	color:#FFFFFF;
}

.menubody2 {
	background:url(../imgs/menuouter.png) repeat-y top right;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:15px;
	padding-right:20px;
	color:#FFFFFF;
}

.menubody2 a {
	text-decoration:none;
	color:#008000;
	margin-right:25px;
}

.menubody div {
	margin-bottom:5px;
}

.menubody a {
	text-decoration:none;
	color:#008000;
}

/* Main Content Area */
.content {
	padding:4px;
}

/* Product Details */
.prodtable {
	border:1px solid #000000;
	background-color:#2A1A1A;
	color:#BBBBBB;
}

input {
	margin:3px;
}

select {
	margin:3px;
}

.fullview {
	font-size:8pt;
	color:#008000;
}

#fixedtipdiv{
position:absolute;
padding: 5px;
border:1px solid black;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}
