/*One Stop Travel | Hayward Pool Products Clean Get-Away Promotion Site CSS | (c) 2009, NetPass, LLC, All Rights Reserved*/

html{
	height:100%;
	margin:0;
	padding:0;
}
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	background:url('../images/bg.jpg') repeat;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
img{
	border:0;
}

/*Generic Classes*/

.left {
  float:left;
}

.right {
  float:right;
}

.clear {
	clear:both;
	height:1px;
}

.nomar {
  margin:0px;
}
.yellow{
	color:#ffff33;
}
.topmar{
	margin-top:10px;
}
.toppad{
	padding-top:10px;
}
.list_number{
	list-style:decimal;
}
.smallfont{
	font-size:10px;
}
.center{
	text-align:center;
}
.bold{
	font-weight:bold;
}
#main_body a{
	color:#cc0000;
}
#main_body a:hover{
	color:#000000;
}
#container {
	width:790px;
	background: url('../images/container_bg.jpg') repeat-y;
	min-height:100%;
	margin:0px auto;
	padding:0;
}

h2.heading{
	color:#0199cc;
	font-size:14px;
	margin:0;
}
.white{
	color:#ffffff;
}
.blue_dotted{
	border-top:2px dotted #0199cc;
}
.blue_dotted_bottom{
	border-bottom:2px dotted #0199cc;
}
/****** Destination Top ******/
#current_dest{
	
	width:100%;
	background-color:#004d9d;
	height:50px;
	margin-bottom:10px;
	line-height:40px;
	vertical-align:bottom;

}

.current_inner{
	padding:10px;
	text-align:right;
}
.current_dest_field{
	background-color:#ffffff;
	border:1px solid black;
	padding:2px;

}
/****** Left Side ******/
#left_side{
	float:left;
	width:240px;
	padding:0 5px;
	color:#ffffff;
	min-height:650px;

}

#logo{
	width:100%;
	text-align:center;
}
/***** Main Body *****/
#main_body{
	float:left;
	padding:5px 10px;
	width:520px;
}

/**** Reservation Card ****/
.reserve_card{
	border:1px solid #0199cc;
	min-height: 230px;
	background-color:#ffffff;
	background: url('../images/gradient_bg.jpg') repeat-x top;
	padding:10px;
	margin-bottom:10px;
}
.reserve_card ul{
	list-style:none;
	margin-left:5px;
}
.reserve_card ul li{
	list-style:none;
	padding:2px;
}
.res_info{
	width:340px;
	float:left;

}
.res_photo{
	float:right;
}

.res_photo img{
	height:90px;
	width:150px;
}
/**** Navigation Menu ****/
#nav_menu ul{

	margin:0;
	padding:0;
	border-bottom:1px dotted #ffffff;

}
#nav_menu ul li a{
	color:#fff;
	text-decoration:none;
}
#nav_menu ul li{
	border-top:1px dotted #ffffff;
	padding:5px;
	cursor:pointer;
	cursor:hand;

}

#nav_menu ul li:hover{
	background-color:#fd3b39;

}
#nav_menu ul li a:hover{

	color:#ffff66;

}
.terms a{
	color: #ffffff;
}
.terms a:hover{
	color: yellow;
}
/****** Destination Page ******/

#dest_listing{
	margin:0;
	padding:0;
}
#dest_listing ul .dest_header {
	font-weight:bold;
	list-style:none;
	margin:0;
	padding-left:0;
	display:inline;
	
}

#dest_listing ul {
	list-style:none;
	margin:0;
	padding:0;
	display:inline;
	

}
#dest_listing ul li, #dest_listing ul li.dest_header{
	margin:0;
	padding-left:0;
}

#dest_listing ul li a{
	color:#cc0000;	
}

#dest_listing ul li a:hover{
	color:#000000;
}

table#reservation_form_table{
	width:100%;
	font-size:11px;
}
table#reservation_form_table input, table#reservation_form_table select{
	vertical-align:middle
}

#reservation_form_table input.med{
	width:145px;
}

#reservation_form_table input.large{
	width:330px;
}
#reservation_form_table input.small{
	width:65px;
}
#reservation_form_table input.tiny{
	width:30px;
}
#reservation_form_table input.small_med{
	width:104px;
}

#reservation_form_table input.med_large{
	width:135px;
}
