@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;
	position: relative;
}

#headovrbtn {
	width: 120px;
	height: 110px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100;
}

/* 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;
}

/* innerpage navigation */

#innernav .navsep {
	height: 30px;
	width: 1px;
	background: #a1a1a1;
	padding:0 0 0 0;
	margin:0 0 0 0;
}

#innernav {
	width:762px;
	height:30px;
	background:url(../images/innernavBG.jpg) repeat-x;
	margin-left:128px;
}

#innerwrapleft {
	width:885px;
	height:30px;
	background:url(../images/innernavleftBG.png) no-repeat;
}

#innerwrapright {
	width:900px;
	height:30px;
	margin-top:20px;
	background:url(../images/innernavrightBG.png) top right no-repeat;
}

#innernav ul {
	margin: 0;
	padding: 0;
	height:30px;
}

#innernav ul li {
	height: 30px;
	list-style: none;
	display: inline;
	float:left;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	margin:1px 0 -1px;
	padding:0;
}

#innernav ul li a {
	display: block;
	height:100%;
	font-family: Verdana, Arial, sans-serif;
	font-weight:bold;
	font-size: 13px;
	padding:0 13px 0 13px;
	color: #616161;
	text-decoration: none;
	line-height: 30px;
}

#innernav ul li.active {
	background: url(../images/innernavactive.png);
}

#innernav ul li.active a {
	color:#26225b;
}

#innernav ul li a:hover {
	color:#26225b;
	background:url(../images/innernavhover.png);
}

/* inner page buttons */


/* 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: left;
	margin: 0 15px;
	padding: 0;
	height:25px;
}

table.resellers .btnbg {
	float:left;
	padding-bottom: 20px;
}

.btnbg a {
	display:block;
	height:100%;
	width:100%;
	text-decoration:none;
	line-height:25px;
	padding:0 10px 0 0;
	font-weight:bold;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.btnbg a.green {
	background:url(../images/greenbuttonBG.png) repeat-x;
	color:#fff;
}

.btnbg a.gray {
	background:url(../images/graybuttonBG.png) repeat-x;
	color:#000;
}

.btnbg a.green:hover {
	background:url(../images/greenbuttonBGactive.png) repeat-x;
}

.btnbg a.gray:hover {
	background:url(../images/graybuttonBGactive.png) repeat-x;
}

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

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

.leafimg, .vaultimg {
	position: relative;
	top: 3px;
}

.hometab {
	padding-right: 20px;
}

.nobtm {
 	margin-bottom: 0;
 	padding-bottom: 0;
}

.notop {
 	margin-top: 0;
 	padding-top: 0;
}

table.styleme {
 border: 1px #E9E9E9 solid;
}

/* footer area */
#footer {
	width: 100%;
	height: auto;
	position: relative;
	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;
}

/* success stories */

#successstories {
	position:relative;
	width:100%;
	height:210px;
}

#successstories img {
	position:absolute;
	top:0;
	left:0;
}

/* whats new area */

#whatsnew {
	position:relative;
	width:798px;
	padding:20px 20px 20px 80px;
	height:73px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: #cacaca;
	margin-bottom: 8px;
	border: 1px solid #afadad;
	background: url(../images/whatsnewbg.png) repeat-x;
}

#whatsnew p {
	font-size: 14px;
	width:700px;
	color:606060;
}

.whatsnewlogo {
	position:absolute;
	top:-10px;
	left:-10px;
	height:113px;
	width:111px;
	background: url(../images/whatsnew.png) no-repeat;
}

/* 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;
}

a:link, a:visited {
	text-decoration: none;
	color:#251E61;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
	height:0;
}

/* 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;
}

.sublist,
.sublist ul,
.sublist ul li,
.sublist ul li ul {
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.thead {
	background-color: #251E61;
	vertical-align: top;
	color: white;
	font-weight: bold;
}

.thead td,
.todd td,
.teven td {
	padding: 3px;
	margin-right: 3px;
}

.todd {
	background-color: #FFFFFF;
}

.teven {
	background-color: #e9e9e9;
}

.error {
	color: red;
	display: block;
}

input.error {
	border: dotted red 1px;	
}

.benefits-table {
	background: #e2e2e2;
	margin-bottom: 20px;
	padding: 3px;
	border-radius:8px;
	-moz-border-radius:8px;
	font-size: 11px;
	color: #545454;
}

.benefits-table ul {
	margin: 0;
	padding:10px 0 0 25px;
}

.benefits-table td {
	vertical-align: top;
}

.benefits-table td.dotted {
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom: 1px dashed #b1b1b1;
}

.quote {
	font-style: italic;
	font-size: 10px;
	text-align: left;
}

.quoter {
	text-align: right;
	font-size: 11px;
}

.titanium-logo {
	position: relative;
	top:4px;
}
