html,body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol,ul {
	list-style: none;
}
q:before,q:after,
blockquote:before,blockquote:after {
	content: "";
}



/* CSS Document */


/* styles*/

body{

font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-size:0.8em;
color:#666666;
background-color: #FFFFFF;
background-image: url(images/background.jpg);
text-align:center;

}

p{
margin:4px;
text-align:justify;
line-height:1.5em;
font-size:1.2em;
}

h1{

font-size:1.2em;
padding:10px 0px 5px 0px;
}

h2{
font-size:1.4em;
}

h3{
font-size:1.3em;
}


img{
padding:0;
margin:0;
}

a{
padding:0;
margin:0;
color:inherit;
text-decoration:none;
font-weight:bold;
}

img a {
font-size:0;
}








/* Layout */
#container{
width:920px;
margin: 0 auto;   /* align for good browsers */
text-align: left; /* counter the body center */
background:#FFFFFF url(images/container.jpg) repeat-y;
margin-top:30px;

}


#header{
margin:0px;
padding:0px;
position:relative;
height:170px;
}

.header_img{

}

#navcontainer{
z-index:10;
position:absolute;
top:120px;
left:130px;
font-family:arial;
font-size:1.2em;
color:#333;
}
#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
text-decoration: none;
padding: .2em .8em;
color: #333;
background-color: #fff;
}

#navcontainer ul li a:hover
{
color: #666;
background-color: #eee;
}

#main{
clear:both;
margin:0px;
padding:0px;


}


#welcome{
margin:0px 20px 20px 20px;
float:left;
width:880px;

background:#004364;
color:#fff;
padding:0px;

}
.welcome_text{
width:400px;
margin:20px 30px 20px 20px;



}

.welcome_text p{
text-align:justify;

}

.welcome_text h3{
text-align:justify;
margin:0px 0px 20px 0px;
}
#img_main{
float:right;
}


#booking{
background:#003046;
width:430px;
float:right;
padding:10px 10px 10px 10px;
min-height:400px;
}

#booking li{
padding:2px;
}

 label
{
width: 100px;
float: left;
text-align: left;
margin-right:4px;

}
input, option{

}




.attraction_wide{
margin:5px;
border-bottom:1px solid #ccc;
height:400px;
}


.attraction_half{
margin:5px;
width:410px;
float:left;
position:relative;
border-bottom:1px solid #ccc;
}

img.att{
display:block;
margin-left:auto;
margin-right:auto;
margin-top:5px;
margin-bottom:5px;
}

.img_right{
float:right;
margin:10px;
}

#footer{
position:relative;
clear:both;
background:url(images/footer.jpg) repeat-x bottom;
height:130px;


}
#footer p{
text-align:center;
color:#fff;
}

#trip_badge{
position:absolute;
top:10px;
left:10px;
}
#logos{
position:absolute;
right:10px;
top:10px;

}

#address{
clear:both;
width:920px;
margin: 0 auto;   /* align for good browsers */
text-align: right; /* counter the body center */
margin-top:10px;
}

#demi{

}
td{
text-align:center;
}

.facilities{
border-top:1px solid #ccc;
width:400px;
margin:0 auto;

}
/*
.slideshow{
position:relative;
}

.slideshow li{
position:absolute;
right:0;
}
*/