html,body,div,table,td,tr {
    margin: 0px;
    padding: 0px;
    font-family: "Times New Roman", Serif;
    color: #333333;
	font-size: 16px;
}

html,body {
    width:100%;
	height:100%;
    background-color: #ebebeb;	
		background: url('../images/bg.jpg');
    background-repeat: repeat;
    background-position: top;  
}


table {
    table-layout: fixed; 
}

td {
    vertical-align:top;
	text-align:left;
}

h1 {
   font-size: 16px;
    color: #333333;
}

h2 {
   font-size: 14px;
   font-weight:800;
   color: #333333;
   display: inline;
}

a {color: #993333;}
a:hover {color: #333333;}

a.lang {
   display: block;
   float:left;
   margin-right: 4px;
   background-repeat: no-repeat;
   background-position: center; 
   width: 20px;
   height: 20px;
}

table.main {
	width: 910px;
	margin:0 auto;
    text-align: left;
}

td.top {
   background: url('../images/top.png');
   background-repeat: no-repeat;
   background-position: center; 
   height: 114px;
   padding-left: 750px;
}

td.left {
   background: url('../images/left.png');
   background-repeat: repeat-y;
   background-position: center; 
   width: 182px;
}

td.right {
   background: url('../images/right.png');
   background-repeat: repeat-y;
   background-position: left; 
}
td.bottom {
   height: 5px;
   background: url('../images/bottom.png');
   background-repeat: no-repeat;
   background-position: top; 
}

div.paper {
   margin-top: -5px;
   width: 190px;
   height: 80px;
   background: url('../images/paper.png');
   background-repeat: no-repeat;
   background-position: left; 
}


td.content {
   background-color: #f7f9da;
   padding-left: 15px;
}

a.menu {
	font-size: 14px;
	color: #333333;
	font-weight: 800;
	text-decoration: underline;
    display:block;
	background: url(../images/menu.png) no-repeat;
	vertical-align: middle;
	padding-top: 1px;
    margin-left:20px;
	margin-top: 4px;
	padding-left: 25px;
	text-align: left;
    height: 20px;
	width: 150px;
}

a.menu:hover,a.menuhover {
	background-position: 0px -20px;
	color: #CC9933;
}

div.contacts {
    position: relative;
	margin-left: 17px;
	margin-right: 25px;
	font-size: 13px;
}

div.reservation {
margin-left: 38px;margin-top:5px;
padding: 2px;
background-color: #ffc;
width: 134px;
font-size: 14px;
border-style: solid;
border-color: #993333;
border-width: 1px;
}

.photo {
position: relative;
float: left;
margin: 5px;
}

table.prices {
font-weight:800;
font-size: 14px;
color: #CCC;
}

.prices th {
font-size: 16px;
color: #000;
}

.small {
font-weight:500;
font-size: 11px;
}

.form th {
font-size: 14px;
text-align:right;
padding-right: 10px;
vertical-align:top;
width: 120px;
}

div.price {
position: relative;
width: 100%;
background-color: #9F9;
font-weight:800;
text-align:center;
}

input {
margin-bottom:2px;
}

select {
margin-bottom:2px;
}

table.form {
background-color: white;
float:left;
margin: 5px;
padding: 3px;
border-style: solid;
border-width: 1px;
border-color: #000;

}

div.message {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	border-style : solid;
    border-color: #999;
	border-right: none;
	border-left: none;
	border-bottom:none;
    border-width: 1px;
	padding: 10px;
}

div.otvet {
	margin-left: 10px;
	margin-top: 5px;
	padding: 5px;
    border-style : dotted;
    border-color: #999999;
	border-width: 1px;
}

input.validation-failed, textarea.validation-failed {
	border: 1px solid #CC9999;
}
input.validation-passed, textarea.validation-passed {
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #CC9999;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}