body {
	background-color:#000000;
	margin:0;
	color:#FFFFFF;
	font-size:1em;
	font-family: sans-serif, Arial, Helvetica;
}

h1 {
	color:#fcda00;
}

p.mainp {
	border-left:5px solid #fcda00; 
	padding-left:5px;
	text-align:left;
}

.main_body {
	overflow:auto;
	height:450px; 
	width:92%;
	padding-right:10px;
}

.temp {
	height:450px; 
	width:92%; 
	padding-right:10px;
}

table.main th.yellow_bg {
	text-align:left; 
	color:#000; 
	background:#fcda00;
}

table.product {
	width:100%;
}

table.product td {
	text-align:center;
	border-top:1px solid #fcda00;
	width:33%;
	padding:10px;
}

.float_left {
	float:left;
}

.float_right {
	float:right;
}

br.clear {
	clear:both;
}

table.main {
	border-left:5px solid #fcda00; 
	padding-left:5px;
	width:100%;
}

table.main th {
	font-weight:normal;
}

table.main td.left_td {
	text-align:right;
	width:50%;
}

table.main td.right_td {
	padding-left:30px;
}

a {
	text-decoration: none;
}

a:link {
  color: #FFF;
  text-decoration: none;
}
a:visited {
  color: #FFF;
}
a:hover {
  color: #fcda00;
}

a:link.yellow {
 color: #fcda00;
}

a:visited.yellow {
  color: #fcda00;
}
a:hover.yellow {
  color: #FFF;
}

.yellow_text {
	color:#fcda00;
}

table#struct {
	width:100%;
	/*background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;*/
}

table#struct td.left {
	text-align:center;
	width:175px;
}

table#struct td.space {
	width:4px
}

table#struct td.left_center {
	text-align:right;
}

table#struct td.right_center {
	text-align:right;
	width:652px;
}

table#struct td.right {
	background:#000;
}

table#struct td.curve {
	width:83px;
}

td.body {
	/*width:826px;*/
	background-image:url("../images/curve.jpg");
	background-repeat: no-repeat;
	background-position:top right;
}

tr.main {
	height:408px;
}

p.footer {
	text-align:center;
	font-size:.8em;
}


#nav {
  
}

ul {
  list-style-image:url("../images/bullet.gif");
  
}

ul li {
  text-align:left;
  color:#FFFFFF;
}


ul li a {
  text-decoration: none;
  color:#FFFFFF;
}

ul li a:hover {
	color:#fcda00;
}

ul.sub {
	padding-left:20px;
}

.error {
	color:red;
}

table.tablesorter a:link {
 color: #000000;
}

table.tablesorter a:visited {
 color: #000000;
}

table.tablesorter a:hover {
	color: #a41b15;
}

table.tablesorter th {
 color: #000000;
}

table.tablesorter td a.block {
  text-decoration:none;
  display:block;
}

table.tablesorter tbody tr.hlt td {
	background-color: #B4CDCD;
}




