@charset "utf-8";
/*-------------------------
			Body
-------------------------*/
body{
	background:url(../assets/images/skin/w-bg.png) repeat-x top #FFF3E3;
}

body, a {
	font-size: 11px !important;
	font-weight: normal !important;
}

/*-------------------------
		Containers
-------------------------*/
.outer{
	margin:0 auto 0 auto;
	padding:0px;
	max-width:965px;
	min-width:965px;
	width:965px;
}
.head{
	height:185px;
}
.container{
	position:absolute;
	width:965px;
	top:160px;
}
.content{
	position:relative;
	float:left;
	width:960px;
}
.menu{
	position:relative;
	float:right;
	width:150px;
   }
/*-------------------------
		Header
-------------------------*/
h1.header {
	width: 965px;
	height: 160px;
	background:url(../assets/images/skin/cheapholidays-header.jpg) no-repeat center top;
}
h1.header a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-indent: -5000px;
}
/*-------------------------
		Content
-------------------------*/
h1{
	color:#F4242A;
	font:18px/24px  bolder Arial, Helvetica, sans-serif;
	text-decoration:none;
}
h1 a, h1 a:active, h1 a:visited{
	color:#F4242A;
	font:22px/36px bolder  Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
h1 a:hover{
	color:#FF262C;
}
h2{
	color:#000000;
	font:36px/42px  bolder Arial, Helvetica, sans-serif;
}
.menu-top{
	margin-top:20px;
	margin-bottom:20px;
}
p{
	margin-top:10px;
	width:960px;
	color:#BB7232;
	text-align:justify;
}
/*-------------------------
	White Right Panels
-------------------------*/
.p1{
	width:150px;
	background:#FFFFFF url(../assets/images/skin/w-p1.png) no-repeat top;
	margin-bottom:20px;
}
.p2{
	background:url(../assets/images/skin/w-p2.png) no-repeat bottom;
	padding:0 5px 10px 5px;
}
p.t1{
	margin-top:20px;
	width:650px;
	color:#000000;
	text-align:justify;
}
/*-------------------------
		Links
-------------------------*/
a, a:visited, a:active{
	color:#334C95;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-decoration:underline;
}
a:hover{
	color:#F4242A;
}
/*-------------------------
			inputs
-------------------------*/
input{
	border:2px solid #FFCACB;
	width:150px;
}

ul ul {
	margin-left: 20px;
}

ul li {
/*-----------------
	background: url(../assets/images/skin/bullet.png) no-repeat 0 3px;
	padding-left: 16px;
-------------------------*/
}

#searchForm label {
	display: none;
}
