@charset "UTF-8";

/*********************************

Main CSS Layout

System Electric
Copyright 2010
Author: DDV

**********************************/
   
body,td,th {
	font-family: Calibri, Microsoft Sans Serif, Helvetica Neue, Arial, sans-serif;
	font-size: 1em;
	color: #666666;
}
body {
	background-color: #FFFFFF;
	width: 1200px;
	margin-left:auto;
	margin-right:auto;
}

h1, h2, h3, h4 {
	color: #3399FF;
	font-weight:lighter;
}
	
img {
	border: 0;
}

a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #666666;
}
a:active {
	color: #333333;
}
a {
	color: #333333;
	text-decoration: none;
}

li {
	list-style-type: none;
}

#main {
	width: 1000px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	z-index:20;
}
#banner {
	height: 85px;
	width: 180px;
	float: left;
	margin-top: 20px;
	padding-top: 15px;
	padding-left: 20px;
	z-index:20;
}
#menu {
	height:100px;
	width: 800px;
	float: left;
	margin-top: 20px;
	z-index:20;
}

#menu ul {
	margin-top: 73px;
}
.mainmenu {
	line-height: 30px;
	list-style-type: none;
	text-align: center;
	float: right;
	border-left: solid #FFFFFF 0.125em;
}
.mainmenu a:link {
	color: #444444;
}
.mainmenu a:visited {
	color: #444444;
}
.mainmenu a:hover {
	color: #000000;
	background-color: #FF7700;
}
.mainmenu a:active {
	color: #000000;
	background-color: #FF6600;
}
.mainmenu a {
	background-color:#FF9900;
	color: #444444;
	text-decoration: none;
	display:block;
	padding-left: 25px;
	padding-right: 25px;
	font-weight: bold;
	font-size: 13.5px;
}
#horline {	
	height:2px;
	border-bottom: solid #FF9900 2px;
	width: 1000px;
	float: left;
	z-index:20;
}
#mainimg {
	width: 1000px;
	margin-top: 10px;
	float: left;
	z-index:20;
	position: relative;
}

#maintext {
	position: absolute; 
	background-image: url(../img/se_opqbg.png); 
	width: 200px; 
	height: 250px;
	top: 50px; 
	left: 700px; 
	z-index: 30; 
	padding: 50px 20px 100px 30px;
}

#maintext ul {
	margin-left:16px;
	padding-left: 0px;
}

#maintext li {
	list-style-image:url(../img/se_bullet.png);
	padding-left: 15px;
	font-size:14px;
}

#maintext a:link {
	color: #3399FF;
}

#maintext a:visited {
	color: #3399FF;
}

#maintext a:hover {
	color: #333333;
}

#maintext a:active {
	color: #3399FF;
}

#maintext a {
	color: #3399FF;
	text-decoration: none;
	font-weight:bold;
}
		
#news {
	height: 170px;
	width: auto;
	top: 8px;
	margin-top: 10px;
	z-index:20;
}
#textcol {
	height: auto;
	width: 40%;
	padding-left: 30px;
	background-color: #EAEAEA;
	float: left;
	padding-right: 20px;
	padding-top: 10px;
	margin-top: 10px;
	padding-bottom: 10px;
	z-index:20;
}
#imgcol {
	height: auto;
	width: 55%;
	padding-left: 0px;
	float: left;
	padding-right: 0px;
	padding-top: 0px;
	margin-top: 10px;
	padding-bottom: 5px;
	z-index:20;
}
.thumb {
	width: auto;
	height: 164px;
	border: solid #666666 0px;
	float: right;
	margin-right: 10px;
}

#footer a:link {
	color: #666666;
}
#footer a:visited {
	color: #666666;
}
#footer a:hover {
	color: #000000;
}
#footer a:active {
	color: #666666;
}
#footer a {
	color: #666666;
	text-decoration: none;
}

#footer {
	height: auto;
	text-align: right;
	padding-right: 10px;
	font-size: 11px;
	padding-top: 10px;
	border-top: solid #FF9900 1px;
	margin-top: 30px;
	float: left;
	width: 990px;
	color: #666666;
	z-index:20;
	padding-bottom: 30px;
}
.footermenu {
	height: auto;
	padding-right: 0px;
	font-size: 11px;
	padding-top: 5px;
	float: right;
	width: 90%;
	color: #000000;
	z-index:20;
	text-align: right;
	padding-left: 20px;
}
#leftnav {
	height: 200px;
	width: 20%;
	float: left;
	padding: 30px 0px 10px 50px;
	margin-top: 12px;
	z-index:20;
	color: #3366FF;	
	background-image: url(../img/gradient.png);
	background-repeat: no-repeat;
	 
}

#leftnav h3 {
	color: #3366FF;	
}
#bodypane {
	height: auto;
	width: 55%;
	float: left;
	padding: 35px 10px 20px 5px;
	margin-top: 12px;
	z-index:20;
	margin-left: 25px;
}
#bodypane li {
	list-style-image:url(../img/se_bullet.png);
	padding-left: 15px;
}
.bodyhead {
	font-size: 1.125em;
	color: #3399FF;
}
.bodyhi {
	font-size: 1em;
	color: #3399FF;
}
.bodyhireg {
	color: #3399FF;
}
#selTab {
	color: #0033FF;
	background-color: #FF9900;
	text-decoration: none;
	display:block;
}
#selTab a {
	background-color: #FF7700;
	color: #000000;
}
.noscriptclass {
	background-color: #333333;
	text-align: center;
	font-size: 16px;
	color: #FFCC00;
}
.lbl {
	display:inline-block; 
	width:100px;
}
.contdiv1 {
	width:100%;
	float:left;
	margin-top:20px;
}
.contdiv2 {
	width:45%; 
	float:left;
}
