/* TURMAT */
a {
	color: #EA873F;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2, h3 {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #EA873F;
	margin: 0 0 5px 0;
	padding: 0;
}

#wrapper {
	width: 944px;
	margin: 0 auto;
	border: 1px solid #ddd;
}

#header {
	width: 944px;
	height: 181px;
	margin: 0;
	padding: 0;
}

#menu {
	width: 944px;
	height: 18px;
	background: #fff url('http://www.drytech.no/images/realturmat/menu.jpg') no-repeat left top;
	position: relative;
}

#menu ul {
	margin: 0 0 0 232px;
	padding: 0;
	list-style-type: none;
}

#menu ul li {
	margin: 0 15px 0 0;
	padding: 3px 0 0 0;
	float: left;
}

#menu ul li a {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
}

#menu ul li a:hover {
	text-decoration: underline;
}

#menu ul li ul {
	display: none;
}

#content {
	width: 944px;
}

#content #products {
	width: 232px;
	padding-top: 57px;
	float: left;
	background: #fff url('http://www.drytech.no/images/content_bg.gif') repeat-x left top;
}

#content #products #list {
	text-align: center;
	width: 180px;
	margin-left: 15px;
}

#content #products #list h2 {
	text-align: center;
	font-size: 11px;
	height: 13px;
	padding: 0 0 3px 0;
	border-bottom: 5px solid #eee;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	color: #EA873F;
	font-weight: bold;
}

#content #dyncontent {
	width: 480px;
	padding-top: 57px;
	float: left;
	background: #fff url('http://www.drytech.no/images/content_bg.gif') repeat-x left top;
}

#content #dyncontent #breadcrumbs {
	width: 480px;
	height: 13px;
	padding-bottom: 3px;
	border-bottom: 5px solid #eee;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #EA873F;
	font-weight: bold;
}

#content #sidebar {
	width: 177px;
	text-align: center;
	padding-left: 40px;
	padding-right: 15px;
	padding-top: 190px;
	float: left;
	background: #fff url('http://www.drytech.no/images/realturmat/sidebar.jpg') no-repeat left top;
}

#bottom {
	width: 944px; 
	height: 18px;
	background: #fff url('http://www.drytech.no/images/realturmat/bottom.gif') no-repeat left top;
}

.detaillink a {
	text-transform: uppercase;
	color: #EA873F;
	margin: 0;
	padding-left: 14px !important;
	background: #fff url('http://www.drytech.no/images/linkbullet.gif') no-repeat left 50%;
}