/*
	Western Webs December 2009
	Author: Miguel Martinez
	Date: 29/06/2009
*/
body {
	background: #FFFFFF url(../images/bg.jpg) repeat-x;
	margin: 0;
	padding: 0;
	line-height:1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#container {
	width: 900px;
	margin: 0px auto;
	padding:40px 0px 0px 0px;
	background: #FFFFFF ;
	border-left:5px solid   #003300;
	border-right:5px solid #003300;
	border-bottom:5px solid #003300;
}
#main_content{
	background:url(../images/bg_menu.jpg) repeat-y;
}
#menu{
	float: left;
	display:inline;
	width:190px;
	background: #FFFFFF url(../images/bg_menu.jpg) repeat-y;
	padding:0px 0px 0px 0px;
}
div#logo{
	 background:#FFFFFF;
	 width:190px;
}
div#logo a{height:150px; background-position:0 0; float:left; display:inline}
#deerpark_logo{background-image:url(../images/deerpark_logo.jpg); width:190px; text-indent:-9999px;}

#buttons{
	margin-top:20px;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
}
#buttons ul{
margin:0;
padding:0;
list-style:none;
text-align:center;

}
#buttons li{
text-decoration:none;
background: #FFFFFF url(../images/bg_button.jpg) no-repeat;
height:28px;
padding:12px 0px 0px 0px;
width:190px;
}
#buttons a{
color:#FFFFFF;
text-decoration:none;

}
#buttons a:hover{
color: #66CC33;
text-decoration: underline;
}

#content{
background: #FFFFFF ;
border:10px solid #A67133;
width:660px;
margin: 0px 0px 20px 200px;
padding:0px 0px;
}
#intro{ min-height:400px; margin: 20px 0px 20px 50px; color: #666666}
#intro h1{ margin: 20px 0px 20px 0px; font-size:1.3em; font-weight:bold; color:#006600; text-align:center}
.contact_title{margin: 20px 0px 20px 0px; font-size:1.3em; font-weight:bold; color:#006600; text-align:center}
/* IE ignores styles with [attributes], so it will skip the following. */
#footer{
width:900px;
height:60px;
padding: 25px 0px 0px 0px;
border: 0px solid white;
background: #003300;
/*background-image:url('../images/brown.png');*/
}
#foot_content{
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	margin-top:10px;
}
#foot_content a{
	text-decoration:none;
	color:#FFFFFF;
}
#foot_content a:hover{	
	color: #66CC33;
}

#links_content{ font-size:10px; margin:15px;}
#clients{ font-size:0.9em; text-align:right}
#clients a{ color:#003300; font-weight:bold; text-decoration:none}
#clients a:hover{ text-decoration:underline}

.left{ float:left; display:inline;}
.left_column{ width:420px; margin:20px 0px 20px 0px}
.right_column{ margin:20px 0px 0px 30px}
.thumb{ margin-right:40px;}
.title{ margin: 10px 0px 10px 20px; padding:2px 0px; color:#996633; font-size:14px}
.detail{ width:580px; margin-bottom:40px}
.pic{ width:350px}


/* BOOKING BOX*/
#banner_booking{
margin:0px 0px 0px 15px;
background-color:#ADB8BB;
height:45px;
width:620px;
border:5px solid #DDDDDD;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
color: #555555;
}
div#banner_booking div { float:left; padding:5px 15px 0px 15px;}
#booking_title{ font-size:18px;margin-left:25px; margin-top:5px}
#num_nights select{ font-size:10px}
#Dep{ color:#000000}
#button{ margin-top:5px;}
#banner_booking input { width:150px;}

#banner_booking #accubookCheckInRow,#banner_booking #accubookCheckOutRow,#banner_booking #accubookSearchRow{ 			
	clear:none;
	padding:5px 5px 0;
}
#banner_booking #checkinLbl, #banner_booking #checkinDay, #banner_booking #checkinMonth,#banner_booking #checkoutLbl, #banner_booking #checkoutDay, #banner_booking #checkoutMonth{
	padding:5px 5px 0;
}
#banner_booking #accubookSearchButton{
	width:100px;
}