body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	//color: #0d2d4b;
	//color: #ffffff;
//    background: #73afd6 url(images/body1111.jpg) top repeat-x;
    background: #73afd6 url(images/body.jpg) top repeat-x;
}

a:link, a:visited { color: #71950f; text-decoration: none; font-weight: normal;	} 
a:active, a:hover { color: #990000; text-decoration: underline;	}

.button_01 a {
	display: block;
	width: 80px;
	height: 21px;
	padding: 3px 0 0 0;
	background: url(images/button.png)  no-repeat;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.button_01 a:hover {
	color: #666;
    background: url(images/button_hover.png) no-repeat;
}

p { margin: 0px; padding: 0px; }

img { margin: 0px; padding: 0px; border: none; }

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.cleaner_h10 { clear: both; width:100%; height: 10px; }

.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }

.float_l { float: left; }
.float_r { float:  right; }


#wrapper_outter {
	width: 100%;
	margin: 0 auto;
	background: url(images/body_top111111.jpg) top center no-repeat;
}

#wrapper_inner {
	width: 1000px;
	margin: 0 auto;	
	background: url(images/body_top1111111.jpg) top center no-repeat;
}

#wrapper {
	width: 980px;
	padding: 0 10px;
	background: url(images/template_content.png) repeat-y center;
}

#container {
	/*
	width: 980px;
	padding: 30px 0;
	background: url(images/content_top.jpg) top center no-repeat;*/
}

#header {
	padding: 0 30px;
}

#header #header_left {
	float: left;
	width: 570px;
	
}


/* Form */

.clearfix:after 
{
	content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;
}

.clearfix 
{ 
	display: inline-block; 
}

html[xmlns] .clearfix 
{
	display: block; 
}

* html .clearfix 
{ 
	height: 1%; 
}

input.contact-text
{
	background: transparent url(../images/login/input_bg.jpg) no-repeat top;text-align:center;padding: 6px;border: 1px solid #cecece;width: 250px;color: #666666;
	float:right;
	font-size:11px;

}

input.register-input
{
	background: transparent url(../images/login/input_bg.jpg) no-repeat top;text-align:center;padding: 6px;border: 1px solid #cecece;width: 230px;color: #666666;
	float:right;
	font-size:11px;
}


.formRowReg, .buttonRowReg 
{
	width: 435px;margin: 8px auto;float:left:
}

.formImage 
{
	float:left;margin: 7px 8px 0 0;
}

.formTitle 
{
	float:left;margin: 4px 8px 10px 10px;
}

.formField 
{
	float:right;padding: 2px;
}

/* end of form */


/* menu */
#header_left #menu {
	clear: both;
	width: 900px;	
	height: 44px;
	background: url(images/menu_wide.png) no-repeat;
	margin-bottom: 10px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul li {
	padding: 0;
	margin: 0;
	display: inline;
}

#menu ul li a {
	float: left;
	display: block;
	height: 20px;
	padding: 12px 7px;
	margin-right: 10px;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;	
	font-weight: bold;
	outline: none;
}

#menu li a:hover, #menu li .current {
	color: #00CCFF;
}

/* end of menu */

 #header_left  #site_title {
	float: left;
	width: 400px;
	margin: 60px 0 0 40px;
}

#site_title h1 {
	margin: 0;
	padding: 0;
}

#site_title h1 a {
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#site_title h1 a:hover {
	font-weight: bold;	
	text-decoration: none;
}

#site_title h1 a span {
	display: block;
	margin-top: 5px;
	margin-left: 5px;
	font-size: 14px;
	color: #666;
	font-weight: bold;
	letter-spacing: 2px;
}
/* end of site title */

/* login */
#header #header_right {
	float: right;
	width: 310px;
	height: 154px;
	padding: 25px 20px;
	overflow: hidden;
	background: url(images/logo.png) no-repeat;
	background-position: 120px 5px;	
}

#header #header_right h2 {
	border-bottom: 3px solid #666666;
	padding-bottom: 6px;
	padding-top: 0 px;
}

#header #header_right form {
	margin: 0;
	padding: 0;
}

#header #header_right form label {
	float: left;
	text-align: right;
	display: block;
	width: 80px;
	margin-top: 3px;
	margin-right: 10px;
}

.input_field {
	float: right;
	height: 20px;
	width: 160px;
	padding: 0 5px;
	margin-bottom: 10px;
	color: #000000;
	font-size: 12px;
	font-variant: normal;
	line-height: normal;
}

#submit_btn {
	float: right;
 	height: 25px;
	width: 80px;
	padding: 0 0 10px 0;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
	vertical-align: bottom;
	white-space: pre;
	outline: none;
}

/* end of login */

/* content */

#content_wrapper {
	clear: both;
	padding: 0px 30px 0 15px;
	margin-bottom: 20px;
}

#content_outer {
	float: left;	
	width: 630px;
	padding: 30px 0 0 0;
	background: url(images/main_content_top.png) no-repeat top center;
}

#content {
	padding: 0 40px 20px 40px;
	background: url(images/main_content_middle.png) repeat-y center;
}

#content h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 15px 0;
	color: #71950f;
}

#content .content_section {
	clear: both;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #666;
}

#content .image_wrapper {
	display: block;
	width: 270px;
	height: 250px;
	padding: 10px;
	margin-bottom: 0px;
	background: url(images/image_frame_270x250.png);
	background-repeat: no-repeat;
}


#content p {
	margin-bottom: 10px;
}

#content .em_text {
	color: #0d2d4b;
}

#content .featured_tour {
	width: 250px;
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
}

.featured_tour li {
	margin: 0;
	padding: 0;
}


.featured_tour .image_wrapper {
	display: block;
	width: 270px;
	height: 250px;
	padding: 10px;
	margin-bottom: 0px;
	background: url(images/image_frame_270x250.png);
	background-repeat: no-repeat;
}


.featured_tour li a {
	display: block;
	color: #71950f;
	font-weight: bold;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #CCC;
}

.featured_tour li a span {
	font-weight: normal;
	display: block;
	color: #888;
}

#content_bottom {
	display: block;
	width: 630px;
	height: 5px;
	background: url(images/main_content_bottom.png) no-repeat;
}
/* end of content */



/* images_left */

#template_imageL {
	float: left;
	width: 520px;
	padding-top: 20px;
}

#template_imageL .imageL_section {
	margin-bottom: 40px;
}

#template_imageL h2 {
	margin: 0 0 10px 0;
	padding: 10px 0;
	font-size: 26px;
	font-weight: bold;
	color: #000000;
}

#template_imageL h3 {
	margin: 0 0 5px 0;	
}

#template_imageL p {
	margin-bottom: 10px;
}

#template_imageL .image_wrapper {
	display: block;
	width: 520px;
	height: 140px;
	padding: 10px;
	margin-bottom: 8px;
	background: url(images/image_frame_520x140.png);
	background-repeat: no-repeat;
}

#template_imageL .image_wrapper img {
	width: 500px;
	height: 120px;
}

/* end of images_left */



/* sidebar */

#template_sidebar {
	float: right;
	padding-right: 20px;
	width: 280px;
	padding-top: 0px;
}

#template_sidebar .sidebar_section {
	margin-bottom: 40px;
}

#template_sidebar h2 {
	margin: 0 0 10px 0;
	padding: 10px 0;
	font-size: 26px;
	font-weight: bold;
	color: #000000;
}

#template_sidebar h3 {
	margin: 0 0 5px 0;	
}

#template_sidebar p {
	margin-bottom: 10px;
}

#template_sidebar .image_wrapper {
	display: block;
	width: 260px;
	height: 140px;
	padding: 10px;
	margin-bottom: 8px;
	background: url(images/image_frame_280x140.png);
	background-repeat: no-repeat;
}

#template_sidebar .image_wrapper img {
	width: 260px;
	height: 120px;
}

#template_sidebar .trip_wrapper {
	display: block;
	padding: 10px;
	margin-bottom: 8px;
	background: url(images/image_frame_280x170.png);
	background-repeat: no-repeat;
}

#template_sidebar .trip_wrapper img {
	width: 260px;
	height: 150px;
}

/* end of sidebar */

/* footer */

#footer {
	clear: both;
	width: 920px;
	padding: 30px 0 0 0;
	margin: 0 30px 0 30px;
	border-top: 1px solid #999;
	margin: 0 auto;
	text-align: center;
	color: #666666;
}

#footer a {
	font-weight: bold;
	color: #135b9b;
}

#footer .footer_menu {
	margin: 0 0 10px 0;
	padding: 0px;
	list-style: none;
}

.footer_menu li {
	margin: 0px;
	padding: 0 20px;
	display: inline;
	border-right: 1px solid #aea68c;
}

.footer_menu li a {
	color: #135b9b;
}

.footer_menu .last_menu {
	border: none;
}

/* start of V2 */

#lang {
	float: right;
	padding-right: 30px;
	padding-bottom: 20px;
}

.sliderGallery {
	padding: 0 30px;
	clear: both;
	width: 900px;	
}


.paper_block {
    margin: 0;
    padding: 0;
    height: 100%;
	/* gradients - second red border, first red border, top white space, blue lines */
    background-image:  -webkit-linear-gradient(left, rgba(255,85,91, .2), rgba(255,85,91, .2)), -webkit-linear-gradient(left, rgba(255,85,91, .8), rgba(255,85,91, .8)), -webkit-linear-gradient(top, white 0px, white 69px, rgba(255,255,255,0) 70px), -webkit-repeating-linear-gradient(white 0px, white 18px, #A6FFED 19px, white 20px);
    background-image:  -moz-linear-gradient(left, rgba(255,85,91, .2), rgba(255,85,91, .2)), -moz-linear-gradient(left, rgba(255,85,91, .8), rgba(255,85,91, .8)), -moz-linear-gradient(top, white 0px, white 69px, rgba(255,255,255,0) 70px), -moz-repeating-linear-gradient(white 0px, white 18px, #A6FFED 19px, white 20px);
    background-image:  -ms-linear-gradient(left, rgba(255,85,91, .2), rgba(255,85,91, .2)), -ms-linear-gradient(left, rgba(255,85,91, .8), rgba(255,85,91, .8)), -ms-linear-gradient(top, white 0px, white 69px, rgba(255,255,255,0) 70px), -ms-repeating-linear-gradient(white 0px, white 18px, #A6FFED 19px, white 20px);
    background-image:  -o-linear-gradient(left, rgba(255,85,91, .2), rgba(255,85,91, .2)), -o-linear-gradient(left, rgba(255,85,91, .8), rgba(255,85,91, .8)), -o-linear-gradient(top, white 0px, white 69px, rgba(255,255,255,0) 70px), -o-repeating-linear-gradient(white 0px, white 18px, #A6FFED 19px, white 20px);
    background-image:  linear-gradient(left, rgba(255,85,91, .2), rgba(255,85,91, .2)), linear-gradient(left, rgba(255,85,91, .8), rgba(255,85,91, .8)), linear-gradient(top, white 0px, white 69px, rgba(255,255,255,0) 70px), repeating-linear-gradient(white 0px, white 18px, #A6FFED 19px, white 20px);
    background-size: 1px, 1px, auto, auto 20px;
    background-repeat: repeat-y, repeat-y, no-repeat, repeat;
    background-position: 90% 0px, 10% 0px, 0px 0px, 0px 0px;
}

.paper {
	margin: 0;
    display: block;
    font: 10pt Arial, sans-serif;    
    line-height: 20px;
    padding-top: 50px;
    padding-left: 10.5%;
    padding-right: 10.5%;
    text-align: justify;
}
.paper:first-line {
    font: 20pt Arial, sans-serif;
    line-height: 33px;
    vertical-align: baseline;
}
.paper:after {    
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    position: relative;
    background: rgba(255,255,255,1);
    top: 0px;
    left: 2%;
    z-index: 10;
    -webkit-box-shadow: 
        inset 2px 2px 5px rgba(125,125,125,1),  
        2px 50.1em 5px rgba(255,255,255,1), 0px 50em rgba(125,125,125,.75),  
        2px 90.1em 5px rgba(255,255,255,1), 0px 90em rgba(125,125,125,.5),
        2px 130.1em 5px rgba(255,255,255,1), 0px 130em rgba(125,125,125,.25);
    -moz-box-shadow: 
        inset 2px 2px 5px rgba(125,125,125,1),  
        2px 50.1em 5px rgba(255,255,255,1), 0px 50em rgba(125,125,125,.75),  
        2px 90.1em 5px rgba(255,255,255,1), 0px 90em rgba(125,125,125,.5),
        2px 130.1em 5px rgba(255,255,255,1), 0px 130em rgba(125,125,125,.25);
    box-shadow: 
        inset 2px 2px 5px rgba(125,125,125,1),  
        2px 50.1em 5px rgba(255,255,255,1), 0px 50em rgba(125,125,125,.75),  
        2px 90.1em 5px rgba(255,255,255,1), 0px 90em rgba(125,125,125,.5),
        2px 130.1em 5px rgba(255,255,255,1), 0px 130em rgba(125,125,125,.25);
}

.paper:focus {
    outline: none;
}
/* end of footer */