

 /* end reset styles */

body {
	font: 12px Arial, Helvetica, sans-serif;
	background:url(../images/body_bg.jpg) repeat-x;
	margin: 0;
	padding: 0;
	
	text-align: center;
	color: #1689f6;
	font-size: 100%;
}
a {
	color:#1689f6;
	}
a:hover {
	text-decoration:none;
	}
#container {
	width: 1005px;
	margin:auto;
	text-align: left;
	background-color: #fff;
	
}
td {
	color:#fff;
}
#header {
	background: url(../images/header_bg.jpg) no-repeat;
	height:200px;
	
	}
.header_logo {
	float:left;
	padding-top:30px;
	margin-left:25px;
	}
.header_contact {
	font-size:1.8em;
	color:#262626;
	float:right;
	font-weight:bold;
	text-align:center;
	margin-right:20px;
	padding-top:30px;
	}
#nav {
	background: url(../images/navbar_bg.jpg) repeat-x;
	height:32px;
	}
#nav ul{
	text-align:center;
	margin:0;
	}
#nav ul li{
	display:inline;	
	border-left:1px solid #b2b2b2;
	margin-right:-5px;
	}
#nav ul li a {
	display:inline-block;
	color:#fff;
	font-weight:bold;
	padding: 5px 25px 7px 25px;
	text-decoration:none;
	}
#nav ul li a:hover {
	background: url(../images/navbar_hover_bg.jpg) repeat-x;
		}

#main_content {
	
	padding:10px 10px;
}

.main_content_txt {
	margin-bottom:10px;
	
	}
#main_gallery {
	float:left;
	margin-right:10px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	
	
	}
#main_gallery img {
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
	
	
#tent_content {
	
	padding:20px 10px;
}

#tent_content h1 {
	font-size:1.6em;
	font-weight:bold;
	}

.tent_content_txt {
	margin-bottom:10px;	
	}
.tent_content_txt p {
	margin:10px 0;
	}
#tents_accordion {
	margin-bottom:15px;
	}
#tents_accordion h2 {
	clear:both;
	background: url(../images/navbar_hover_bg.jpg);
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size:1.3em;
	font-weight: bold;
	line-height:31px;
	padding-left:15px;
	}
#tents_accordion h2 a {
	color:#fff;
	text-decoration:none;
	}
.tent_box {
	float:left;
	margin-right:20px;
	width:295px;
	height:300px;
	margin-bottom:10px;
	}
.tent_box a {
	color:#F00;
	font-weight:bold;
	
	}
#tent_detail_wrapper {	
	width:700px;
	background-color:#fff;
	padding:0 10px 10px 10px;
	
}
	

.tent_detail_category {
	background-color:#1689F6;
	padding: 5px 10px;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color:#fff;
	font-size:1.3em;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
}
.tent_detail_header {
	color:#1689F6;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:10px;
}

.tent_detail_intro {
	color:#000;
	font-weight:bold;
}
.tent_detail_text {
	text-align:left;
	}
.tent_detail_text p {
	padding:10px 0;
	}

.tent_detail_text ul {
	margin:5px 30px;
	
	}
.tent_detail_text ul li{
	list-style-type:disc;
	
	}
#equip_content {
	
	padding:20px 10px;
}

#equip_content h1 {
	font-size:1.6em;
	font-weight:bold;
	}

.equip_content_txt {
	margin-bottom:10px;	
	}
.equip_content_txt p {
	margin:10px 0;
	}
#equip_display {
	margin-bottom:10px;
	}
#equip_display td {
	border: 1px solid #1689F6;
	padding:5px;
	vertical-align:top;
	width:330px;
	color:#000;
	}
#equip_display td img{
	display:block;
	margin: 0 auto;
	}
#equip_display h1{
	text-align:center;
	margin-top:85px;
	font-size:34px;
}
#equip_display h3 {
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:5px;
	width:100%;
	
	}
#equip_display table {
	border:1px solid #1689F6;
	font-size:0.9em;
	margin-bottom:10px;
	border-collapse:collapse;
	}
#equip_display .no_border {
	border:none;
	}
.contact_form {
	float:right;
	width:310px;
	height:416px;
	background-color:#8d8d8d;
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-border-radius:10px;	
	color:#fff;
	font-size:2em;
	font-weight:bold;
	text-align:center;
	padding-top:10px;
	
}
#contact_lcol {
	float:left;
	margin-right:10px;
	width:630px;
	margin-left:10px
	
	}
#contact_rcol h1, #contact_lcol h1{
	font-size:1.6em;
	font-weight:bold;
	margin-bottom:10px;
	}
#contact_lcol .links{
	margin:10px 0;
	float:left;
	width:200px;
	}
#contact_lcol .links_header {
	font-size:1.6em;
	font-weight:bold;
	margin-bottom:10px;
	}
#contact_lcol .address {
	margin:10px 0;
	float:left;
	width:400px;
	}
#contact_rcol {
	float:left;
	margin-right:20px;
	width:315px;
	}
	
#contact_lcol ul {
	margin:10px 0;
	}
#contact_lcol ul li {
	margin:5px 0;
	}
#contact_rcol p {
	font-size:12px;
	padding:5px;
	}
.contact_form form {
	font-size:0.5em;
	text-align:left;
	margin:10px;
	}
.contact_form th {
		padding-right: 10px;
	}
.contact_form input,.contact_form select {
	background: url(../images/input.gif) no-repeat;
	width:163px;
	height:29px;
	margin-bottom:10px;
	padding-left:5px;
	border:none;
	}
.contact_form option {
	background:#fff;
	padding-top: 5px;
	}
.contact_form textarea {
	background: url(../images/textarea.gif) no-repeat;
	width:295px;
	height:92px;
	margin-bottom:10px;
	border:none;
}
.contact_form img {	
	float:right;
	margin-top:10px;
	}
.bottom_row {
	clear:both;
	padding-top:10px;
	
	}
.bottom_row_button {
	position:relative;
	float:left;
	margin-right:5px;
	margin-bottom:10px;
	}
.bottom_row_button a:hover {
	opacity: 0.85;
	filter: alpha(opacity=85);
	}
.bottom_row_button_txt1 {
	position:absolute;
	background-color:#F00;
	opacity: 0.85;
	filter: alpha(opacity=85);
	top:136px;
	left:3px;
	width:234px;
	height:96px;
	text-align:center;
	font-size:1.4em;
	padding:5px;
	font-weight:bold;
	color:#fff;
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-border-radius:10px;
	}
.bottom_row_button_txt1 a {
	color:#fff;
	}	
.bottom_row_button_txt2 {
	position:absolute;
	background-color:#F00;
	opacity: 0.85;
	filter: alpha(opacity=85);
	top:136px;
	left:42px;
	width:234px;
	height:96px;
	text-align:center;
	font-size:1.4em;
	padding:5px;
	font-weight:bold;
	color:#fff;
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-border-radius:10px;
	}
.bottom_row_button_txt2 a {
	color:#fff;
	}	
.bottom_row_button_txt3 {
	position:absolute;
	background-color:#F00;
	opacity: 0.85;
	filter: alpha(opacity=85);
	top:136px;
	right:3px;
	width:234px;
	height:96px;
	text-align:center;
	font-size:1.4em;
	padding:5px;
	font-weight:bold;
	color:#fff;
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-border-radius:10px;
	}
.bottom_row_button_txt3 a {
	color:#fff;
	}
.contact_form .submit {
	background: url(../images/submit.gif) no-repeat;
	 height: 32px;
    margin-left: 65px;
    width: 101px;
	}
#gmap {
	height: 280px;
	width: 620px;
	margin-bottom:  20px;
}

/*BOOKING PAGES */

#booking {
	margin:20px;
	background-color:#999;
	border-radius:10px;
	color:#fff;
	padding:15px;
	float:left;
	width:93%;
}
	
#booking h1 {
	font-size:18px;
	font-weight:bold;
	text-align:center;
	
	}
#booking .booking_equipment {
	padding:10px;
	border:1px solid #fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-opera-border-radius:5px;
	margin-right:25px;
	color:#fff;
	float:left;
	
	
	}
#booking .booking_equipment .left_col{
float:left;
width:570px;
}

#booking .booking_equipment .right_col{
float:left;
width:315px;

}
#booking .booking_tents h3, #booking .booking_equipment h3 {
	margin-top:5px;
	font-weight:bold;
	}
#booking .booking_tents td, #booking .booking_equipment td {
	padding-right:25px;
	}
#booking .booking_tents input, #booking .booking_equipment input {
	width:100px;
	margin:0 10px;
	}	
#booking .booking_tents input.integer, #booking .booking_equipment input.integer {
	width:30px;
	margin:0 10px;
	}
#booking .duration {
	padding:5px 0;
	clear:both;
	
	
	}
#booking .booking_equipment input {
	margin-left:10px;
	width:100px;
	margin-bottom:5px;
	}
#booking .booking_equipment select {
	margin-left:10px;
	margin-bottom:5px;
}
#booking .booking_equipment input.submit_order {
	width:160px;
}
#cart {
	margin:20px;
}
#cart h1 {
	text-decoration: underline;
	font-size: 20px;
}
#booking .cart_content{
	font-size:18px;
	font-weight:bold;
}
#cart form{
	margin:0;
	
}
#cart td {
	color:#000;
}
#cart input.qty {
	width:30px;
	margin-left:15px;
}

#cart input.delete {
	
	margin-right:25px;
}
#cart .paypal{
	background: url("../images/EC-button.gif") no-repeat scroll 0 0 transparent;
    border: medium none;
    height: 27px;
    width: 145px;
}
#booking input#datepicker {
	width:100px;
	}
#footer {
	clear:both;
	font-size:0.8em;
	text-align:right;
	border-top:1px solid #8d8d8d;
	padding-top:5px;
	color:#8d8d8d;
	padding-right:5px;
	}
#footer a {
	color:#8d8d8d;
	}
#footer ul {
	padding-bottom:3px;
	margin:0px;
	}	
#footer ul li{
	display:inline;
	
	}