* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
	background:#e0e0e0;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 994px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	position:relative;
	height: 645px;
	background:url(../img/index/background_header.jpg);
}

#header_white {
	position:relative;
	height: 645px;
	background:url(../img/index/background_white_header.jpg);
}

#central_image{
	position:absolute;
	background:url(../img/index/centrall_image.jpg) no-repeat right;	
	width:434px;
	height:645px;
}

#central_image_white{
	position:absolute;
	background:url(../img/index/centrall_image_white.jpg) no-repeat right top;	
	width:772px;
	height:645px;
}

#header_title{
	position:absolute;	
	top:40px;
	left:561px;
}

#header_title_white{
	position:absolute;	
	top:40px;
	left:572px;	
}

#header_message{
	position:absolute;	
	top:320px;
	left:561px;
}

#header_message_white{
	position:absolute;	
	top:158px;
	left:570px;
}

#header_buy_button{
	position:absolute;	
	top:396px;
	left:566px;
	cursor:pointer;
}

#header_buy_button_white{
	position:absolute;	
	top:255px;
	left:566px;
	cursor:pointer;
}

#header_switches{
	position:absolute;	
	top:583px;
	left:572px;
	cursor:pointer;
}

/* Middle
-----------------------------------------------------------------------------*/
#content {
	padding: 0 0 104px;
}

.block_1{
	height:202px;
	background:url(../img/index/under_header_background.png);
	padding:5px 0 0 6px;
}

	.block_1 .item{
		position:relative;
		width:246px;
		height:195px;
		background:url(../img/index/product_container.png) no-repeat #d3d3d3 left;
		float:left;
	}
	
		.block_1 .item .text{ 
			position:absolute;
			top:38px;
			left:20px;
		}
		
		.block_1 .item .img{ 
			position:absolute;
			bottom:23px;
			right:25px;
		}

.block_2{
	height:71px;
	padding:27px 0 0 0;
}

	.block_2 img{
		float:left;
		display:block;
		margin:0 37px 0;
		cursor:pointer;
	}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 975px;
	margin: -104px auto 0;
	height: 104px;
	font: 12px/15px Myriad Pro, Arial, Helvetica, sans-serif;
	color:black;
}

	#footer .href{
		height:1px;
		background:#787878;
		margin:0 17px 0 16px;
	}
	
	#footer .left{
		float:left;	
		margin:18px 0 0 20px;
	}
	
	#footer .right{
		float:right;
		margin:18px 17px 0 0;
	}

.clear{
	clear:both;	
}





























