body {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	background: url(../images/background.jpg) top center no-repeat #fff;	
}

a {
	color: #0071d1;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1,h2,h3 {
	font-family: Helvetica;
	font-size: 16px;
	text-transform: uppercase;
	color: #0267c4;
}

h1 span {
	font-weight: normal;
	text-transform: none;
}

form {
	background: url(../images/contacts/form.png) no-repeat top center;
	width: 100%;
	height: 257px;
	margin: 0px auto;
	padding-top: 20px;
	display: block;
}

input[type="text"], textarea {
	width: 100%;
	height: 20px;
	margin-left: 20px;
	margin-rigth: 20px;
	border: 1px solid #cecece;	
}

fieldset {
	width: 100%;
	padding: 0px 30px;
}

legend {
	margin-left: 20px;
}

textarea {
	height: 146px;
}

input[type="submit"] {
	background: url(../images/contacts/send.png) no-repeat;
	border: 0px;
	text-indent: -555px;
	width: 50px;
}

input[type="submit"]:hover {
	cursor: hand;
}

#header {
	height: 180px;
	padding-bottom: 10px;
	margin-top: 28px;
}
	#header ul {
		margin: 0px auto;
		padding: 0px;
	}
		#header ul li {
			float: left;
			display: block;
			font-family: Helvetiker;
			text-transform: uppercase;
			font-size: 16px;
			margin-top: 60px;
			
		}
	#header img {
		border: 0px;
	}
	
#main {
	min-height: 380px;
}

#related {
	width: 228px;
	margin: 0px;
	padding: 0px;
}

#related li {
	background: url(../images/products/background.png) repeat-y;
	display: block;
	padding: 10px;
	margin: 0px;
	width: 208px;
	border-bottom: 1px solid #ececec;
}

#related li:first-child {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	background: url(../images/products/related-products.png) no-repeat;
	width: 228px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	padding: 0px;
	margin: 0px;
}

#related li:last-child {
	background: url(../images/products/back.png) no-repeat;
	width: 228px;
	height: 50px;
	text-indent: -5555px;
	padding: 0px;
	margin: 0px;
	border-bottom: none;
}

#footer {
	padding-top: 40px;
	height: 63px;
	background: url(../images/footer/background.jpg) top center no-repeat #fff;
}