@charset "utf-8";

#tabs {
	float:left;
	width:100%;
	font-size:93%;
	line-height:normal;
	}

#tabs ul {
	margin:0;
	padding:10px 10px 0;
	list-style:none;
	}

#tabs li {
	float:left;
	margin:0;
	background:url("images/tableft.png") no-repeat left top;
	padding:0 0 0 14px;
	line-height: 1.85;
	color: #03C;
	font-size: 20px;
	font-weight: bold;
	}

#tabs a {
	display:block;
	background:url("images/tabright.png") no-repeat right top;
	padding:5px 20px 4px 9px;
	}



/******** Body Elements ********/

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	/*background: #f1e3ad url(images/bg.jpg) repeat-x;*/
	background #ccc;
	font-family: arial, verdana, tahoma;
	font-size: 13px;
	color: #000000;
}

/******** Layout Elements ********/

.header {
	height: 128px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: left url(images/header2.jpg) no-repeat;
}

.nav {
	position: absolute;
	right: 20px;
	top: 107px;
}
.content {
	margin: 25px;
}
.sub {
	margin: 10px;	
}
.boxHeader {
	background: url(images/boxHeader.png) no-repeat;
	width: 200px;
	height: 25px;
	margin: 0;
	padding: 0;
	padding-left: 20px;
	line-height: 1.85;
	color: #03C;
	font-size: 14px;
	font-weight: bold;
}
.boxContent {
	width: 156px; 
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
	margin-left: 2px;
	margin-bottom: 0px;
	outline: solid;
	outline-color: #0065ab;
	outline-width: 2px;
	background: #e4f4fd;
	color: #009;
}
.boxHeader325 {
	background: url(images/boxHeader325.png) no-repeat;
	width: 325px;
	height: 25px;
	margin: 0;
	padding: 0;
	padding-left: 20px;
	line-height: 1.85;
	color: #03C;
	font-size: 14px;
	font-weight: bold;
}
.boxContent325 {
	width: 281px; 
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
	margin-left: 2px;
	margin-bottom: 20px;
	outline: solid;
	outline-color: #0065ab;
	outline-width: 2px;
	background: #e4f4fd;
	color: #009;
}
ul.navItems {
	list-style: none;
	margin: 0; padding: 0;
}
ul.navItems li {
	float: left;
	display: block;
	padding-right: 2px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 150%;
}
ul.navItems li a {
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	width: 80px;
	height: 20px;
	background: url(images/navBtn_d.png) no-repeat;
}
ul.navItems li a:hover {
	background: url(images/navBtn_a.png) no-repeat;
	color: #000033;
}
#home ul.navItems li.home a,
#products ul.navItems li.products a,
#support ul.navItems li.support a,
#contact ul.navItems li.contact a
{
	background: url(images/navBtn_a.png) no-repeat;
}
.vspacer {
	margin-top: 5px;	
}
.vr {
	float: left;
	width: 0px;
	border-width: thick;
	border-style: dotted;
	border-bottom: none;
	border-right: none;
	border-top: none;
	position: relative;
}
.headerLinkStyle {
	padding-top: 1px;
}

/******** Document Styles ********/

h1 {
	font-size: 22px;
	color: #06C;
}
h2 {
	font-size: 14px;
	color: #06F;
	margin-top:20px;
	margin-bottom:5px;
}
h3 {
	font-size: 13px;
	font-weight: normal;
	color: #009;
}
/*
#a { color: #F90; }
a, a:active, a:visited {
	outline: none;	
	text-decoration: none;
}
a:hover {
	color: #06C;
	text-decoration: none;
}
*/
p {}
ul {
	list-style-image: url(images/bullet.png);
	font-size: 12px;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}