* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	background: url(/assets/duterm_bg.jpg) top repeat-x #ffffff;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5b5b5b;
}

a:link,
a:visited,
a:hover,
a:active {
	color: #f5900b; 
	text-decoration: none;
}

h1 {
	font-size: 17px;
	color: #f5900b; /*pomaranczowy*/
	border-bottom: 1px solid #5b5b5b;
}
	.h_grey {
		padding-left: 15px;
		color: #3d3d3d; /*szary*/
		border: none;
	}

h1 .product_name {
	text-transform: uppercase;
}
	
p {
	margin: 10px 0;
}

li {
	list-style: none;
	margin: 15px 0;
}

table {
	border-collapse: collapse;
}
	table td {
		padding: 0 5px;
	}

.tab_grey {
	background: url(/assets/tab_grey.jpg) center no-repeat;
	padding-top: 8px;
	position: absolute; 
	right: -1px;
	text-align: center; 
	top: -31px;
	width: 119px;
	height: 22px;
}
	.tab_grey h4 {
		color: #ffffff;
		font-size: 14px;
		font-weight: normal;
	}

#container {
	background: url(/assets/duterm_top.jpg) top left no-repeat;
	width: 100%;	
}
	#logo {
		margin-bottom: 235px;
		margin-left: 20px;
		width: 275px;
		height: 93px;
	}
	
	#logo a{
		display: block;
		width: 100%;
		height: 100%;
	}
#subcontainer {
	width: 960px;
	margin-top: -50px;
}

#news_headers {
	width: 290px;
	float: left;
}
	#news_headers li{
		background: #f1f1f1; /*szary*/
		border-top: 1px solid #f5900b; /*pomaranczowy*/
		list-style: none;
		margin: 0 0 15px;
		padding: 0 15px 5px;
	}
	#news_headers li span {
		background: #f5900b;
		color: #ffffff;
		font-size: 12px;
		padding: 0 5px 0 3px;
	}
	#news_headers li .news_more {
		text-align: right;
	}
	#news_headers li .news_more a {
		background: url(/assets/main_offer_orange_arrow.jpg) left center no-repeat;
		color: #f5900b;
		padding-left: 15px;
		text-decoration: none;
	}
	
#content {
	float: right;
}		

#footer {
	clear: both;
	background: url(/assets/duterm_footer_bg.jpg) top repeat-x;
	height: 109px;
}
	#footer_bound {
		width: 960px;
	}
	#footer_left {
		margin-left: 25px;
		float: left;
		width: 200px;
	}
	#footer_left a {
		float: left;
	}
	#footer_left p {
		width: 250px;
	}
	
	#footer_right {
		float: right;
		text-align: right;
	}
	#footer_right p {
		margin: 3px 0;
	}
	#footer_right a img{
		margin-top: 2px;
	}

.content_box {
	margin-bottom: 15px;
}
	.content_box p{
		margin-left: 15px;
		font-size: 12px;
	}
	
.clear {
	clear: both;
	line-height: 0;
}



.main_offer {
	width: 50%;
}
	.main_offer div {
		height: 175px;
	}
	.main_offer div h2 {
		font-family: Times;
		font-size: 22px;
		font-weight: normal;
		margin-left: 175px;
	}
	.main_offer div p {
		margin-left: 170px;
		margin-right: 15px;
		margin-top: 20px;
		text-align: justify;
	}
	.main_offer a {
		float: right;
		clear: both;
		text-decoration: none;
		margin-right: 15px;
		padding-left: 14px;
		margin-top: 15px;
	}

#main_galant {
	background: url(/assets/duterm_galant.jpg) center no-repeat;
}
	#main_galant h2 {
		color: #f5900b;
	}
	#main_galant a {
		color: #f5900b;
		background: url(/assets/main_offer_orange_arrow.jpg) center left no-repeat;
	}
#main_centara {
	background: url(/assets/duterm_centara.jpg) center no-repeat;
}
	#main_centara h2 {
		color: #73b53a;
	}
	#main_centara a {
		background: url(/assets/main_offer_green_arrow.jpg) center left no-repeat;
		color: #73b53a;
	}
#main_cascara {
	background: url(/assets/duterm_cascara.jpg) center no-repeat;
}
	#main_cascara h2 {
		color: #1a8cc2;
	}
	#main_cascara a {
		color: #1a8cc2;
		background: url(/assets/main_offer_blue_arrow.jpg) left center no-repeat;
	}
#main_classic {
	background: url(/assets/duterm_classic.jpg) center no-repeat;
}
	#main_classic h2 {
		color: #ff0000;
	}
	#main_classic a {
		color: #ff0000;
		background: url(/assets/main_offer_red_arrow.jpg) left center no-repeat;	
	}
	
#map {
	float: right;
	width: 420px;
	height: 300px;
	border: 3px solid #414141;
	margin: 15px 0;
}

#contact_details {
	border-width: 1px 0;
	border-style: solid;
	border-color: #f5900b;
	padding: 15px;
	margin: 15px 0;
	font-weight: bold;
}

.product_header_box {
	margin: 20px 0;
	font-size: 12px;
}
	.product_header_box div{
		background: #F1F1F1;
		border-color: #B0B0B0; 
		border-style: solid;
		border-width: 1px 1px 1px;
		padding-right: 5px; 
		position: relative; 
	}
	.product_header_box h2 {
		border-bottom: 20px solid;
		font-size: 22px;
		font-weight: normal;
		padding-left: 180px;
		text-transform: capitalize;
	}

	.product_header_box p {
		color: #242424;
		font-size: 12px;
		line-height: 1.22em;
		margin-left: 165px;
		text-align: left;
	}
	.product_header_box .product_header_box_img {
		background: #ffffff;
		float: left;
		left: 7px;
		line-height: 1em;
		position: relative;  
		top: -40px;	
		border: 1px solid #B0B0B0; 
		padding: 5px;
	}
table .product_header_box {
	margin-top: 0;
}
table .product_header_box a {
	background: left center no-repeat;
	padding-left: 12px;
	margin-left: 10px;
}
		
.product_photos {
	border: 1px solid #B0B0B0;
	clear: left;
	float: left;
	padding: 10px;
	width: 480px;
	height: 530px;
}
.product_technical_data {
	border-style: solid;
	border-width: 1px 1px 1px 25px;
	clear: right;
	float: right;
	height: 550px;
	padding: 0 10px;
	position: relative;
	width: 400px;
}

.product_files {
	background: #FAFAFA;
	clear: both;
	border-top: 1px solid #B0B0B0;
	margin: 40px 0 25px;
	position: relative;
}
	.product_files ul li {
		float: left;
	}
	.product_files ul li a {
		background: url(/assets/document.png) center top no-repeat;
		color: #000000;
		display: block;
		font-weight: bold;	
		padding-top: 55px;
		text-align: center;
		width: 120px;
	}
.list li {
	list-style: disc;
	margin-left: 2em;
}
