body {
	margin: 0px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	}


#topBar{
background-color:#FCAE03;
height:3px;
}
#headerBg{
	background-image: url(../images/headerBg.jpg);
	background-repeat: repeat-x;
	height:108px;
	
}
#menuBg{
	background-image: url(../images/menuBg.jpg);
	height: 40px;
}
#banner {

	height: 220px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #444444;
	background-color: #000000;
}
#menuBg ul { margin:0; list-style:none; padding: 0; }
#menuBg a, #nav strong, #nav span {
	float:left;
	display:block;
	color:#8E8D89;
	text-decoration:none;
	font-weight: bold;
	background-image: url(../images/Btn.jpg);
	background-repeat: no-repeat;
	background-position: 100% -42px;
	padding-top: 14px;
	padding-right: 20px;
	padding-bottom: 13px;
	padding-left: 20px;
	font-size: 12px;
}
#menuBg a { float:none; }
#menuBg li {
	float:left;
	color: #FFF;
	margin:0;
	background-image: url(../images/Btn.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}
#menuBg #current {
	color: #FFF;
	background-image: url(../images/Btn.jpg);
	background-repeat: no-repeat;
	background-position: 0 0px;
}
#menuBg #current a {
	color:#FFFFFF;
	background-image: url(../images/Btn.gif);
	background-repeat: no-repeat;
	background-position: 100% -48px;
	padding-top: 14px;
	padding-right: 20px;
	padding-bottom: 13px;
	padding-left: 11px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
#menuBg a:hover {
	color:#FCAE03;
	background-image: url(../images/Btn.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0px;
}  
#content{
	background-color: #1F1F1F;
	background-image: url(../images/contentBg.jpg);
	background-repeat: repeat-x;
	clear:both;
	
}
.content ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 0px;
}
.content li {
	margin-left: 0px;
	padding-left: 20px;
	padding-top: 0px;
	margin-top: 7px;
	margin-bottom: 7px;
	list-style-type: none;
	background-image: url(../images/Topicon.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

#midPan {
	background-color: #202020;
	background-image: url(../images/midpanBg.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
#midPanInner{
	background-color: #202020;
	background-position: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #3F3F3F;
}
#rightPan {
	background-color: #303133;
	background-image: url(../images/rightpanBg.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

#footer{
	background-color:#000000;
	border: 1px solid #444444;
	padding-top: 10px;
	font-size: 11px;
	color: #737373;
	padding-bottom: 10px;
	text-align: center;

}
.tempWidth{
width:840px;
}
.content {
	font-size: 12px;
	line-height: 17px;
	color: #A6A6A7;
}

.headerText {
	font-size: 20px;
	color: #A6A6A7;
}
.link1 {
	font-size: 12px;
	font-weight: bold;
	color: #F09030;
	text-decoration:none;
}
.link1:hover {
	text-decoration:underline;
	color: #A6A6A7;
}
.adminLeftMenus {
	font-size: 11px;
	font-weight: bold;
	color: #F09030;
	text-decoration: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #525252;
	padding: 5px;
}
.adminLeftMenus:hover {
	background-color: #000000;
	color: #A6A6A7;

}
.adminLeftMenusActive {
	background-color: #000000;
	color: #A6A6A7;
	font-size: 11px;
	font-weight: bold;	
	text-decoration: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #525252;
	padding: 5px;

}.input {
	font-size: 11px;
	font-weight: bold;
	color: #CBCBCB;
	background-color: #56575A;
	border: 1px solid #707276;
}
.tblHeader {
	font-size: 11px;
	font-weight: bold;
	color: #9E9E9F;
	background-color: #000000;
}

.submit {
	font-size: 11px;
	font-weight: bold;
	color: #F09030;
	background-color: #000000;
	border: 1px solid #F09030;
}
.tdData1 {
	font-size: 11px;
	color: #E8E8E8;
	background-color: #717377;
	font-weight: bold;
}
#clients a img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
	cursor: hand;
}

#clients a:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}
.contactImg{
	background-image:url(../images/innerPrBanner.jpg);
	background-repeat:no-repeat; 
	background-position:top right;
	}