/* =global styles */

body
{ 
font: 76% Verdana, "Lucida Grande", "Bitstream Vera Sans","Sun Sans-Regular", Helvetica, Arial, sans-serif; 
line-height: 1.4em;
color: #333;
background-color: #EAE9E5;
text-align:center;
}

#header h1 a em,
#header strong,
#nav-buttons em,
#header a#access,
#quicksearch button em,
#subscribe-newsletter button em,
button#info-submit em,
#overview h2,
form#quicksearch label,
#subscribe-newsletter form label
{
position: absolute; 
width: 1px;
height: 1px;
left: -3000px;
}

hr {
	margin-bottom:40px;
	height:1px;
	color: #999;
}
h1 {color:#999;font-weight:normal;font-size:2.0em;line-height:1.4em;}
h2 {color:#333;font-weight:normal;font-size:1.4em;margin-top:30px;}

/* This makes the skip-link visible for mobility-impaired users who tab through pages. */
div#header a#access:hover,
div#header a#access:active,
div#header a#access:focus
{
	position: absolute;
	font-weight: bold; 
	top: 0px;
	left: 1px;
	width: 150px;
	height: 18px;
  	text-decoration: underline; 
   	color: #ffffff; 
   	background: #00896b; 
   	display: block; 
	padding: 3px;
	text-align: center;
	border: 1px solid #00896b;
}

#contact-us em
{
/*Yet anopther image-replacement method, courtesy of Leon Dwyer. Firefox seems to have a problem with off-left here.*/
display: block;
width: 0;
height: 0;
overflow: hidden;
}

/* =reset styles */

html, body, h1, h2, h3, h4, h5, h6, p, blockquote, a, imgdl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, tr, th, td
{
margin: 0;
padding: 0;
}

ol, ul { list-style: none;}

table {
border-collapse: collapse;
border-spacing: 0;
}
td {font-size:0.7em;}

img { border: none;}

/* =structure of page */

#page 
{
width: 975px;
position: relative;
margin: 40px auto 0 auto;
background-color: #FFF;
font-size: 0.92em;
text-align:left;
}

/* =header */

#header 
{
/* default header image. Used as a fallback when no page-secific header has been defined. */
background: url(/img/header-standard.jpg) no-repeat 0 0;
height: 245px;
}

/* page-specific headers: Add an id to the body element and assign the images here like this: */
body#customergroup1 #header { background-image: url(/img/header-customergroup1.jpg); }
body#product1 #header { background-image: url(/img/header-product1.jpg); }

#header h1 a
{
width: 210px;
height: 60px;
display: block;
background: url(/img/header-text.png) no-repeat 17px 13px;
}

div#header h1
{
 position: absolute;
 height: 62px;
 width: 210px;
 top: 25px;
 z-index: 100;
}

div#nav
{
 text-align: right;
 padding: 2px 0 2px 0;
 background: url(/img/nav-left-bg.png) no-repeat 0 100%;
}

div#nav li
{
 display: inline;
}

div#nav ul
{
 display: inline;
 margin: 0;
 padding: 0;
 list-style-position:outside;
}

ul#mainnav li
{
 padding: 6px 0 4px 0;
 background: url(/img/tab-bg.png) no-repeat;
 list-style-position:outside;
}

ul#mainnav a
{
 background: url(/img/tab-right.gif) no-repeat 100% 100%;
 color: #999999;
 text-decoration: none;
 padding: 6px 15px 4px 14px;
 border-bottom: 1px solid #bebdb8;
}

ul#mainnav a:hover
{
 color: #00896B;
}

ul#mainnav li.active
{
 background: url(/img/tab-active-bg.png) no-repeat !important;
 color: #fff;
 font-weight: bold;
 border-bottom: none;
}

ul#mainnav li.active a
{
 background: url(/img/tab-active-right.gif) no-repeat 100% 100%;
 padding-bottom: 5px;
 color: #00896b;
 font-weight: bold;
 border-bottom: none;
}

div#nav ul#metanav
{
 border-bottom: 1px solid #bebdb8;
 padding: 6px 15px 4px 0;
 text-align: right;
 background: #eae9e5;
 padding-left:200px;
}

ul#metanav a
{
 color: #6b6a66;
 border-left: 1px solid #999999;
 margin-left: 3px;
 padding-left: 7px;
}

ul#metanav a#zoom-medium,
ul#metanav a#zoom-large,
ul#metanav a#zoom-xlarge
{
 border: none;
 text-decoration: none;
 padding-left: 0;
}

ul#metanav a#zoom-medium {font-size: 0.9em;}
ul#metanav a#zoom-large {font-size: 1.1em;}
ul#metanav a#zoom-xlarge {font-size: 1.3em;}


/* =subnav */
#snav{
width: 202px;
background: url(/img/snav-bg.png) no-repeat left bottom;
margin: -16px 0 0 0;
padding-left: 10px;
padding-bottom: 40px;
float: left;
color: #00896B;
list-style-position:outside;
}

ul#snav li {
width:170px;
padding:6px 3px 6px 0;
list-style-position:outside;
display:block;
}

ul#snav li a
{
color: #00896B;
text-decoration: none;
font-weight: bold;
background: url(/img/arrow-sprite.png) no-repeat -7px -197px;
padding-left: 10px;
display:block;
}

ul#snav li.open a
{
background: url(/img/arrow-sprite.png) no-repeat -7px -156px;
color:#fff;
display:block;
}

ul#snav li.active a
{
background: url(/img/arrow-sprite.png) no-repeat -7px -116px;
color: #fff;
font-weight: bold;
cursor: default;
display:block;
}

ul#snav li.active li a {
	cursor: pointer;
	display:block;
}

ul#snav li ul
{
display:block;
margin: 0 0 0 10px;
padding-left: 0px;
}

ul#snav li ul li a
{
display:block;
font-weight: normal;
color: #00896B !important;
background-image: none !important;
}

ul#snav li ul li
{
display:block;
/*border-left: 4px solid #00896B;*/
}

ul#snav li ul li.active a
{
display:block;
background-image: none;
font-weight: bold;
color: #fff !important;
}

ul#snav li a:hover {
color: #ffffff !important;
display:block;}

ul#snav li ul li.active
{
display:block;
}

/* =main */
#main
{
border: 1px solid #D6D5D1;
border-top: none;
background: url(/img/main-bg.gif) repeat-y top right;
}

/* =text formatting */

h2
{
font-size: 2em; 
margin: 0 0 0.6em 0; 
font-weight: normal; 
color: #949283;
}

h3
{
font-size: 1.5em; 
margin: 0.8em 0 0.6em 0; 
font-weight: normal; 
}

p { margin: 0.6em 0 0.8em 0;}

a {	color: #07406B;}

a:hover, a:focus { color: #BCDC05;}

table td
{
vertical-align: top;
}

table th
{
padding: 0.6em 0.6em 0.6em 0.8em;
}

table td
{
padding: 0.2em 0.6em 0.2em 0.8em;
}

/* =content */

#content
{
width: 516px;
float: left;
padding: 12px 17px 10px 30px;
}

#content h2
{
margin-top: 20px;
}

ul#jumpto
{
margin: 20px auto 16px 16px;
line-height: 180%;
}

ul#jumpto li
{
background: url(/img/i-check.gif) no-repeat 0 70%;
padding-left: 16px;
}

ul#jumpto a
{
color: #016F52;
font-weight: bold;
}

ul#jumpto a:hover {color: #BCDC05;}

table.compare-products
{
border: 1px solid #D6D5D1;
border-left: none;
margin: 1em 0;
}

table.compare-products th
{
text-align: left;
background-color: #EEEDE9;
border-bottom: 1px solid #D6D5D1;
border-left: 1px solid #D6D5D1;
}

table.compare-products td
{
border-left: 1px solid #D6D5D1;
color: #636665;
}

table.compare-products td a
{
color: #016F52;
font-weight: bold;
}

table.compare-products td a:hover {color: #BCDC05;}

table.compare-products h3
{
font-size: 1.06em;
font-weight: bold;
margin: 2px 0 2px 0;
}

table.compare-products h4
{
font-size: 1em;
font-weight: bold;
margin: 0.8em 0 0.4em 0;
}

table.compare-products p
{
margin-top: 0;
}

table.compare-products td.active
{
background-color: #E6EFEC;
}

/* =accordion */

.accordion h3
{
border: 1px solid #D6D5D1;
border-width: 1px 0 0 0;
padding: 0.4em 5px;
background: #ebeae6 url(/img/accordion-header-bg.png) repeat-x;
margin: 0 !important;
cursor: pointer;
}

.accordion h3:hover,
.accordion h3.active
{
 background: #01785e url(/img/accordion-header-active-bg.png) repeat-x;
 color: white;
}

.accordion h3 strong
{
 font-weight: normal;
 background: url(/img/arrow-sprite.png) -4px -36px no-repeat;
 padding: 0 0 0 15px;
}

.accordion h3:hover strong,
.accordion h3.active strong
{
  background-position: -3px -74px;
}

.accordion
{
border: 1px solid #D6D5D1;
border-width: 0 1px 1px 1px;
}

.accordion div
{
padding: 5px;
border: 1px solid #D6D5D1;
border-width: 1px 0 0 0;
}

.accordion ul li a 
{
background: url(/img/arrow-sprite.png) no-repeat -3px -234px;
padding-left: 16px;
}

/* =valuetable */

.valuetable
{
border: 1px solid #D6D5D1;
border-width: 1px 1px 0 1px;
margin-bottom: 0.6em;
}

.valuetable th
{
background: #ebeae6 url(/img/accordion-header-bg.png) repeat-x;
text-align: left;
}

.valuetable td, .valuetable th
{
border-bottom: 1px solid #D6D5D1;
}

.valuetable td.status, .valuetable td.trend {width: 60px;}

.valuetable td.trend 
{
text-align: center; 
vertical-align: middle;
}


.disclaimer {font-size: 0.9em;}

/* =sidebar */

#sidebar
{
width: 192px;
padding: 20px 0 0 0;
margin: 0 0 0 0;
float: right;
}

#contact-us
{
background-color: #EEEDE9;
padding: 10px 8px 12px 8px;
color: #333;
}

#contact-us p.ui-tabs-hide {display: none;}

#contact-us h2
{
font-size: 0.9em;
font-weight: bold;
color: #016F52;
margin-bottom: 4px;
}

#contact-us p
{
margin: 0;
background-color: #EEEDE9;
padding: 8px;
}

#contact-us ul
{
position: relative;
padding-top: 28px;
}

#contact-us li#phone a.icon,
#contact-us li#adviser a.icon,
#contact-us li#e-mail a.icon
{
background: url(/img/iconsprite.png) no-repeat -29px 3px;
position: absolute;
top: 0px;
width: 24px;
height: 28px;
}

#contact-us li#phone a.icon:hover, #contact-us li#phone.ui-tabs-selected a
{
background-position: 6px 3px;
}

#contact-us li#adviser a.icon
{
background-position: -169px 4px;
left: 24px;
width: 28px;
}

#contact-us li#adviser a.icon:hover, #contact-us li#adviser.ui-tabs-selected a
{
background-position: -134px 4px;
}

#contact-us li#e-mail a.icon
{
background-position: -101px 4px;
left: 56px;
width: 26px;
}

#contact-us li#e-mail a.icon:hover, #contact-us li#e-mail.ui-tabs-selected a
{
background-position: -66px 4px;
}

#contact-us li.ui-tabs-selected a
{
background-color: #EEEDE9 !important;
}

#contact-us #phone-content, #contact-us #adviser-content, #contact-us #email-content
{
min-height: 68px;
}

a.link-important 
{
background: url(/img/arrow-sprite.png) no-repeat -6px -234px;
padding-left: 10px;
}

/* =overview */

#overview
{
clear: both;
background: #eae9e5 url(/img/overview-bg.png) no-repeat;
padding-bottom: 0px;
border-top: 1px solid #D6D5D1;
}

#overview h3 
{
font-size: 1em;
font-weight: bold;
color: #016F52;
margin: 10px 0 4px 0;
}

#overview a
{
color: #636665;
text-decoration: none;
}

#overview a:hover
{
color: #BCDC05;
text-decoration: underline;
}

#overview .column 
{
float: left;
width: 222px;
padding: 4px 0 10px 20px;
margin-bottom: 10px;
}

#overview .column ul
{
padding-left: 10px;
line-height: 180%;
}

/* =footer */

#footer
{
clear: both;
padding: 0 14px 10px 4px;
background-color: #EAE9E5;
font-size: 0.86em;
color: #6A6965;
height: 50px;
}

#footer a
{
color: #6A6965;
border-left: 1px solid #999999;
margin-left: 3px;
padding-left: 7px;
}

#footer ul
{
padding-top: 12px;
}

#footer ul li
{
display: inline;
}

#footer img
{
float: right;
padding-top: 6px;
}

/* =form classes */

fieldset {border: none; margin: 0;}

fieldset legend {display: none;}

#subscribe-newsletter legend, fieldset#gender legend
{
display: block;
font-weight: bold;
font-size: 0.9em;
padding: 1em 0 0.5em 0;
color: #333333;
}

#subscribe-newsletter legend
{
color: #00896B;
}

input, select, textarea
{
color: #333;
font-size: 1.1em;
vertical-align: middle;
border: 1px solid #999;
}

input.text-input,
textarea.text-input
{
width: 380px;
}


input.text-input, select, textarea.text-input, input#search, input#subscribe
{
border: 1px solid #9A9A9A;
}

input.text-input:hover, textarea.text-input:hover, input#search:hover, input#subscribe:hover
{
background: #eae9e5;
}

input.text-input:focus, textarea.text-input:focus, input#search:focus, input#subscribe:focus

{
background: #e5e2d6;
border-color: #555555;
}

form#quicksearch
{
padding: 0 8px 12px 8px;
border-bottom: 1px solid #D6D5D1;
position: relative;
}

#subscribe-newsletter form
{
padding: 0 8px 12px 8px;
position: relative;
}

input#search, input#subscribe
{
width: 140px;
color: #646464;
height: 16px;
padding: 2px 0 0 4px;
margin: 0;
font-size: 1em;
}

#quicksearch button, #subscribe-newsletter button, #content form button
{
background: url(/img/arrow-sprite.png) bottom left no-repeat;
cursor: pointer;
border: 0;
padding: 0;
width: 20px;
height: 19px;
}

#quicksearch button, #subscribe-newsletter button
{
position: absolute;
right: 10px;
bottom: 13px;
margin: 0 0 0 0.4em;
}

div#content button#info-submit
{
background: url(/img/button-inforequest.png) no-repeat;
cursor: pointer;
border: 0;
margin: 2em 0 0 0.4em;
padding: 0;
width: 200px;
height: 40px;
position: static;
display: block;
}

div#content form
{
padding-bottom: 0.4em;
}

#content form table label
{
width: 120px;
text-align: left;
padding-right: 0.6em;
font-weight: bold;
}

#content form table td 
{
padding-left: 0;
padding-bottom: 0;
}

#content form input, #content form select
{
margin: 0 0 0.4em 0;
}

#content form ul li label {padding-left: 0.4em;}

/* =home page */


body#home #header 
{
background: url(/img/header-start.jpg) no-repeat bottom left;
height: 447px;
}

#nav-buttons
{
 position: absolute;
 top: 309px;
}

#nav-buttons li strong
{
 background: url(/img/start-bubble-transparent.png) no-repeat;
 width: 217px;
 height: 56px;
 position: absolute;
 top: -85px;
 left: -2px;
 text-align: center;
 padding: 30px 0 0 0;
 font-size: 1.4em;
 z-index: 2;
 display: none;
}

#nav-buttons li
{
position: absolute;
top: 0;
height: 55px;
width: 212px;
background: url(/img/header-text.png) no-repeat;
}

#nav-buttons li a
{
display: block;
height: 55px;
}

#nav-buttons li#group1 
{
left: 142px;
background-position: 50% -62px
}

#nav-buttons li#group2 
{
left: 383px;
background-position: 50% -102px;
}

#nav-buttons li#group3
{
left: 624px;
background-position: 50% -142px;
}

#country-selection
{
width: 323px;
height: 109px;
background: url(/img/start-worldwide-bg.png) no-repeat 30px 0;
margin: 0 0 0 0;
padding-top: 45px;
padding-left: 30px;
float: left;
color: #333;
}

#home #sidebar
{
border-left: 1px solid #D6D5D1;
}

/* =teaser */

.teaser
{
width: 364px;
float: left;
padding: 12px 60px 10px 0;
}

.teaser p
{
font-size: 1.1em;
margin-bottom: 0;
line-height: 140%;
}

.teaser .more
{
float: right;
background: url(/img/arrow-sprite.png) no-repeat 0 4px;
padding-left: 18px;
font-size: 1.1em;
}

.clear
{
clear: both;
}
