html, body {
	margin: 0; padding: 0;
	background: #ffffff;
}

html { overflow: -moz-scrollbars-vertical; }
html { overflow-x: auto; }

#wrapper {
	position: relative;
	width: 950px;
	margin: 0 auto;
	background: white;
}

.noScreen {
	display: none;
}

#header {
	position: relative;
	height: 149px;
	margin-bottom: 10px;
	background: #878787 url(../images/header_building.jpg) no-repeat left 21px;
}
#header h2 {
	display: none;
}

#logo h3 {
	z-index: 2;
	position: absolute;
	top: 30px; left: 13px;
	margin: 0; padding: 0;
	width:360px; height: 80px;
}
#logo h3 a {
	display: block;
	width: 363px; height: 58px;
	text-indent: -999em;
	text-decoration: none;
	background: url(../images/logo_pol.png) no-repeat left top;
}
	* html #header h3 a { /* IE6 PNG hack */
		background: none;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo_pol.png');
		cursor: pointer;
	}

/* headerMenu */
#headerMenu {
	z-index: 99;
	position: absolute;
	top: 0; left: 0;
	width: 950px; height: 21px;
	background: #ff2114;
}
#headerMenu ul,
#headerMenu li {
	margin: 0; padding: 0;
	list-style: none;
}
#headerMenu ul {
	margin: 0 10px 0 0;
	float: right; display: inline;
}
#headerMenu li {
	position: relative;
	float: left; display: inline;
	font-size: 11px;
}
#headerMenu li a {
	float: left; display: inline;
	padding: 2px 7px 5px 8px;
	background: url(../images/bullet_headermenu.gif) no-repeat left 5px;
	text-decoration: none;
	color: white;
}
#headerMenu li.hover a,
#headerMenu li a:hover {
	text-decoration: underline;
	color: white;
}
#headerMenu li.first a {
	background: none;
}
#headerMenu li ul {
	display: none;
	position: absolute;
	top: 21px; left: 0;
	background: white;
	border: 1px solid #ff2114;
	border-top: none;
}
#headerMenu li:hover ul,
#headerMenu li.hover ul {
	display: block;
}
#headerMenu li ul li {
	float: none; display: block;
}
#headerMenu li.hover ul li a {
	float: none; display: block;
	padding: 3px 10px;
	text-decoration: none;
	color: #000000;
}
	* html #headerMenu li.hover ul li a { /* avoid double spacing in IE6 */
		width: 100px;
		height: 0.1em;
	}
#headerMenu li ul li a:hover {
	color: #ff2114;
}

/* headerSearch */
#headerSearch {
	position: absolute;
	left: 10px; top: 107px;
	padding-top: 9px;
	width: 231px; height: 33px;
	background: url(../images/header_spacer.gif) no-repeat right center;
}
	* +html #headerSearch {
		padding-top: 8px;
	}

#headerSearch .inputSearch {
	margin: 0 2px 0 0;
	width: 163px;
	vertical-align: middle;
}

.inputSubmit {
	vertical-align: middle;
}

/* headerAccount */
#headerAccount {
	position: absolute;
	left: 250px; top: 107px;
	width: 445px; height: 42px;
	background: url(../images/header_spacer.gif) no-repeat right center;
}
#headerAccount .accountLogin {
	float: left; display: inline;
	padding-top: 9px;
	width: 320px;
}
#headerAccount .accountLogin input {
	margin: 0 7px 0 0;
	vertical-align: middle;
}
#headerAccount .accountEmail,
#headerAccount .accountPassword {
	float: left; display: inline;
	margin: 0 0 7px 0;
	width: 110px;
	background: url(../images/account_input_empty.gif) no-repeat 2px 3px;
	background-color: white;
}
#headerAccount .labelUser
{
	float: left; display: inline;
	width: 110px;
	color: White;
	padding: 3px 10px;
	font-weight: bold;
}

#headerAccount .accountOptions {
	padding-top: 5px;
	float: left; display: inline;
	font-size: 10px;
}
#headerAccount .accountOptions a {
	color: white;
}
#headerAccount .accountOptions a:hover {
	color: #ddd;
}

#headerAccount .accountMenu {
	float: left; display: inline;
	padding-top: 9px;
	width: 420px;
}
#headerAccount .accountMenu ul,
#headerAccount .accountMenu li {
	margin: 0; padding: 0;
	list-style: none;
}
#headerAccount .accountMenu li {
	float: left; display: inline;
	color: white;
}
#headerAccount .accountMenu li.first {
	padding: 3px 10px;
	font-weight: bold;
}
#headerAccount .accountMenu li a {
	float: left; display: inline;
	padding: 3px 9px 3px 10px;
	background: url(../images/bullet_headermenu.gif) no-repeat left 6px;
	text-decoration: underline;
	color: white;
}
#headerAccount .accountMenu li a:hover {
	color: #dcdcdc
}


/* headerCart */
#headerCart {
	position: absolute;
	right: 10px; top: 107px;
	width: 231px; height: 22px;
	padding-top: 9px;
}
#headerCart .outer {
	float: right; display: inline;
	background: url(../images/headercart_right.gif) no-repeat right top;
}
#headerCart .inner {
	background: url(../images/headercart_left.gif) no-repeat left top;
	padding: 3px 10px 7px 30px;
	white-space: nowrap;
	font-size: 11px;
}

/* categoryMenu */
	
.categoryMenu {
	width: 225px;
	margin: 0 0 10px 0;
}
	/* different layout for menu on homepage */
	#topContent .categoryMenu {
		position: relative;
		left: -10px;
		margin-bottom: -6px;
		width: 235px;
	}
.categoryMenu ul,
.categoryMenu li {
	margin: 0; padding: 0;
	list-style: none;
}
.categoryMenu li {
	margin-bottom: 6px;
}
.categoryMenu li a {
	display: block;
	padding: 5px 5px 5px 15px;
	background: #0054a5 url(../images/bullet_catmenu.gif) no-repeat 6px 7px;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: white;
}
	* html .categoryMenu li a { /* avoid double spacing in IE6 */
		height: 0.1em;
	}
.categoryMenu li a:hover {
	background: #ff3125 url(../images/bullet_catmenu_on.gif) no-repeat 6px 7px;
	text-decoration: none;
	color: white;
}
.categoryMenu li.active a {
	background: #ff3125 url(../images/bullet_catmenu_active.gif) no-repeat 4px 10px;
}
.categoryMenu li.notVisited a {
	background: #878787 url(../images/bullet_catmenu_notVisited.gif) no-repeat 6px 7px;
	cursor:default;
}

/* level 2 */
.categoryMenu li ul {
	display: none;
	margin: 0 0 5px 0;
	background: white;
}
.categoryMenu li.active ul {
	display: block;
}
.categoryMenu li ul li {
	margin: 0;
}
.categoryMenu li ul li a {
	padding: 3px 5px 3px 8px;
	background: none !important;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}
.categoryMenu li ul li a:hover {
	background: none !important;
	text-decoration: underline;
	color: #000000;
}
.categoryMenu li ul li.active a {
	font-weight: bold;
}




/* level 3 */
#wrapper .categoryMenu li ul li ul {
	display: none;
}
#wrapper .categoryMenu li ul li.active ul {
	display: block;
}
#wrapper .categoryMenu li ul li ul li a {
	padding: 3px 5px 4px 30px;
	background: url(../images/bullet_catmenu2.gif) no-repeat 20px 6px !important;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}
#wrapper .categoryMenu li ul li ul li a:hover {
	text-decoration: underline;
	color: #000000;
}
#wrapper .categoryMenu li ul li ul li.active a {
	text-decoration: underline;
}


/* footer */
#footer {
	margin: 0 0 5px 0;
	padding: 5px 10px;
	font-size: 11px;
}
#footerMenu {
	text-align: center;
}
#footerMenu a {
	text-decoration: none;
	color: black;
}
#footerMenu a:hover {
	text-decoration: underline;
}

/* CONTENT */
#content {
	width: 950px;
	padding-bottom: 10px;
	background: #d9e6f4;
	border-bottom: 4px solid #ff0e00;
}
#topContent {
	background: white;
}
.contentLeft {
	float: left; display: inline;
	margin: 10px 0 0 10px;
	width: 225px;
}
.contentRight {
	float: right; display: inline;
	margin: 10px 10px 0 0;
	width: 695px;
}
#topContent .contentLeft,
#topContent .contentRight {
	margin-top: 0;
	padding-bottom: 10px;
}

#topContent .contentRight {
	margin: 0;
	width: 705px;
}
.contentSpacer {
	clear: both;
	height: 10px;
	background: white;
	line-height: 0%;
	font-size: 0;
}


/* SPECIFIC */
.contentLeft .box {
	margin: 0 0 10px 0;
	background: white;
}
.contentLeft .box .content {
	padding: 10px;
}
.contentLeft .box h3 {
	background: #4c87c0;
	padding: 4px 8px;
	margin: 0;
	color: #fff;
}
.contentLeft .boxFaq a{
	color: black;
}
.contentLeft .boxFaq a:hover{
	color: #FF2114;
}
.boxNewsletter input {
	vertical-align: middle;
}
.boxNewsletter .inputNewsletter {
	margin: 0 5px 0 0;
	width: 125px; 

}	

/* CARROUSEL */
#carrousel,
#carrousel ol#slideImages {
	position: relative;
	width: 705px; height: 234px; overflow: hidden;
	margin: 0; padding: 0;
	list-style: none;
}
#carrousel ol#slideImages li {
	display: none;
	margin: 0; padding: 0;
	width: 705px; height: 234px; overflow: hidden;
}
#carrousel ol#slideImages li .image {
	position: absolute;
	left: 0; top: 0;
}
#carrousel ol#slideImages li .text {
	position: absolute;
	left: 310px; top: 40px;
	background: #fff;
	border: 4px solid #878787;
	width: 280px;
	padding: 8px 10px;
}
#carrousel ol#slideImages li .text h3 {
	text-transform: uppercase;
	font-size: 14px;
	color: #000;
}
#carrousel ol#slideImages li .text h3 a {
	text-decoration: none;
	color: #000;
}
#carrousel ol#slideImages li .text .button {
	text-align: right;
}

#carrousel ol#slidePager {
	position: absolute;
	z-index: 10;
	right: 20px; bottom: 10px;
	margin: 0; padding: 0;
	list-style: none;
}
#carrousel ol#slidePager li {
	float: left; display: inline;
	line-height: 1;
	font-size: 11px;
	font-weight: bold;
}
#carrousel ol#slidePager li a {
	float: left; display: inline;
	background: #4c87c0;
	margin: 0 0 0 5px; padding: 3px 5px;
	border: 1px solid #fff;
	text-decoration: none;
	color: #fff;
}
#carrousel ol#slidePager li a:hover {
	background: #0054a5;
}
#carrousel ol#slidePager li a.activeSlide {
	background: #ff0000;
}

/* autocomplete */
.autocomplete-w1 {
	position: absolute;
	left: -3px; top: 8px;
	margin: 0; padding: 0 6px 0 4px;
	background: url(/images/autocomplete_back.png) no-repeat left bottom;
}
	* html .autocomplete-w1 { /* IE6 fix: */
		margin: 6px 0 0 6px;
		background-image: url(/images/autocomplete_back.gif);
	}
.autocomplete {
	margin: 5px 0 7px 0;
	max-height: 350px;	
	text-align: left;
	cursor: default;
}
	* html .autocomplete { /* IE6 specific: */
		height: 350px;
		margin: 0;
		overflow-x: hidden;
	}
.autocomplete .selected {
	background: #dbe0e2;
	cursor: pointer;
}
.autocomplete .acHeader, .autocomplete .acItems
{
	font-size: 11px;
	padding: 2px 0;
	white-space: nowrap;
	overflow: hidden;
	margin: 0 5px;
}
.autocomplete .acItems div {
	font-size: 11px;
	padding: 2px 5px;
	white-space: nowrap;
}
.autocomplete strong {
	font-weight: normal;
	color: #00a0e1;
}
.rt2 {
	margin-top: 10px;
	font-weight: bold;	
}
.autocomplete .acHeader {
	font-weight: bold;	
}
.autocomplete .acNothingFound {	
	color: #afafaf;	
}

.autocomplete .acLoading {
	padding: 2px 5px;
}
.autocomplete .acShowAllResults 
{
	font-size: 11px;
	padding: 2px 5px;
	margin-top: -12px;
	background-color: #FFF;
	width: 158px;
}

