/* coded by Marek Drnzik - Polardesign.sk */
/* general */

body {
	margin: 0;
	padding: 0;
	background: #A20077 url(../images/bgrBody.jpg) repeat-x;
}

img {
	border: none;
}

/* general end */

#main {
	width: 880px;
	padding: 0 65px 0 50px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/bgrMain.jpg) no-repeat;
}


/* navigation */
#navigation {
	height: 33px;
	padding: 16px 0 0 27px;
}

#navigation ul {
	margin: 0px;
	padding: 0px;
}

#navigation li {
	display: block;
	float: left;
	height: 33px;
	line-height: 14px;
}

#navigation li a {
	display: block;
	width: 162px;
	height: 28px;
	padding: 5px 0 0 0;
	text-align: center;
	text-decoration: none;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: White;
	background: url(../images/navigationItem.jpg) no-repeat;
}

#navigation li a:hover, #navigation li a.active {
	color: #FFFFFF;
	background: url(../images/navigationItemHover.jpg) no-repeat;
}

#navigation li a#item1 {
	background: url(../images/navigationItem1.jpg) no-repeat;
}

#navigation li a#item2 {
	background: url(../images/navigationItem2.jpg) no-repeat;
}

#navigation li a#item3 {
	background: url(../images/navigationItem3.jpg) no-repeat;
}

#navigation li a#item4 {
	background: url(../images/navigationItem4.jpg) no-repeat;
}

#navigation li a#item5 {
	background: url(../images/navigationItem5.jpg) no-repeat;
}

#navigation li a:hover, #navigation li a.active {
	color: #FFFFFF;
	background: url(../images/navigationItemHover.jpg) no-repeat;
}

#navigation li a#item1:hover, #navigation li a#item1.active {
	background: url(../images/navigationItem1Hover.jpg) no-repeat;
}

#navigation li a#item2:hover, #navigation li a#item2.active {
	background: url(../images/navigationItem2Hover.jpg) no-repeat;
}

#navigation li a#item3:hover, #navigation li a#item3.active {
	background: url(../images/navigationItem3Hover.jpg) no-repeat;
}

#navigation li a#item4:hover, #navigation li a#item4.active {
	background: url(../images/navigationItem4Hover.jpg) no-repeat;
}

#navigation li a#item5:hover, #navigation li a#item5.active {
	background: url(../images/navigationItem5Hover.jpg) no-repeat;
}

#navigation li.divider {
	width: 4px;
}
/* navigation end */

/* content */

#flashContent {
	margin: 0px;
	padding: 0px;
}

#homepageFlash {
	display: block;
	margin: 0px;
	padding: 0px;
}

/* content end */

/* bottomLinks */

#bottomLinks {
	width: 853px;
	height: 50px;
	padding: 0 0 0 27px;
	background: url(../images/bgrBottomLinks.jpg) no-repeat;
}

#bottomLinks ul {
	margin: 0px;
	padding: 0px;
}

#bottomLinks li {
	display: block;
	float: left;
	width: 156px;
	height: 46px;
	padding: 0 4px 0 4px;
	color: #2B3D58;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: url(../images/bgrBottomLinksItem.jpg) no-repeat;
}

#bottomLinks li.divider {
	width: 2px;
	padding: 0;
	background: none;
}

#bottomLinks li#linde {
	width: 130px;
	padding: 0 14px 0 20px;
}

#bottomLinks li#linde img {
	float: right;
	padding: 0 0 0 10px;
}

#bottomLinks li#anotherProducts {
	line-height: 40px;
	color: White;
	text-align: center;
	background: none;
}

/* bottomLinks end */

/* footer */

#footer {
	position: relative;
	width: 847px;
	height: 41px;
	line-height: 30px;
	padding: 0 0 0 33px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: White;
	background: url(../images/bgrFooter.jpg) no-repeat;
}

#footer ul {
	margin: 0px;
	padding: 0px;
}

#footer li {
	display: block;
	float: left;
}

#footer li.divider {
	width: 12px;
	background: url(../images/footerMenuDivider.gif) center no-repeat;
}

#footer a {
	color: White;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer #polar {
	position: absolute;
	right: 10px;
	background: none;
}

#footer #polar #noUnderline:hover {
	text-decoration: none;
} 

/* footer end */
