/* main body */

body
{
	margin:0px;
	background-color:#8a7a70;
	font-family:Helvetica, sans-serif;
	background-image:url(../img/background.gif);
	background-repeat:repeat-x;
	font-size:12px;
	color:#65696c;
	line-height:140%;
	height:100%;
}

.container
{
	width:800px;
	margin:0 auto;
	height: 100%;
}

div {border:0px;}

.content
{
	width:550px;
	background-color:#ffffff;
	padding:0px 20px 20px 20px;
	text-align:justify;
	background-image:url(../img/headback.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

.contentpages
{
	width:760px;
	background-color:#FFFFFF;
	padding:0px 20px 20px 20px;
	text-align:justify;
	background-image:url(../img/headbackpages.gif);
	background-repeat:no-repeat;
	background-position:top left;
	
}

.side
{
	width:210px;
	background-color:#d5c6bc;
}

.footer
{
	text-align:right;
	width:780px;
	color:#FFFFFF;
	padding-top:15px;
	background-image:url(../img/footerback.gif);
	background-repeat:no-repeat;
	padding-bottom:30px;
	padding-right:20px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

td
{
	vertical-align:top;
}
/* headings */

h1
{
	color:#e91a66;
	font-size:15px;
	margin-top:0px;
	letter-spacing:1px;
	padding-top:13px;
	padding-bottom:10px;
}

h2
{
	color:#e91a66;
	font-size:13px;
	margin-top:0px;
}

h3
{
	color:#e91a66;
	font-size:12px;
	margin-top:0px;
}

h4
{
	color:#e91a66;
	font-size:11px;
	margin-top:0px;
}

h5
{
	color:#e91a66;
	font-size:11px;
	margin-top:0px;
}

/* links */
.footer a:link 
{
	color: #ffffff;
	text-decoration: none;
}
.footer a:visited 
{
	text-decoration: none;
	color: #ffffff;
}
.footer a:hover 
{
	text-decoration: underline;
	color: #ffffff;
}
.footer a:active 
{
	text-decoration: none;
	color: #ffffff;
}

a:link 
{
	color: #e91a66;
	text-decoration: none;
}
a:visited 
{
	text-decoration: none;
	color: #e91a66;
}
a:hover 
{
	text-decoration: underline;
	color: #e91a66;
}
a:active 
{
	text-decoration: none;
	color: #e91a66;
}

/* rollovers */

.nav {
	width:800px;
	height:40px;
	margin:0px;
	float:left;
	
}

ul#navlist
{
	margin:0px;
	padding:0px;
	
}

#navlist li
{
	float:left;
  	list-style-type:none;
}

a.home,a.summary,a.tours,a.custom,a.booking,a.testimonials,a.faq,a.links,a.contact_us
{
	height:40px;
	text-decoration:none;	
	float:left;	
}

a.home:hover,a.summary:hover,a.tours:hover,a.custom:hover,a.booking:hover,a.testimonials:hover,a.faq:hover,a.links:hover,a.contact_us:hover
{
	background-position: 0px -40px;		
}
a.home
{
	width: 67px;
	background:url(/img/home.gif);
}
a.summary
{
	width: 143px;
	background:url(/img/summary.gif);
}
a.tours
{
	width: 64px;
	background:url(/img/tours.gif);
}
a.custom
{
	width: 139px;
	background:url(/img/custom.gif);
}
a.booking
{
	width: 83px;
	background:url(/img/booking.gif);
}
a.testimonials
{
	width: 106px;
	background:url(/img/testimonials.gif);
}
a.faq
{
	width: 51px;
	background:url(/img/faq.gif);
}
a.links
{
	width: 59px;
	background:url(/img/links.gif);
}
a.contact_us
{
	width: 88px;
	background:url(/img/contact.gif);
}

/*dropdown*/

.dropdown_menu
{
		position:absolute;
		width:200px;
		font-size:10px;
		font-weight:bold;
		background-color:#807167;
		color:#f4f0ee;
		line-height:200%;
		padding-left:15px;
		padding-right:15px;
		padding-bottom:5px;
		padding-top:5px;
		text-align:left;
		margin-top:40px;
		text-transform:uppercase;
		font-family:Arial, Helvetica, sans-serif;
}

.dropdown_menu ul
{
		list-style-type: none;
		margin-left:0px;
		padding-left:0px;
		line-height:300%;
}

.dropdown_menu a,.dropdown_menu a:link,.dropdown_menu a:visited,.dropdown_menu a:active 
{
		color: #FFFFFF;
		text-decoration: none;
}

.dropdown_menu a:hover
{	
		text-decoration: none;
		color: #f26c9d;
}

.dropdown_menu ul li{
		float:none;
		width:200px;
}


/*conatct form*/		
		
#name,#email,#phone,#comment
		{
		width: 250px;
		height: 18px;
		border: solid 1px #e91a66;
		background-color:#faf0f9;
		padding: 1px;
		font-size: 10px;
		color: #000000;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		vertical-align: middle;
		}
		
#comment
		{
		height: 160px;
		}