* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
body { 
	background:url(images/main-bg.jpg) no-repeat center top #43640f; 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:100%; 
	line-height:1.125em;
	color:#cce55c;
}

img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
object { 
	vertical-align:top; 
	outline:none;
}
ul, ol { 
	list-style:none;
}

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

.col-1, .col-2, .col-3, .col-4 { 
	float:left;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.container { 
	width:100%;
}



/*==== GLOBAL =====*/
#main {
	width:980px; 
	margin:0 auto;
	font-size:.75em;
	position:relative;
}

#header {
	height:322px;
}
#content {
	padding:0 0 30px 0;
}
	#content .aside {
		float:left;
		width:279px;
		margin-right:18px;
	}
	#content .mainContent {
		float:left;
		width:683px;
	}
#footer {
	padding:0 0 11px 0;
}



/*----- forms parameters -----*/

input, select, textarea { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}


/*----- other -----*/
.img-indent { 
	margin:0 20px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:20px;
}
	.img-box img { 
		float:left; 
		margin:0 20px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}


p {
	margin-bottom:18px;
}
.p1 { 
	margin-bottom:9px;
}
.p2 { 
	margin-bottom:18px;
}
.p3 { 
	margin-bottom:27px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#ffe50b; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

h1 {
	font-size:43px;
	font-weight:normal;
	line-height:1.2em;
	background:url(images/logo.gif) no-repeat left top;
	padding:17px 0 3px 30px;
	text-transform:none;
	left:-30px;
	position:relative;
}
	h1 a {
		color:#fff;
		text-decoration:none;
	}
h2 {
	font-size:2em;
	color:#fff;
	font-weight:normal;
	line-height:1.2em;
	margin-bottom:14px;
}
h3 {
	font-size:1em;
	color:#41daf5;
}

.link1 { 
	display:block;
	float:right;
	background:url(images/link1-left.gif) no-repeat left top #314b0a;
	color:#a7bd47; 
	text-decoration:none;
	text-transform:uppercase;
	font-size:.91em;
}
.link1:hover { 
	color:#fff;
}
	.link1 b { 
		display:block;
		background:url(images/link1-right.gif) no-repeat right top; 
		padding:2px 15px 6px 15px; 
		font-weight:normal; font-style:normal;
	}
	
.link2 {
	background:url(images/bull-1.gif) no-repeat left 5px;
	padding:0 0 0 11px;
}

.button1 { 
	float:right;
	background:url(images/button1.gif) no-repeat left top;
	width:85px;
	height:24px;
	text-align:center;
	color:#36500c;
	text-decoration:none;
	text-transform:uppercase;
	font-size:.91em;
	line-height:22px;
}
	.button1:hover {
		color:#111;
	}

.line-hor { 
	background:#3a3c52;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:20px 0 20px 0;
}
.line-ver { 
	background-image:url(images/line-ver.gif); 
	background-repeat:repeat-y;
	width:100%;
}

.title { 
	margin-bottom:20px;
}


/*==================boxes====================*/
.box {
	width:100%;
	color:#a7bd47;
}
	.box .left-top-corner {
		background:url(images/left-top-corner.png) no-repeat left top;
		padding-left:7px;
	}
	.box .right-top-corner {
		background:url(images/right-top-corner.png) no-repeat right top;
		padding-right:7px;
	}
	.box .border-top {
		background:url(images/border.png) left top repeat-x;
		height:7px;
		overflow:hidden;
		font-size:0;
		line-height:0;
	}
	
	.box .left-bot-corner {
		background:url(images/left-bot-corner.png) no-repeat left top;
		padding-left:7px;
	}
	.box .right-bot-corner {
		background:url(images/right-bot-corner.png) no-repeat right top;
		padding-right:7px;
	}
	.box .border-bot {
		background:url(images/border.png) left top repeat-x;
		height:7px;
		overflow:hidden;
		font-size:0;
		line-height:0;
	}
	
	.box .inner { 
		padding:16px 34px 7px 34px;
		background:url(images/box-bg.png) left top;
	}

.address dt {
	margin-bottom:16px;
}
.address dd { 
	clear:both;
	text-align:right;
}
	.address dd span { 
		float:left;
		padding-right:25px;
	}


/*===== header =====*/
#header .row-1 {
	height:140px;
}
	#header .row-1 .logo {
		float:left;
		padding:49px 0 0 0;
		color:#fff;
		text-transform:uppercase;
		text-shadow:1px 1px #233308;
	}
		#header .row-1 .logo span {
			padding-left:6px;
		}
	
	#header .row-1 .nav {
		float:right;
		font-size:14px;
		padding:92px 0 0 0;
	}
		#header .row-1 .nav li {
			display:inline;
		}
			#header .row-1 .nav li a {
				font-weight:bold;
				color:#fff;
				text-decoration:none;
				border-left:1px solid #5b7a27;
				padding:0 18px 0 18px;
				text-shadow:1px 1px #2d430a;
			}
			#header .row-1 .nav li a.last {
				border-right:none;
				padding-right:0;
			}
			#header .row-1 .nav li a.first {
				padding-left:0;
				border-left:none;
			}
			#header .row-1 .nav li a:hover, #header .row-1 .nav li a.current {
				text-decoration:none;
				color:#4bdff9;
			}
			
			
#header .row-2 {

}
	#header .row-2 .col-1 {
		width:715px;
		margin-right:23px;
	}
	#header .row-2 .col-2 {
		width:242px;
	}
		#header .slogan {
			font-size:33px;
			line-height:1em;
			color:#a7bd47;
			font-weight:bold;
			text-align:right;
			padding:10px 0 0 0;
		}
			#header .slogan .style1 {
				font-size:36px;
				color:#ffe50b;
				text-transform:uppercase;
			}
			#header .slogan .style2 {
				font-size:17px;
				text-transform:uppercase;
			}
			#header .slogan .style3 {
				color:#fff;
			}
			#header .slogan .style4 {
				font-size:37px;
				text-transform:uppercase;
			}
			#header .slogan .style5 {
				font-size:61px;
				line-height:.85em;
				text-transform:uppercase;
				color:#ffe50b;
				font-weight:normal;
			}
			
		#header .row-2 .col-2 p {
			padding:31px 0 0 0;
			margin-bottom:3px;
			color:#cce55c;
		}
			
/*===== content =====*/
#content .aside .indent {
	padding:20px 0 0 30px;
}

#content .mainContent .indent {
	padding:20px 0 0 38px;
}

#content .mainContent .indent1 {
	padding:14px 0 0 38px;
}


/*--- tabs begin ---*/
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 31px; /*--Set height of tabs--*/
	width: 100%;
	position:relative;
}
ul.tabs li {
	float: left;
	overflow: hidden;
	position: relative;
	background:url(images/tab-bg1.png) no-repeat left top;
	width:69px;
	height:31px;
	line-height:30px;
	text-align:center;
	font-size:12px;
	margin-right:1px;
}
ul.tabs li a {
	text-decoration: none;
	color: #273c08;
	display: block;
	outline: none;
	text-align:center;
	padding-bottom:1px;
}
ul.tabs li a:hover {
	
}
ul.tabs li.active, ul.tabs li a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background:url(images/tab-bg2.png) no-repeat left top;
}
ul.tabs li.last {
	margin-right:0;
}


.tab_container {
	overflow: hidden;
	width: 100%;
	background:url(images/tab_container_bg.png) left top;
	color:#36500c;
	float:left;
}
.tab_content {
	padding: 16px 24px 20px 27px;
}
	.tab_content a { color:#fff;}

.tabs_container_bottom {
	background:url(images/tab_container_bot.png) no-repeat left top;
	height:5px;
	overflow:hidden;
	font-size:0;
	line-height:0;
}
/*--- tabs end---*/


.list1 li {
	color:#fff;
	list-style-type:disc;
	list-style-position:inside;
	font-size:14px;
	padding-bottom:5px;
}
	.list1 li a {
		color:#cce55c;
	}


.list2 dt {
	font-size:14px;
	margin-bottom:4px;
}
	.list2 dd {
		list-style-type:disc;
		color:#fff;
		display:list-item;
		list-style-position:inside;
		padding-bottom:2px;
	}


.list3 li {
	color:#fff;
	list-style-type:disc;
	list-style-position:inside;
	padding-bottom:5px;
}


.tours {
	width:100%;
	overflow:hidden;
}
	.tours li {
		float:left;
		padding-right:6px;
	}
	.tours li.last {
		padding-right:0;
	}
		.tours li a {
			display:block;
			float:left;
			width:192px;
			padding:5px 4px 15px 4px;
			color:#a7bd47;
			text-decoration:none;
			background:url(images/png-point.png) left top no-repeat;
		}
		.tours li a:hover {
			background:url(images/tours-item-bg.png) no-repeat left top;
		}
			.tours li a span {
				display:block;
				padding:13px 0 0 10px;
			}
				.tours li a strong {
					color:#41daf5;
					text-decoration:underline;
					background:url(images/bull-1.gif) no-repeat left 7px;
					padding:0 0 0 10px;
					margin-left:-10px;
					display:inline-block;
				}
				.tours li a em {
					color:#fff;
					font-style:normal;
				}


/*===== footer =====*/

#footer .col-1 {
	width:242px;
	margin-right:65px;
}
#footer .col-2 {
	width:230px;
	margin-right:89px;
}
	#footer .fleft a {
		color:#a7bd47;
		text-decoration:none;
	}
	#footer .fleft a:hover {
		text-decoration:underline;
	}

.footer-box {
	background:#314b0a;
	width:100%;
}
	.footer-box .left-top-corner {
		background:url(images/left-top-corner1.gif) no-repeat left top;
	}
	.footer-box .right-top-corner {
		background:url(images/right-top-corner1.gif) no-repeat right top;
	}
	.footer-box .left-bot-corner {
		background:url(images/left-bot-corner1.gif) no-repeat left bottom;
		}
	.footer-box .right-bot-corner {
		background:url(images/right-bot-corner1.gif) no-repeat right bottom;
		}
	.footer-box .inner { 
		padding:15px 30px 15px 28px;
	}

		#footer ul li {
			color:#a7bd47;
			list-style-position:inside;
			list-style-type:disc;
			padding-bottom:2px;
		}
			#footer ul li a {
				color:#a7bd47;
			}
		
		#footer span {
			color:#fff;
		}

/*----- forms -----*/
#search-form {
	position:absolute;
	right:0;
	top:37px;
	float:right;
	width:270px;
}
	#search-form fieldset {
		border:none;
		background:url(images/search-bg.gif) no-repeat left top;
	}
		#search-form input.text {
			width:226px;
			background:none;
			border:none;
			padding:4px 3px 4px 8px;
			margin-right:6px;
			color:#a7bd47;
		}
		#search-form input.submit {
			width:27px;
			height:25px;
			border:none;
			background:url(images/search-button.gif) no-repeat left top;
			cursor:pointer;
		}
		

.flight-form fieldset {
	border:none;
}
	.flight-form .field {
		height:32px;
		overflow:hidden;
	}
	.flight-form .field.alt {
		height:24px;
	}
		.flight-form .field span {
			float:left;
			text-align:right;
			padding-right:6px;
			width:32px;
		}
		.flight-form input.text {
			width:180px;
			background:#5a701b;
			border:1px solid #a9bf49;
			border-left:1px solid #3b4f0e;
			border-top:1px solid #3b4f0e;
			padding:3px 0 3px 5px;
			color:#fff;
		}
		.flight-form input.text1 {
			width:80px;
			background:#5a701b;
			border:1px solid #a9bf49;
			border-left:1px solid #3b4f0e;
			border-top:1px solid #3b4f0e;
			padding:3px 0 3px 3px;
			color:#fff;
			float:right;
		}
		.flight-form input.radio {
			width:12px;
			height:12px;
		}
		
		
		.flight-form select {
			width:87px;
			height:25px;
			background:#5a701b;
			border:1px solid #a9bf49;
			border-left:1px solid #3b4f0e;
			border-top:1px solid #3b4f0e;
			color:#fff;
		}
		
		.flight-form strong {
			color:#fff;
			font-weight:normal;
		}
		
		
#contacts-form fieldset {
	border:none;
	width:100%;
	overflow:hidden;
}
	#contacts-form label { 
		display:block;
		height:29px;
	} 
		#contacts-form label input { 
			width:280px;
			padding:2px 0 3px 5px;
			color:#cce55c;
			background:#5a701b;
			border:1px solid #a9bf49;
			border-left:1px solid #3b4f0e;
			border-top:1px solid #3b4f0e;
		}
		#contacts-form textarea {
			width:340px;
			height:75px;
			padding:2px 0 2px 5px;
			margin-bottom:15px;
			color:#cce55c;
			background:#5a701b;
			border:1px solid #a9bf49;
			border-left:1px solid #3b4f0e;
			border-top:1px solid #3b4f0e;
			overflow:auto;
		}
		#contacts-form .col-1 { 
			width:295px !important;
			margin-right:0 !important;
		}
		#contacts-form .col-2 { 
			width:350px !important;
		}

/*==========================================*/
