@charset "utf-8";
#Header {
	display: block;
	height: 140px;
	padding-top: 22px;
	/* [disabled]background-image: url(../designs/HeaderBg.jpg); */
	background-repeat: repeat-x;
}
#HeaderLogo {
	display: block;
	height: 130px;
	width: 220px;
	float: left;
	padding-left: 10px;
	padding-bottom: 12px;
}
#HeaderContent {
	display: block;
	float: right;
	height: 140px;
	width: 770px;
}
#HeaderInfo {
	display: block;
	padding-left: 15px;
	height: 90px;
}

#HeaderRight {
	display: block;
	float: right;
	width: 320px;
}
#HeaderLeft {
	display: block;
	float: left;
	width: 420px;
	height: 75px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#HeaderLeft #HolidayIQ {
	display: block;
	float: left;
	height: 75px;
	width: 170px;
	margin-right: 10px;
}
#HeaderLeft #CCR {
	display: block;
	float: left;
	height: 75px;
	width: 240px;
}


#HeaderContent #Helpline {
	display: block;
	height: 30px;
	float: right;
	width: 270px;
	background-image: url(../designs/phone.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #000;
	font-size: 13px;
	font-weight: bold;
	padding-left: 50px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#HeaderContent #LikeBox {
	display: block;
	float: right;
	height: 30px;
	width: 200px;
	clear: both;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#HeaderContent #LikeBox .FB {
	display: block;
	float: left;
	height: 35px;
	width: 100px;
}
#HeaderContent #LikeBox .GPlus {
	display: block;
	float: left;
	height: 35px;
	width: 100px;
}

#HeaderContent #SearchBox {
	display: block;
	float: right;
	height: 30px;
	width: 230px;
	clear: both;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#HeaderContent #SearchBox #sa{
	display: block;
	float: left;
	height: 30px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #A6C400;
	border-right-color: #A6C400;
	border-bottom-color: #A6C400;
	border-left-color: #A6C400;
	color: #A6C400;
	background-color: #FAFFD9;
}
#HeaderContent #SearchBox #q {
	display: block;
	float: left;
	height: 20px;
	background-color: #FAFFD9;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A6C400;
	border-right-color: #A6C400;
	border-bottom-color: #A6C400;
	border-left-color: #A6C400;
	color: #666;
	width: 120px;
}

#HeaderContent #Menu {
	display: block;
	height: 40px;
	float: right;
	width: 750px;
	clear: both;
}
#Menu ul {
	list-style-type: none;
	margin: 0px;
	display: block;
	height: 20px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#Menu ul li {
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 4px;
}
#Menu ul li a {
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	height: 22px;
	color: #666;
	padding-top: 3px;
	float: left;
}

#Menu ul li a:hover {
	background-color: #A6C400;
	border-radius: 5px;
	color: #FFF;
}
#Menu ul .active a {
	background-color: #A6C400;
	border-radius: 5px;
	color: #FFF;
}
#Menu .highlight a {
	font-weight: bold;
	text-decoration: blink;
	color: #F90;
	font-size: 15px;
}
