@import url(chromestyle.css);

/* Pages Layout */

body{
	background: url(../images/bg_bottom.jpg) bottom center no-repeat #121a1d;
	margin:0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

#container{
	width:940px;
	background:#ffffff;
	margin: 0 auto;
}

#content-wraper{
	padding:10px;	
}

#footer{
	width:920px;
	border-top: #d9d9d9 1px solid;
	padding: 10px 0 10px 0;
	font-size: 11px;
	color:#4f4f4f;
}

div.clear {
	clear: both;
	margin: -1px 0 0 0;
	visibility: hidden;
	height: 1px;
}

div.clear hr {
	display: none;
}

/* Navigation */

#nav{
	background:#000000;
	width:920px;
	height:30px;
	padding:20px 0 0 20px;
	color:#ffffff;
}

#nav ul{
	margin:0;
	padding:0;
}

#nav ul li{
	display:inline;
	list-style-type:none;
	text-transform:uppercase;
	font-weight:bold;
	margin-right:35px;
}

#nav ul li a{
	color:#ffffff;
	text-decoration:none;
}

#nav ul li a:hover{
	color:#cccccc;
}


/* Home Page */

#home-col1, #home-col2, #home-col3{
	float:left;	
}

#home-col1, #home-col2{
	margin-right:20px;
	width:315px;
}

#home-col3{
	width:240px;	
}

#box-home1{
	background:url(../images/box_home_1.jpg) no-repeat;
}

#box-home2{
	background:url(../images/box_home_2.jpg) no-repeat;
}

#box-home3{
	background:url(../images/box_home_3.jpg) no-repeat;
}

#box-home4{
	background:url(../images/box_voucher.jpg) no-repeat;
}

#box-home1, #box-home2, #box-home3, #box-home4{
	width:220px;
	height:100px;
	padding: 20px 0 0 20px;
	margin-bottom:10px;
	text-transform:uppercase;
	color:#ffffff;
}

#box-home1 h2, #box-home2 h2, #box-home3 h2, #box-home4 h2{
	color:#ffffff;
	margin:0;
	font-size:21px;
	font-weight:bolder;
}

#box-home1 p, #box-home2 p, #box-home3 p, #box-home4 p{
	margin:0;
	font-size:14px;
	font-weight:bolder;
}

#box-home1 a, #box-home2 a, #box-home3 a{
	color:#ffffff;
	text-decoration:none;
}

#box-home1 a:hover, #box-home2 a:hover, #box-home3 a:hover, #box-home4 a:hover{
	color:#cccccc;
}

.content-home{
	padding:10px;
}


/* Internal Pages */

#internal-full{
	width:900px;
	margin:0 10px 20px 10px;
}

#internal-left{
	width:590px;
	margin: 0 20px 20px 10px;
	float:left;
}

#internal-booking{
	width:250px;
	padding:20px;
	float:left;
	background:#e5e5e5;
}

#internal-content1{
	width:320px;
	margin: 0 20px 0 0px;
	float:left;
}

#internal-content2{
	width:250px;
	float:left;
}

.calendar-bg{
	background:#e5e5e5;
}

.calendar-hd{
	background:#d1d1d1;
	padding:10px;
}

.calendar-selected{
	background:#158dcf;
}

/* Forms */

.form-field, .form-textarea{
	border: 1px solid #d9d8d8;
	width:248px;
	background:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;	
}

.form-textarea{
	height:80px;	
}

.form-field{
	height:20px;
}

.form-button{
	border:none;
	background:url(../images/button_bg.gif) top right no-repeat #000000;
	color:#0485cc;
	padding:0px 15px 0 5px;
	height:27px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}

/* Text Formatting */

h1{
	color:#0485cc;
	text-transform:uppercase;
	font-family:sans-serif, Helvetica, Arial;
	font-size:21px;
	margin: 0 0 10px 0;
}

h2{
	color:#0485cc;
	font-family:sans-serif, Helvetica, Arial;
	font-size:16px;
	margin: 0 0 10px 0;
}


.h1-1col{
	width:305px;
	height:45px;
	background:url(../images/hd_home_bg.jpg) top no-repeat;
	padding-left:10px;
	padding-top:5px;
	line-height:80%;
}

.h1-2col{
	width:590px;
	height:45px;
	background:url(../images/hd_internal_bg.gif) top no-repeat;
	line-height:80%;
	padding-top:5px;
}

a{
	color:#528e0c;
	text-decoration:none;
	font-weight:bold;
}

a:hover{
	color:#0485cc;
}

p{
	margin-top:0;	
}