/*global-reset*/
/* GLOBAL RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-family:myriad pro, arial, tahoma;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/
.clear{
	clear:both;
}
.left{
	float:left;
}
.right{
	float:right;
}
/* CSS style */
.container{
	padding:30px 0 0 35px;
	margin:0;
	min-width:960px;
	_width:960px;
}
#logo{
	background:url(images/polzeath_logo.jpg) no-repeat;
}
#logo a{
	width:481px;
	height:44px;
	overflow:hidden;
	display:block;
}

/* nav */
.green_bg{
	background: #18828b;
	overflow:hidden;
 }
#logo{
	text-decoration: none;
	text-indent: -99999px;
}
#nav_bg{
	padding: 20px 0 0;
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav li{
	float: left;
	margin: 0 25px;
	_margin:0 20px;
	padding-top:10px;
}
#nav li a{
	display: block;
	text-indent:-99999px;
}
/* sub menu */
#nav li ul {
	position: absolute;
	width: 150px;
	left: -999em;
	margin:0;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
#nav li ul li{
	border-bottom: 1px solid #156F75;
	background: #18828B;
	padding:10px;
}
#nav li ul li:hover, #nav li ul li.active{
	left: auto;
	background: #18828B;
}
#nav li ul li, #nav li ul li:hover{
	margin:0;
	_padding:10px 20px;
}
#nav li ul li a{
	width: 150px;
	padding:0;
	height:24px;
}
#nav_home{
	background: url(images/nav_home.jpg) no-repeat left top;
	height:36px;
	width:72px;
}
#nav_home:hover, #nav li.active #nav_home{
	background: url(images/nav_home.jpg) no-repeat  0 -35px;
}
#nav_properties{
	background: url(images/nav_properties.jpg) no-repeat left top;
	height:36px;
	width:143px;
}
#nav_properties:hover, #nav .active #nav_properties{
	background: url(images/nav_properties.jpg) no-repeat 0 -35px;
}
#nav_area{
	background: url(images/nav_area.jpg) no-repeat left top;
	height:36px;
	width:72px;
}
#nav_area:hover, #nav_bg .active #nav_area{
	background: url(images/nav_area.jpg) no-repeat  0 -35px;
}
#nav_information{
	background: url(images/nav_information.jpg) no-repeat left top;
	height:36px;
	width:144px;
}
#nav_information:hover, #nav_bg .active #nav_information{
	background: url(images/nav_information.jpg) no-repeat  0 -35px;
}
#nav_booking{
	background: url(images/nav_booking.jpg) no-repeat left top;
	height:36px;
	width:108px;
}
#nav_booking:hover, #nav_bg .active #nav_booking{
	background: url(images/nav_booking.jpg) no-repeat  0 -35px;
}
#nav_contact_us{
	background: url(images/nav_contact_us.jpg) no-repeat left top;
	height:36px;
	width:141px;
}
#nav_contact_us:hover, #nav_bg .active #nav_contact_us{
	background: url(images/nav_contact_us.jpg) no-repeat  0 -35px;
}
/* sub menu properties */
#sub_sundeck{
	background: url(images/sub_sundeck.jpg) no-repeat left top;
	height:17px;
	width:87px;
}
#sub_jay{
	background: url(images/sub_jay.jpg) no-repeat left top;
	height:17px;
	width:87px;
	display:block;
}
#sub_bluebird{
	background: url(images/sub_bluebird.jpg) no-repeat left top;
	height:17px;
	width:87px;
}
/*footer*/
#footer{
	padding:20px 10px;
	background: #146D73;
}
html, body, #wrap {
	height: 97.5%; 
	_height: 97.45%; 
}
@media screen and (-webkit-min-device-pixel-ratio:0){ 
	html, body, #wrap { height:97.65%;}
	}
body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 20px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -20px; /* negative value of footer height */
	height: 20px;
	clear:both;
} 
/* fonts */
h2{
	color:#6a6d74; 
	font-size:24px;"
}
p, .listing_p ul li{
	font-family:myriad pro, arial, verdana;
	color:#4e5453;
	text-align:justify;
	font-size:14px;
}
.p_line_height{
	line-height: 150%; 
	letter-spacing: 0.15em; 
}
/*booking*/
.label_textinput_pair{
	margin:20px;
	overflow:hidden;
}
label{
	padding-right:20px 10px;
}
input{
	width:250px;
	padding:5px;
	border: 1px solid #333333;
}
#sendmail{
	width:100px;
	cursor:pointer;
	
	float:right;
}
.sendmail{
	width:460px;
}

