body,
html {
	margin: 0;
	padding: 0;
	/*height: 100%;*/
}

body {
	background-color: #EEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 130%;
	color: #666;
}

h2 {
	font-size: 1.4em;
	color: #CC6666;
	line-height: 140%;
}

h3 {
	margin-top: 1.5em;
	margin-bottom: 1em;
	font-size: 1.2em;
	color: #CC6666;
	line-height: 140%;
}

h4 {
	font-size: 1em;
}

a:link,
a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:hover,
a:active {
	text-decoration: none;
	color: #CC0000;
}

img {
  border: none;
}

ul {
	padding-left: 1.5em;
	margin-left: 0;
}

li {
	margin: 0.5em 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-top: 1em;
  margin-bottom: 1em;
}

#container {
  position: relative;
  width: 960px;
  height: auto;
  min-height: 100%;
  margin: 0 auto;
  padding: 0 10px;
  background: url(images/shadow2.gif) repeat-y top left;
  text-align: left;
}
* html #container {
  height: 100%;
}

#container2 {
}

#header {
  height: 185px;
  background: url(images/top2.jpg) no-repeat top right;
}

#header h1 {
  float: left;
  width: 200px;
  margin: 35px 0 0 22px;
}

#header h1 a {
  display: block;
  height: 100px;
}

#header h1 span {
  display: none;
}

#header h2 {
  display: none;
}

#header h3 {
  display: none;
}

#main {
  padding: 10px;
  background: url(images/apple.jpg) no-repeat bottom left;
}

#main a:hover {
	color: #FFFFFF;
	background-color:#CC0000;
}

#left {
  float: left;
  width: 240px;
  padding-bottom: 250px;
}

#menu {
  margin-bottom: 10px;
  padding-top: 22px;
  background: url(images/bg2.jpg) no-repeat top left;
  font-weight: bold;
  line-height: 150%;
}

#menu ul {
  margin: 0 0;
  padding: 0 0 20px 0;
  background: url(images/bg3.jpg) no-repeat bottom left;
  list-style: none;
}

#menu li {
  margin: 0 0 0 30px;
  padding: 0;
}

#choose {
  float: left;
  width: 240px;
  height: 180px;
  background: url(images/bg1.jpg) no-repeat top left;
  text-align: center;
}

#choose img {
  margin-top: 20px;
}

#body {
  float: right;
  width: 690px;
}
* html #body {
}

#clearfooter {
  /*clear: both;
  height: 35px;*/
}

#footer {
  clear: both;
  /*position: absolute;
  bottom: 0;
  width: 750px;*/
  padding: 10px;
  background-color: #DDD;
  color: #666;
  font-size: 0.9em;
  text-align: center;
}

.clear {
  clear: both;
}

.photo {
	float: right;
	clear: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.break1 {
  height: 210px;
  padding-left: 30px;
  background: url(images/break1.jpg) no-repeat top left;
}

.break2 {
  height: 180px;
  padding: 15px 30px 15px 0;
  background: url(images/break2.jpg) no-repeat top right;
}

.break2 ul {
  color: #CC6666;
}

.red {
  color: #CC0000;
}

.home {
  padding: 0 240px 20px 10px;
  background: url(images/girl.jpg) no-repeat bottom right;
  color: #666;
  font-size: 0.9em;
}

.nowrap {
  white-space: nowrap;
}

table.wireframe {
  border-collapse: collapse;
  border-top: 1px solid #CCC;
}

table.wireframe tr:hover {
  background-color: #FFFFCC;
}

table.wireframe td {
  padding: 0.25em 0.5em;
  border-bottom: 1px solid #CCC;
}

table.wireframe th {
  padding: 0.25em 0.5em;
  background-color: #EEE;
  border-bottom: 1px solid #CCC;
}

.price {
  color: #800;
  font-weight: bold;
}

td.number {
  text-align: right;
}

.star {
	color: red;
	font-size: 0.9em;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.icon {
	vertical-align: middle;
}

.small {
	font-size: 0.9em;
}

img.image {
  clear: right;
  float: right;
  margin: 0 0 10px 10px;
}

.nav {
  margin-top: 30px;
  font-size: 0.9em;
  font-weight: bold;
}

.nav a {
  color: #888;
}

.inp {
	border: 1px solid #888;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

a.button,
input.button {
	padding: 2px 5px;
	background-color: #CC0000;
	color: white;
	border: 2px solid #CC0000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	text-transform: uppercase;
}

table.calendar {
  width: 600px;
  border-collapse: collapse;
}
table.calendar th {
  padding: 0.5em;
  background-color: #F4F4F4;
  border: 1px solid #CCC;
  text-align: center;
}
table.calendar td {
  padding: 0.5em;
  border: 1px solid #CCC;
}

table.calendar td.available {
  background-color: #CCFFCC;
}

table.basket {
  width: 100%;
}

ul.buttons {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.buttons li {
	margin: 2em 0;
	padding: 0;
}

ul.buttons a {
  padding: 2px 5px;
	background-color: #CC0000;
	color: white;
  border: 2px solid #CC0000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1em;
  text-transform: uppercase;
}

.big {
  margin: 10px 0;
  font-size: 14pt;
  font-weight: bold;
}

.error {
  color: red;
}

ul.tabs {
	clear: both;
	height: 35px;
	margin: 10px 0;
	padding: 0 10px;
	list-style: none;
	background: url(/images/tab1.gif) repeat-x bottom left;
	font-size: 13px;
}

ul.tabs li {
	float: left;
	height: 35px;
	margin: 0 5px 0 0;
	padding: 0;
	background: url(/images/tab2.gif) no-repeat bottom left;
}

ul.tabs li a {
	display: block;
	float: left;
	height: 15px;
	padding: 13px 20px 7px 20px;
	background: url(/images/tab3.gif) no-repeat bottom right;
}

#main ul.tabs li a:hover,
#main ul.tabs li a:active {
	background-color: #fff;
	background: url(/images/tab3.gif) no-repeat bottom right;
	color: #CC0000;
}

ul.tabs li.active {
	background: url(/images/tab4.gif) no-repeat bottom left;
	font-weight: bold;
}

ul.tabs li span {
	display: block;
	float: left;
	height: 15px;
	padding: 13px 20px 7px 20px;
	background: url(/images/tab5.gif) no-repeat bottom right;
}



.box {
	min-height: 40px;
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #ccc;
	position: relative;
}

.box h4 {
	margin: 0 0 10px 0;
	color: #CC6666;
	font-size: 1.1em;
}

.box img {
	float: left;
	margin-right: 10px;
}

.box .description {
}

.box .more {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.f-right {
	float: right;
}

.hidden {
	display: none;
	clear: both;
}

dl.guestbook {
	clear: left;
	margin: 1em 0 0 0;
}

dl.guestbook dt {
	clear: left;
	float: left;
	width: 70px;
	margin: 0 5px 0 0;
	text-align: right;
}

dl.guestbook dd {
	float: left;
	width: 500px;
	margin: 0 0 0.5em 0;
}

dl.guestbook dt.last {
}

dl.guestbook dd.last {
	margin: 0 0 2em 0;
}
