/* CSS Document */

body {
	background-image: url(images/background_body.jpg);
	background-repeat: repeat;
	background-position: top center;
	background-attachment: fixed;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

a, a:visited {
	color: #039;
	text-decoration: none;
}

a:hover, a.active {
	color: #900;
}

a img {
	border: 0px;
}

#main {
	width: 950px;
	margin: 0 auto;
	clear: both;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	background-color: #DAE5CF;
}

#header {
	height: 25px;
	background-image: url(images/background_header.jpg);
	background-repeat: no-repeat;
	margin: 10px 10px 0px 10px;
	padding: 149px 0px 1px 0px;
	overflow: hidden;
}

.slogans {
	margin: 0px 25px;
	color: #060;
	letter-spacing: 0.1em;
}

.nav {
	height: 25px;
}

.nav .menuitem {
	display: inline;
	margin: 0px;
	padding: 0px;
}

.nav .borderleft {
	border-left: 1px solid #999;
}

.nav .menuitem a {
	color: #333;
	border-right: 1px solid #999;
	margin: 0px;
	padding: 3px 15px 3px 20px;
	font-size: 14px;
	font-weight: bold;
}

.nav .menuitem a:hover, .nav .menuitem a.active {
	background-image: url(images/background_nav_over.jpg);
	background-repeat: repeat-x;
	color: white;
}

.mininav {
	background-color: #060;
	background-image: url(images/header_sunbd.gif);
	background-repeat: no-repeat;
	background-position: 30px 0px;
	height: 20px;
	overflow: hidden;
	border-bottom: 1px solid #999;
	font-size: 12px;
	padding: 0px 30px;
	color: white;
}

.mininav .menuitem {
	display: inline;
}

.mininav .menuitem a {
	color: white;
}

.mininav .menuitem a:hover, .mininav .menuitem a.active {
	color: yellow;
}

#content {
	padding: 10px;
}

#footer {
	background-color: #060;
	padding: 3px 30px;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	color: white;
	font-size: 11px;
}

#footer a {
	color: yellow;
}

#footer a:hover {
	color: white;
}

#leftside {
	float: left;
	width: 180px;
	margin-top: 20px;
}

#leftside .list {
	border: 1px solid #999;
	width: 168px;
	background-color: white;
	font-size: 11px;
	font-weight: bold;
}

#leftside .link {
	padding: 2px 0px 2px 8px;
}

#leftside ._link {
	background-image: url(images/background_left_list_up.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px 0px 0px 20px;
	display: block;
	width: 140px;
}

#leftside .headline {
	background-color: #060;
	color: white;
	text-align: center;
	font-size: 12px;
}

#leftside .highlight {
	border-bottom: 1px solid #999;
	margin: 2px;
	padding: 2px 3px;
}

#rightside {
	float: left;
	background-color: white;
	width: 750px;
	background-image: url(images/background_right_content.jpg);
	background-repeat: repeat-y;
}

#rightside .rightside_top {
	background-image: url(images/background_right_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#rightside .rightside_bottom {
	padding: 10px 15px;
	background-image: url(images/background_right_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#products {
	height: 320px;
	overflow: hidden;
}

#img_nav {
	width: 60px;
}

#img_nav .borderlite1 {
	margin: 0px 0px 1px 0px;
}

#img_nav a:hover img {
	background-color: #DDD;
}

#rotator .left {
	width: 300px;
}

#pictures {
	height: 350px;
	overflow: hidden;
}

#advantages .left {
	width: 220px;
	background-color: #DAE5CF;
}