/* Generic CSS file - strip browser defaults */

a:link, a:hover, a:visited, a:active { text-decoration:none; }

ul, ol {	list-style:none; }

html,h1,h2,h3,h4,h5,h6,p,ul,ol,li,form,body,div,code,fieldset,legend,input,img { margin:0; padding:0; border:0; font: 1em; }

a img { border:0; }

/****************************************************************/


/* 	beige-green:	#8f8c3f	

	lime-yellow: 	#eadd37	

	Terracotta orange:	#aa4e0f
	*/

body	{
	background: url(images/body_bg.jpg) repeat-x #eadd37;
	font-family: Palatino Linotype, Book Antiqua3, Palatino6, serif;
}

#cars_bg	{
	z-index: 1;
	position: absolute;
	width: 1400px;
	left: 50%;
	bottom: 0px;
	margin-left: -700px;
	height: 400px;
	background-image: url(images/cars_bg.jpg);
}

#main	{
	position: absolute;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	background-color: #fff;
/*	border-left: 2px solid #8f8c3f;
	border-right: 2px solid #8f8c3f;*/
	z-index: 3;
}

#content	{
	width: 450px;
}

#content img	{
	border: 1px solid #8f8c3f;
	margin: 10px 10px 10px 0;
}

#home	{
	clear: left;
	width: 380px;
	display: inline;
}

#tab {
	margin-left: 500px;
	}

#tab li	{
	background-image: url('images/tab_left.jpg');
	background-repeat: no-repeat;
	background-position: left;
	float: left;
	}

#tab li a	{
	background-color: #fff000;
	background-image: url('images/tab_right.jpg');
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 30px;
	margin-left: 30px;
	color: #dd4e0f;
	font-weight: bold;
	display: block;
	line-height: 30px;
	width: 80px;
	text-align: center;
	font-size: 0.9em;
}

#tab li a:hover	{
	text-decoration:underline; 
}

.nav	{
	text-align: center;
	clear: both;
	background-color: #dd4e0f;
}

.nav li	{
	display: inline;
	line-height: 2.5em;
	margin-right: 25px;
	font-size: 0.9em;
	font-weight: bold;
}

.nav a	{
	color: #fff; /*#8f8c3d; /*#8f8c3f;*/
}

.nav a:hover	{
	text-decoration:underline; 
}

h1	{
	font-size: 0.01em;
	text-indent: -2000px;
	background: url(images/h1_new.jpg) no-repeat;
	height: 170px;
}


h3	{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	margin: 15px 0 30px 40px;
/*	padding-left: 100px;
	background: url(images/map_small.jpg) no-repeat left;*/
	
}

.bullets	{
	padding-left: 60px;
	list-style-type: disc;
}

#message	{
	text-align: center;
}

h4	{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	margin: 30px 0 30px 40px;
	color: #aa4e0f;
}

h5	{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	margin: 20px 0 20px 40px;
}

p	{
	padding:  0 10px 0 40px;
	margin: 20px 0;
	text-align: justify;
	font-size: 0.9em;
}

.fullwidth	{
	padding-right: 40px;
}

strong	{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.1em;
	color: #8f8c3d;
}

.fleft {
	float: left;
}

.fright	{
	float: right;
}
	
.clear {
		clear: both;
}

#video	{
	padding: 10px;
	width: 529px;
	font-size: 0.9em;
}

#video p	{
	margin: 2px 0;
	text-align: center;
	width: 529px;
}

#photos	{
	padding-left: 15px;
}

.gallery	{
	padding: 9px;
	margin: 10px;
	float: left;
	height: 152px;
	width: 152px;
	background-color: #d0ce94; /* #eadd37; */
	text-align: center;
	border-right: 2px solid #aaa;
	border-bottom: 2px solid #aaa;
}

.gallery img	{
	border: 1px solid #999;
}

#download	{
	margin: 40px 0 20px 40px;
}

#download li {
	line-height: 2.5em;
}

#download img	{
	border: none;
	margin: 0 10px 0 0;
}

#download a	{	color: #aa4e0f; }

#download a:hover	{	text-decoration: underline; }

.back	{
	position: relative;
	display: block;
	font-size: 0.8em;
	text-align: right;
	margin: -20px 10px 10px 0;
	color: #aa4e0f;
}

.back:hover	{	text-decoration: underline; }

hr	{
	color: #eadd37;
}
/************************ validate email **********/

.required	{	font-size: 0.8em; }

.invalid	{

			border: 1px solid #f00 !important;

}



#notsent	{

		text-align: center;

		color: #f00;

		font-size: 0.9em;
}

/***********************************************/

#sidebar	{
		
		float: right;
		margin: 15px 50px 100px 50px;
		width: 330px;
		text-align: center;
}

#narrow_side	{
		float: right;
		display: inline;
		margin: 30px 20px;
		width: 300px;
		text-align: center;
}

#narrow_side p	{
	text-align: left;
}

#mainpic	{
	border: 6px solid #8f8c3f;
	position: relative;
	height: 267px;
	width: 330px;
}

#mainpic img	{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 8;
}

#mainpic img.active	{
	z-index: 10;
}	

#mainpic img.last-active {
	z-index: 9;
}

#roarr, #galina, #wwccr {
	margin: 20px;
}

.center	{
	text-align: center;
	width: 800px;
}

.hotel	{
	clear: right;
	float: right;
	margin: 20px;
	border: 1px solid #666;
}

#map	{
	margin: 20px 0 20px 40px;
}

/***************** table ***********************/

table	{
	border-left: 1px solid #eadd37;
	border-top: 1px solid #eadd37;
	background-color: #ffffdc;
	margin: 20px 0px 20px 40px;
	width: 720px;
	text-align: center;
}

th	{
	background-color: #8f8c3d;
	color: #fff;;
	border: 1px solid #ccc;
	padding-bottom: 5px;
}

td	{
	padding: 10px 5px;
	border-right: 1px solid #eadd37;
	border-bottom: 1px solid #eadd37;
	font-size: 0.9em;
}

/***************** form ************************/

#contact	{
	padding: 30px 10px;
	margin: 30px 0 0 30px;
	line-height: 2em;
	background-color: #ffffdc;
	border: 1px solid #eadd37;
	width: 400px;
}



input, textarea	{
	padding: 2px 5px;
	border: 1px solid #eadd37;
	background-color: #fff;
}

label	{
	clear: left;
	float: left;
	width: 130px;
	font-size: 0.9em
}

#submit	{
	border: 1px solid #eadd37;
	background-color: #8f8c3d;
	color: #fff;
	margin-left: 140px;
	font-weight: bold;
}

/***********************************************/

#footer	{
	font-size: 0.7em;
	padding: 80px 20px 10px;
	color: #8f8c3f;
	background: url(images/pics.jpg) no-repeat top;
}

