body {
	background: white url(/images/background.jpg) repeat-x;
	scrollbar-face-color: #E7E7EF;
	scrollbar-shadow-color: #585858;
	scrollbar-highlight-color: #CACACA;
	scrollbar-3dlight-color: #585858;
	scrollbar-darkshadow-color: #585858;
	scrollbar-base-color: #A6A6A6;
	scrollbar-arrow-color: #EAEAEA;
	font-size: 14px;
	color: #6D5D4F;
	font-family: Georgia, Arial, sans-serif;
	margin: 0px;
	height:100%;
}

ol, ul { list-style: none; }

#page {
	width: 1000px;
	margin: 0 auto;
	height:100%;
}
#header {
	background: url(/images/header-bg.jpg) no-repeat;
	width: 1000px;
	height:130px;
}
#logo {
	margin:0;
	float:left;
	width:600px;
	height: 94px;
}
#logo a {
	width:450px;
}

#top-right-links {
	margin-top: 10px;
	float:right;
	text-align: right;
	line-height: 2em;
	color:white;
	width:300px;
}
#top-right-links h4,h5 {
	color:white;
	margin: 3px 0px 3px 0px;
}
#top-right-links a,a:visited,a:link {
	color:lightblue;
	font-size: 16px;
}

#navi {
	width: 550px;
	float:right;
	border-top:1px solid powderblue;
}

#main {
	width:1000px;
	float:left;
	margin:10px 0;
}

#left {
	width:280px;
	margin: 0;
	float:left;
	margin:0px;
	clear:none;
}
#center {
	width:710px;
	float:right;
	padding:none;
	clear:none;
	margin:0;
}
#footer {
	background: url(/images/footer-background.jpg) repeat-x;
	width:100%;
	margin-top:10px;
	padding-top:30px;
	clear:both;
	text-align: center;
	color:white;
}
#footer p {
	color:white;
}
#footer a,a:visited,a:link {
	color:lightblue;
}

#slide-left {
	position: relative;
	margin-top: 10px;
	width: 280px;
}
#slide-left  img{
	 box-shadow: 0 0 1em #6D5D4F;
	-moz-box-shadow:  0 0 1em #6D5D4F;
	-webkit-box-shadow:  0 0 1em #6D5D4F;
}

/************************************************
*	Featured Properties
************************************************/
#featured-properties {
	background:white;
	font-size:12px;
	width:660px;
	margin-top:-10px;
	margin-left:10px;
	padding-left:10px;
	padding-top:10px;
	 box-shadow: 0 5px 1em silver;
	-moz-box-shadow:  0 5px 1em silver;
	-webkit-box-shadow:  0 5px 1em silver;

	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;

	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;

	border-top-left-radius: 0px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
#featured-properties #title {
	margin:0;
	padding:0;
}
#featured-properties #title h3 {
	font-family: 'Adobe Garamond Pro Bold', 'Adobe Garamond Pro', Georgia, Arial, sans-serif;
	border-bottom: 1px solid tan;
	font-size: 24px;
	margin-left: 10px;
	margin-top: 0px;
	color:sienna;
	width:400px;
}

.featured-property {
	font-size:12px;
	float:left;
	text-align:center;
}
.featured-property a {
	font-size:11px;
}

.featured-prop-thumb {
	border: 4px solid transparent;
	transition: transform .3s ease-in;
	-moz-transition: -moz-transform .3s ease-in;
	-webkit-transition: -webkit-transform .3s ease-in;
}

.featured-prop-thumb:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);

	box-shadow: 0 0 1.5em #777;
	-moz-box-shadow:  0 0 1.5em #777;
	-webkit-box-shadow:  0 0 1.5em #777;
	border: 4px solid white;
}

/************************************************
*	Villas
************************************************/
.villa-list {
	 box-shadow:   0 0 1em #6D5D4F;
	-moz-box-shadow:  0 0 1em #6D5D4F;
	-webkit-box-shadow:  0 0 1em #6D5D4F;
	border:0;
}

#villa-left-column {
	float:left;width:780px;
}
#villa-right-column {
	float:right;width:200px;text-align:center;margin-top:20px;
	font-size:12px;
}
 
#villa-details {
	float:left;
	width:340px;
	padding:0 10px;
	margin:0;
	font-size:12px;
}
#villa-details  h3{
	margin-left:0px;
}
#villa-details ul{
	margin-left:14px;
	padding:0px;
	list-style-type: square;
	line-height:2em;
}
#slide-villa-photos {
	float:right;
	width:420px;height:360px;
	margin:0px;
	margin-top:20px;
	 box-shadow:   0 0 1em #6D5D4F;
	-moz-box-shadow:  0 0 1em #6D5D4F;
	-webkit-box-shadow:  0 0 1em #6D5D4F;
}
#villa-layout-info {
	float:left;width:780px;
	font-size:12px;
}
#villa-layout-info  ul{
	margin-left:24px;
	padding:0px;
	list-style-type: square;
	line-height:2em;
}

#villa-contact-form {
	float:right;
	width:180px;
	margin-bottom: 20px;
	background:white;
	box-shadow: 0 0 1.4em #0873AD;
	-moz-box-shadow:  0 0 1.4em #0873AD;
	-webkit-box-shadow:  0 0 1.4em #0873AD;
	padding:10px 10px;	
	border: 1px solid skyblue;
	text-align:left;
	font-size:12px;
}

#villa-contact-form h4 {
	text-align:center;
	color : #0873AD;
	font-size : 20px;
	margin-top: 0;
}

P {
	color : #6D5D4F;
	margin: 10px;
	line-height: 18px;
}

Style1 {
	color : #6D5D4F;
	font-size : 14px;
	margin: 10px;
	line-height: 18px;
}

a,A:LINK {
	font-size : 13px;
	color : royalblue;
	text-decoration : none; 
}

A:VISITED {
	font-size : 13px;
	color : royalblue;
	text-decoration : none;
}

A:HOVER {
	color : #A45A4E;
	font-size : 13px;
	text-decoration:underline;
}

H1 {
	font-family: "Adobe Garamond Pro Bold","Adobe Garamond Pro", Georgia, Arial, sans-serif;
	color : sienna;
	font-size : 26px;
	text-align : left;
	font-weight : bold;
	margin: 10px;
}

H2 {
	color : #B27355;
	font-size : 15px;
	font-weight : bold;
	font-variant : normal;
	text-align: left;
	margin: 10px;
}

H3 {
	color : #0873AD;
	font-size : 18px;
	text-align : left;
	font-weight : bold;
	margin: 10px 10px;
}

H4 {
	color : sienna;
	font-size : 16px;
	line-height: 18px;
	font-style: normal;
	font-weight: normal;
}

H5 {
	color : #6D5D4F;
	font-size : 14px;
	margin: 3px 10px 3px 3px;
	line-height: 18px;
	font-style: normal;
	font-weight: normal;
}

ul {
	color: #6D5D4F;
	line-height: 18px;
}

.shadow {	
	 box-shadow: 0 0 1em #777;
	-moz-box-shadow:  0 0 1em #777;
	-webkit-box-shadow:  0 0 1em #777;
}
.shadow-bottom {
	 box-shadow: 0 4px 1em #777;
	-moz-box-shadow:  0 4px 1em #777;
	-webkit-box-shadow:  0 4px 1em #777;
}


/************************************************
*	Navbar      								*
************************************************/

#navbar {
	font-family: Corbel,Candara,Myriad,Georgia, Arial, sans-serif;
	background: url(/images/button.gif);
	width: 550px;
	float:right;
	height: 27px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	 box-shadow:  3px 5px 10px #81a0cd;
	-moz-box-shadow: 3px 5px 10px #81a0cd;
	-webkit-box-shadow: 3px 5px 10px #81a0cd;
	}

#nav {
	margin: 0px;
	padding: 0px;
	}

#nav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align:left;
	}

#nav li a, #nav li a:link, #nav li a:visited {
	font-size: 14px;
	color: white;
	display: block;
	font-weight: normal;
    margin: 0px;
	padding: 3px 16px 6px 16px;
	text-decoration: none;
}

#nav li a:hover, #nav li a:active {
	background: url(/images/button-hover.gif);
	color: #fff;
	}

#nav li li a, #nav li li a:link, #nav li li a:visited {
	font-weight: normal;
	width: 220px;
	background: white;
	color: steelblue;
	float: none;
	margin: 0px;
	padding: 4px 0px 4px 15px;
	}

#nav li li a:hover {
	background: url(/images/button-hover.gif);
	color: #FFFFFF;
	width: 225px;
	margin-left:-5px;
	padding-left:20px;
	font-weight:bold;
	box-shadow: 0  1em #000;
	-moz-box-shadow:  0 5px 1em #000;
	-webkit-box-shadow:  0 5px 1em #000;
	}

#nav li ul {
	z-index: 9999;
	background: white;
	position: absolute;
	left: -999em;
	height: auto;
	width: 235px;
	margin: 0px;
	padding: 0px;
	padding-bottom:7px;
	box-shadow: 0  1.5em #666;
	-moz-box-shadow:  0 5px 1.5em #666;
	-webkit-box-shadow:  0 5px 1.5em #666;
	}

	
#nav li ul.last {
	margin-left: -134px;
}

#nav li li {
	}

#nav li ul a {
	background: #57b0e0;
	width: 200px;
	}

#nav li ul a:hover, #nav li ul a:active {
	}

#nav li ul ul {
	margin: -30px 0 0 171px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfhover {
	position: static;
	}

.galleria-info {display:none;!important}

#admin-header {
	width:1000px;
	margin:0 auto;
}

#admin-header a {
	padding:0 20px;
	background: url(http://www.exumabahamasvillas.com/images/button.gif);
	color: white;
}

