@charset "utf-8";

body {
	font: normal 10px/14px Verdana, Arial, sans-serif;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

strong { font-weight: bold; }
em { font-style: italic; }
em.important {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #FFC6C6 url(../images/warning.png) no-repeat 16px 16px;
	display:block;
	padding: 1em;
	text-indent:2em;
}

p { line-height: 1.4em; margin: 0; padding: 0.6em 2em; }

a { text-decoration: none; border-bottom: 1px dotted #0066CC; color:#0066CC; }
a:hover { color: #EF3123; border-bottom: none; }

h1,h2,h3,h4 { font-weight: bold; }
h1 {}
h2 {}
h3 { font: 1.4em Tahoma, Geneva, Verdana, Arial, sans-serif; }
h4 {}



.clear { clear:both; }
.caveat-text { font: italic 9px Tahoma, Geneva, Verdana, Arial, sans-serif; 
}
.underline { text-decoration: underline; }
a.pdf {
	background: url(../images/acrobat.png) no-repeat 0px 0px;
	padding-left: 20px;
}




#page-container {
	font-size: 1.4em;
	line-height: 1.4em;
	width: 960px;
	margin: auto;
}


/* __________________________.<[ Header Area Styles ]>._________________________________
```````````````````````````````````````````````````````````````````````````````````````````````````````*/

#page-header #header-logo {
	background: url(../images/layout/logo-large.png) no-repeat;
	margin: 0 0 6px;
	padding: 0px;
	float: left;
	height: 75px;
	width: 320px;
}
#page-header #header-logo h1,
#page-header #header-logo p { display:none; }
#page-header #header-logo a { border:none; }


#page-header .call-us {
	clear: right;
	float: right;
	height: 75px;
	width: 225px;
}

#page-header .call-us p {
	color: #7D7D7D;
	margin: 0px;
	padding: 15px 0px 0px;
	font: 1.6em Tahoma, Geneva, Verdana, Arial, sans-serif;
}
#page-header .call-us address {
	font: 1.8em/0.9em "Arial Black", Arial, Helvetica, sans-serif;
	color: #000000;
}



/* __________________________.<[ Product Navigation Menu Styles ]>._________________________________
```````````````````````````````````````````````````````````````````````````````````````````````````````*/

#product-nav {
	background: #DADADA;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 960px;
}

#product-nav ul {
	list-style: none;
	float: left;
	margin-left: 10px;
	margin-bottom: -6px;
}

#product-nav ul li {
	position:relative;
	top:-1px;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}

#product-nav ul li a {
	color: #000000;
	text-decoration: none;
	font-size: 0.9em;
	border-style: none;
	margin: 0px 7px;
	padding: 0px;
	height: 22px;
	display: inline-block;
	line-height: 1.6em;
	cursor: pointer;
}

#product-nav .product-start {
	background: url(../images/layout/nav-bg-sprite.png) no-repeat 0px 0px;
	display: block;
	float: left;
	width: 3px;
	height: 20px;
}

#product-nav .product-end {
	background: url(../images/layout/nav-bg-sprite.png) no-repeat -4px 0px;
	display: block;
	float: right;
	height: 20px;
	width: 3px;
}


#product-nav ul li a:hover, #product-nav ul li.selected a:hover { color: #FFFFFF; background: #EF3123; }
#product-nav ul li.selected a { color: #FFFFFF; background: #898989; }

#product-nav ul li a .nav-item-start, 
#product-nav ul li a .nav-item-end {
	height: 22px;
	width:3px;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	border-style: none;
}




#product-nav ul li.selected a .nav-item-start, 
#product-nav ul li.selected a .nav-item-end {
	background: url(../images/layout/nav-current-sprite.png) no-repeat ;
}
#product-nav ul li.selected a .nav-item-start { background-position: 0 0; }
#product-nav ul li.selected a .nav-item-end { background-position: -4px 0; }





#product-nav ul li a:hover .nav-item-start, 
#product-nav ul li a:hover .nav-item-end {
	background: url(../images/layout/nav-slct-sprite.png) no-repeat ;
}

#product-nav ul li a:hover .nav-item-start { background-position: 0 0; }
#product-nav ul li a:hover .nav-item-end { background-position: -4px 0; }




#product-nav ul li a span {
	float: left;
	height: 22px;
	display: block;
}

#product-nav .callback {
	float: right;
	padding-right: 5px;
	font-size: 0.9em;
	line-height: 1.3em;
}

#product-nav .callback a {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}

#product-nav .callback a:hover { color: #EF3123; }


/* ______________________________.<[ Main Content Area Styles ]>.____________________________________
```````````````````````````````````````````````````````````````````````````````````````````````````````*/

#page-content { height: 420px; }

#page-content.info-page { height: auto; }

#content-left {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 630px;
}

#content-right {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 330px;
}


#page-footer #footer-left {
	float: left;
	width: 730px;
}


/* ______________________________.<[ Footer & Nav Area Styles ]>.____________________________________
```````````````````````````````````````````````````````````````````````````````````````````````````````*/

#footer-nav ul {
	font-size: 0.8em;
	height: 30px;
	margin-left: -8px;
}

#footer-nav ul li {
	display: block;
	float: left;
}

#footer-nav ul li a {
	color: #000000;
	border-bottom:none;
	margin: 0 4px;
	padding: 2px 4px;
}
#footer-nav a:hover { color: #EF3123; }

#footer-nav a.selected {
	color: #FFFFFF;
	background: #CC0000;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
#footer-nav a:hover.selected {
	color: #000000;
	background: #DCDCDC;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}


#footer-disclaimer p {
	font-size: 0.8em;
	color: #666666;
	padding:2px 0 10px;
	text-align: center; 
}
#footer-disclaimer { border-top: 1px dotted #000000; }

#page-footer #footer-right {
	float: right;
	height: 90px;
	width: 220px;
	background: url(../images/layout/callback.png) no-repeat right 0px;
}

#footer-right p {
	margin-top: 50px;
	text-align: right;
	padding: 0px;
}

#footer-right p a {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dotted #333333;
}

#footer-right p a:hover { color: #EF3123; }

