/* CSS Document */

/* 
Author:Andalucia Web Solutions
Website: http://www.andaluciaws.com
Created: 19th March 2008
Last Amended:Stacy Prendeville
Last date amended:
 */
 
/*
global values + layout divs
======================================
*/

* {
margin: 0px;
padding: 0px;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	background:#6B130F;
	font-size:90%;
}



/* start contein */
#container {
	width:960px;
	margin:0 auto;
	padding:0;
	border-left:1px solid #510D0A;
	border-right:1px solid #510D0A;
	text-align:left;
	background: #FFFFFF;
}


#container .unique {
	background:#6B130F;
}

/* start head */
#head {
	height:130px;
	background:url(image/head.jpg) no-repeat;
	border-bottom:solid 1px #FFFFFF;
}

#logo {
	padding:10px 0 0 45px;
}

/* end head */
/*star nav menu */
div#nav{
	background:#6B130F;
	text-align:center;
	position:relative;
	width:960px;
	height:28px;
}
#navbar {
	position:absolute;
	top:0px;
	left:0px;
	padding-left:10px;
	height:28px;
	line-height:28px;
	font-size:12px;
	color:white;
}
#navbar a{
color:white;
text-decoration:none;
}
#navbar ul {
float:left;
list-style:none;
margin:0;
padding:0;
}

#navbar ul ul {
list-style:none;
margin:0;
padding:0;
}
#dd1 {
position:absolute;
top:0px;
left:516px;
display:none;
width:140px;
height:32px;
z-index:300;
}
#dd1 ul li {
width:138px;
background:#6B130F;
padding-top:0px;
margin:0px;
list-style:none;
}

#home .main {
	border-top: 1px solid #6B130F;
	border-bottom: 1px solid #6B130F;
}


div#sub-nav {
	position:relative;
	bottom:0;
	text-align:center;
}

div#sub-nav a{
	text-size:90%;
	color:#6B130F;
	text-decoration:none;
}

div#sub-nav a:hover {
	text-decoration:underline;
}

/* start content */

#content {
	background:#FFFFFF;
	clear: both;
}

div#content img#bigpicture {
	margin:0;
	padding:0;
	background:#6B130F;
}

div#sidebar-a {
	width:600px;
	float:left;
	padding:20px 0 0 45px;
}

div#sidebar-a a{
	color:#6B130F;
}

div#sidebar-b img {
	margin:0 0 5px 0;
	border:solid 1px #6B130F;
}

div#sidebar-b {
width:250px;
float:right;
padding-top:20px;
}

div#sidebar-b a {
 	color:#6B130F;
	 text-decoration:none;
 }
 
/* end content */
/* start footer */
div#footer {
	color:#FFFFFF;
	margin:0 auto;
	padding:10px 0;
	width:960px;
	background:#56100B;
	font-size:110%;
	font-style:normal;
	text-align:center;
	border-left:solid 1px #510D0A;
	border-right:solid 1px #510D0A;
	border-bottom:solid 1px #510D0A;
}

div#footer h6 {
color:#FFFFFF;
}
div#footer a {
	color:#FFFFFF;
}


div#footer a:hover {
text-decoration:underline;
}

.style1 {
	color: #FFFFFF;
	font-weight: bold;
}

.clear {clear:both;}


/* Remove border around linked images */
img {
	border: 0;
}

/* typography */

h1, h2, h3, h4 {
	font-family: "Times New Roman", Times, serif;
}

h1 {font-size:130%; color:#6B130F;}
h2 { font-size:105%; color:#6B130F;}
h3 { font-size:100%; color:#6B130F;}

#sidebar-b h2 {font-size:130%; color:#6B130F;}

p {
	color:#333333;
	font-style:normal;
	font-size: 96%;
}
.dark {
	color: #FFFFFF;
	background: #6B130F;
	font-weight: bold;
	padding-left: 5px;
}
.light {
	color: #66120E;
	background: #FFCCCC;
	padding-left: 5px;
}
#sidebar-a table {
	line-height: 35px;
}

table#gallery img {
	border: 1px solid #66120E;
}
#nights {
	color: #000000;
}
#content2 {
	background: #FFFFFF;
	clear: both;
}
.FormBox {
width:300px;
fon-size:11px;
font-weight:bold;
}
