body{
	margin:0;
	padding:0;
	line-height: 1.5em;
	background: #b9773a url(images/body_bg.jpg) repeat-x;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
a:link, a:visited { color: #621c03; text-decoration: none; font-weight: bold;} 
a:active, a:hover { color: #621c03; text-decoration: none; font-weight: bold; }

h1 {
	font-size: 18px;
	color: #782609;
	font-weight: bold;
	height: 27px;
	padding-top: 10px;
	margin-left: 70px;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	color: #91513a;
	height: 22px;
	padding-top: 3px;
	margin-left: 5px;
}

#maincontainer{
	width: 990px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	float: center;
	background: url(images/content_bg.gif) 0px 0px repeat-y;
}

#topsection{
	background: url(images/header.jpg) no-repeat;
	height: 283px; /*Height of top section*/
	text-align: right;
}


/** стили для фуекционального меню, на главную, карта сайта, написать письмо */

div.meta_marg
{
	padding-top: 20px;
	margin-right: 20px;
	clear: both;
}

div.meta_marg div
{
	margin-left: 20px;
}

.meta_home
{
	float: right;
	width: 11px;
	height: 11px;
}

.meta_map
{
	float: right;
	width: 11px;
	height: 11px;
}

.meta_mail
{
	float: right;
	width: 11px;
	height: 11px;
}


/** конец стилей для функционального меню */



.main_table
{
	width: 990px;
	margin: 0px;
	border-collapse: collapse;
}
.main_table td
{
	vertical-align: top;
	text-align: left;
	padding: 0px;
}

#left_column {
	width: 228px;
}

#menu_top {
	height: 50px;
	width: 228px;
	background: url(images/menu_top-2.jpg) 0px 0px no-repeat;	
}
#right_column {
	width: 756px;
	background-color: #ffe7c1;
}

#right_column_border
{
	width: 6px;
	background-color: #ffffff;
}

#destination {
	float: left;
	padding: 10px 0px 0px 0px;
	width: 721px;
	border-right: dotted 0px #782609;
}
#contact {
	width: 200px;
	height: 96px;
	background: url(images/contact.jpg) no-repeat;
	color: #fff;
	padding-top: 15px;
}

#contact_marg
{
	margin-left: 35px;	
}

#contact_marg p
{
	margin: 0px;
	padding: 0px;
}

#contact_marg a
{
	color: #ffffff;
	font-weight: normal;
}
#contact_marg a:hover
{
	text-decoration: underline;
}


.content_marg
{
	margin: 0px 20px 0px 20px;
	padding: 0px 0px 20px 0px;
}	


#bot {
	height: 22px;
	width: 990px;
	background: url(images/footer.jpg) 100% 0px no-repeat;
}











#footer{
	float: left;
	width: 100%;
	padding: 30px 0px 0px 0px;
	height: 100px;
	color: #fff;
	text-align: center;
	background: url(images/footer_bg.jpg) repeat-x;
}


.footer_table
{
	width: 1000px;
	border-collapse: collapse;
}
.footer_table td
{
	padding: 0px;
	vertical-align: top;
}


#footer a {
	color: #f6f5f0;
	font-size:11px;
	text-decoration: none;
}

#footer a:visited, active {
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#footer p
{
	margin-bottom: 0.3em;
	color: #f6f5f0;
}

#footer #credit {font-size:11px;}


.copyright
{
	padding-top: 10px;
}


.menu {
	margin-top: 10px;
	margin-left: -15px;
	width: 188px;
}
.menu li{
	list-style: none;
	height: 30px;
	display: block;
	background: url(images/menu_bg.jpg) no-repeat;
	font-weight: bold;
	font-size: 12px;
	padding-left: 30px;
	padding-top: 7px;
}
.menu a {
	color: #fff;
	text-decoration: none;
}
.menu a:hover {
	color: #f08661;
}


#maincontainer table tr.rowH
{
	color: #666666;
	background: #006192 url('images/a8.gif') top left repeat-x;
	border: solid 1px #999999;
}

#maincontainer table tr.rowA
{
	background: #F8F8F8 url('images/a6.gif') top left repeat-x;
	border: solid 1px #999999;
	color: inherit;
}

#maincontainer table tr.rowB
{
	background: #FDFDFD url('images/a7.gif') top left repeat-x;
	border: solid 1px #999999;
	color: inherit;
}


.content_marg table td, .content_marg table th
{
	padding: 1px 3px 1px 5px;
}



/* стили для формы на странице контакты */
.contactform .clear2 {
	clear: left;
	line-height: 1px;
	margin: 0px;
	padding: 0px;
}

form {margin:0; padding:0;}
.textfield {display: block; float:left; width:250px; background-color: #faead7; margin:3px;	border: 1px solid #aa6117;}

.textfield_bug {display: block; float:left; width:250px; background-color: #aa6117; margin:3px;	border: 1px solid #aa6117;}

label {	display: block;	float: left; text-align:right; font-weight:bold; width: 150px; margin:3px; padding: 5px;}
.button {display: block; float:left; padding:0px; background-color:#c17a15; margin:3px;	border: 2px solid #efefef; color:#f7e6c9;}
.textfield:hover {background:#fff6ed;}
.textfield:focus {background:#ffffff;}

/* конец стилей для формы со страницы контакты */



.red
{
	color: red;
}


