/* CSS Document */
/* www.redcarhotelbath.co.uk */

/* Redcar Hotel Design Style Sheet © soVision 2008 */

/* site wide colours
	
	Body background		:	#7A5959
	
	Dark				:	#330000
	Mid					:	#CC8D91
	Light				:	#F2E2E3
	gen font colour		:	#54251A
	
*/
html{
	margin: 0px;
	padding: 0px;
	height: 100%;
}
body{
	background:#7A5959 url(../images/redcar-background.gif);
	margin:0px;
	padding:0px;
	height:100%;
	position:relative;
	font-family:Times, "Times New Roman",  serif;
	font-size:0.9em;
	color:#54251A;
}
/* LAYOUT STYLES */
.container {
	margin: 0px auto 0px auto;
	background:#CC8D91 url(../images/redcar-background-shaddow.gif) center repeat-y;
	width: 812px;
	min-height:630px;
	position:relative;
}
.head{
	margin: 0px auto 0px auto;
	background:#330000 url(../images/redcar-background-head.jpg) repeat-x top;
	height:86px;
	width:800px;
	color:#FFFFFF;
}
.nav{
	background:url(../images/redcar-nav-shaddow.gif) top repeat-x;
	width:780px;
	height:32px;
}
.main{
	background:#ffffff;
	margin: 0px auto 0px auto;
	padding:0px;
	width: 780px;
}
.content{
	background:#ffffff url(../images/redcar-background-content.jpg) no-repeat top right;
	position:relative;
	float:left;
	width:776px;
	margin: 0px 0px 0px 0px;
	padding:2px 2px 2px 2px;
}
.content-left{
	width:776px;
	float:left;
	position:relative;
}
.images{
	width:221px;
	float:left;
	position:relative;
}
.content-right{
	width:489px;
	float:right;
	position:relative;
	padding:20px 40px 12px 20px;
}
.content-form{
	float:right;
	position:relative;
	padding:20px 20px 12px 20px;
}
.content-feature{
	background:#F2E2E3;
	width:549px;
	height:167px;
	float:right;
	position:relative;
}
.address{
	width:250px;
	max-height:167px;
	float:right;
	padding:0.75em 0px 0px 0px;
}
/* FOOTER SYLES */
.footer{
	margin: 0px auto 0px auto;
	padding:4px 0px 4px 0px;
	position:relative;
	background:#CC8D91 url(../images/redcar-background-shaddow.gif) center repeat-y;
	width:812px;
	height:20px;
	font-size:0.9em;
	clear:both;
}
.foot-left{
	float:left;
	position:relative;
	margin: 0px 0px 0px 22px;
}
.foot-right{
	float:right;
	position:relative;
	margin: 0px 22px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
}
.footer a{
	font-weight:bold;
}

/* NAVIGATION STYLES */
.nav ul{
	margin:0px 0px 0px 0px;
	padding:0px 1px 0px 2px;
}
.nav li{
	display:inline;
	float:left;
	position:relative;
	width:110px;
	margin:0px 1px 0px 0px;
	padding:0px 0px 0px 0px;
	height:32px;
	line-height:32px;
	text-align:center;
}
.nav a{
	display:block;
	background:#CC8D91 url(../images/redcar-nav-off.gif) top repeat-x;
	font-weight:normal;
}
.nav a:hover{
	display:block;
	background:#DBAFB2 url(../images/redcar-nav-over.gif) top repeat-x;
	text-decoration:none;
}
.selected a{
	display:block;
	background:#330000;
	color:white;
}
/* DESIGN STYLES */
.head h1{
	margin:0px;
	padding:20px 0px 0px 20px;
	font-size:2.6em;
	font-weight:normal;
}
.head h1 em{
	padding:0px 0px 0px 20px;
	font-size:0.5em;
	font-weight:normal;
	font-style:normal;
	text-transform:uppercase;
}
.head h1 em img{
	padding:0px 0px 0.25em 0px;
}
.head img{
	padding:0px 12px 0px 0px;
	margin:0px;
	float:right;
	position:relative;
}
a{
	color:#54251A;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	text-decoration:underline;
}
img{
	border:none;
}
.content h1{	
	font-size:2em;
	font-weight:normal;
}
.content h2{	
	font-weight:normal;
}
.content h3{	
	font-weight:normal;
}
.content h4{	
	font-weight:normal;
}
.content-form label{
	width:110px;
	float:left;
	position:relative;
	text-align:right;
	padding:0px 6px 0px 0px;
}
/* MISC */
.clear{
	clear:both;
}
