/*CSS for Ccomputapole Author:Jason Gonzales*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, h7, h8, h9,h10,p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-family:inherit;
	vertical-align:baseline;
}
/* remember to define focus styles! */
:focus {
	outline:0;
}
body {
	line-height:1;
	color:black;
	background:white;
}
ol, ul {
	list-style:none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}

body {
    background:#fff;
    font-family:'PT Sans', verdana, arial, sans-serif;
    font-size:62.5%;
}

a {
    text-decoration:none;
    color:inherit;
}

p {
    font-size:14px;
    line-height:1.4em;
}

#header {
    background:url(../images/header-bg.png) repeat-x 0 0;
    height:150px;
    margin:0px auto;
    width:960px;
    position:relative;
    z-index:100;
    font-size:1.8em;
}

#header h1 {
	padding:10px 0 0 0;
	position:absolute;
	top:0;
	left:70px;
}

#header h2 {
	position:absolute;
	top:115px;
	left:80px;
}

#header h8 {
	position:absolute;
	top:0;
	right:70px;
}
#header-bg-zone {
	position:relative;
}

#header-bg-zone img {
	display:none;
	position:absolute;
	top:0;
}

#login {
	color:#fff;
	font-size:14px;
	font-weight:bold;
	position:absolute;
	text-shadow:1px 1px 3px #000000;
	top:5px;
	right:25px;
}

#login a {
	text-decoration:underline;
}

#login a:hover {
	color:#FDBE57;
}

#tagline {
	background:url("../images/tagline-bg.png") no-repeat scroll -7px 0 transparent;
	height:150px;
	padding:0 0 0 50px;
	position:absolute;
	right:0;
	top:0;
	width:560px;
	/*
	position:absolute;
	top:0;
	right:0px;
	background:url(../images/tagline-bg.png) 0 0 no-repeat;
	height:150px;
	*/
}

#home #tagline {
	background:none;
}

#tagline h3 {
	color:#FFFFFF;
	font-size:30px;
	font-weight:bold;
	margin:70px 0px 5px 0px;
}
#tagline h9 {
	position:absolute;
	color:#FFFFFF;
	font-size:26px;
	font-weight:bold;
	margin:0px 0px 0px 370px;
}

.box {
    margin:0 auto;
    position:relative;
    width:960px;
/*	  overflow:hidden; this was commented out 08-26-2011*/
}


#main-navigation h7 {
	position:absolute;
  margin:0 auto;
	width:60px;
	top:2px;
	right:30px;
}

#main-navigation {
	position:relative;
	background:url(../images/nav-bg.png) repeat-x 0 0;
	height:50px;
	margin:0px auto;
	width:960px;
	font-size:1.8em;
	color:#fff;
}

#main-navigation ul {
    list-style:none;
}

.nav {
    font-weight:bold;
    display:inline;
    float:left;
    padding:15px 23px 17px;
    /*background:url(../images/vert-divider.png) no-repeat left center;*/
    position:relative;
	/*border-left:1px solid rgba(0,0,0,0);*/
	/*border-right:1px solid rgba(0,0,0,0);*/
}

.nav:hover {
	background:url(../images/selected-bg.png) repeat-x 0 0;
	padding:15px 22px 17px;
	border-left:1px solid #090c3c;
	border-right:1px solid #090c3c;
}

.selected {
	color:#fdbe57;
}
 
/*___________________________________MEGA MENU STYLES*/


ul#topnav li .sub {
	position:absolute; /*--Important--*/
	top:50px;left:-9999px;
	z-index:500;
	background:#4b678d;/*--Background gradient--*/
	padding:20px 20px 20px;
	width:400px;
	border-left:1px solid #090c3c;
	border-right:1px solid #090c3c;
	border-bottom:1px solid #090c3c;
	-webkit-box-shadow:0px 2px 3px rgba(0,0,0,.75);
	-moz-box-shadow:0px 2px 3px rgba(0,0,0,.75);
	box-shadow:0px 2px 3px rgba(0,0,0,.75);
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=2, Color='#333333', Positive='true');
}

#about-us .sub, #contact .sub{
	width:200px !important;
}


ul#topnav li .sub ul{
	list-style:none;
	margin:0; 
	padding:0;
	width:190px;
	float:left;
}

ul#topnav .sub ul li {
	width:100%; /*--Override parent list item--*/
	color:#fff;
}
ul#topnav .sub ul li h3 { /*--Sub nav heading style--*/
	padding:0;
	margin:0 0 10px 0;
	font-size:18px;
	font-weight:normal;
	text-decoration:underline;
}
ul#topnav .sub ul li h2 a { /*--Sub nav heading link style--*/
	padding:5px 0;
	background-image:none;
	color:#e8e000;
}
ul#topnav .sub ul li a {
	float:none;
	text-indent:0; 
	height:auto; 
	display:block;
	text-decoration:none;
	color:#fff;
	font-size:14px;
	padding:5px 0;
	font-weight:normal;
}
ul#topnav .sub ul li a:hover {
	color:#FDBE57;
}

ul#topnav li:hover .sub {
	left:-1px;
	top:48px;
}
/*___________________________________ END MEGA MENU STYLES*/

#main {
	background:url(../images/slider-bg.png) repeat-x 0 0;
	border-bottom:1px solid #333;
	height:290px;
	width:960px;
	position:relative;
	overflow:hidden;
	margin:0 auto;
	
}

#main-products {
	background:#6caddf url(../images/product-bg.png) repeat-x 0 0;
	border-bottom:1px solid #333;
	width:960px;
	position:relative;
	overflow:hidden;
	margin:0 auto;
}

#slideshow {
	width:960px;
	height:290px;
	position:relative;
	margin:0 auto;
	overflow:hidden;
}

#slides {
	width:960px;
	height:290px;
	margin:0 auto;
	
}

.slide-text {
	position:absolute;
	top:0;
	right:-375px;
}

.bg {
	display:none;/*TODO change this for actual slideshow*/
}

#slides h4 {
	font-size:40px;
	font-weight:bold;
	margin:25px 0 0 0;
	text-align:right;
	line-height:1.2em;
	
}

#zone-1 {
	position:absolute;
	top:0;
	left:40px;
	height:290px;
	/*width:410px;*/
}

#zone-1 img {
	position:relative;
	top:0;
	display:none;
}

#zone-2 {
	position:absolute;
	top:45px;
	right:0;
	height:290px;
	width:510px;
}

.headline {
	position:absolute;
	top:0;
	display:none;
}

#zone-3 {
	position:absolute;
	top:176px;
	right:0;
	height:290px;
	width:510px;
}
/*#zone-3 h7 {
	position:absolute;
	top:-30px;
	right:30px;
}
*/
#zone-2 h1 {
	color:#161a59;
	font-size:40px;
	font-weight:bold;
}

#zone-2 h2 {
	color:#161a59;
	font-size:24px;
	font-weight:bold;
	margin:8px 0 0 0;
}

#zone-3 h2 {
	font-size:24px;
	font-weight:bold;
	float:left;
}

.action {
	display:none;
	position:absolute;
	top:0;
}

#slide-thumbs {
	color:#fff;
	position:absolute;
	bottom:0;
	left:0;
}

.slide-thumb {
	float:left;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	height:49px;
	margin:0 5px;
	padding:10px 0 0 20px;
	width:210px;
}

.slide-1, .slide-2, .slide-3, .slide-4  {
	color:#161a59;
}


#thumb-1 {
	background:url("../images/thumb-sprite.png") no-repeat scroll -1px 0 transparent;
}

#thumb-2 {
	background:url("../images/thumb-sprite.png") no-repeat scroll -241px 0 transparent;
}

#thumb-3 {
	background:url("../images/thumb-sprite.png") no-repeat scroll -481px 0 transparent;
}

#thumb-4 {
	background:url("../images/thumb-sprite.png") no-repeat scroll -718px 0 transparent;
}

#thumb-1.active { 
	background:url("../images/thumb-sprite.png") no-repeat scroll 0px -61px transparent;
}

#thumb-2.active {
	background:url("../images/thumb-sprite.png") no-repeat scroll -240px -61px transparent;
}

#thumb-3.active {
	background:url("../images/thumb-sprite.png") no-repeat scroll -480px -61px transparent;
}

#thumb-4.active {
	background:url("../images/thumb-sprite.png") no-repeat scroll -717px -61px transparent;
}

.thumb {
	float:right;
	margin:-2px 10px 0px 0;
}

.click-here {
	background:#46637a url(../images/big-arrow.png) no-repeat 274px 15px;
	border:1px solid #244057;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	width:288px;
	height:38px;
	margin:15px 0 0 0;
	padding:13px 20px;
}

.click-here:hover {
	-webkit-box-shadow:0 0 5px #000;
	-moz-box-shadow:0 0 5px #000;
	box-shadow:0 0 5px #000;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1, Color='#333333', Positive='true');
}

.click-here h5 {
	font-size:20px;
	font-weight:bold;
}

.click-here p {
	font-size:16px;
	
}

#indicator-container {
	position:absolute;
	bottom:0;
	left:20px;
	width:130px;
	height:20px;
}

#indicator-container a {
	display:none;
}

.indicator {
	width:12px;
	height:12px;
	margin:0 7px;
	background:url(../images/control-sprite.png) no-repeat -60px 0;
	float:left;
}

.activeSlide {
	background:url(../images/control-sprite.png) no-repeat -40px 0;
}

.left-arrow{
    width:20px;
    height:12px;
    background:url(../images/control-sprite.png) no-repeat -20px 0;
    position:absolute;
    top:0px;
    left:0;
    z-index:10;
}

.right-arrow{
    width:20px;
    height:12px;
    background:url(../images/control-sprite.png) no-repeat -160px 0px;
    position:absolute;
    top:0px;
    right:0;
    z-index:10;
}

.left-arrow:hover{
    background:url(../images/control-sprite.png) no-repeat 0px 0;
}

.right-arrow:hover {
    background:url(../images/control-sprite.png) no-repeat -180px 0px;
}

#product-content {
	color:#fff;
	padding:25px 0 0 0;
	width:960px;
	/*position:relative;*/
	margin:0 auto;
	overflow:hidden;/*auto;*/

}

#product-content h1 {
	font-family:'Nobile', helvetica, arial, sans-serif;
	font-size:48px;
	font-weight:normal;
	margin:0 0 0 20px;
}

#product-content h2 {
	font-family:'Nobile', helvetica, arial, sans-serif;
	font-size:24px;
	font-weight:normal;
	margin:0 0 14px 0;
}

#product-content p {
	margin:0 0 14px 0;
}

.product-image {
	float:right;
	margin:0 0 20px 20px;
	padding:15px;
	background:#fff;
	-webkit-box-shadow:0px 0px 5px #000;-moz-box-shadow:0px 0px 5px #000;box-shadow:0px 0px 5px #000;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='#333333', Positive='true');
}
.product-image2 {
	float:right;
	margin:10px 0px 5px 5px;
	padding:0px;
	background:#fff;
	-webkit-box-shadow:0px 0px 5px #000;-moz-box-shadow:0px 0px 5px #000;box-shadow:0px 0px 5px #000;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='#333333', Positive='true');
}

#content-box {
	background:rgba(0,0,0, .4);
	padding:20px;
	margin:20px;
	width:587px;
	float:left;
	clear:both;
}

.row label {
    display:block;
    float:left;
    margin:0 0 5px;
    padding:3px 5px;
    text-align:right;
    width:103px;
}

.row input {
	margin:0;
	padding:1px 3px;
	width:300px;
}

textarea {
	height:160px;
	width:555px;
}

label.error {
	color:#FDBE57;
	float:right;
	width:150px;
	text-align:left;
}

input.error, textarea.error {
	border:3px solid #FDBE57;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

.submit {
	margin:0 0 0 112px;
}

#technical-help .submit {
	margin:0;
}

#product-content a {
	text-decoration:underline;
}

#product-content table {
	width:100%;
	font-size:14px;
}

#product-content th {
	font-size:24px;
	border-bottom:1px solid #AECDE5;
}


#product-content th, td {
	padding:10px;
	width:50%
}

#product-content tr:nth-child(even) {
	background:rgba(0,0,0,.25);
}

.customerTable li {
	margin-bottom:5px;
}

#sidebar {
	float:right;
	margin:40px 20px 0 0;
	width:270px;
}

#sidebar h2 {
	background:url(../images/sidebar-sprite.png) no-repeat 250px 5px;
	border-bottom:1px solid #fff;
	padding:0 0 10px 0;
	font-weight:normal;
}

#sidebar h2:hover {
	cursor:pointer;
	color:#FDBE57;
}

#sidebar h3.contact {
	font-size:24px;
	border-bottom:1px solid #fff;
	padding:0 0 10px 0;
	margin:0 0 14px 0;
	font-weight:normal;
}

.contact {
	margin:0 0 20px 0;
}

.contact p {
	margin:0 0 3px 0 !important;
}

#sidebar h2.open {
	background:url(../images/sidebar-sprite.png) no-repeat 250px -70px;
}

#sidebar ul{
	list-style:disc;
	margin:0 0 0 15px;
	display:none;
}

#content-box ul {
	list-style:disc;
	margin:0 0 0 15px;
}

#sidebar li, #content-box li{
	font-size:14px;
	line-height:18px;
	margin:0 0 10px 0;
}

.formList {
	margin:0 0 20px 0;
	font-size:14px;
}

.formList ul {
	margin:0 0 0 109px;
	list-style:none !important;
}

#bottom {
	clear:both;
	margin:20px auto 0px;
	width:960px;
	z-index:100;
	overflow:hidden;/*auto;*/
}

.bottom-box{
	float:left;
	padding:15px 20px;
	margin:0 5px 0 5px;
	width:268px;
	color:#FFFFFF;
	background:url(../images/feature-box-bg.png) repeat-x 0 0;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border:1px solid #393939;
}

.bottom-box a{
	/*text-decoration:underline;*/
}

.bottom-box a:hover {
	color:#fdbe57;
}

.bottom-box h2 {
	font-size:24px;
	font-weight:bold;
	padding:0 0 2px 5px;
	margin:0 0 0 -5px;
}

.bottom-box h3 {
	font-weight:bold;
	margin-bottom:.5em;
	font-style:italic;
}

.bottom-box li{
	font-size:14px;
	line-height:1.9em;
	background:url(../images/plus-bullet.png) no-repeat 0 4px;
	padding:0 0 0 20px;
}

#footer {
	font-size:11px;
	width:960px;
	clear:both;
	text-align:center;
	color:#333;
	margin:0 auto;
}

#footer a:hover {
	text-decoration:underline;
}

#copyright {
	margin:20px;
}

#thanks #content-box {
	height:200px;
}
/* --- Float Hack --- */
.cf:after { content:".";  display:block; height:0; overflow:hidden; clear:both; visibility:hidden; }
.cf { display:inline-block;}
/* Hides from IE-mac \*/
* html .cf {height:1%;}
/* End hide from IE-mac */
.cf { display:block;}
