

/*  --- --- --- --- --- --- --- --- --- --- --- ---
--- --- --- ---        BUILD        --- --- --- ---
--- --- --- --- --- --- --- --- --- --- --- ---  */


.WIDTH {
	margin: 0 auto;
	width: 960px;
	}


/*  --- --- --- --- --- --- --- --- --- --- --- ---
--- --- --- ---       HEADER        --- --- --- ---
--- --- --- --- --- --- --- --- --- --- --- ---  */


.FULL-header {
	background: url('../_images/layout/index/header/bg.png') repeat-x 0 0;
	width: 100%;
	}
	
.FULL-header .WIDTH {
	height: 112px;
	padding: 19px 0;
	position: relative;
	}

.FULL-header .FULL-header-logo {
	background: url('../_images/layout/index/promo/logo.png') no-repeat 0 0;
	border-right: 1px #1d70a8 solid;
	float: left;
	height: 113px;
	position: relative;
	padding-right: 43px;
	width: 266px;
	z-index: 90;
	}
	
.FULL-header .FULL-header-search {
	border-left: 1px #2592db solid;
	float: left;
	height: 113px;
	padding-left: 25px;
	position: relative;
	z-index: 90;
	}
	
.FULL-header .FULL-header-search .FULL-header-search-area {
	background: url('../_images/layout/index/promo/search/bg.png') no-repeat 0 0;
	overflow: hidden;
	margin: 15px 0px 5px;
	padding: 8px 8px 8px 9px;
	width: 492px;
	}
	
.FULL-header .FULL-header-search .FULL-header-search-area #FULL-header-search-keywords {
	background: url('../_images/layout/index/promo/search/input.png') no-repeat 0 0;
	color: #888888;
	float: left;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	height: 17px;
	line-height: 17px;
	margin: 1px 6px 0 0;
	padding: 10px 10px 10px 8px;
	width: 401px;
	}
	
.FULL-header .FULL-header-search .FULL-header-search-area #FULL-header-search-keywords:focus {
	color:Ê#4d4d4d;
	font-style: normal;
	font-weight: bold;
	}
	
.FULL-header .FULL-header-search .FULL-header-search-area #FULL-header-search-button {
	background: url('../_images/layout/index/promo/search/button.png') no-repeat 0 0;
	cursor: pointer;
	float: left;
	font-size: 0;
	height: 40px;
	margin: 0 0 0;
	text-indent: -9999px;
	width: 50px;
	}
	
.FULL-header .FULL-header-search .FULL-header-search-area #FULL-header-search-button:hover {
	background-position: 0 -46px;
	}
	
.FULL-header .FULL-header-sunburst {
	background: url('../_images/layout/index/header/sunburst.png') no-repeat 0 0;
	height: 150px;
	left: -100px;
	position: absolute;
	top: -1px;
	width: 803px;
	z-index: 30;
	}
	
.FULL-header .FULL-header-berty {
	background: url('../_images/layout/index/header/berty.png') no-repeat 0 0;
	height: 150px;
	position: absolute;
	right: 0;
	top: 0;
	width: 447px;
	z-index: 40;
	}
	
/* NAVIGATION */
	
ul.HEADER-navigation {
	float: left;
	height: 31px;
	}
	
ul.HEADER-navigation li {
	cursor: pointer;
	float: left;
	height: 31px;
	margin-right: 3px;
	}
	
ul.HEADER-navigation li a, ul.HEADER-navigation li a:visited, ul.HEADER-navigation li a:hover {
	color: #ffffff;
	text-decoration: none;
	}
	
ul.HEADER-navigation li strong {
	background: url('../_images/layout/full/navigation.png') no-repeat -9999px -9999px;
	color: #ffffff;
	float: left;
	font-size: 13px;
	font-weight: bold;
	height: 31px;
	line-height: 29px;
	padding-left: 11px;
	position: relative;
	text-align: right;
	}
	
ul.HEADER-navigation li:hover strong {
	background-position: 0 0;
	}
	
ul.HEADER-navigation li.HEADER-navigation-home strong {
	background-position: 0 -37px;
	}
	
ul.HEADER-navigation li span {
	background: url('../_images/layout/full/navigation.png') no-repeat -9999px -9999px;
	display: block;
	float: left;
	height: 31px;
	width: 11px;
	}
	
ul.HEADER-navigation li:hover span {
	background-position: right 0;
	}
	
ul.HEADER-navigation li.HEADER-navigation-home span {
	background-position: right -37px;
	}


/*  --- --- --- --- --- --- --- --- --- --- --- ---
--- --- --- ---      NAVIGATION     --- --- --- ---
--- --- --- --- --- --- --- --- --- --- --- ---  */


.FULL-navigation {
	background: url('../_images/layout/index/navigation/bg.png') repeat-x 0 0;
	display: none;
	height: 32px;
	padding: 10px 0;
	width: 100%;
	}
	
	
/*  --- --- --- --- --- --- --- --- --- --- --- ---
--- --- --- ---       CONTENT       --- --- --- ---
--- --- --- --- --- --- --- --- --- --- --- ---  */


.CONTENT {
	background: #ffffff;
	margin: 0;
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
	}
	

/*  --- --- --- --- --- --- --- --- --- --- --- ---
--- --- --- ---       FOOTER        --- --- --- ---
--- --- --- --- --- --- --- --- --- --- --- ---  */


.FULL-footer {
	margin: 15px 0 30px;
	}
	
	