body {
	background: 					#003009;
	font:									normal 12px Arial, sans-serif;
	color:								white;
}

a {
	color:								white;
}

a img {
	border:								0;
}

#container {
	position:							relative;
	width:								828px;
	margin:								71px auto;
}

#logotype {
	position:							absolute;
	top:									0;
	left:									14px;
	z-index:							100;
}

ul#menu{
	width:								489px;
	height:								21px;
	padding:							6px 0 0 0;
	margin:								0 auto;
	background:						url(../img/bg_menu.jpg);
	text-align:						center;
	display:							block;
	list-style:						none;
}
ul#menu li{
	padding:							0 14px;
	margin:								0;
	display:							inline;
}

#wrapper {
	border:								1px solid white;
	background:						#589edb url(../img/bg_wrapper.jpg) no-repeat top center;
}

#intro {
	position:							relative;
	width:								826px;
	height:								488px;
	z-index:							200;
}

#content {
	/*min-height:						354px;*/
	position:							relative;
	background:						url(../img/bg_content.jpg) no-repeat bottom center;	
	padding:							37px 169px 163px 169px;
}

.product {
	height:								435px;
}

.advantages {
	height:								435px;
}

.marketing {
	height:								435px;
}

.contact {
	height:								435px;
}

#content h1 {
	font:									bold 28px Arial, sans-serif;
	letter-spacing:				-0.5px;
	line-height:					32px;
	text-transform:				uppercase;
	margin:								0 0 15px 0;
}

#content p {
	margin:								0 0 17px 0;
}

img#productImage {
	float:								right;
	margin:								0 17px 0 30px;
	display:							inline;
}

img#postcardImage {
	float:								right;
}

ul#advantages {
	width:								229px;
	list-style:						disc inside;
	margin:								0 0 0 -5px;
	padding:							0;
}

ul#advantages li {
	margin:								0;
	padding:							5px;
	font-weight:					bold;
}

ul#advantages li.odd {
	background:						#4a83b6;
}

a.button {
	display:							block;
	width:								163px;
	height:								29px;
	margin:								10px 0;
	padding:							8px 0 0 8px;
	font-weight:					bold;
	text-transform:				uppercase;
	text-decoration:			none;
	background:						url(../img/bg_button.jpg) no-repeat;
}

a.button:hover {
	background:						url(../img/bg_button.jpg) no-repeat;
}

#footer {
	padding:							12px;
	font:									normal 10px Arial;
	text-align:						center;
}

