body{
margin:0px;
padding:0px;
background:#000;
font:13px 'Trebuchet MS', sans-serif;
color:#b2b0b0;
}

.enter{
font:15px 'Trebuchet MS', sans-serif;
font-weight:bold;
color:#b2b0b0;
}

.smalltext{
font:11px 'Trebuchet MS', sans-serif;
color:#b2b0b0;
}

.margintable{
margin-top:23px;
background:#424242;
}


/* links */
a { background: inherit; color: #b8b7b8; text-decoration: none; outline:none; }
a:hover { background: inherit; color: #00b5ec; text-decoration: underline; }

/* header menu */
#menu {	
	clear: both;
	padding: 0px;		
	width: 890px;
	height:49px;	
	float: left;
	background: url(../images/menu_bg.gif) repeat-x left top;	
}
#menu ul {
	font: bold 12px 'Trebuchet MS', sans-serif;
	width: 890px;
	color: #FFF;
	margin: 2px 0px;
	padding: 0;
	display: inline;
	float: left;	
}
#menu li {
	float: left;
	list-style: none;
	background:url(../images/butt_line.gif) no-repeat right top;
}

#menu li.noimage {
	float: left;
	list-style: none;
	background:none;
}

#menu li a {
	display: block;
	padding: 13px 26px;	
	color: #dbdee5;	
	text-decoration: none;	
}
#menu li a:hover {
	/*background: #a7dcfb;*/
	color: #00b5ec;
}
#menu li a#current  {
	/*background: #a7dcfb;*/
	color: #00b5ec;
}

/* header menu close */


.border_home{
border:solid 0px #767475;
}

.style1 {color: #FFFFFF}

.footer{
background:#000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#343333;
}

.line{
background:url(../images/vline.gif) repeat-y;
}

/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 160px; /*width of side bar menu*/
clear: left;
margin-left:5px;
text-align:left;

}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
border: 0px;
}

.markermenu ul li a{
background: #424242 url(bulletlist.gif) no-repeat 3px center; /*light gray background*/
font-family:'Trebuchet MS', sans-serif;
font-size:12px;
color: #b2b0b0;
display: block;
width: auto;
padding: 3px 0;
padding-left: 25px;
text-decoration: none;
border: 0px ;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 155px;
}


.markermenu ul li a:hover, .markermenu ul li a.selected{
color: white;
background-color: #383636;
}



/* ######### Marker List Vertical Menu ######### */

.heading{
font-family:'Trebuchet MS', sans-serif;
color:#00b5ec;
font-size:16PX;
font-weight:bold;
}

.innerimage_border{
border:#383636 solid 3px;
}

.discription{
background:#383636;
padding-top:10px;
padding-bottom:10px;
font-family:'Trebuchet MS', sans-serif;
color:#C2C0C0;
font-size:12px;
}

.discription em{
font-weight:bold;
font-size:14px;
}

.hline{
background:url(../images/hline.gif) repeat-x;
}

fieldset{
border: solid 1px #5c5b5b;
}

legend{
color:#939192;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}

.worktop{
border:solid 1px #515050;
}