#header {
	height: 262px;
	width: 750px;
}

/** LOGO **/
.headerlogo {
	height: 262px;
	width: 505px;
}

.logo a {
	display:block;
	border: none;
}

.logo {
	display:block;
	float:left;
	height: 166px;
	width: 297px;
	background: url(../img/logo.jpg) no-repeat left top;
	cursor: pointer;
}

/** GIRL **/
.headerimg {
	width: 245px;
	height: 262px;
	background: url(../img/softailorgirl.jpg) no-repeat top;
}

/** HEADER */
.hh {
	background: url(../img/headermenubg.gif) no-repeat 0 0;
	margin: 0px;
	padding: 0p;
}

.headermenu {
	width: 495px;
	height: 45px;
	display: block;
	list-style: none;
	margin: 0px;
	margin-top: 5px;
	padding-left: 10px;
}

.headermenu li {
	display: inline;
	float: left;
	list-style: none;
	width: 200px;
}

.headermenu li a {
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	font-weight: bold;
	color: #f2f2f2;
	text-indent: 40px;
	text-decoration: none;
	text-align: left;
	padding: 8px 0 0 10px;
	display: block;
	height: 32px;
}

.headermenu li a:hover {
	color: #ffffff;
}

#contact a {
	background: url(../img/contact-off.jpg) no-repeat;
}

#contact a:hover {
	background: url(../img/contact-on.jpg) no-repeat;
}

#customer a {
	background: url(../img/customer-off.jpg) no-repeat;
}

#customer  a:hover {
	background: url(../img/customer-on.jpg) no-repeat;
}

/**END HEADER MENU**/ /** GRAY BOX **/
.greybox {
	width: 196px;
	height: 166px;
	background: url(../img/greybg.jpg) no-repeat 0 0;
	padding: 0 0 0 12px;
}

.headertext {
	font-family: Verdana, Arial;
	font-size: 13px;
	font-weight: bold;
	color: #f4f4f4;
	text-transform: uppercase;
	text-align: left;
	padding: 0 0 0 px;
	margin: 90px 0 0 0;
	border-left: 2px solid #e4e4e4;
}

/**COUNTRY LIST**/
.country-list {
	display: block;
	padding: 0 0 0 0; list-style-type : none;
	text-align: center;;
	list-style-type: none;
}

.country-list li {
	display: inline;
	cursor: pointer;
	list-style-type: none;
	width: 20px;
	height: 20px;
	float: left;
	text-decoration: none;
}

.english {
	background: url(../img/flag/flag_en.gif) 0 0 no-repeat;
}

.french {
	background: url(../img/flag/flag_fr.gif) 0 0 no-repeat;
}

.headerbottommenu {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

.headerbottommenu a,.headerbottommenu a:AFTER,.headerbottommenu a:BEFORE {
	text-indent: 20px;
	text-decoration: none;
	font-family:Tahoma;
	font-size: 14px;
	color: gray;
	font-weight: bold;
	color: gray;
}