/* basic */

body {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	background: #525252;
	font: normal 0.5em/1.5em Arial, Helvetica, sans-serif;
}
p, h1, h2, h3, h4, h5, h6, ul, li {
	padding: 0;
	margin: 0;
}
a img {
	border: 0;
}
#print {
	display: none;
}

/* container */

.container {
	margin: 10px auto 0;
	width: 750px;
	background: white;
}
.clearing {
	clear: both;
}

/* details */

.details {
	height: 29px;
	background: url(../images/details.jpg) left top repeat-y;
}

.details2 {
	height: 29px;
	background: url(../images/details2.jpg) left top repeat-y;
}

.details p {
	text-align: right;
	font-size: 12px;
	line-height: 14px;
	color: #8e8e8e;
	font-weight: bold;
	font-family: Tahoma, sans-serif;
	padding: 9px 20px 0 315px;
}
.details a {
	color: #8e8e8e;
}
.details span {
	float: left;
}

/* top */

.top {
	height: 161px;
	text-align: left;
	background: url(../images/topcollage.jpg) left top repeat-y;
}
.top a {
	display: block;
	width: 272px;
	height: 161px;
	margin: 0 0 0 30px;
}

/* navigation */

.nav {
	float: left;
	width: 180px;
	padding: 0px;
	margin: 0px 0 0 4px;
	background: white
}
html>body .nav {
	margin: 0px 0 0 9px;
}
.nav a {
	margin-left: 20px;
	display: block;
	font-size: 1.75em;
	padding: 15px 0;
	font-weight: bold;
	color: #fff;
	font-variant: small-caps;
	letter-spacing: 0.1em;
	text-decoration: none;
	background-color: #8c497f;
	border-bottom: 1px solid white;
}
.nav a:hover {
	text-decoration: none;
	background-color: #f68c3e;
}

/* content */

.content {
	margin: 0px 0 0 0px;
	float: left;
	text-align: left;
	width: 555px;
	color: #525252;
}
html>body .content {
	margin: 0px 0 0 12px;
	width: 540px;
}

.content h1 {
	font-size: 2.25em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 10px 30px 10px;
	line-height: 2em;
}
.content p {
	font-size: 1.5em;
	margin: 10px 30px 15px 30px;
	line-height: 1.5em;
	text-align:justify;
}
.content ul {
	font-size: 1.5em;
	margin: 10px 60px;
	line-height: 1.5em;
}
.content li {
	margin: 5px 0;
	line-height: 2em;
}
.content a {
	color: #83467c;
	font-weight: bold;
}

.listcolum ul	{
	width: 430px;
	margin-bottom: 1em;
	}

.listcolumn li {
	float: left;
	display: block;
	line-height: 1em;
	margin: 0;
	padding-bottom: 1em;
	width: 210px;
	font-weight:bold;
}

li.even	{color:#f68c3e;}

li.odd {color:#8c497f;}

.listclear {clear:both;}

/* usp */

.usp {
	text-align: left;
	float: left;
	border: 1px solid #f68c3e;
	background: #fff;
	margin: 0px 0 10px 0px;
	width: 254px;
	color:#000;
}

.usp {
	margin: 0px 0 10px 12px;
}

.usp img {
	position: relative;
	top: 23px;
}
.usp h2 {
	position: relative;
	top: -67px;
	font-size: 2em;
	text-transform: uppercase;
	margin: 0 0 0 3px;
}
.usp p {
	font-size: 1.5em;
	margin: 12px 3px 5px 3px;
	line-height: 1em;
}
.more {
	display: block;
	text-align: right;
	margin: 0 3px 5px 3px;
	color: #ff7a00;
	font-weight: bold;
}

/* footer */

.footer {
	margin: 30px 0 0;

}
.footer p {
	text-align: left;
	padding: 45px 10px 15px 0;
	font-size: 1.4em;
	margin: 0 14px 0 14px;
	background: #fff url(../images/footerimg.jpg) 0px 0px no-repeat;
}
.footer a {
	color: black;
	padding: 0 10px;
}
.footer span {
	float: right;
}
.footer span a {
	padding: 0;
}

.cro {
	font-size: 1.25em;
	color: #a3a3a3;
	margin: 10px 0 0;
	padding: 0 0 10px 0;
}

/* form */

form p {
	clear: both;
}

fieldset {
	border: 0;
}

label {
	float: left;
	width: 150px;
	text-align: right;
	padding: 0 10px 2px;
	display: block;
}

input {
	border: 1px solid #898a84;
	margin: 0;
	width: 160px;
	font-family: Arial, Helvetica, sans-serif;
}
#input_comment, #input_comment2 {
	border: 1px solid #898a84;
	width: 160px;
	height: 80px;
	margin: 0;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}
#input_address {
	border: 1px solid #898a84;
	width: 160px;
	height: 50px;
	margin: 0;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}

.submit {
	border: 1px solid black;
	color: white;
	width: 60px;
	font-weight: bold;
	background: #ff7a00;
	cursor: pointer;
	cursor: hand;
	padding: 2px 4px;
	margin: 0 0 0 178px;
}
.reset {
	margin: 0 0 0 20px;
	border: 1px solid black;
	color: white;
	width: 60px;
	font-weight: bold;
	padding: 2px 4px;
	background: #ff7a00;
	cursor: pointer;
	cursor: hand;
}

p.error {
	font-size: 1.25em;
	margin: -10px 0 0 210px;
	color: #ff7a00;
}

#bookingform .submit {
	margin-left: 260px;
}
#bookingform label {
	width: 240px;
}
#input_day, #input_month {
	width: 20px;
}
#input_year {
	width: 40px;
}

#input_attendees	{
	width: 40px;
}

/*text content*/

span.byline	{
	display:block;
	margin-left:40px;
	font-weight:bold;
}

span.smalltext {
	font-size:0.9em;
}

ul.list	{
	line-height: 1em;
	margin-left:210px;
	margin-bottom: 30px;
	list-style-type:none;
}

ul.list li 	{
	margin: 0px;
	line-height:1.5em;
}
.imgcont	{
	text-align:center;
}
.content img {
	border: 0px;
	margin: 5px auto;
	text-align:center;
}

#standout	{
	margin: 40px auto;
	width:70%;
	text-align:center;
	padding:15px 10px 10px 10px;
	background-color: #fff;
	border: 2px dashed #f4a471;
}

.contact	{
	margin-left:210px;
}
