/* TABLE OF CONTENT
1 Universal
2 Template Layout
3 Branding / Logo elements
4 Main navigation elements
5 Sub navigation elements
6 Footer elements  */

/* ------- 1 UNIVERSAL ---------- */
html {
	margin:0pt;
	overflow-y:scroll;
	padding:0pt;
}

body {
	background:#E6E6DC none repeat scroll 0%;
	color:#333333;
	font-family:arial,helvetica,verdana,sans-serif;
	font-size:100%;
	line-height:1em;
	margin:0pt;
	padding:13px 0pt 5%;

}

img { 
	border: 0;
}

.hidden,.printonly {
	height: 0;
	left: 0px;
	overflow: hidden;
	position: absolute;
	top: -1000px;
	width: 0;
}

/* ------- 2 TEMPLATE LAYOUT ---------- */
#sitecenter {
	margin:0pt auto;
	min-height:100%;
	position:relative;
	text-align:left;
	width:1000px;
	}

#sitewrapper {
	font-size: 70%;
	background:#FFFFFF url(../images/site_objects/bg_site.gif) repeat-y scroll center;
	float:left;
	font-size:70%;
	width:1000px;
}


#header {
	background:transparent url(../images/site_objects/bg_site_header.gif) no-repeat scroll center top;
	clear:both;
	float:left;
	width:1000px;
}







#navigation {
	background:transparent url(../images/site_objects/bg_navigation_top.gif) no-repeat scroll center top;
	clear:both;
	float:left;
	margin-top:1px;
	padding:0pt 5px 17px;
	width:990px;
}

#toolbox {	
 float:left; 			
 width:958px;			
 margin:0 0 0 10px;	
 background:#f5f5f5 url(../images/site_objects/bg_dots.gif) no-repeat scroll center top;	
/* padding:0; 			*/
}

html>body #toolbox {
 	margin:0 0 0 24px;	
	}

div.negativemenu {
	margin-bottom:-28px;
}
#contentwrapper {
	clear: both;
	float: left;
	padding: 0 5px;
	margin:15px 0 0 0;
	width: 990px;
}

#subnavigation {
	float: left;
	padding: 4px 18px;
	width: 189px;
}

#content {
width:756px;
float:left;
}

div.one_col {
	width:181px;
	float:left;	
	margin-right:8px;
	}
	
div.two_col {
	width:360px;
	float:left;
	}

div#tabs div.two_col {
	margin-left:4px;
	}



div.three_col {
	width:559px;
	margin-right:8px;
	float:left;
	}




div.four_col div.three_col {
	width:560px;
	float:left;
}

div.four_col {
	background: url("../images/site_objects/bg_dots.gif") bottom repeat-x;
	float:left;
}

div.four_col div.three_col {
width:560px;
margin:0;
padding:0;

}

div.one_two_col {
	width:276px;
	margin-right:8px;
	float:left;
	}


#footer {
	background: url("../images/site_objects/bg_site_footer.gif") bottom no-repeat;
	clear: both;
	float: left;
	padding: 40px 0 0 0;
	width: 1000px;
}



/* Highlights */

div.sidebar {
	float:left;
	width:181px;
	background: url("../images/site_objects/bg_dots.gif") top repeat-x;
	margin-left:8px;
	}

div.businessscroll {
	float:left;
	width:181px;
	margin-left:8px;
	height:22px;
	}
	
	html>body div.businessscroll {
		height:auto;
		min-height:20px;
		}

div.sidebarfloatright {
	float:right;
	width:181px;
	background: url("../images/site_objects/bg_dots.gif") top repeat-x;
	margin-left:8px;
	}
	
div.highlight {
	background: url("../images/site_objects/bg_dots.gif") bottom repeat-x;
	padding:12px 8px 13px 8px;
}


div.highlight img {
	padding-bottom:7px;
}

div.highlight p {
	line-height:11pt;
	padding-right:15px!important;
}




/* Hotspots */

div.one_col div.hotspot {
	background:url(../images/site_objects/bg_hotspot_1col.gif) top no-repeat;
	padding:13px 10px 10px 12px;
	margin-bottom:16px;
	}
	

div.three_col div.hotspot {
	/* background:url(../images/site_objects/bg_hotspot_3col.gif) top no-repeat; */
	padding:20px 20px 30px 0px;
	}







/* ------- 3 BRANDING / LOGO  ---------- */


#header #branding {
	float:left;
	margin:41px 0pt 0pt;
	padding:0pt 0pt 3pt 23px;
}

#header div.sitelinks {
float:right;
width:425px;
	}
	


#header div.search {
	padding:43px 6px 0 155px;
	float:right;
	width:195px;
}





#header .search label {
	background: transparent;
	color: #000;
	font-size:100%;
	margin: 0;
	padding: 0 8px 2px 0;
	position:relative;
	letter-spacing: -0.03em; 
	float:left;
}


#header .search input.text {
	float: left;
	margin: 1px 9px 0 0;
	width:103px;
	padding:0px;
}




#header h1 {
	clear:both;
	}
	
	


/* ------- 4 MAIN NAVIGATION ELEMENTS   ---------- */



#navigation ul{
	display: inline;
	float: left;
	font-size: 110%;
	font-weight: bold;
	list-style-type:none;
	margin: 0 0 0 19px;
 	padding: 14px 0 10px 0;
	width: 954px;
}

#navigation ul li {

	display: inline;
	white-space:nowrap;
}

#navigation ul li a, #navigation ul li a:visited {
	background: transparent; 
	color: #000;
	float:left;
	padding: 0px 2px 10px 2px;
	margin: 0 25px 0 0;
	text-decoration: none;
}

#navigation ul li a:hover, #navigation ul li a:active, #navigation ul li a:focus {
	background: transparent;
	color: #fb6712!important;
	text-decoration:underline;
}



#navigation ul li a.lit, #navigation ul li a.lit:visited {
	background: transparent;
	color: #fb6712;
	text-decoration:none;
}

#navigation ul li a.lit:hover, #navigation ul li a.lit:active, #navigation ul li a.lit:focus {
	background: transparent;
	color: #f66712;
	text-decoration:underline;
}

/* ------- 5 SUB NAVIGATION ELEMENTS   ---------- */

/* website links */

#header ul{
	list-style-type:none; 
	float:right;
	margin:37px 0 0 0;
	padding:0 22px 0 0;
}

#header ul li{
	display: inline;
	padding:0 0 0 24px;

}



#header ul li a:link, #header ul li a:visited {
	text-decoration: none;
	color:#000000;
}

#header ul li a:hover, #header ul li a:focus, #footer ul li a:active {
	text-decoration: underline;
}


/* toolbox */

#toolbox ul{
	display: inline;
	list-style-type:none;
	padding:11px 11px 9px  0;
	margin:0;
	float:right;
	width:auto;
}

#toolbox ul li {
	display: inline;
	white-space:nowrap;
}

#toolbox ul li a {
	background: transparent; 
	color: #000;
	text-decoration: none;
	padding:0 0 3px 0;
}

#toolbox ul li a:hover, #toolbox ul li a:active, #toolbox ul li a:focus {
	background: transparent;
	text-decoration:underline;
}



#toolbox ul li a.lit, #toolbox ul li a.lit:visited {
	background: transparent;
	color: #fb6712;
	text-decoration:none;
}

#toolbox ul li a.lit:hover, #toolbox ul li a.lit:active, #toolbox ul li a.lit:focus {
	background: transparent;
	color: #f66712;
	text-decoration:underline;
}

#toolbox ul li a.printpage, #toolbox ul li a.printpage:hover, #toolbox ul li a.printpage:active, #toolbox ul li a.viewbasket  {
	background:url(../images/site_objects/btn_print.gif) no-repeat;
	padding-left:24px;
	margin-left:10px;
	}
	
#toolbox ul li span.printpage {
	background:url(../images/site_objects/btn_print_f2.gif) no-repeat;
	padding:0 0 5px 24px;
	margin-left:10px;
	color:#999999;
	}
	
#toolbox ul li a.add2basket, #toolbox ul li a.add2basket:hover, #toolbox ul li a.add2basket:active, #toolbox ul li a.add2basket:focus {
	background:url(../images/site_objects/btn_add2basket.gif) no-repeat;
	padding-left:25px;
	margin-left:10px;
	}
	
#toolbox ul li span.add2basket {
	background:url(../images/site_objects/btn_add2basket_f2.gif) no-repeat;
	padding:0 0 5px 25px;
	margin-left:10px;
	color:#999999;
	}

#toolbox ul li a.viewbasket, #toolbox ul li a.viewbasket:hover, #toolbox ul li a.viewbasket:active, #toolbox ul li a.viewbasket:focus {
	background:url(../images/site_objects/btn_viewbasket.gif) no-repeat;
	padding-left:22px;
	margin-left:10px;
	}

#toolbox ul li span.viewbasket {
	background:url(../images/site_objects/btn_viewbasket_f2.gif) no-repeat;
	padding:0 0 5px 22px;
	margin-left:10px;
	color:#999999;
	}

#toolbox ul li a.email, #toolbox ul li a.email:hover, #toolbox ul li a.active, #toolbox ul li a.focus {
	background:url(../images/site_objects/btn_email.gif) no-repeat;
	padding-left:24px;
	margin-left:10px;
	}

#toolbox ul li span.email {
	background:url(../images/site_objects/btn_email_f2.gif) no-repeat;
	padding:0 0 5px 24px;
	margin-left:10px;
	color:#999999;
	}

/* hidden accesible navigation */
#accessiblenav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#accessiblenav li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
#accessiblenav a:link, #accessiblenav a:visited {
	font-size: 60%;
	height: 0;
	left: 18px;
	overflow: hidden;
	position: absolute;
	top: 0.8em;
	width: 0;
	z-index: 1002;
}
#accessiblenav a:active, #accessiblenav a:focus { /* Only show skiplinks on focus */
	background: #FFF;
	border: 0;
	height: auto;
	margin: 0;
	overflow: visible;
	padding: 4px;
	position: absolute;
	text-decoration:underline;
	width: auto;
	z-index: 10000;
}
/* page trail */
ol#pagetrail , ol#pagetrail li {
	margin: 0;
	padding:0;
	list-style-type:none;
	white-space:nowrap;
	display:inline;
}

/* subnavigation - level 1*/

#subnavigation ul {
	background: url("../images/site_objects/bg_dots.gif") top repeat-x;
	list-style-type:none;
	margin: 0; 
	padding:1px 0 14px 0;
}

#subnavigation ul li {
	margin: 0; 
	padding:0;
}

#subnavigation ul li a:link, #subnavigation ul li a:visited {
	background: url("../images/site_objects/bg_dots.gif") bottom repeat-x #FFF;
	color: #000;
	display:block;
	padding: 3px 12px 3px 2px;
	text-decoration:none;
	width: 175px;
}

#subnavigation ul li a:hover, #subnavigation ul li a:active, #subnavigation ul li a:focus {
	background: url("../images/site_objects/bg_dots.gif") bottom repeat-x  #FFF;
	color: #f66712;
	font-weight: normal;
	text-decoration:underline;
}

#subnavigation ul li a.lit:link, #subnavigation ul li a.lit:visited {
	background: url("../images/site_objects/bg_dots.gif") bottom repeat-x  #FFF;
	color: #f66712;
	font-weight: bold;
	text-decoration:none;
}

#subnavigation ul li a.lit:focus, #subnavigation ul li a.lit:hover, #subnavigation ul li a.lit:active {
	background: url("../images/site_objects/bg_dots.gif") bottom repeat-x  #FFF;
	color: #f66712;
	font-weight: bold;
	text-decoration:underline;
}

/* subnavigation - level 2*/

#subnavigation ul li ul {
	border-top: 0;
	background-image:none;
	margin: 0; 
	padding:0;
}

#subnavigation ul li ul li a:link, #subnavigation ul li ul li a:visited {
	background: url("../images/site_objects/bg_dots.gif") bottom repeat-x #FFF;
	color: #000;
	display:block;
	padding: 3px 12px 3px 14px;
	text-decoration:none;
	width: 163px;
}

#subnavigation ul li ul li a:focus, #subnavigation ul li ul li a:hover, #subnavigation ul li ul li a:active {
	background: url("../images/site_objects/bg_dots.gif") bottom repeat-x #FFF;
	color: #f66712;
	font-weight: normal;
	text-decoration:underline;	
}

#subnavigation ul li ul li a.lit:link, #subnavigation ul li ul li a.lit:visited {
	background: url("../images/site_objects/bg_dots.gif") bottom repeat-x #FFF;
	color: #f66712;
	font-weight: bold;
	text-decoration:none;
}

#subnavigation ul li ul li a.lit:focus, #subnavigation ul li ul li a.lit:hover, #subnavigation ul li ul li a.lit:active {
	background: url("../images/site_objects/bg_dots.gif") bottom repeat-x #FFF;
	color: #f66712;
	font-weight: bold;
	text-decoration:underline;
}



/* subnavigation - level 3*/

#subnavigation ul li ul li ul li a:link, #subnavigation ul li ul li ul li a:visited {
	background: url("../images/site_objects/bg_dots.gif") bottom repeat-x #FFF;
	color: #000;
	display:block;
	padding: 3px 32px 3px 26px;
	text-decoration:none;
	width: 131px;
}

#subnavigation ul li ul li ul li a:focus, #subnavigation ul li ul li ul li a:hover, #subnavigation ul li ul li ul li a:active {
	background: url("../images/site_objects/bg_dots.gif") bottom repeat-x #FFF;
	color: #f66712;
	font-weight: normal;
	text-decoration:underline;	
}

#subnavigation ul li ul li ul li a.lit:link, #subnavigation ul li ul li ul li a.lit:visited {
	background: url("../images/site_objects/bg_dots.gif") bottom repeat-x #FFF;
	color: #f66712;
	font-weight: bold;
	text-decoration:none;
}

#subnavigation ul li ul li ul li a.lit:focus, #subnavigation ul li ul li ul li a.lit:hover, #subnavigation ul li ul li ul li a.lit:active {
	background: url("../images/site_objects/bg_dots.gif") bottom repeat-x #FFF;
	color: #f66712;
	font-weight: bold;
	text-decoration:underline;
}

/* subnavigation - level 4*/

#subnavigation ul li ul li ul li ul li a:link, #subnavigation ul li ul li ul li ul li a:visited {
	background: url("../images/site_objects/bg_dots.gif") bottom repeat-x #FFF;
	color: #000;
	display:block;
	padding: 3px 32px 3px 35px;
	text-decoration:none;
	width: 122px;
}

#subnavigation ul li ul li ul li ul li a:focus, #subnavigation ul li ul li ul li ul li a:hover, #subnavigation ul li ul li ul li ul li a:active {
	background: url("../images/site_objects/bg_dots.gif") bottom repeat-x #FFF;
	color: #f66712;
	font-weight: normal;
	text-decoration:underline;	
}

#subnavigation ul li ul li ul li ul li a.lit:link, #subnavigation ul li ul li ul li ul li a.lit:visited {
	background: url("../images/site_objects/bg_dots.gif") bottom repeat-x #FFF;
	color: #f66712;
	font-weight: bold;
	text-decoration:none;
}

#subnavigation ul li ul li ul li ul li a.lit:focus, #subnavigation ul li ul li ul li ul li a.lit:hover, #subnavigation ul li ul li ul li ul li a.lit:active {
	background: url("../images/site_objects/bg_dots.gif") bottom repeat-x #FFF;
	color: #f66712;
	font-weight: bold;
	text-decoration:underline;
}



/* ------- 6 FOOTER ELEMENTS   ---------- */

#copyright {
	float: left;
	margin: 0;
	padding: 0 0 45px 23px;
	width: 207px;
}



#footer ul{
	list-style-type:none; 
	float: left;
	margin:0;
	padding:0 10px 0 0;
	width: 760px;
}

#footer ul li{
	display: inline;
	margin:0 15px 0 0;
	padding:0;
}



#footer ul li a:link, #footer ul li a:visited {
	text-decoration: none;
}

#footer ul li a:hover, #footer ul li a:focus, #footer ul li a:active {
	text-decoration: underline;
}




/* ------- END OF LAYOUT.CSS   ---------- */

