/*
Claremont House Hotel Limited
URL: http://www.theclaremont.eu
Author: Doug Banks - Pixel Design Studio
Author URL: http://www.pixeldesignstudio.co.uk/
*/

* {
	padding:0; 
	margin:0;
}
body {
  	color:#fff;
	font:83% "Trebuchet MS", Verdana, Arial, Serif;
	background:#333 url(../graphics/headerBK.jpg) repeat-x;
	}
a {
	color:#f1cb10;
	outline:none;
	text-decoration:none;
}	
a:hover {
	text-decoration:underline;
	}
form {
	margin: 0;
	padding: 0;
}
fieldset {
	border:none;
	padding:0;
	margin:0;
}
img {border:none;}

h1 {
	font-size:2.4em;
	font-weight:lighter;
	padding:0 0 15px;
	clear:left;
	}
h2 {
	font-weight:lighter;
	font-size:1.4em;
	}
p {
	line-height:20px;
	padding-bottom:20px;
	}
ul.standard {
	margin: 10px 0 10px 50px;
	line-height:22px;
	}	
/*Tooltips*/
.tooltip{
    position:absolute;
    z-index:999;
    left:-9999px;
    background-color:#dedede;
    padding:5px;
    border:1px solid #fff;
    width:200px;
}
.tooltip p{
    margin:0;
    padding:0;
    color:#fff;
    background-color:#222;
    padding:2px 7px;
}
.tip {
	cursor:help;
	}
/*Structure*/
#container {
	width:974px;
	margin:0 auto;
}
#content {
	width:939px;
	margin:17px 0 0 15px;
	}
#leftColumn {
	float:left;
	width:574px;
	padding:0 37px 20px 5px;
	}
#rightColumn {
	float:left;
	width:321px;
	padding:10px 0 20px 0;
	}
#footer {
	clear:both;
	
	background:url(../graphics/footerStep.jpg) repeat-x;
	height:133px;
	}
#footer .container{
	margin:0 auto;
	width:974px;
	position:relative;
	}
	
#testimonial p { padding-top: 120px; padding-right: 16px; text-align: right; }

/*Header*/
#header {
	position:relative;
	height:210px
}
#header div.logo {
	position:absolute;
	width:272px;
	left:45px;
	top:37px;
	}
#header div.logo a{
	font-weight:bold;
	text-transform:uppercase;
	color:#313131;
	font-size:0.8em;
	}
#header div.logo a span {
	width:272px;
	display:block;
	}
#header div.logo a:hover{
	text-decoration:none !important;
	}
#header div.contact{
	position:absolute;
	left:709px;
	top:37px;
	}
/* main navigation */
#navigation {
	position:absolute;
	top:165px;
	left:0;
	overflow:hidden;
	margin-left:12px;
	width:974px;
	list-style:none;
	}
#navigation li {
	float:left;
	margin:0 3px 0 0;
	}
#navigation li a {
	color:#fff;
	font-weight:bold;
	height:36px;
	display:block;
	margin:8px 0 0 0;
	font-size:1.2em;
	text-align:center;
	line-height:36px;
	}
#navigation li a:hover,
#navigation li a.active {
	height:44px;
	background-position:0 94px !important;
	margin:0;
	font-size:1.2em;
	line-height:44px;
	text-decoration:none;
	}
#navigation li.tab1 a,
#navigation li.tab2 a,
#navigation li.tab3 a,
#navigation li.tab6 a,
#navigation li.tab7 a,
#navigation li.tab8 a {width:111px; background:url(../graphics/nav1.gif);}

#navigation li.tab4 a,
#navigation li.tab5 a {width:131px;background:url(../graphics/nav2.gif);}

/*Left Column*/
/*contact form*/
/* form elements */
form.contact {
	padding:0 0 20px;
	}
form.contact p{
	width:50%;
	float:left;
	}
form.contact p.full, form.contact p.valid{
	width:100%;
	float:left;
	}
label {
	display:block;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
}
input.checkbox {
	border:none !important;
	}
p.required {
	padding:10px 0 0;
	margin:0;
}
.required span{
	color:#FF0000;
	}
textarea {
	width:400px;
	padding:2px;
	border:1px solid #eee;
	height:100px;
	display:block;
}
#decontact {
	padding:2px;
	border:1px solid #eee;
	display:block;
}
#ext {
	border:1px solid #eee;
}
input.submit, input.ask {
	width:121px;
	height:33px;
	border:none !important;
	}
#Add1, #Add2, #Add3{
	margin:3px 0;
}
/*breadcrumbs*/
ul.breadcrumbs {
	list-style:none;
	margin:10px 0 30px;
	font-size:0.75em;
	}
ul.breadcrumbs li{
	float:left;
	}
ul.breadcrumbs li a{
	color:#fff;
	}
h2.contactUs {
	border-top:1px solid #fff;
	padding-top:15px;
	}
h2.terms {
	color:#f1cb10;
	padding-bottom:10px;
	}
img.map {
	padding:3px; 
	border:1px solid #fff; 
	margin-left:60px; 
	margin-bottom:60px;
	}
/*rates table*/
.ratesTable {
	border:none;
	width:572px;
	padding:0;
	margin:0 0 20px;
	}
.ratesTable thead td{
	background:url(../graphics/ratesth.gif) no-repeat 0 0;
	width:572px;
	height:31px;
	}
.ratesTable thead td h2{
	font-size:1.2em;
	font-weight:bold;
	padding:0 0 0 5px;	
	}
.ratesTable tbody tr{
	background:#333;
	margin:30px;
	}
.ratesTable tbody tr:hover{
	background:#CCC;
	color:#333;
	padding:2px;
	}
.ratesTable tbody tr.alt{
	background:#4e4e4e;
	padding:2px;
	}
.ratesTable tbody tr.alt:hover{
	background: #CCC;
	color:#333;
}
.ratesTable tbody td{
	padding:5px;
	}
.leftColumnPics {
	float:right;
	padding-left:10px;
	position:relative;
	background:url(../graphics/galleryBK.jpg) no-repeat 0 0;
    height:  211px;  
    width:   252px;  
    margin:  0;  
}
.leftColumnPics img{
	position:absolute; 
    width:  224px; 
    height: 146px; 
    top:  18px; 
    left: 16px; 
	}
/*#Right Column*/
#rightColumn h2	{
	text-transform:uppercase;
	font-size:1.4em;
	background:url(../graphics/line.gif) repeat-x left bottom;
	font-weight:lighter;
	padding-bottom:3px;
	margin:0 15px 0 10px;
	color:#fff !important;
	}
#rightColumn p{
	padding:0 0 0 10px;
	}
/*news feed*/
#rightColumn .news p{
	padding:0 0 0 10px;
	font-size:0.9em;
	}
#rightColumn .news h3 {
	margin-top:5px;
	}
#rightColumn .news h3 a{
	padding:0 0 0 10px;
	}
	
/*gallery pics*/
#rightColumn .gallery,
#rightColumn .booking,
#rightColumn .art,
#rightColumn .weddings,
#rightColumn .news
 {
	position:relative;
	margin:0 0 30px;
	}
.pics {
	background:#fff url(../graphics/gallerypolaroids.jpg) no-repeat 0 0;
    height:  251px;  
    width:   321px;  
    padding: 0;  
    margin:  0;  
} 
#rightColumn .weddings img {
	padding:10px 0 10px 16px;
	}
#rightColumn .weddings p{
	font-size:0.9em;
	line-height:16px;
	padding:0 10px;
	}
.pics img {
	position:absolute; 
    width:  248px; 
    height: 159px; 
    top:  34px; 
    left: 30px; 
}
a#prev {
	position:absolute;
	width:21px;
	height:32px;
	top: 215px;
	left:0;
	cursor:pointer;
	} 
a#next{
	position:absolute;
	width:21px;
	height:32px;
	top: 215px;
	left:300px;
	cursor:pointer;
	}
a#next:hover, a#prev:hover{
	text-decoration:none;
	}
p.title{
	position:absolute;
	left:32px;
	top:230px;
	font-size:1em;
	white-space:nowrap;
	width:240px;
	overflow:hidden;
} 
p.title a{	color:#ac1901;}
ul.artGallery {
	list-style:none;
	}
ul.artGallery li {
	float:left;
	width:200px;
	height:325px;
	padding:10px;
	border-top:1px solid #fff;
	}
.footerNav, .footerNav2{
	list-style:none;
	margin:30px 0 0 10px;
	font-size:0.9em;
	width:770px;
	float:left;
	color:#333;
	}
.footerNav2{ margin-top:0;
}
.footerNav li, .footerNav2 li{
	float:left;
	padding-left:5px;
	}
.footerNav li a, .footerNav2 li a{	
	color:#333;
	}
.footerNav li a:hover, .footerNav2 li a:hover{	
	color:#fff;
	text-decoration:none;
	}
div.footerTags {
	position:absolute;
	left:790px;
	top:15px;
	width:177px;
	height:96px;
}
div.footerTags img{
	float:left;
	}
div.strictly {
	float:left;
	width:48px;
	}
	
a.camo {
	color:#fff;
	outline:none;
	text-decoration:none;
}	
a.camo:hover {
	text-decoration:none;
	}