/*
Theme Name: Haris Mountains Heliski
*/


* {
	margin:0;
	padding:0;
	border:0;
}
html, body {
	height:100%;
}

body {
	font-family:"Lucida Grande", "Lucida Sans Unicode",  sans-serif;
	font-size:15px;
}

h1, h2, h3, h4 {
	font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;
}

h1 {
	font-size:21px;
	color:#FF902F;
}

div.contact_side h1 {
	margin:20px 0 10px 0;
}

h2 {
	text-transform:uppercase;
	font-size:28px;
	color:#5D5B4F;
}

h3 {
	margin:30px 0 0 0;
	font-size:21px;
	color:#7F7B6C;
}

p {
	color:#5D5B4F;
	line-height:20px;
	margin:10px 0;
}

p.orange {
	color:#FF902F;
}

ul {
	padding:0 0 10px 30px;
	color:#5D5B4F;
}

input {
	border:solid 1px #7F7B6C;
}

textarea {
	border:solid 1px #7F7B6C;
}

body.home a,
body.home a:visited {
	color:#5D5B4F;
}

a,
a:visited {
	color:#FF902F;
}

body.home h2 {
	color:#5D5B4F;
	font-size:18px;
}

.header {
	width:100%;
	height:49px;
	background: url('images/nav-bg.png') #777777;
	border-bottom:solid 1px #fff;
	
}

.nav,
.main,
.footer {
	width:960px;
	margin:0 auto;
}

.nav {
	list-style:none;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:16px;
	padding-top:22px;
}

div.current_page_item {
	background-color:#ff902f;
}
	
.nav_item {
	position:relative;
	display:inline;
	margin:0 5px;
	padding:7px;
}

div.nav_item a,
div.nav_item a:visited {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}

.leftbg {
	width:1px;
	top:0;
	left:-1px;
	height:100%;
	position:absolute;
	background:url('images/nav-left-bg.png') repeat-y;
}

.topbg {
	width:100%;
	top:-1px;
	left:0px;
	height:1px;
	position:absolute;
	background:url('images/nav-left-bg.png') repeat-x;
}

.rightbg {
	width:6px;
	background-color:blue;
	top:0;
	right:-6px;
	height:100%;
	position:absolute;
	background:url('images/nav-right-bg.png') repeat-y;
}
	
ul#subnav {
	list-style:none;
	font-size:21px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding:10px;
	text-transform:uppercase;
}
	ul#subnav li a,
	ul#subnav li a:visited
	{
		color:#787464;
		text-decoration:none;
	}
	
	ul#subnav li.current_page_item a,
	ul#subnav li.current_page_item a:visited
	{
		color:#FF902E;
		text-decoration:none;
	}

.home_container {
	width:100%;
	height:600px;
	border-bottom:solid 1px #666666;
	
}

.page_length_maintainer {
	min-height:100%;
}

.page_container {
	width:100%;
	height:300px;
	border-bottom:solid 1px #666666;
	position:relative;
}

#main_img img {
	overflow:hidden;
	width:100%;
}

body.home .main {
	margin-top:-600px;
}

.main {
	position:relative;
	z-index:10000;
}

	.main img {
		float:left;
		clear:both;
	}

	.main img.logo {
		margin:40px 0 20px 0;
	}
	
	.main img.logo_page {
		margin-top:40px;
	}

	.main img.booknow {
		margin:15px 0;
	}

	.main p {
		float:left;
		clear:both;
		font-weight:normal;
		color:#fff;
	}
	
.social {
	margin-bottom:10px;
}
	
.soc_right {
	margin-left:15px;
	position:relative;
	clear:none;
}
	
.content {
	padding-top:20px;
	padding-bottom:253px;
	position:relative;
	width:100%;
	color:#5D5B4F;
}

.infobox {
	
}

	.infobox h2 {
		float:left;
		padding-top:30px;
		font-size:18px;
	}
	
	.infobox h2 a {
		text-decoration:none;
	}
	
	.infobox img {
		float:left;
	}
	
	.infobox p {
		clear:both;
	}

.line {
	height:1px;
	background-color:#666;
	margin:20px 0;
}


.option_header {
	background-color:#FF902F;
	color:#FFF;
	height:20px;
	padding:5px;
	font-size:16px;
	border-bottom:solid 1px #fff;
	text-shadow: #5D5B4F 1px -1px 1px;
	font-weight:bold;

}

.option_price {
	background-color:#838073;
	float:right;
	width:140px;
	text-align:center;
	height:20px;
	padding:5px;
	font-size:16px;
	color:#FFF;
	font-weight:bold;
}

.option_info {
	background-color:#D6D5D0;
	padding:10px;
	border-bottom:solid 1px #fff;
	font-size:12px;
	line-height:16px;
}

.option_info p {
	font-size:12px;
	width:460px;
	line-height:16px;
}

.option_sub {
	background-color:#D6D5D0;
	height:20px;
	padding:5px 10px;
	border-bottom:solid 1px #fff;
	color:#5D5B4F;
	font-size:12px;
}

p.bookinglink {
	float:right;
	font-weight:bold;
	text-align:left;
	width:110px;
}
	
	p.bookinglink a,
	p.bookinglink a:visited {
		color:red;
		
	}

.mapborder {
	height:261px;
	padding:5px;
	width:290px;
	background-image:url(images/mapborder.png);

}

.googlemap {
	height:260px;
	width:290px;
	
}

div.wpcf7 input {
	height:20px;
}

div.wpcf7 p {
	line-height:inherit;
}

div.wpcf7 input[type="submit"] {
	background-image:url('images/submit.png');
	border:none;
	font-size:0px;
	width:124px;
	height:51px;
}

.pad-top-30 {
	padding-top:30px;
}

.important {
	font-size:12px;
	color:#5D5B4F;
	
}
	.important p {
		margin:10px 0;
	}
	
	.important h5 {
		font-size:16px;
		margin:10px 0;
	}
	
	.important h6 {
		font-size:14px;
		margin:10px 0;
	}

.clearer {
	clear:both;
}

.sidebar h2 {
	font-size:17px;
	text-transform:uppercase;
}

.sidebar select {
	margin:10px 0;
	border:solid 1px #5D5B4F;
}

.navigation {
	margin-bottom:20px;
}

/***** BOOKING FORM *********/

	.bookingform .label {
            width:200px;
            float:left;
            /*clear:both;*/
            text-align:left;
            margin:5px 20px 5px 0;
	    font-size:14px;
        }
        
	.bookingform .required label{
		font-weight:bold;
	}
	
	.bookingform h4 {
		color:#FF902F;
		font-size:14px;
		text-transform:uppercase;
	}
	
	.bookingform .divider {
		width:100%;
		height:1px;
		border-top:dotted 1px #CCC;
		margin:20px 0;
		clear:both;
	}
	
	.bookingform input.checkbox {
            width:20px;
	    float:left;
	    margin-left:220px;
	    border: 0 none;
	    outline: 0 none;
        }
	
	.bookingform .checkbox-label {
		width:500px;
		float:left;
		margin-top:5px;
		padding-left:10px;
	}
	
        .bookingform .FormField {
            clear:both;
            /*width:600px;*/
        }
        
        .bookingform input {
            width:200px;
            border:solid 1px #999;
            margin:5px 0;
        }
        
        .bookingform textarea {
            width:300px;
            border:solid 1px #999;
            margin:5px 0;
        }
        
        .bookingform input,
        .bookingform select {
            height:20px;
            /**clear:both;**/
        }

        .bookingform .DatepickerField input,        
        .bookingform .FromToDatepickerField input {
        	width: 80px;
        }
        
        .bookingform input.submit {
		float:left;
		clear:both;
		cursor:pointer;
		background-image:url('images/submit.png');
		border:none;
		font-size:0px;
		width:124px;
		height:51px;
        }
        
        .bookingform select {
            border:solid 1px #999;
            margin:5px 0;
            height:20px;
            max-width:300px;
            min-width: 60px;
        }
        
        .bookingform .PassengerField select {
        	width:120px;
        }
        
        .bookingform input.cardnum,
        .bookingform  input.expiry,
        .bookingform input.cvc {
            width:50px;
        }
        
        .bookingform label.error {
            color:red;
            margin-left:220px;
            float:left;
            clear:both;
            padding-bottom:10px;
        }
	
	.bookingform input.error,
	.bookingform select.error,
	.bookingform textarea.error
	{
		border-color:red;
	}
		
	.bookingform .RadioFieldGroup {
		padding-left:220px;
	}
	
	.bookingform .RadioFieldGroup input {
		width:20px;
		margin:0px;
		border: 0 none;
		outline: 0 none;
	}
	
	.bookingform .RadioFieldGroup label {
		line-height:20px;
		margin-left:5px;
		padding-right:20px;
	}
	
	.bookingform #understand {
		margin-left:0px;
		
	}
	.bookingform #understand-field-container label {
		color:#FF902F;
		
	}
	.bookingform #understand-field-container .checkbox-label {
		width:500px;
	}
	
	.bookingform #understand-field-container label.error {
		color:red;
		margin-left:0px;
		float:left;
		clear:both;
		padding-bottom:0px;
	}
	
	.bookingform #questions {
		width:350px;
	}
	
	.ui-widget {
		font-size:12px;
	}
	
	
/******** BOOKING FORM ^^ ********/


.footer_container {
	position:relative;
	background:url(images/footer-img.png);
	background-repeat:repeat-x;
	clear:both;
	width:100%;
	height:223px;
	margin-top:-223px;
	
}

.footer {
	color:#FFF;
	font-size:13px;
	padding-top:20px;
}

	div.footer h2 a,
	div.footer h2 a:visited {
		font-size:18px;
		text-decoration:none;
	}

	div.footer a,
	div.footer a:visited {
		color:#FFF;
		font-size:13px;
	}
	
	div.footer h2 {
		color:#FFF;
		font-size:17px;
		padding-bottom:10px;
	}
	
	div.footer p {
		margin-top:0;
		color:#fff;
	}
	
	.footer ul {
		font-size:14px;
		list-style:none;
		padding-left:0;
	}
	
	.footer ul li {
		float:left;
		padding-right:10px;
	}
	
	.footer ul li a,
	.footer ul li a:visited {
		color:#FFF;
		text-decoration:none;
	}
	
	.footer .contact {
		font-size:12px;
	}

