/* 2010 Stylesheet */
body {
margin:0;
padding:0;
background:#f5f5f5;
color:#000;
font:normal 100% 'arial',sans-serif;
}

a {
background-color:inherit;
color:#00c;
text-decoration:underline;
}
a:hover {
text-decoration:none;
background-color:inherit;
color:#00d;
}

/* ----------- HEADING TAGS ----------- */
h1 {
margin:0;
padding:30px 0 0 80px;
font-weight:bold;
font-size:1.5em;
}

h2 {
margin:0;
padding:0.2em;
font:bold 1.25em 'verdana',sans-serif;
color: #002c6c;
}

h3 {
font: bold 1em 'verdana',sans-serif;
text-transform:uppercase;
margin:0;
padding:0.5em 0.1em;
}

/* ---------- HEADER SECTION ---------- */
#global {
	width:980px;
	margin:0 auto;
	border:1px solid #ccc;
}

#header {
background: url(../img/sprite-upper.png) #024EC1 repeat-x top;
background-position: 0 -30px;
color:inherit;
height:90px;
}

#header-logo {
margin:0 0.5em;
background: url(../img/kurt.png) no-repeat left; 
color:#f5f5f5; 
height:90px;
}

#header-contact {
float:right; 
text-align:right; 
width:20em; 
padding:0.5em 0
}
#img_cishead {
float:right; background: url(../img/sprite-upper.png) no-repeat center; background-position: 0 -135px; width:130px;height:60px;
}
#img_cishead a{ display:block;height:60px; border:0; text-decoration:none; }

#header-contact p {
margin:0 130px 0 0; 
font-size:0.7em;
}

/* ------------ NAVIGATION ------------ */
#sitenavigation {
background: url(../img/sprite-upper.png) repeat-x bottom;
background-position: 0 -225px;
color:#333;
font-size:0.8em;
}

#chromemenu{
/*width: 99%; */
font-weight: bold;
font-size: 90%;
background: url(../img/chromebg.gif) center center repeat-x;
}

#chromemenu ul{
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
background: url(../img/chromebg.gif) center center repeat-x;
padding: 5px 0;
margin: 0;
text-align: center; /*set value to "right" for example to align menu to the left of page*/
}

#chromemenu ul li{
display: inline;
}

#chromemenu ul li a{
color: #494949;
padding: 5px 10px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

#chromemenu ul li a:hover{
background: url(../img/chromebg2.gif) center center repeat-x;
}

/* ------------- CONTENT ------------- */
#content {
margin:0 auto;
background:#fff;
color:#000;
}
#content th, #content td{
font-size:0.8em;
vertical-align:middle;
text-align:center;
}
#content th{
background-color:#ccc;
}
#content td{
background-color:#fff;
}

#content-panels {
float:left; 
width:210px; 
background:#fff;
color:#333;
font-size:0.7em;
text-align:center;
}
#rightad, .rightad { /* Controls the advert */
	margin:145px 0 105px;
	text-align:center;
}

#content-main {
float:left;
width:770px;
font-size:0.9em;
}
#content-main p{
margin:0;
padding:0.5em 0.3em;
}

/* ---------- FOOTER SECTION ---------- */
#footer {
text-align:center;
font-size:0.8em;
border-top: 1px solid #ccc;
}
#footer p {
margin:0;
}

/* ----------- GLOBAL LAYOUT  ----------- */
.globalwidth {
max-width:980px;
margin:0 auto;
}

.hide { /* Hides text - visible for non-CSS users or print */
visibility:hidden;
display:block;
}

/* ------------- CLEAR FIX ------------- */
.clearfix {height: 1%;}
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden; font-size:1px;}
html > body .clearfix {min-height: 1px; height: auto;}

.clearLeft {
clear:left;
font-size:1px;
visibility:hidden;
}

/* ---------- FORMS ---------- */
.cssform p{
width: 450px;
clear: left;
margin: 0;
padding: 0.3em 0 0.4em;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
/*margin-left: -155px; width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

* html .threepxfix{ /* IE only */
margin-left: 3px;
}

/*------------------------ ALIGNMENTS --------------------------*/
.floatLeft {
float:left;
}

.textCenter {
text-align:center;
}

/* --------- DISTRIBUTOR PAGES --------- */
#overDiv {
	opacity:.90;
}

/* ---------- LINKS PAGES ---------- */
#links{
margin:0;
padding:0;
}
#links li{
float:left;
width:50%;
margin:0;
padding:0;
list-style:none;
min-height:47px;
}
#links li img {
float:left;
padding:0 2px 2px;
border:0;
}

.kurtcopy {
	font-size:10px; text-align:center; border-top:1px dotted #000000; padding:5px 0;
}
.kurtcopy a {
	color:#000;
}

/* CLUETIPS */
#cluetip-title{
	margin:0;padding:0;
}
#cluetip-title, #cluetip-inner {
	font-size:12px !important;
}

#cluetip-outer {
	background-color:#eee; color:#000; padding:2px 3px;
}



/* New Kurt product nav */
.jquerycssmenu{
font: bold 10px Verdana;
border-bottom: 1px solid black;
padding-left: 2px; /*offset of tabs relative to browser left edge*/
}

.jquerycssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
display: block;
background: white url(../img/tintblue.gif) top center repeat-x;; /*background of tabs (default state)*/
padding: 5px 2px 4px 5px;
margin-right: 1px; /*spacing between tabs*/
border: 1px solid #778;
border-bottom-width: 0;
color: #2d2b2b;
text-decoration: none;
}

.jquerycssmenu ul li a:hover{
background-image: url(../img/tintbluedark.gif) /*tab link background during hover state*/
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
border-top: 1px solid black;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
font: normal 11px Verdana;
width: 160px; /*width of sub menus*/
background: white;
color: black;
padding: 4px 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid black;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 7px;
right: 5px;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}

