/* Master CSS Document - Villa Ocaso */

body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	background:#000;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl {
	margin-left: 10px;
	margin-right: 10px;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 5px;
	margin-bottom: 0;
}

h1+p, h2+p, h3+p, h4+p { margin-top: 10px; }

h1 {
}

h2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:white;
}

h3 {
}

h4 {
}

h5 {
}

.clearboth { clear: both; margin:0; padding:0; }

ul {
	padding:0;
}

li {
}

#container {
	background:#000;
	width: 1000px;
	height: auto;
	margin:0 auto;
	padding:0;
	margin-top:35px;
}

#header {
	margin:0;
	padding:0;
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	color:#cc9966;
}

#header ul {
}

#header ul li {
	font: 14px sans-serif;
	text-transform:uppercase;
	display:inline;
	padding:0 30px 0 30px;
}

/* Menu */
#menu {
	padding-top:0;
	text-align:center;
	width:970px;
	height:30px;
	padding:15px;
}

#menu a {
	display:inline;
	width:auto;
	height:auto;
	font: 14px sans-serif;
	text-transform:uppercase;
	color:#988265;
	text-decoration: none;
	padding:10px 35px 10px 35px;
}

#menu a:hover {	
	width:auto;
	height:auto;
	background:url(../image/menu_glow.gif) no-repeat center center;
	color: #800000;
}

#menu a.current {
	background:url(../image/menu_glow.gif) no-repeat center center;
	color:#800000;
}

/* Content */
.home {
	width:1000px;
	height:500px;
	background:url(../image/background01.jpg);
}

.gallery {
	width:1000px;
	height:500px;
}

.villa {
	width:1000px;
	height:500px;
	background:url(../image/background03.jpg);
}

.surroundings {
	width:1000px;
	height:500px;
	background:url(../image/background04.jpg);
}

.error {
	width:1000px;
	height:500px;
	background:url(../image/background06.jpg);
}

#main {
	margin:0 auto;
	width:auto;
	height:auto;
	margin:5px 0 5px 0;
}

#footer {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	background:#000;
	text-align:center;
}

#footer .left {
	width:160px;
	height:40px;
	padding:0;
	margin:0;
	float:left;
	text-align:right;
	padding:20px;
	color:#2e2e2e;
	font-weight:bold;
}

#footer .logo {
	width:600px;
	height:75px;
	float:left;
	border:none;
}

#footer .logo a {
	width:auto;
	height:auto;
	padding:0;
}

#footer .logo a img {
	border:green;
}

#footer .logo a:hover {	
	width:600px;
	height:75px;
	float:left;
	background:url(../image/glow_pulse.gif) top center no-repeat;
}

#footer .right {
	width:160px;
	height:40px;
	padding:0;
	margin:0;
	float:left;
	text-align:left;
	padding:20px;
	color:#2e2e2e;
	font-weight:bold;
}

.fs_expand {
	float:left;
	text-decoration:none;
	margin:0;
	padding:5px 10px 5px 10px;
	width:100px;
	height:20px;
	font-size:12px;
	font-weight:bold;
	color:#800000;
	text-align:left;
	background:#000;
}

.textbox_villa {
	width:620px;
	height:auto;
	float:right;
	margin:0;
	padding:0;
	color:black;
	font-weight:bold;
}

.fs_expand_wrapper_villa {
	width:auto;
	height:auto;
	float:right;
	margin:0;
	padding:0;
	clear:both;
}

.colLeft {
	width:350px;
	height:auto;
	margin:0;
	padding:10px 0 5px 15px;
	list-style-type:square;
	float:left;
	margin-left:15px;
	color:#000;
}

.colRight {
	width:550px;
	height:auto;
	margin:0;
	padding:10px 0 5px 15px;
	list-style-type:square;
	float:left;
	color:#000;
}

.textbox_style01 {
	width:750px;
	height:155px;
	float:left;
	margin:0 0 0 24px;
	padding:0;
	color:black;
	font-weight:bold;
}

.textbox_style01 p {
	margin-top:9px;
	margin-bottom:5px;
}

.textbox_style02 {  /* Heart */
	width:150px;
	height:120px;
	float:right;
	margin:25px 55px 0 0;
	padding:0;
	color:black;
	font-weight:bold;
	background:url(../image/heart_text.png);
}

.textbox_style03 {  /* Copyright, Private Villa, General Enquiries */
	width:auto;
	height:17px;
	color:#666;
	font-weight:bold;
	font-size:10px;
	float:left;
	margin:0 20px 0 20px;
}

.textbox_style04 {  /* Links */
	width:440px;
	height:150px;
	float:right;
	margin:170px 0 0 0;
	font-weight:bold;
	color:#000;
}

.textbox_style05 {  /* Error Page */
	width:650px;
	height:150px;
	float:left;
	margin:20px 0 0 60px;
	font-weight:bold;
	color:#000;
}


a { outline: 0 none; }

a {
	color:black;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

