/*
	title:		Turnberry Lodge Stylesheet
	version:	1.0 (Dec 2007, 10)
*/

*{margin: 0px; padding: 0px;}

body{
	background: #85a63e url(../images/bg.jpg) repeat-x 0% 100%;
	color: #fff;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	text-align: center;
}


a{color: #2ea2c7; outline: none; text-decoration: underline;}
a:hover{color: #2ea2c7; text-decoration: none;}

a img{
	border: 1px none #2ea2c7;
}
p{padding: 5px 10px;}

.img_left{
	float: left;
	margin: 0px 10px 0px 0px;
}

.image{padding: 0px 10px 10px 0px;}
.clear{clear: both;}
.center{text-align: center;}
.left{float: left; width: 40%; padding-left: 10px;}
.left ul{list-style-type: none; margin: 10px 10px 10px 10px;}
.left ul li{background: transparent url(../images/list-style.gif) no-repeat 0 4px; padding-left: 12px; margin-top: 6px;}
.right{float: right; width: 40%; padding-left: 10px;}
.right ul{list-style-type: none; margin: 10px 10px 10px 10px;}
.right ul li{background: transparent url(../images/list-style.gif) no-repeat 0 4px; padding-left: 12px; margin-top: 6px;}

h1{
	background: #fff url(../images/small_logo.jpg) no-repeat 10px center;
	color: #3e4c1b;
	font-family: "Times", Arial, Sans-Serif;
	font-size: 18px;
	font-weight: normal;
	padding: 15px 10px 15px 45px;
}

h2{
	background: #fff;
	color: #3e4c1b;
	font-family: "Times", Arial, Sans-Serif;
	font-size: 18px;
	font-weight: normal;
	padding: 15px 10px 15px 10px;
}

h3{
	background: #fff;
	color: #9a1f22;
	font-family: "Times", Arial, Sans-Serif;
	font-size: 18px;
	font-weight: normal;
	padding: 10px 10px 10px 10px;
}

table{
	border-collapse: collapse;
	width: 728px;
	margin: 10px;
}

 #contactform{
	width: 470px;
	margin: 10px;
}

#contactform td{
	padding: 0px 10px;
	border: none;
}

#contactform input{
	width: 300px;
}

#contactform input.button{
	background: #85a63e;
	width: auto;
	border: none;
	color: #fff;
	font-weight: bold;
	margin: 5px 0px;
	padding: 2px 5px;
	outline: none;
}

#contactform textarea{
	width: 300px;
	height: 100px;
}

tr{
	height: 30px;
}

th
{
background: #85a63e;
height: 30px;
padding: 0px 10px;
color: #fff;
text-align: left;
border-left: solid 1px #fff;
}

td
{
padding: 0px 10px;
border-left: solid 1px #fff;
border-bottom: solid 1px #ccc;
}

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


#wrapper{
	margin: 30px auto 0px auto;
	position: relative;
	text-align: left;
	width: 750px;
}

#container{
	background: #fff;
	color: #666;
	border-bottom: solid 4px #990000;
	border-top: solid 1px #990000;
	border-left: solid 1px #990000;
	border-right: solid 1px #990000;
	padding-bottom: 20px;
	width: 748px;
}

#masthead{
	background-color: #85a63e;
	background-image: url(../images/new_logo.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 140px;
	width: 750px;
}

#navigation{
	background: #990000 url(../images/nav_bg.jpg) repeat-x 0% 0%;
	border-bottom: solid 2px #470000;
	color: #fff;
	height: 40px;
	line-height: 40px;
	width: 748px;
}

#navigation li{float: left; list-style-type: none; white-space: nowrap;}

#navigation li a{
	background-color:inherit;
	color: #fff;
	display: block;
	font-size: 12px;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 15px;
}

#navigation .current,#navigation a:hover{
	background: transparent url(../images/nav_bg_current.jpg) no-repeat 50% 100%;
	color: #fff45d;
	text-decoration: none;
}

#splash{
	background-color: #fff;
	background-image: url(../images/splash.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	height: 303px;
	width: 748px;
}

#splash_rates{
	background-color: #fff;
	background-image: url(../images/splash_rates.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	height: 303px;
	width: 748px;
}

#splash_restaurant{
	background-color: #fff;
	background-image: url(../images/splash_restaurant.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	height: 303px;
	width: 748px;
}

#splash_conference{
	background-color: #fff;
	background-image: url(../images/splash_conference.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	height: 303px;
	width: 748px;
}

#splash_activities{
	background-color: #fff;
	background-image: url(../images/splash_activities.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	height: 303px;
	width: 748px;
}

#splash_contact{
	background-color: #fff;
	background-image: url(../images/splash_contact.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	height: 303px;
	width: 748px;
}

#content{
	float: left;
	width: 499px;
}

#content1{
	float: left;
	width: 310px;
	}
#content ul{
	list-style-type: none;
	margin: 10px 10px 10px 10px;
}
#content ul li{
	background: transparent url(../images/list-style.gif) no-repeat 0 4px;
	padding-left: 12px;
	margin-top: 6px;
}

#side{
	float: right;
	width: 249px;
}

#side1{
	float: right;
	width: 430px;
}

#side ul{
	list-style-type: none;
	margin: 10px 10px 10px 10px;
}
#side ul li{
	background: transparent url(../images/list-style.gif) no-repeat 0 4px;
	padding-left: 12px;
	margin-top: 6px;
}

.clear{clear: both;}
.foot{
	clear: both;
	padding: 10px 0px;
	text-align: center;
}

.button_wrap {
	display:				block;
	padding:				5px 0px;
	width:					400px;
}
	
.booknow {
	background-color:		#fff;
	background-image:		url(../images/booknow.jpg);
	background-repeat:		no-repeat;
	background-position:	0px 0px;
	border:					none;
	display:				block;
	float:					left;
	height:					43px;
	margin-left:			10px;
	text-decoration:		none;
	width:					126px;		
}
	
.booknow:hover {
	background-position:	-126px 0px;
	text-decoration:		none;
}
	
.carhire {
	background-color:		#fff;
	background-image:		url(../images/carhire.jpg);
	background-repeat:		no-repeat;
	background-position:	0px 0px;
	border:					none;
	display:				block;
	float:					left;
	height:					43px;
	margin-left:			10px;
	text-decoration:		none;
	width:					157px;
}
	
.carhire:hover {
	background-position:	-157px 0px;
	text-decoration:		none;
}
