body {
	background:#4f5a61 url(../images/layout/header-bg.jpg) repeat-x;
}

.page {
	
	background:url(../images/layout/base-bg.png) repeat-y 50% top;
}

.header {
	height:441px;
}

	.header .header-image {
		width:100%;
		height:441px;
		background:url(../images/layout/header-image.png) no-repeat center top;
	}
	
	.header .header-images {
		width:214px;
		height:214px;
		top:210px;
		left:50%;
	}
	
	.header .image-1 {
		background:url(../images/layout/header-images/1.jpg);
		margin-left:-452px;
	}
	.header .image-2 {
		background:url(../images/layout/header-images/2.jpg);
		margin-left:-222px;
	}
	.header .image-3 {
		background:url(../images/layout/header-images/3.jpg);
		margin-left:8px;
	}
	.header .image-4 {
		background:url(../images/layout/header-images/4.jpg);
		margin-left:238px;
	}
	
	.main-menu {	
		margin:0;	
		width:921px;
		left:50%;
		margin-left:-460px;
		z-index:20;
		top:131px;		
	}
	
		.main-menu li {
			margin:0;
			padding:0;
			background:none;
			width:230px;
			display:block;
			float:left;
			height:71px;
			padding-top:8px;
		}
		.main-menu li.selected {
			background:url(../images/layout/main-menu/selected/bg.png);
		}
		
		.main-menu a {
			display:block;			
			height:63px;
			margin:0 8px;
		}
		.main-menu a.item-1 {
			background:url(../images/layout/main-menu/default/1.png);
		}
		.main-menu a.item-2 {
			background:url(../images/layout/main-menu/default/2.png);
		}
		.main-menu a.item-3 {
			background:url(../images/layout/main-menu/default/3.png);
		}
		.main-menu a.item-4 {
			background:url(../images/layout/main-menu/default/4.png);
		}
		
		.main-menu a.item-1:hover {
			background:url(../images/layout/main-menu/hover/1.png);
		}
		.main-menu a.item-2:hover {
			background:url(../images/layout/main-menu/hover/2.png);
		}
		.main-menu a.item-3:hover {
			background:url(../images/layout/main-menu/hover/3.png);
		}
		.main-menu a.item-4:hover {
			background:url(../images/layout/main-menu/hover/4.png);
		}
		
		.main-menu a.item-1.selected {
			background:url(../images/layout/main-menu/selected/1.png);
		}
		.main-menu a.item-2.selected {
			background:url(../images/layout/main-menu/selected/2.png);
		}
		.main-menu a.item-3.selected {
			background:url(../images/layout/main-menu/selected/3.png);
		}
		.main-menu a.item-4.selected {
			background:url(../images/layout/main-menu/selected/4.png);
		}
		
		
.content {
	width:921px;
	margin:0 auto;
}		
	.content-item {
		width:190px;
		float:left;
		margin:0 20px;
	}

.footer {
	height:135px;
	margin-top:-135px;
	background:url(../images/layout/footer-bg.png) no-repeat center top;
	color:#cbced0;	
}

	.footer a {
		color:#8ed4ff;
	}

	.footer .details {
		width:921px;
		margin:0 auto;
		padding-top:17px;
	}
	
	.footer .content-item {
		text-align:center;
	}
	
	.footer .content-item.first {
		text-align:right;
	}
	.footer .content-item.last {
		text-align:left;
	}
	
	.footer .very-good {
		top:80px;
		left:50%;
		margin-left:-295px;
	}
		.footer .very-good img {
			vertical-align:middle;
			margin-right:6px;
		}
		
	.footer .cr {
		top:92px;
		left:50%;
		margin-left:113px;
	}
	
	.footer .counters {
		left:50%;
		top:84px;
		margin-left:-94px;
	}
	
	.footer .counters img {
		margin-right:10px;
	}


/*div.empty {
	height:135px;
}*/
/*
.content {
	margin:0 auto;
	width:920px;
	margin-top:-17px;
}

table tr td {
	padding:0 20px;
}
*/
