/***** Global Settings *****/

html, body {
	border:0;
	margin:0;
	padding:0;
}

body {
	font:80%/1.25 Tahoma, arial, helvetica, sans-serif;
	background-color: #f3edc7;
	color: #524339;
	text-align: justify;
}

/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
	clear: both;
}
h1 {
	padding:20px 0 5px 0;
	letter-spacing: 1px;
	font:1.2em Tahoma, arial, helvetica, sans-serif;
	color: #928d44;
	border-bottom: dotted 1px #928d44;
}
h2 {
	padding:20px 0 5px 0;
	letter-spacing: 1px;
	font:1.0em Tahoma, arial, helvetica, sans-serif;
	font-weight: bold;
}
h3 {
	font:1.1em Tahoma, arial, helvetica, sans-serif;
	letter-spacing: 1px;
	font-weight: normal;
	margin: 30px 0 20px 0;
	color: #928d44;
	padding: 2px 0 5px 0;
	border-bottom: dotted 1px #928d44;	
}
blockquote {
	margin:22px 40px;
	padding:0;
}
small {
	font-size:0.85em;
}
img {
	border:0;
}
sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}
acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}

.strong{ font-weight: bold;}
.strongUnderline{ font-weight: bold; text-decoration:underline;}

/***** Links *****/

a, a:visited {
	text-decoration:none;
}

/***** Forms *****/

form {
	margin:0;
	padding:0;
	display:inline;
}
input, select, textarea {
	font:1em Tahoma, arial, helvetica, sans-serif;
}
textarea {
	line-height:1.25;
}
label {
	cursor:pointer;
}

/***** Tables *****/

table {
	border:0;
	margin:0 0 18px 0;
	padding:0;
}
table tr td {
	padding:2px;
}

/***** Wrapper *****/

#wrap, #wrapimg {
	width:900px;
	margin:0 auto;
}

/***** Global Classes *****/

.clear 			{ clear:both; margin: 20px 0; }

.floatLeft 		{ float:left; }
.floatRight 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{ float:right;margin:4px 0 4px 10px; }

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }

.width100 		{ width: 100%; }
.width75 		{ width: 75%; }
.width50 		{ width: 50%; }

/***** Header *****/

#header{
	background:url(images/headerbg.jpg) repeat-x #c6c4b4;
	display: block;
	width: 100%;
	height: 220px;
}
#header #wrapimg {
	width: 900px;
	margin:0 auto;
	height: 155px;
}
#header #wrapimg .headerimg{
	margin:25px 0 0 0;
	padding:0;
}
#header #navigation{
	background: url(images/bothnavbg.jpg) repeat-x #bbb899;
}

#nav, #subnav{
	display: block;
	height: 24px;
	width: 631px;
	margin: 0 auto;
	padding: 9px 0 0 269px;
}

#subnav li, #nav li{ 
	display: inline;
	padding:0 26px;
	margin: 0;
	height: 31px;
	position: relative;
}
#subnav li{ padding:0 18px; }
#nav li a{ font-weight: bold;}
#subnav li a:link, #nav li a:link{ color: #645246; text-decoration: none; }
#subnav li a:visited, #nav li a:visited{ color: #645246; text-decoration: none; }
#subnav li a:hover{ color: #feb506; border-bottom: dotted 1px #645246;}
#nav li a:hover{ color: #fff; border-bottom: dotted 1px #645246;}
#subnav li a:active, #nav li a:active{ color: #645246; text-decoration: none; }
#subnav li a.activeItem, #nav li a.activeItem{ color: #feb506;}
#nav li.activeMnu{
	color: #645246;
	font-weight: bold;
	background-color: #fff;
	padding: 8px 26px;
	margin: 0;
	border-left: solid 1px #a8a68a;
	border-right: solid 1px #a8a68a;
}

#subnav li{ background:url(images/splitter.jpg) no-repeat bottom right; }

/***** Content *****/

#left{ display: block; float: left; width: 232px; min-height: 150px; margin: 10px 0; padding: 0;}
#right{ display: block; float: left; width: 632px; min-height: 500px; margin: 10px 0 20px 36px; padding: 0; font:100%/1.50 Tahoma, arial, helvetica, sans-serif;}

#cat{
	margin: 2px 0 0 0;
	padding: 0;
}
#cat li{
	display: block;
	width: 196px;
	height: 26px;
	border-bottom: solid 1px #c1ba9a;
	border-top: solid 1px #f4efd1;
	background-color: #e0d9b8;
	letter-spacing: 1px;
	font:1.0em Tahoma, arial, helvetica, sans-serif;
	color: #96947b;
	padding: 10px 0 0 36px;
}
#cat li.first{
	background-color: #f7f7f4;
	border-bottom: solid 1px #c8c8c8;
}
#cat li a:link{ color: #6d5c51; text-decoration: none;}
#cat li a:visited{ color: #6d5c51; text-decoration: none;}
#cat li a:hover{ color: #feb506; border-bottom: dotted 1px #645246; }
#cat li a:active{ color: #6d5c51; text-decoration: none;}
#cat li a.activeItem{ color: #feb506; }

#right a:link{ color: #6d5c51; text-decoration: none; border-bottom: dotted 1px #645246;}
#right a:visited{ color: #6d5c51; text-decoration: none; border-bottom: dotted 1px #645246;}
#right a:hover{ color: #db7301; border-bottom: dotted 1px #645246; }
#right a:active{ color: #6d5c51; text-decoration: none;}
#right a.activeItem{ color: #db7301; }

.cdetails a:link{ color: #6d5c51; text-decoration: none; border-bottom: dotted 1px #645246;}
.cdetails a:visited{ color: #6d5c51; text-decoration: none;}
.cdetails a:hover{ color: #db7301; border-bottom: dotted 1px #645246; }
.cdetails a:active{ color: #6d5c51; text-decoration: none;}
.cdetails a.activeItem{ color: #db7301; }

#right .leftImg{ float: left; margin: 7px 15px 8px 0; }
#right .rightImg{ float: left; margin: 7px 0 8px 0; }

.cdetails{ padding: 6px 6px 6px 16px; display: block; width: 260px; border-left: solid 1px white; float: right;}
fieldset{
	padding:15px;
	background-color: #dcd5ac;
	border: none;
	margin: 0;
}
label, input{
	display: block;
	float: left;
}
label{ 
	width: 80px;
	clear: left;
	margin: 0 0 6px 10px;
}
input, textarea{ 
	margin: 0 0 6px 10px;
	width: 190px;
}
textarea{ height: 60px;}

#footer {
	width:100%;
	display: block;
	height: 18px;
	clear: both;
}

.avTemp { margin: 20px 0 20px 0; clear:both; display: block; width: 80%; min-height: 100px;  }
.avTemp dt{ float: left; clear:left; width: 40%;  border-bottom: dotted 1px #776f69; margin: 2px 0;}
.avTemp dd{ float: left; width: 22%; border-bottom: dotted 1px #776f69; margin: 2px 0;}

/***** Footer *****/

#footer{
	font:90%/1.25 Tahoma, arial, helvetica, sans-serif;
	width:900px;
	margin:80px auto 0 auto;
	border-top: dotted 1px #524339;
	padding: 20px 0;
}
#footer a:link{ color: #6d5c51; text-decoration: none; border-bottom: dotted 1px #645246;}
#footer a:visited{ color: #6d5c51; text-decoration: none; border-bottom: dotted 1px #645246;}
#footer a:hover{ color: #db7301; border-bottom: dotted 1px #645246; }
#footer a:active{ color: #6d5c51; text-decoration: none;}

/***** Property details *****/

.villa { clear: both; margin: 10px 0; }

.villa .propDetails{ display: block; float: left; width: 300px; margin:10px 0 30px 20px; padding:0;}
.villa .propDetails dt{ clear: left; float: left; width: 120px; margin:2px; padding:0;}
.villa .propDetails dd{ float: left; width: 160px; margin:2px; padding:0;}

.villa p{ margin: 6px 0 0 20px; padding:0; display:block; float:left;}

.villa a:link{ color: #db7301; text-decoration: none; border-bottom: dotted 1px #645246;}
.villa a:visited{ color: #6d5c51; text-decoration: none; border-bottom: dotted 1px #645246;}
.villa a:hover{ color: #db7301; border-bottom: dotted 1px #645246; }
.villa a:active{ color: #6d5c51; text-decoration: none;}

.villa .villaDetails{ clear: both;display: block; float: right; width: 210px; margin: 0 0 16px 0; padding:0;}
.villa .villaDetails dt{ clear: left; float: left; width: 120px; margin:2px; padding:0;}
.villa .villaDetails dd{ float: left; width: 80px; margin:2px; padding:0;}

.villa .subTitle{ float: right; clear:right; display: block; text-align: left; font-weight: bold; width: 210px; margin: 0 0 10px 0; text-decoration:underline;}
.villa img{ border: solid 8px white;}

.moreDetails{ display: block; float: left; width: 150px; margin: 0 0 16px 0; padding:0; background-color: #e8e2be; border-right: solid 1px #f3edc7;}
.moreDetails dt{ clear: left; float: left; width: 110px; margin:2px; padding:2px;}
.moreDetails dd{ float: left; width: 20px; margin:2px 10px 2px 2px; padding:0;}

.moreInfo{ float: right; padding:10px 0 5px 0; margin: 0 0 0 20px;}
.descr{ background:url(images/comment.gif) no-repeat 0px 2px; text-indent: 20px;}
.addit{ background: url(images/add.gif) no-repeat 0px 2px; text-indent: 20px;}
.best{ background:url(images/best.gif) no-repeat 0px 2px; text-indent: 20px;}
.new{ background:url(images/new.gif) no-repeat 150px 10px;}

#reservation fieldset{
	padding:15px;
	background-color: #dcd5ac;
	border: none;
	margin: 0 0 10px 0;
	clear:both;
}
#reservation legend{ 
	font-weight: bold;
	color: #524339;
	margin: 5px 0 10px 0;
}
#reservation label, #reservation input{
	display: block;
	float: left;
}
#reservation label{ 
	width: 140px;
	clear: left;
	margin: 0 0 6px 10px;
}
#reservation .radio{
	width: 16px;
	clear: none;
}
.radiobuttons{ display: block; margin:0; padding:0;}
.radiobuttons li{ list-style: none; float: left; clear:none; display: block; padding: 6px;}

.message{ display: block; padding: 6px; background-color:#66CC66; } 
.error{ display: block; padding: 6px; background-color:#CC0000; color: #FFFFFF; } 

#reservation input, #reservation textarea{ 
	margin: 0 0 6px 10px;
	width: 220px;
}
#reservation textarea{ height: 60px;}
#reservation br{ clear:both;}

input.invalid { background: #faa; }
input.valid { background: #afa; }

.holvilla{ margin: 40px 0 0 0; clear:both; outline: none; border: none; }
