@charset "utf-8";
/* CSS Document */

html, body {
 	margin: 0;
}
 
/* Set medium text size smaller */
body {
	font-size: 75%;
	background: url(../images/bodybg.jpg) repeat-x;
	background-color: white;
}

/* outer page wrapper */
#outer-w {
	width: 900px;
	margin: 10px auto;
	position: relative;
	z-index: 1;
}

/* header area */
#header {
	width: 900px;
	height: 60px;
	position: relative;
	margin: 0;
	z-index: 5;
}

#headmain {
	width: 872px;
	height: 60px;
	position: relative;
	margin: 0 14px;
	background: url(../images/navbarbg.jpg) repeat-x;
}

#hbgl {
	width: 14px;
	height: 60px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/navbarl.jpg) no-repeat;
}

#hbgr {
	width: 14px;
	height: 60px;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/navbarr.jpg) no-repeat;
}

.logo {
	width: 49px;
	height: 45px;
	position: absolute;
	top:10px;
	left: 10px;
	z-index: 25;
	background: url(../images/st_logo_head.jpg) no-repeat;
}

#headinfo {
	width: 300px;
	height: auto;
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: right;
}

#headinfo h2 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #333;
	font-weight: normal;
	margin: 0;
}

#headinfo h3 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #333;
	font-weight: normal;
	margin: 0;
	font-size: 12px;
}

#headimg {
	background: url(../images/headimg.png) no-repeat;
}

/* navigation area */

#nav {
	width: 400px;
	height: 60px;
	position: relative;
	left: 80px;
	top: 0;
	z-index: 26; 
	text-align: left;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav ul li {
	height: 60px;
	list-style: none;
	display: inline;
	font-family: Verdana, Arial, sans-serif;
	font-size: 60px;
	font-weight: bold;
	
}

#nav ul li a {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: black;
	text-decoration: none;
	position: relative;
	top: -20px;
}

#nav ul li a:hover {
	font-size: 13px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	color: black;
	position: relative;
	top: -20px;
	text-decoration: underline;
}

.navsep {
	height: 60px;
	width: 2px;
	background: url(../images/navsep.jpg) no-repeat;
}

#headimg {
	height: 204px;
	width: 900px;
	margin: 10px 0;
}

/* content area */
#inner-w {
	width: 100%;
	height: auto;
	min-height: 250px;
	position: relative;
	left: 0;
	margin: 0;
	z-index: 10;
}

#content {
	width: 860px;
	height: auto;
	margin: 10px 20px;
}

.greyright {
	border-right: 1px solid #e0e0e0;
}

.homeitems {
	padding: 0 7px;
}

.homeitems ul, #ezjax_content ul {
	padding-left: 13px;
}

.homeitems h4 {
	padding-bottom: 0;
	margin-bottom: 0;
}

ul li {
	padding-bottom: 12px;
}

#ezjax_content {
	width: 900px;
	height: auto;
	margin: 10px 0;
}

.btnbg {
	text-align: center;
	float: right;
	margin: 0 4px;
}

.easyaoeimg {
	position: relative;
	top: 8px;
}

.straidimg {
	position: relative;
	top: 1px;
}

.hometab {
	padding-right: 20px;
}

/* footer area */
#footer {
	width: 100%;
	height: auto;
	position: relative;
	bottom: 0;
	left: 0;
	text-align: center;
	font-size: .9em;
}

#footer p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	font-size: .9em;
	color: #666;
}

.bbblogo {
	margin-top: 10px;
}

/* hidden areas */
.logo h1, .hidden, .gohome {
	display: none;
}

/*gets rid of dotted line outline on links in firefox*/
a:focus { -moz-outline-style: none; }

/*gets rid of blue line around images*/
img { border-style: none;}

/* Text Style */
h1,h2,h3,h4,h5,h6, p, table, li {
	font-family: Verdana, Arial, sans-serif;
}

h1 {
	font-size: 1.6em;
	color: #336;
}

h2 {
	font-size: 1.4em;
	color: #336;
}	

h3, h3 a, h3 a:visited {
	font-size: 1.2em;
	color: #336;
	text-decoration: none;
}

h3 a:hover {
	text-decoration: underline;
}

h4 {
	font-size: 1.3em;
	color: #251e61;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 1em;
}

p, table, li {
	font-size: 1em;
}

/* Hide field for spam protection */		
#LastName{
    position:absolute;
    text-decoration:underline;
    background-color:#CC0000;
    left:0px;
    top:-500px;
    width:1px;
    height:1px;
    overflow:hidden;
}

.resellers h2 {
	padding: 0;
	margin: 0;
}

.resellers ul {
	padding-top: 0;
	margin-top: 0;
	padding-left: 22px;
}