/*General Rules*/

body {
	font-family: verdana, arial, helvetica, "san serif";
	font-size: 12px;
	margin:0px;
	margin-bottom: 20px;
	padding:0px;
	background: white;
	}
h1 {
	font-family: "Arial Narrow", arial, Helvetica, "San Serif";
	font-size: 1.6em;
	margin-bottom:8px;
}
h2 {
	color:red;
	font-family: "Arial Narrow", arial, Helvetica, "San Serif";
	font-size: 1.6em;
	margin-bottom:8px;
	}
h3 {
	font-size: 12px;
	margin: 0px;
}
#wrapper {
	position:relative;
	width:768px;
	margin-left:auto;
	margin-right:auto;
	border-left: 1px solid black;
	border-right: 1px solid black;
	text-align: left;
	height:100%;
}
.green {
	color: #638B39;
}
.center {
	text-align: center;
}
.clear {
	clear:both;
	}
.right {
	margin-top: 0px;
	float: right;
	margin-left: 30px;
}
.left {
	margin-top: 15px;
	float: left;
	margin-right: 30px;
}
.thumb {

}
.van {
	margin-bottom: 5px;
	width:320px;
}
.tas {
	width:320px;
	clear:both;
	font-size:.8em;
	margin-bottom:5px;
}

div.outer {
	background-color:white;
	border:2px solid #638B39;
	margin-left:auto;
	margin-right:auto;
		width:590px;
	}

th {
	background-color: #EF4138;
	color: white;
	text-align:center;
}
th i {font-weight: normal; font-style:normal;}


.red {
	color: #EF4138;
}
/*Top Area*/

#blue {
	background-color: #646C83;
	width: 768px;
	height: 14px;
	border-bottom: 4px solid #EF4138;
}

	
#logo {
	position: absolute;
	right: 0px;
	z-index: 1;
}
#intro {
	margin-left: 360px;
}


/*Main body area*/

#main {
	padding-bottom: 15px;
	padding-left: 23px;
	padding-right: 20px;
}

a {
	color: #638B39;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}

#list a {color: red
}

a#sendtofriend {
	line-height: 16px;
	padding-left: 23px;
	background-image: url("pages/images/black-arrow.gif");
	background-repeat: no-repeat;
	background-position: 0px 3px;
	font-size: 1.2em;
	font-weight: bold;
	color: #EF4138;
	text-decoration: none;
	font-family: "Arial Narrow", arial, Helvetica, "San Serif";
}
table.sendtofriend {
	background-color: #EF4138;
	color: white;
}
table { font-size: 11px; }
table.bookings {
	width:100%;
	text-align:left;
	font-size: 12px;
}
table.bookings table {font-size: 12px;}
table th {
	background-color: #646C83;
	color: white;
}
.bottomline {
	border-bottom: 2px solid #EF4138;
	font-size: 1px;
}
#list h2 {
	font-family: verdana, arial, helvetica, "san serif";
	display: inline;
	font-size:1.1em;
	margin: 0px;
	padding:0px;

}
#list h2 a {
	color: #646C83;	
	text-decoration: none;
}
#list h2 a:hover {
	text-decoration: underline;
}
#rightcolumn {
	float: right;
	margin-left: 50px;
	width: 150px;
	font-size: 0.8em;
	text-align: left;
}
	
/*Top Nav*/

#topright {
	background-color: #EF4138;
	background-image: url("pages/images/top-bg.gif");
	background-repeat: no-repeat;
	height: 112px;
	margin-left:331px;
}

#topright ul {
	list-style: none;
	margin: 0;
	padding: 0;

}
#topright li {
	display: block;

}
#topright a {
	color: white;
	font-family: "Arial Narrow", arial, Helvetica, "San Serif";
	font-size: 130%;
	text-decoration: none;
	font-weight:normal;
	margin-left: 60px;
	padding: 0px 0px 0px 28px;
	background-image: url("pages/images/right-arrows.gif");
	background-repeat: no-repeat;
	background-position: 0px 4px;

}
#topright a:hover {
	background-position: -8px 4px;
}



/*Bottom Area*/

#bluefooter {
	background-color: #646C83;
	font-size: 0.9em;
	font-weight: bold;
	padding-top:5px;
	padding-bottom: 10px;
	background-image: url("pages/images/footer-bg.gif");
	background-repeat: no-repeat;
	background-position: top right;
}
#bluefooter a {
	color: white;
	margin-left: 10px;
	text-decoration: none;
}
#bluefooter a:hover {
	text-decoration: underline;
}
#redfooter {
	background-color: #EF4138;
	color: white;
	font-size: 0.8em;
	text-align: center;
	padding-top: 3px;
	padding-bottom:10px;
}
