* { 
	border: 0;
	padding: 0;
	margin: 0; 
}

body {
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	background: url('/_grafix/bg.png') top left repeat-x;
	color: #4c4c4c;
}

br.clear {
	clear: both;
}

a {
	color: #005836;
}

a:hover {
	color: #000;
}

/* logo */

#logo {
	position: absolute;
	width: 380px;
	height: 175px;
	top: 15px;
	left: 190px;
	z-index: 50;
	overflow: hidden;
}

/* container */

#container {
	float: left;
	width: 975px;
}

/* header */

#header {
	float: left;
	width: 975px;
	height: 230px;
	background: #e4ede9;
	margin-top: 120px;
	margin-bottom: 5px;
	overflow: hidden;
}

/* navigation */

#navigation {
	float: left;
	width: 345px;
}

#navigation .gutter {
	float: left;
	width: 150px;
	padding: 10px 5px 0 190px;
}

#navigation ul {
	float: left;
	list-style-type: none;
	margin-bottom: 30px;
}

#navigation li {
	float: left;
	vertical-align: top;
	width: 150px;
	height: 20px;
	margin-bottom: 5px;
	padding-bottom: 6px;
	background: url('/_grafix/bg_navigation_item.gif') bottom left no-repeat;
}

#navigation li a {
	display: block;
	vertical-align: top;
	width: 150px;
	height: 20px;
}

#navigation li a:hover { 
	background-position: 0 -20px; 
}

#navigation li a.selected, 
#navigation li a.selected:hover { 
	background-position: 0 -40px; 
}

#navigation li span {
	display: none;
}

/* sub navigation */

#navigation ul li ul {
	margin-top: 5px;
}

#navigation ul li ul li {
	float: left;
	width: 128px;
	height: 16px;
	padding-left: 22px;
	margin-bottom: 3px;
	padding-bottom: 0;
	color: #005836;
	background: none;
}

#navigation ul li ul li.sub_selected {
	background: url('/_grafix/bg_sub_navigation_item.gif') center left no-repeat;
}

#navigation ul li ul li a {
	background: none;
	color: #666;
	width: 128px;
}

#navigation ul li ul li a:hover {
	background: none;
	color: #005836;
}

/* content */

#content_container {
	float: left;
	width: 630px;
}

#content {
	float: left;
	width: 630px;
	background: #e4ede9;
}

#content .gutter {
	float: left;
	width: 580px;
	padding: 20px 25px 5px 25px;
}

#content p {
	line-height: 1.4em;
	margin-bottom: 20px;
}

#content ul {
	list-style-type: disc;
	margin-left: 5px;
	margin-bottom: 18px;	
}

#content ol {
	list-style-type: decimal;
	margin-left: 10px;
	margin-bottom: 18px;
	padding-left: 15px;	
}

#content li {
	margin-left: 15px;
	margin-bottom: 3px;
}

/* special blocks */

div.special_block {
	float: left;
	width: 630px;
	background: #f5f5f5;
	margin-top: 5px;
}

div.special_block .left {
	float: left;
	width: 380px;
}

div.special_block .right {
	float: right;
	width: 215px;
	padding: 15px;
}

/* products */

div.product {
	float: left;
	width: 180px;
	height: 200px;
	background: #f5f5f5;
	margin: 0 13px 13px 0;
}

div.product_image {
	float: left;
	width: 160px;
	height: 160px;
	padding: 10px;
	overflow: hidden;
}

div.product_image td {
	width: 160px;
	height: 160px;
	text-align: center;
	vertical-align: middle;
}

div.product_text {
	float: left;
	width: 160px;
	padding: 0 10px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

/* footer */

#footer {
	float: left;
	width: 630px;
}

#footer .gutter {
	float: left;
	width: 630px;
	text-align: center;
	padding: 15px 0;
	color: #999;
	font-size: 11px;
}

#footer a {
	color: #999;
	text-decoration: underline;
}

#footer a:hover {
	color: #4c4c4c;
}

/* quoted */

#quoted {
	width: 15px;
	height: 16px;
	vertical-align: top;
	line-height: 1em;
	margin-left: 8px;
}

#ikon {
	width: 19px;
	height: 15px;
	vertical-align: top;
	line-height: 1em;
	margin-left: 3px;
}

