/*Css Reset*/
* {
	font-family: Georgia, "Trebuchet MS", Sans-Serif;
	margin: 0;
	outline: none;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration:none;
	list-style-type: none;
}
/*General Style*/
#home h2, p, li, h4 {
	text-shadow: 1px 1px 1px #fff;
}
p, li {
	font-size: 16px;
	color: #222;
}
a {
	color: #821314;
	font-weight: bold;
}
h3, #thankyou h1 {
	font-family: Lobster, "Trebuchet MS", Sans-Serif;
	height: 56px;
	padding: 22px 0 0;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	margin: 5px 0 15px;
}

.nomenu 
{
    color: #72001a;
}

.button {
	position: absolute;
	text-align: center;
	bottom: 10px;
	left: 0;
	right: 0;
}
.button a, .button button {
	display: inline-block;
	height: 40px;
	padding: 0 0 0 9px;
	background: url(../images/button.png) no-repeat 0 0;
	text-align: center;
	margin: 0 3px;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
}
.button a span, .button button span {
	display: inline-block;
	height: 30px;
	padding: 10px 19px 0 10px;
	background: url(../images/button.png) no-repeat right bottom;
	font-size: 16px;
}
/*Layout*/
body {
	background: url(../images/background.png) repeat 0 0;
	overflow: hidden;
}
#home {
	background: url(../images/header-bg.png) repeat-x 0 0;
}
#menu, #contacts, #thankyou {
	background: url(../images/title-bg.png) repeat-x 0 5px;
}
.area {
	position: relative;
	width: 320px;
	height: 416px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}

.areamenu{
	position: relative;
	width: 320px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}

/*Home*/
#header {
	/*height: 83px;*/
}
#header h1 
{
    /*
	width: 181px;
	height: 63px;
	background: url(../images/logo.png) repeat 0 0;
	text-indent: -9999px;
	margin: 2px auto 0;*/
	font-family: Lobster, "Trebuchet MS", Sans-Serif;
	height: 56px;
	padding: 10px 0 0;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	margin: 5px 0 15px;
}
h2 {
	font-size: 26px;
	color: #72001a;
	font-weight: bold;
	margin: 5px 0 0;
}
#slider {
	position: relative;
	width: 295px;
	height: 192px;
	padding: 9px 0 0 9px;
	background: url(../images/slider-bg.png) no-repeat 0 0;
	margin: 10px auto 0;
	text-align: left;
}
#slider img {
	position: absolute;
	border: 1px solid #ccc;
}
/*Menu*/
#box-container {
	overflow: hidden;
}
#box-container .box {
	float: left;
	width: 300px;
	padding: 0 10px;
}
#box-container h3 {
	margin-left: -10px;
	margin-right: -10px;
}
#menu ul {
	width: 300px;
	margin: 0 auto;
}
#menu li {
	clear: both;
	float: left;
	width: 290px;
	padding: 0 5px;
	font-weight: bold;
	background: url(../images/list-bg.png) repeat-x 0 bottom;
	text-align: left;
	margin: 0 0 9px;
}
#menu li span {
	float: right;
	display: block;
	width: 45px;
	text-align: left;
	font-weight: normal;
	font-style: italic;
}
#back, #next {
	position: absolute;
	top: 33px;
	left: 20px;
	display: block;
	width: 15px;
	height: 22px;
	background: url(../images/arrow.png) no-repeat 0 0;
	text-indent: -9999px;
}
#next {
	background-position: 0 -22px;
	left: 285px;
}
/*Contacts*/
#contacts a {
	text-decoration: underline;
}
#details {
	font-size: 18px;
	line-height: 22px;
}
h4 {
	width: 300px;
	font-style: italic;
	color: #72001a;
	background: url(../images/border.png) repeat-x 0 center;
	margin: 15px auto 8px;
	font-size: 20px;
}
h4 span {
	background: url(../images/background.png) repeat 0 0;
	padding: 0 10px;
}
form {
	width: 300px;
	margin: 0 auto;
}
fieldset div {
	position: relative;
	float: left;
	height: 40px;
	background: url(../images/form-style.png) no-repeat left top;
	margin: 0 0 20px 0;
}
fieldset input, textarea {
	position: absolute;
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #d6a6a6a;
}
fieldset input, #dcomment, textarea {
	background: url(../images/form-style.png) no-repeat;
}
fieldset input {
	background-position: right -40px;
}
#dcomment {
	width: 100%;
	background-position: right -80px;
	padding: 10px 0 0;
}
fieldset input {
	right: -10px;
}
#demail {
	width: 290px;
}
textarea {
	width: 280px;
	height: 80px;
	padding: 0 10px 10px;
	background-position: right bottom;
}
/*Validation*/
fieldset span {
	position: absolute;
	right: -5px;
	bottom: -15px;
	color: red;
	font-size: 11px;
	padding: 3px 0 0;
}
#dcomment span {
	bottom: -65px;
	right: 5px;
}
/*Thank You Page*/
#thankyou p {
	margin: 0 0 10px;
}
#bubble {
	width: 234px;
	margin: -10px auto 0;
	padding: 47px 30px 0 20px;
	background: url(../images/balloon.png) no-repeat center 0;
}
#bubble img {
	margin: 24px 0 0 15px;
}

#content { padding-top:20px;}

.adpanel { padding-top:10px; }