/* RESET ==================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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-style: none;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

object {
	display: block;
}

sub {
	position: relative;
	bottom: -0.3em;
}

sup {
	position: relative;
	top: -0.3em;
}




/* TEXT ==================================== */

h1, h2, h3, h4
{
	font-family: "Trebuchet MS", Trebuchet, Candara, Arial, Helvetica, Sans-Serif;
	clear: both;
	color: #004276;
	font-weight: bold;
}

h1 
{
	font-size: 32px;
	margin: 18px 0;
	letter-spacing: -1px;
	line-height: 36px;
	color: #484848;
}

h2 {
	font-size: 18px;
	margin: 15px 0 5px;
	line-height: 18px;
}

h3 {
	font-size: 14px;
	margin: 10px 0 20px;
	line-height:18px;
}

h4
{
	font-size: 12px;
}

h2.rss-heading {
	margin-top: 10px;
	padding-top: 7px;
	padding-bottom: 10px;
	padding-left: 40px;
	background-image: url(../img/rss.gif);
	background-position: left;
	background-repeat: no-repeat;
}

h3.rss-heading {
	margin-top: 10px;
	margin-bottom: 0px;
}

.product-sub-heading, .product-price 
{
	font-size: 24px;
	margin-bottom: 20px;
	line-height: 28px;
}

.product-sub-heading 
{
	color: #484848;
	margin-top: 20px;
}

.product-price 
{
	color: #999999;
}

.product-slider-heading, .product-list-heading
{
	font-size: 14px;
	margin: 5px 0;
}

.product-category-slider .product-slider-heading, .product-list-heading 
{
	margin-bottom: 15px;
}

.product-category-slider .product-slider-heading { text-align:center; }

.product-list-price, .product-list-price-when-campaign, .product-list-price-discount
{
	margin: 5px 0;
}

.product-list-price, .product-list-price-when-campaign
{
	font-size: 16px;
	color: #999999;
}

.product-list-price-when-campaign 
{
	text-decoration: line-through;
}

.product-list-price-discount
{
	font-size: 16px;
	color: #cf4d2a;
}

p.preamble 
{
	font-size: 14px;
	font-style: italic;
	color: #818181;
}









/* normaltext ==================================== */
p, pre {
	color: #333;
	font-family: "Trebuchet MS",Trebuchet,Candara,Arial,Helvetica,sans-serif;
	font-size: 13px;
	margin: 0 0 9px 0;
}

.small-text { font-size: 11px; color: #818181; }


body {
	/*line-height: 1;*/
	font: normal 12px/1.4em "Trebuchet MS", Tahoma, Trebuchet, Arial, Helvetica, sans-serif;
	background: #fff url(../img/site-bg.png) repeat-x;
	color: #484848;
}


a {
	text-decoration: none;
	color: #507E8D;
}

a:hover {
	text-decoration: underline;
}

strong { font-weight: bold; }
em { font-style: italic; }

table { margin-bottom: 20px; }

caption {
	text-align: center;
	font-weight: bold;
}

th  
{
	font-weight: bold;
	font-size: 12px;
	color: #818181;
	margin-top: 25px; 
	border-bottom: 6px solid #e4e4e4;
	padding: 5px;
}

td { border: 1px solid #d1d1d1; padding: 5px; font-size: 11px; }
th p, td p { margin: 0;  }

dl {
	margin: 0 0 10px 0;
}

dl dt {
	line-height: 18px;
	margin: 10px 0 5px;
	font-weight: bold;
}

dl dd {
	margin: 0 0 0 10px;
}

.altcontent dl dt { font-size: 14px; }

.js .expandable { display: none; }
h1.expander, h2.expander, h3.expander {
	background: transparent url(../img/arrowbuttons-22.png) no-repeat 0 0;
	padding-left: 30px;
	padding-top: 2px;
	min-height: 22px;
	cursor: pointer;
}
h1.expander:hover, h2.expander:hover, h3.expander:hover {
	background-position: -1022px 0;
}
h1.expander.expanded, h2.expander.expanded, h3.expander.expanded {
	background-position: -2044px 0;
}

.js .hidden { display: none; }
.relative { position: relative; }
.left { float: left; }
.right { float: right; }

img.left, a.left { margin-right: 10px; }
img.right, a.right { margin-left: 10px; }

.text-center { text-align: center; }
.text-left { text-align: right; }
.text-right { text-align: left; }
.wrap { word-wrap: break-word; }
.fullwidth { width: 100%; }
.clear { clear: both; }
.no-borders, .no-borders td, .no-borders th { border: none; }

.flag {  position: absolute; top: 10px; left: 10px; }

.transparent-10 { opacity: 0.1; }
.transparent-20 { opacity: 0.2; }
.transparent-30 { opacity: 0.3; }
.transparent-40 { opacity: 0.4; }
.transparent-50 { opacity: 0.5; }
.transparent-60 { opacity: 0.6; }
.transparent-70 { opacity: 0.7; }
.transparent-80 { opacity: 0.8; }
.transparent-90 { opacity: 0.9; }

#wrap, #wrap2 {
	margin: 0 auto;
	width: 960px;
}

/* Download icons */
a.file {
	padding: 0 0 0 2em;
	line-height: 20px;
	background: transparent url(../img/download.gif) no-repeat scroll 0 50%;
}

a.file-avi { background-image: url(../img/avi.gif); }
a.file-doc { background-image: url(../img/doc.gif); }
a.file-eps { background-image: url(../img/eps.gif); }
a.file-ttf, a.file-otf { background-image: url(../img/font.gif); }
a.file-mov { background-image: url(../img/mov.gif); }
a.file-mpg { background-image: url(../img/mpg.gif); }
a.file-pdf { background-image: url(../img/pdf.gif); }
a.file-pps { background-image: url(../img/pps.gif); }
a.file-ppt { background-image: url(../img/ppt.gif); }
a.file-psd { background-image: url(../img/psd.gif); }
a.file-wav { background-image: url(../img/wav.gif); }
a.file-xls { background-image: url(../img/xls.gif); }
a.file-zip { background-image: url(../img/zip.gif); }

a.rss {
	padding: 0 0 0 20px;
	line-height: 20px;
	background: transparent url(../img/feed-icon-14x14.png) no-repeat scroll 0 2px;
}

/* Header styles ==================================== */
#header {
	width: 900px;
	margin: 20px 10px 6px;
	padding: 0 20px;
	overflow: hidden;
	position: relative;
}

#header p {
	float: left;
	margin: 0;
	display: inline;
	font-size: 14px;
	color: #909090;
}

#header ul {
	float: right;
}

#header ul li {
	float: left;
	border-right: 1px solid #ccc;
	padding: 0 10px;
}

#header ul li.last {
	border-right: 0;
	padding: 0 0 0 10px;
}

#header a.order-list {
	background: transparent url(../img/order/ordercart.png) no-repeat scroll 0 0;
	height: 18px;
	margin-left: 20px;
	float: right;
	padding-left: 10px;
	cursor: pointer;
}
	
#header a.order-list span {
	display: block;
	background: transparent url(../img/order/ordercart.png) no-repeat scroll 100% 0;
	height: 100%;
	padding-right: 10px;
	padding-top: 1px;
	margin-right: -10px;
	color: #fff;
}

/* Main Content styles ==================================== */

#main_content {
	float:left;
	height:auto;
	width:630px;
	}

/* Testimonials styles ==================================== */

#testimonials {
	float:right;
	height:275px;
	width:250px;
	padding-left:15px;
	}

/* Crumbtrail styles ==================================== */
#crumbtrail {
	margin: 5px 30px 0 30px;
	width: 900px;
	overflow: hidden;
	position: relative;
}

#crumbtrail ul li {
	float: left;
	font-size: 1em;
	background: url(../img/breadcrumb-separator.png) no-repeat right center;
	padding: 0 11px 0 0;
	margin: 0 0 0 8px;
	display: inline;
	color: #878787;
}

#crumbtrail ul li.first {
}

#crumbtrail ul li.last {
	background: none;
	color: #52808e;
}

#crumbtrail ul li a {
	color: #878787;
}

#creative-area {
	margin: 20px 10px;
}









/* Lists ==================================== */
.bullet-list { list-style-type: disc; margin-left: 15px; }
.bullet-list li { margin: 10px 0; vertical-align: middle; }









/* Main content styles ==================================== */
#content, #content2 {
	width: 940px;
	margin: 0 0 20px;
	padding: 0 10px;
	overflow: hidden;
}

#content object { margin-top: 20px; }

#content object object { margin-top: 0; }

#content .twocolumn,
#content .threecolumn {
	overflow: hidden;
}

#introfooter .twocolumn div.next,
#content .twocolumn div.next,
#content .tc-30-70 div.next,
#content .tc-70-30 div.next {
	margin-left: 20px;
	display: inline;
}

#content .threecolumn div.next {
	margin-left: 19px;
	display: inline;
}

/* Standard padding */
#content .box-padding .justify div.left {
	text-align: justify;
}

#introfooter .box-padding .twocolumn div.left,
#content .box-padding .twocolumn div.left,
#content .tabs-content .twocolumn div.left {
	width: 429px;
	float: left;
}

#content .tc-240-700 div.left {
	width: 240px;
}

#content .tc-240-700 div.next {
	width: 700px;
}

#content .tc-30-70 { display: block; overflow: auto; }

#introfooter .box-padding .tc-70-30 div.left,
#content .box-padding .tc-70-30 div.left {
	width: 598px;
}

#introfooter .box-padding .tc-30-70 div.left,
#content .box-padding .tc-30-70 div.left,
#content .tc-30-70 div.left {
	width: 260px;
}

#introfooter .box-padding .tc-70-30 div.next,
#content .box-padding .tc-70-30 div.next {
	width: 260px;	
}

#introfooter .box-padding .tc-30-70 div.next,
#content .box-padding .tc-30-70 div.next,
#content .tc-30-70 div.next {
	width: 598px;	
}

#content .box-padding .threecolumn div.left {
	width: 280px;
	float: left;
}


#content .box-padding .twocolumn img, 
#content .box-padding .threecolumn img {
	margin-bottom: 10px;
}


#product-content {
	width: 928px;
	margin: 20px 10px;
	padding: 0;
	border: 1px solid #dadada;
	background: #fff;
}

#content div.altcontent {
	margin: 20px 0 0 0;
}

#content div.altcontent-pcp {
	height: 400px;
}

#content div.altcontent-pcp div.box-content {
	height: 370px;
	overflow: auto;
}

/* Content nav styles ==================================== */
#content-nav {
	width: 940px;
	margin: 0 10px 20px;
	overflow: hidden;
	clear: both;
}

#content-nav .box-940 { margin: 0; }

#content-nav .box-940 .box-content {
	width: 898px;
	padding-right: 20px;
}

#content-nav .content-nav-col {
	width: 116px;
	float: left;
	margin: 10px 10px 0 0;
}

#content-nav .nocols4 .content-nav-col {
	width: 212px;
}
#content-nav .nocols5 .content-nav-col {
	width: 167px;
}
#content-nav .nocols6 .content-nav-col {
	width: 138px;
}
#content-nav .nocols7 .content-nav-col {
	width: 116px;
}
#content-nav .nocols8 .content-nav-col {
	width: 101px;
}


#content-nav .content-nav-col ul {
	margin-bottom: 10px;
}

#content-nav .content-nav-col ul ul {
	margin-top: 5px;
}

#content-nav ul li {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
}

/*
#content-nav ul li a, #content-nav ul li a:hover { color: #1e1e1e; }
#content-nav ul li li a, #content-nav ul li li a:hover { color: #507E8D; }
*/


#content-nav ul li li {
	font-weight: normal;
	margin-bottom: 2px;
}










/* Footer styles ==================================== */
#footer {
	margin: auto;
	overflow: hidden;
	width: 900px;
}

#footer a { color:#999; }

#footer p {
	clear: both;
}

#footer ul {
	clear: both;
	width: 100%;
}

#footer ul li {
	float: left;
	border-right: 1px solid #ccc;
}

#footer ul li.last {
	border-right: 0;
	margin-right: 10px;
}

#footer ul li a {
	padding: 0 10px;
}

#footer ul li.first a {
	padding-left: 0;
}

#footer ul li.last a {
	padding-right: 0;
}

#footer a.rss {
	float: left;
	border-left: 1px solid #ccc;
}

#menu {
	margin: 0 10px 20px;
	overflow: hidden;
	float: left;
	display: inline;
}

#menu .nav-list .first 
{
	border-top: none;
}

#menu .nav-list
{
	border-bottom: none;
}

#menu div.box-content {
	padding-bottom: 0;
}

#menu div.box-220 div.box-content a.category-title {
	display: block;
	margin: 0 0 0 18px;
	cursor: pointer;
	font-size: 14px;
	padding: 4px 35px 4px 0;
	font-weight: bold;
	background: transparent url(../img/product/roundarrows22.png) no-repeat -172px 0;
}

#menu div.box-220 div.box-content a.category-title:hover {
	background-position: -536px 0;
}

#menu div.box-220 div.box-content a.category-title.active {
	background-position: -900px 0;
}

#menu div.box-220 div.box-content ul {
	/*margin-top: 5px;*/
}

#menu div.box-220 div.box-content li a {
	display: block;
}

#menu div.box-220 div.box-content li ul li {
	border-top: 1px solid #e4e4e4;
	margin: 0 18px;
	line-height: 19px;
}

#menu div.box-220 div.box-bottom {
	margin-bottom: 9px;
}

div.banner-list { margin-top: 20px; }
div.banner-list ul { overflow: hidden; width: 960px; }
div.banner-list ul li { float: left; margin-right: 20px; width: 300px; height: 165px; }
#content div.banner-list ul li object { margin: 0; }

ul.banner-list-textual {
	width: 878px;
	overflow: hidden;
	clear: both;
	margin-top: 20px;
}

ul.banner-list-textual.first {
	margin-top: 10px;
}

ul.banner-list-textual li {
	width: 266px;
	float: left;
	margin: 0 20px 0 0;
	padding: 10px 19px 30px 0;
	border-right: 1px solid #cecece;
	position: relative;
	overflow: hidden;
}

ul.banner-list-textual li.last {
	border-right-style: none;
	margin-right: 0;
	padding-right: 0;
}

ul.banner-list-textual li a.image-link {
	display: block;
	float: left;
	margin: 0 10px 0 0;
}

ul.banner-list-textual li h3 {
	clear: none;
	margin: 0 0 10px 0;
}

ul.banner-list-textual li p {
}

ul.banner-list-textual li a.level2-link {
	display: block;
	position: absolute;
	bottom: 10px;
	right: 19px;
}

ul.banner-list-textual li.last a.level2-link {
	right: 0;
}

/* Video Player ==================================== */
#content .box-content object.static-video-player { margin: 10px 0; }







/* BOXES ==================================== */

/* The one and only Box */

div.box {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

div.box-210 {	width: 210px; }
div.box-220 {	width: 220px; }
div.box-300 {	width: 300px; }
div.box-340 {	width: 340px; }
div.box-460 {	width: 460px; }
div.box-620 {	width: 620px; }
div.box-700 {	width: 700px; }
div.box-940,
div.box-940-558 {	width: 940px; }

div.box div.box-top, 
div.box div.box-top div,
div.box-bottom, 
div.box-bottom div {
	background: url(../img/box-unlimited.png) no-repeat 0 0;
	height: 10px;
}

div.box div.box-top,
div.box-bottom {
	margin-right: 10px;
	position: relative;
}

div.box-gradient div.box-top {
	background-position: 0 -20px;
}

div.box div.box-top div, 
div.box-bottom div {
	background-position: 100% 0;
	width: 10px;
	position: absolute;
	right: -10px;
}

div.box-gradient div.box-top div {
	background-position: 100% -20px;
}

div.box-bottom {
	background-position: 0 -10px;
	margin-bottom: 5px;
}

div.box-bottom div {
	background-position: 100% -10px;
}

div.box div.box-content {
	padding: 0 0 10px;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	background: #fff;
	overflow: hidden;
}

div.box-gradient div.box-content {
	background: #fff url(../img/box-unlimited.png) no-repeat -1px -30px;
}

div.box div.box-padding {
	padding-left: 18px;
	padding-right: 20px;
}

div.box-940-558 div.box-padding {
	padding-right: 15px;
	clear: both;
}

div.box div.box-separator {
	height: 1px;
	border-top: 1px solid #cacaca;
	margin-top: 10px;
}






/* Form elements ==================================== */
fieldset { clear: both; }
legend { white-space: normal; }
legend span { float: left; width: 558px; }
*:first-child+html legend span { position: relative; left: -7px; }
* html legend span { position: relative; left: -7px; }

label { display: block; margin: 0 0 5px 0; }
select, input { font-family: Trebuchet MS; font-size: 11px; font-weight: normal; }

div.form-field { overflow: hidden; margin-bottom: 20px; font-weight: bold; }
.form-agree-text { margin-top: 10px; }

span.validator { float: left; width: 100%; margin-top: 5px; }
input.submit { display: block; margin-top: 20px; }

.image-button {
	display: block;
	background-color: transparent;
	border-style: none;
	height: 30px;
	padding: 0;
	cursor: pointer;
}
.image-button:hover {
	background-position: 0 -30px;
}
.image-button:active {
	background-position: 0 -60px;
}

div.textbox-110, div.textbox-220, div.textbox-370,
div.textarea-110, div.textarea-220, div.textarea-370 {
/*	float: left;*/
}
ul.checkbox-list,
ul.radiobutton-list {}

ul.checkbox-list li,
ul.radiobutton-list li { margin: 0 0 5px 0; }

label.checkbox-label,
ul.checkbox-list li label,
ul.radiobutton-list li label {
	margin: 0 0 0 10px;
	display: inline;
}

div.textbox-50 {
	background: transparent url(../img/textboxes.gif) no-repeat 0 -66px;
	height: 19px;
	width: 30px;
	padding: 3px 10px 0 10px;
}

div.textbox-50 input {
	background: transparent;
	outline-style: none;
	border-style: none;
	width: 30px;
	padding: 0;
	font-family: "Trebuchet MS";
	font-size: 11px;
}


div.textbox-110 {
	background: transparent url(../img/textboxes.gif) no-repeat 0 -44px;
	height: 19px;
	width: 90px;
	padding: 3px 10px 0 10px;
}

div.textbox-110 input {
	background: transparent;
	outline-style: none;
	border-style: none;
	width: 90px;
	padding: 0;
	font-family: "Trebuchet MS";
	font-size: 11px;
}

div.textbox-160 {
	background: transparent url(../img/textboxes.gif) no-repeat 0 -110px;
	height: 19px;
	width: 140px;
	padding: 3px 10px 0 10px;
}

div.textbox-160 input {
	background: transparent;
	outline-style: none;
	border-style: none;
	width: 140px;
	padding: 0;
	font-family: "Trebuchet MS";
	font-size: 11px;
}

div.textbox-220 {
	background: transparent url(../img/textboxes.gif) no-repeat 0 -22px;
	height: 19px;
	width: 200px;
	padding: 3px 10px 0 10px;
}

div.textbox-220 input {
	background: transparent;
	outline-style: none;
	border-style: none;
	width: 200px;
	padding: 0;
	font-family: "Trebuchet MS";
	font-size: 11px;
}

div.textbox-278 {
	background: transparent url(../img/textboxes.gif) no-repeat 0 -132px;
	height: 19px;
	width: 258px;
	padding: 3px 10px 0 10px;
}

div.textbox-278 input {
	background: transparent;
	outline-style: none;
	border-style: none;
	width: 258px;
	padding: 0;
	font-family: "Trebuchet MS";
	font-size: 11px;
}

div.textarea-220 {
	width: 220px;
}

div.textarea-220 div.textarea-top {
	background: transparent url(../img/textboxes.gif) no-repeat 0 -22px;
	height: 11px;
}

div.textarea-220 div.textarea-bottom {
	background: transparent url(../img/textboxes.gif) no-repeat 0 -33px;
	height: 11px;
}

div.textarea-220 div.textarea-content {
	border-left: 1px solid #c2c2c2;
	border-right: 1px solid #ebebeb;
}

div.textarea-220 div.textarea-content textarea {
	border-style: none;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #f5f5f5;
	background: none;
	outline-style: none;
	width: 196px;
	max-width: 100%;
	padding: 0 10px;
	margin: 0;
	font-family: "Trebuchet MS";
	font-size: 11px;
	overflow-y: auto;
}

div.textbox-348 {
	background: transparent url(../img/textboxes.gif) no-repeat 0 -88px;
	height: 19px;
	width: 328px;
	padding: 3px 10px 0 10px;
}

div.textbox-348 input {
	background: transparent;
	outline-style: none;
	border-style: none;
	width: 328px;
	padding: 0;
	font-family: "Trebuchet MS";
	font-size: 11px;
}

div.textbox-370 {
	background: transparent url(../img/textboxes.gif) no-repeat 0 0;
	height: 19px;
	width: 350px;
	padding: 3px 10px 0 10px;
}

div.textbox-370 input {
	background: transparent;
	outline-style: none;
	border-style: none;
	width: 350px;
	padding: 0;
	font-family: "Trebuchet MS";
	font-size: 11px;
}

div.textarea-370 {
	width: 370px;
}

div.textarea-370 div.textarea-top {
	background: transparent url(../img/textboxes.gif) no-repeat 0 0;
	height: 11px;
}

div.textarea-370 div.textarea-bottom {
	background: transparent url(../img/textboxes.gif) no-repeat 0 -11px;
	height: 11px;
}

div.textarea-370 div.textarea-content {
	border-left: 1px solid #c2c2c2;
	border-right: 1px solid #ebebeb;
}

div.textarea-370 div.textarea-content textarea {
	border-style: none;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #f5f5f5;
	background: none;
	outline-style: none;
	width: 346px;
	max-width: 100%;
	padding: 0 10px;
	margin: 0;
	font-family: "Trebuchet MS";
	font-size: 11px;
	overflow-y: auto;
}

.captcha-image { display: block; margin-bottom: 10px; }






/* Checkbox ==================================== */
.wip-checkbox, .wip-radiobutton { cursor: pointer; }
.wip-checkbox .mark,
.wip-radiobutton .mark {}

.wip-checkbox img,
.wip-radiobutton img { vertical-align: middle; width: 13px; height: 13px; background: transparent url(../img/checkbox.gif) no-repeat scroll 0 0; }
.wip-radiobutton img { background-image: url(../img/radio.gif); }

.wip-checkbox-hover img,
.wip-radiobutton-hover img {}

.wip-checkbox-checked img,
.wip-radiobutton-checked img { background-position: 0 -13px; }

.wip-checkbox-checked .wip-checkbox-hover img,
.wip-radiobutton-checked .wip-radiobutton-hover img { background-position: 0 -13px; }

.wip-checkbox-disabled img,
.wip-radiobutton-disabled img { background-position: 0 0; }










/* Radio list ==================================== */
ul.radio-list li a { line-height: 19px; background: url(../img/radio.gif) no-repeat 0 -19px; display: block; padding-left: 25px; color: #666666; }
ul.radio-list li.active a, ul.radio-list li a:hover { background-position: 0 0; text-decoration: none; }

#menu .box-padding ul.level3-nav { margin: 20px -30px 0; }
#menu ul.level3-nav li a { padding: 4px 30px; }

.support-product-list { margin: 0 -20px 0 0; }
.support-product-list li { float: left; width: 124px; height: 110px; position: relative; margin: 20px 20px 0 0; }
.support-product-list li a { position: absolute; width: 124px; bottom: 0; text-align: center; }

.support-product-list li a .list-image {  float: left; }
.support-product-list li.hover { color: #507E8D; text-decoration: underline; }








/* Navigation menu ====================================*/
.navigation {
	height: 80px;
	background: url(../img/navigation.png) no-repeat 0 0;
	position: relative;
	z-index:100;
	margin-top: 15px;
	margin-bottom: 15px;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#999;
}

.navigation a {
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#999;
	}

.navigation a:link {color: #999; text-decoration: none;}
.navigation a:visited {color: #999; text-decoration: none;}
.navigation a:hover {color: #666; text-decoration: underline;}
.navigation a:active {color: #ddd; text-decoration: none;}


/* NAVIGATION MENU ==================================== */

ul.portal-select li a,
#navigation ul.nav li .navigation-link .nav-headline a 
{
	text-transform: uppercase; 
	text-decoration: none;
	font-family: Arial, Helvetica, Sans-Serif, sans-serif; 
	font-weight: bold; 
	color: #484848;
	letter-spacing: 1px;
	font-size: 11px;
}

/* Default look */
#navigation ul.nav { float: left; height: 70px;	margin: 5px 0; }
#navigation ul.nav li.nav { float: left; height: 70px; }
#navigation ul.nav li .navigation-link { float:left; background: url(../img/nav-item.png) no-repeat 0 -140px; }
#navigation ul.nav li.active .navigation-link { background-position: 0 0; }
#navigation ul.nav li .navigation-link .nav-headline { margin: 0px; display: block; height: 70px; background: url(../img/nav-item.png) no-repeat -999px -999px; float:left; font-size: 12px; text-transform: uppercase; overflow: hidden; }
#navigation ul.nav li .navigation-link .nav-headline a { padding:29px 20px 26px; height: 35px; float:left; color: #666; }
#navigation ul.nav li.active .navigation-link .nav-headline a { color: #ffffff; }
#navigation ul.nav li .navigation-link .nav-headline a img { float: left; }

/* Tab backgrounds on hover */
#navigation ul.nav li.hover-active-prev .navigation-link,
#navigation ul.nav li.hover-active-next .navigation-link,
#navigation ul.nav li.hover .navigation-link { z-index: 101; position: relative; margin-left: -8px; background-position: left -210px; }

#navigation ul.nav li.hover-active-next .navigation-link .nav-headline,
#navigation ul.nav li.hover-active-prev .navigation-link .nav-headline,
#navigation ul.nav li.hover .navigation-link .nav-headline { position:relative; z-index: 101; background-position: right -280px; right: -8px; }

#navigation ul.nav li.hover-active-prev .navigation-link { background-position: left -350px; }
#navigation ul.nav li.hover-active-next .navigation-link .nav-headline { background-position: right -420px; }

#navigation ul.nav li.hover-active-prev .navigation-link .nav-headline a,
#navigation ul.nav li.hover-active-next .navigation-link .nav-headline a,
#navigation ul.nav li.hover .navigation-link .nav-headline a { margin-right: 8px; }

/* Logo styles */
#navigation ul.nav li.navigation-logo { padding-left: 20px; background-position: -999px -999px; }
#navigation ul.nav li.navigation-logo .navigation-link  { background-position: -999px -999px; }
#navigation ul.nav li.navigation-logo .navigation-link .nav-headline a { padding: 16px 20px 16px; }
#navigation ul.nav li.navigation-logo .navigation-link img { /*width: 172px; height: 33px;*/ }

/* Logo hover */
#navigation ul.nav li.navigation-logo-hover { margin-left: 12px;  }
#navigation ul.nav li.navigation-logo-hover .navigation-link { background-position: -20px -210px; margin-left: -20px; }

/* Position the headline correctly */
/* #navigation ul.nav li .navigation-link h1 { margin: -8px 0 0 0; } */

/* Which headline to show */
#navigation ul.nav li.hover .navigation-link div.hover,
#navigation ul.nav li.hover-active-prev .navigation-link div.hover,
#navigation ul.nav li.hover-active-next .navigation-link div.hover,
#navigation ul.nav li .navigation-link .default { visibility: visible; }

#navigation ul.nav li.hover .navigation-link .default,
#navigation ul.nav li.hover-active-prev .navigation-link .default,
#navigation ul.nav li.hover-active-next .navigation-link .default,
#navigation ul.nav li .navigation-link .hover { visibility: hidden; position: absolute; }

/* Navigation menu tabs */



.navigation-block { float: left; }
.navigation-block-border { background: url(../img/nav-block.gif) repeat-y -1998px 0; padding-left: 10px; }

ul.portal-select  
{
	margin-left:20px; 
	display: block; 
	position: absolute; 
	top: 73px; 
	width: 948px; 
	background: url(../img/bg.png) no-repeat bottom left; 
	padding: 0 0 9px 3px; 
	z-index: 9999;
}
ul.portal-select li  
{
	float: left;
	background: url(../img/portals.jpg) no-repeat 0 bottom;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	position: relative;
}

ul.portal-select li.hover 
{
	z-index: 1;
}

ul.portal-select li.first  
{
	padding-left: 0px;
	margin-left: 1px;
}

ul.portal-select li.homeowner 
{
	background-position: 0 bottom;	
}

ul.portal-select li.landowner 
{
	background-position: -186px bottom;	
}

ul.portal-select li.forest 
{
	background-position: -374px bottom;	
}

ul.portal-select li.landscape 
{
	background-position: -562px bottom;	
}

ul.portal-select li.construction 
{
	background-position: -750px bottom;	
}

ul.portal-select li a
{
	position: relative;
	display: block;
	width: 184px; 
	text-align: center;
	padding: 9px 0 90px;
}

ul.portal-select li a span { display: block; width: 184px; }

ul.portal-select li.hover a 
{
	background: url(../img/shadow.png) no-repeat 0 0;
	padding: 11px 25px 90px;
	margin: -2px -25px 0;
}

ul.portal-select li .dim 
{
	position: absolute;
	background: #ffffff;
	display: block;
	bottom: 0;
	left: 2px;
	width: 184px;
	height: 80px;
}

ul.portal-select li.first .dim 
{
	left: 0px;
}

ul.portal-select li.active .dim 
{
	display: none;
}

ul.portal-select li.hover .dim 
{
	display: none;
}

.nav-tab-container-outside-screen { left: -10000px !important; }
.hover-active-prev .nav-tab-container,
.hover-active-next .nav-tab-container,
.nav-tab-container { position: absolute; overflow: hidden; top: 65px; width: 666px; }
.nav-tab-content { background: url(../img/tab-bg.png) no-repeat 0 0; overflow: hidden; width: 702px; padding: 10px 16px 0 14px; }
.nav-tab-bottom { background: url(../img/tab-bg.png) no-repeat 0 bottom; height: 23px; }

.nav-tab-content .banner-surface { width: 298px; padding: 20px; overflow: hidden; position: relative; }
.nav-tab-content .banner-surface h3 { margin: 0 0 5px; }
.nav-tab-content .banner-surface a.no-decoration,
.nav-tab-content .banner-surface a.no-decoration:hover,
.nav-tab-content .banner-surface a.no-decoration:active,
.nav-tab-content .banner-surface a.no-decoration:visited { text-decoration: none !important; color: #333333; }

.nav-tab-content .navigation-block-border .banner-surface { padding: 20px 20px 20px 10px; }
.nav-tab-content .banner-surface .content { width: 179px; float:left; }



/* Products tab */
#products-tab .navigation-products-list { width: 299px; }

#products-tab .navigation-products-list li.first,
#products-tab .navigation-products-list-2 li.first,
#products-tab .navigation-products-list-3 li.first { border-top: none; }

#products-tab .navigation-products-list-2 {	float: left; margin-bottom:-10000px; padding-bottom: 10000px; width: 149px; }
#products-tab .navigation-products-list-3 {	float: left; border-left: 1px solid #cccccc; margin-bottom:-10000px; padding-bottom: 10000px; width: 149px; }

/* Accessories Tab */
#accessories-tab { margin-left: -340px; }
#accessories-tab .nav-tab-content-inner { padding: 0; }
#accessories-tab .navigation-block-border { padding: 0 0 0 2px; }
#accessories-tab .nav-list { width: 299px; }
#accessories-tab .nav-list li.first { border-top: none; }

/* Support tab */
#support-tab { margin-left: -340px; }
#support-tab .nav-tab-content-inner { padding: 0; }
#support-tab .navigation-block-border { padding: 0 0 0 2px; }
#support-tab .nav-list { width: 299px; }
#support-tab .nav-list li.first { border-top: none; }









/* Search button ==================================== */
#navigation div.dealer-search-box
{
	position: absolute;
	top: 28px;
	right: 160px;
	padding: 3px 10px 0;
	margin: 0;
}

#navigation div.dealer-search-box input { color: #999999; }

#navigation input.dealer-search-submit {
	position: absolute;
	top: 34px;
	right: 167px;
	width: 6px;
	height: 10px;
}

#navigation input.google-search-textbox:focus {}
#navigation input.google-search-submit {
	position: absolute;
	top: 34px;
	right: 37px;
	width: 6px;
	height: 10px;
}

#navigation div.google-search-box {
	position: absolute;
	top: 28px;
	right: 30px;
	padding: 3px 10px 0;
	margin: 0;
}










/* Puff boxes ====================================*/

ul.puffbox,
ul.linkbox {
	list-style-type: none;
	margin: 20px 0;
	font-size: 11px;
}

ul.linkbox li,
ul.puffbox li {
}

ul.linkbox li.first
{
	background: url(../img/linkbox.gif) no-repeat -220px top;
	padding-top: 4px;
}

ul.linkbox li.last
{
	background: url(../img/linkbox.gif) no-repeat 0 bottom;
	padding-bottom: 4px;
}


ul.linkbox li a {
	display: block;
	width: 188px;
	border-style: none solid solid solid;
	border-width: 1px;
	border-color: #ccc;
	background: #ffffff url(../img/go.gif) no-repeat 198px center;
	padding: 5px 20px 5px 10px;
}


ul.linkbox li.last a {
	border-style: none solid;
}


ul.puffbox li {
	margin-bottom: 10px;
}

ul.puffbox li a {
	background: url(../img/puffbutton.png) no-repeat;
	height: 84px;
	position: relative;
	display: block;
}

ul.puffbox li a span {
	padding: 0 20px 5px 10px;
	position: absolute;
	bottom: 0;
	cursor: pointer;
}

ul.linkbox li a,
ul.puffbox li a {
	text-decoration: none;
}

ul.linkbox li a:hover,
ul.puffbox li a:hover {
	text-decoration: underline;
}










/* Tabs ==================================== */
ul.tabs, .product-compare-content ul.tabs {
	background: transparent url(../img/tabs/tabs-bg-top.png) no-repeat scroll 0 0;
	width: 940px;
	overflow: hidden;
	margin-top: 20px;
	clear: both;
}

ul.tabs-620 {
	background: transparent url(../img/tabs/tabs-top-620.png) no-repeat scroll 0 0;
	width: 620px;
	overflow: hidden;
	margin-top: 20px;
}

ul.tabs li {
	float: left;
}

ul.tabs li a {
	float: left;
	display: block;
	font-weight: bold;
	padding: 7px 20px 6px 20px;
	background: transparent url(../img/tabs/tab.png) no-repeat scroll -999px -999px;
}

ul.tabs li a:hover {
	text-decoration: none;
}

ul.tabs li a.selected,
ul.tabs li.active a {
	background-position: 100% 0;
	color: #fff;
}

ul.tabs li a:hover 
{
	background-position: 100% -100px;
	color: #507E8D;
}

ul.tabs li.first a.selected,
ul.tabs li.first-active a {
	background-position: 0 0;
}

ul.tabs li.first a:hover 
{
	background-position: 0 -100px;
}

.tabs-content, .tabs-content-620 {
	background: #fff url(../img/benefits-gradient.png) repeat-x scroll 0 0;
	overflow: hidden;
	clear: both;
	padding: 0 30px 0 30px;
	border-style: solid solid none;
	border-width: 1px;
	border-color: #ccc;
}

.tabs-content-620 {
	background: #fff;
}

.tabs-padding {
	padding-right: 350px;
}

.tabs-end {
	background: transparent url(../img/box-940.png) no-repeat scroll 0 -10px;
	width: 940px;
	height: 10px;
	overflow: hidden;
}

.tabs-620-end {
	background: transparent url(../img/box-620.png) no-repeat scroll 0 -10px;
	width: 620px;
	height: 10px;
	overflow: hidden;
}

.tabs-700-end {
	background: transparent url(../img/box-700.png) no-repeat scroll 0 -10px;
	width: 700px;
	height: 10px;
	overflow: hidden;
}

/* Tooltip ==================================== */

div.tooltip {
	position: absolute;
	z-index: 8888;
}

div.tooltip-content {
	background: url(../img/tooltip/tooltip.png) no-repeat left top;
	width: 216px;
	min-height: 80px;
	padding: 7px 20px 0 10px;
}

div.tooltip-bottom {
	background: url(../img/tooltip/tooltip.png) no-repeat left bottom;
	height: 20px;
	width: 246px;
}

div.tooltip-content h3 {
	margin: 0;
}

div.tooltip-content img {
	float: right;
	margin: 0 0 5px 5px;
}

.tooltip-item span {
	cursor: help;
	border-bottom: 1px dashed #ccc;
}

div.tooltip-content p { line-height: 16px; margin-bottom: 0; }









/* Lightbox ==================================== */

a.lightbox-link {
	background: url(../img/lightzoom.png) no-repeat 0 50%;
	padding: 3px 0 3px 30px;
}

#lightbox-overlay {
	background-color: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998;
	width: 100%;
	height: 100%;
}

#lightbox-container
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	padding: 9px 3px;
	width: 995px;
	height: 634px;
}

.lightbox-bg
{
	position: absolute;
	width: 1001px;
	height: 652px;
	top: 0;
	left: 0;
	z-index: -1;
}

#lightbox-loading
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	margin: -8px 0 0 -8px;
	background: transparent url(../img/loading.gif) no-repeat center center;
}

#lightbox-close
{
	position: absolute;
	top: -17px;
	right: -17px;
	background: transparent url(../img/close.png) no-repeat top left;
	width: 36px;
	height: 36px;
	cursor:pointer;
	z-index: 200;
}

#lightbox-image-container
{
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 538px;
	white-space : nowrap;
}

#lightbox-image-slider
{
	position:relative;
}

.lightbox-image 
{
	display: inline;
}

#lightbox-title-image
{
	position: absolute;
	bottom: 20px;
	left: 20px;
}

#lightbox-thumb-start
{
	width: 150px;
	height: 79px;
	float: right;
	margin-right: 20px;
	background: transparent url(../img/lightthumbnail-start.png) no-repeat top right;
}

.lightbox-thumbs 
{
	position: absolute;
	bottom: 20px;
	right: 0;
}

.lightbox-thumb-container
{
	float:left;
	background: transparent no-repeat center center;
	margin-right: 20px;
	position:relative;
	height: 82px;
}

.lightbox-thumb
{
	width: 112px;
	height: 82px;
	cursor: pointer;
	background: transparent url(../img/lightthumbnail-frame-white.png) no-repeat center center;
}

.lightbox-thumb-current, .lightbox-thumb-selected
{
	background: transparent url(../img/lightthumbnail-selected-white.png) no-repeat center center;
}










/* Lists ==================================== */
.level2-link a, a.level2-link { padding: 7px 30px 5px 0; background: url(../img/lists/level-2-link.png) no-repeat right 5px; font-family:"Trebuchet MS"; font-weight: bold; font-size: 12px; }
.level2-link a:hover, a.level2-link:hover { background-position: right -455px; }

ul.nav-list li { border-top: 1px solid; }
ul.nav-list li a { display: block; }
ul.nav-list li.active a { color: #ffffff; }
ul.nav-list li a:hover,
ul.nav-list li a:active,
ul.nav-list li.active a:hover { color: #507e8c; text-decoration: none; }

ul.level3-nav li { border-color: #e4e4e4; line-height: 14px; }
ul.level3-nav li a { background: url(../img/lists/level3-nav.gif) repeat-x 0 66px; font-family:"Trebuchet MS"; font-size: 11px; padding: 4px 17px; }
ul.level3-nav li.active a { background-position: 0 -66px; }
ul.level3-nav li.hover a,
ul.level3-nav li a:hover { background-position: 0 0; }
ul.level3-nav li a:active,
ul.level3-nav li.active a:hover { background-position: 0 0px; }

ul.level2-nav li { border-color: #cccccc; }
ul.level2-nav li a { background: url(../img/lists/level2-nav.gif) no-repeat right 0; font-family:"Trebuchet MS"; font-weight: bold; font-size: 12px; padding: 8px 30px 8px 10px; }
ul.level2-nav li.active a { background-position: right -90px; }
ul.level2-nav li.hover a,
ul.level2-nav li a:hover { background-position: right -180px; }
ul.level2-nav li a:active,
ul.level2-nav li.active a:hover { background-position: 100% -180px; }
ul.level2-nav li .list-image { float:left; width: 60px; text-align: center; }
ul.level2-nav li .list-image img { vertical-align: middle; margin-top: -4px; }

ul.level2-product { overflow: auto; width: 938px; }
.box-padding ul.level2-product { margin: 0 -30px; }
ul.level2-product li { float:left; padding-left: 27px; margin-top: 20px; position: relative; }
ul.level2-product li a.product-image-link { background: transparent url(../img/lists/level2-product.gif) no-repeat 0 0; display: block; height: 135px; width: 200px; position: relative; }
ul.level2-product li a img.product-image { position: absolute; bottom: 0; right: 5px; }
ul.level2-product li .product-list-heading a { background: transparent url(../img/lists/level2-product.gif) no-repeat 0 -135px; display: block; width: 150px; padding: 6px 30px 3px 20px; overflow: hidden; }
ul.level2-product li .product-list-heading a:hover { background-position: -200px -135px; }

div#subscription-back .rquote p {width: 160px;}
div#subscription-back .rquote {filter:alpha(opacity=90); opacity: 0.9; -moz-opacity:0.9;}

h2.subscribe {background:url(/img/newsletter/web-page/subscribe-text.gif) no-repeat 20px 20px; text-indent: -9999px;padding: 20px;}

div.rquote, div.lquote, div.quote {border-top: none;}
div.rquote div, div.lquote div, div.quote div {border-bottom: none;}

/*Pullquotes */
div.intrv {float:right;width:240px;border:1px solid #ccc;margin:10px 0px 10px 10px;padding: 10px 0px 2px 10px;background:#efefef;}
div.intrv img {float:left;margin: 0px 10px 0px 0px;}
div.intrv p.quote {margin:0px;font-weight:normal;text-align:left;}
div.intrv p {font-weight:bold;padding-bottom:10px;margin-bottom:0px;text-align:right;margin-right:10px;}
div.lcustnoquotes {background: #f7f7f7; width:270px;float:left;margin: 10px 10px 4px 0px;border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding-bottom:0px;}
div.lcustnoquotes p {margin:10px;font-weight:bold;text-align:left;}
div.rquote, div.lquote, div.quote {height:275px;background: #f7f7f7 url(../img/lquote.gif) no-repeat top left; border:1px solid #ddd;padding-bottom:0px;}
div.rquote div, div.lquote div, div.quote div {height:318px;background:url(../img/rquote.gif) no-repeat bottom right;margin-bottom:0px;border-bottom:1px solid #ddd;padding:10px;}
div.rquote p.quote, div.lquote p.quote, div.quote p.quote {height:338px;margin:10px;text-align:left;font-weight:normal;text-indent:10px;padding:5px;}
div.rquote h3, div.quote h3, div.lquote h3 {margin:10px}
div.rquote p, div.quote p, div.lquote p {margin:10px;font-weight:bold;text-align:right;}
div.rquote {
	width:250px;
	float:right;
	margin: 10px 0px 4px 10px;
	height:330px;
}
div.lquote {width:220px;height:338px;float:left;margin: 0px 4px 4px 0px;clear:both;}
div.quote {width:250px;height:338px;float:right;margin: 0px 4px 4px 0px;clear:both;}

#top_nav {
	width:342px;
	margin-left:170px;
	padding-top:5px;
	}
	
#bottom_nav {
	width:342px;
	margin-left:170px;
	}

	
.magarottos {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	margin-top:10px;
	position:relative;
	padding: 0px 0px 0px 0px;
	color:#999;
	text-decoration:none;
	border-bottom: 1px dashed #999;
	}

.magarottos:link {text-decoration:none;color:#FF6600;border-bottom: 1px dashed #999;}
.magarottos:visited {text-decoration:none;color:#FF6600;border-bottom: 1px dashed #999;}
.magarottos:hover {text-decoration:none;color:#FF6600;border-bottom: 1px solid #FF6600;}
.magarottos:active {text-decoration:none;color:#FF6600;border-bottom: 1px dashed #999;}

hr {color:#ccc;background-color:#ccc;height:1px;border:none;width:50%;}

span.required{
  font-size: 13px !important;
  color: red !important;
}