@charset "UTF-8";
@import url("global.css");
@import url("layout.css");

.page.home { background: url('/Templates/V3/Public/images/bg_home_page.png') repeat-x; }
.page.home .header {
	background: url('/Templates/V3/Public/images/bg_home_header.jpg') no-repeat top center;
	height: 278px;
	text-align: center;
}
.page.home .promo {
	position: absolute;
	top: 10px;
	right: 0;	
}
.page.home .logo { top: 60px;}
.page.home .search { top: 65px; }
.page.home .footer { width: 390px; top: 0; }
.page.home .menu.bottom { 
	border: 0;
	background: url("/Templates/V3/Public/images/dbl_line.png") repeat-x bottom; 
	text-align: center; 
	padding: 0 0 15px 0;
}