/*Remove default styling*/
link,:visited { text-decoration:none;}
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
div,ol,ul,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{ margin:0; padding:0 }
fieldset{border:0px;}
a img,:link img,:visited img { border:none }
address { font-style:normal }
/*remove default styling*/


h1,h2,h3,h4{
	color:#fff;

}



 
body{
	background-color:#282929;
	text-align:center;
	color:#ccc;
	font-family:Arial,verdana,serif;
} 
 
#outer{
	text-align:left;
	width:760px;
	margin-left:auto;
	margin-right:auto;
}

#mainContent{
	padding:15px 30px 30px;
	background-color:#666;
}
/* for availability page only*/
#mainContentAV{ 

	background-color:#666;
}
#homepageImages{
	width:700px;
	background-color:white;
}
#homepageImages img{
	float:left;
}


#hpiMain{
		padding:4px 0 4px 5px;
}
#hpiTopRight{
		padding:4px 0 4px 5px;
}

#hpiBottomLeft{
	padding:0px 0 4px 5px;
}
#hpiBottomRight{
	padding:0px 0 4px 5px;
}

.clearB{
	width:100%;
	height:0.01em;
	clear:both;
	overflow:hidden;
}
h1{
	font-size:1.5em;
	margin-left:10px;
	margin-bottom:10px;
	font-weight:normal;
	text-align:center;

}
#header{
background-image:url("images/header.jpg");
background-repeat:no-repeat;
height:87px;
margin-top:10px;
background-color:black;
	
}
#header span.hideme{
	display:none;
}
.nav_tab{
	float:left;
	margin-top:67px;
	position:relative;
}
#nav{
	margin-left:32px;

}
.nav_tab a{
	width:99px;
	background-image:url("images/buttonBG.gif");
	height:18px;
	display:block;
	text-align:center;
	color:#f2f2f2;
	font-size:.754em;
	text-decoration:none;
	padding-top:2px;
}
.nav_tab a:hover, .nav_tab a.activePage{
	background-position:99px 0;
}
#hpLeftCol{
	width:460px;
	margin-left:10px;
	float:left;
	margin-top:15px;
}

#hpLeftCol h2{
	font-size:1.15em;
	font-weight:normal;
	margin-bottom:10px;
}
#hpLeftCol p{
	font-size:.843em;
}
#hpRightCol p{
	font-size:.754em;
}
#hpRightCol h3{
	font-size:1.15em;
	font-weight:normal;
	margin-bottom:10px;
}


#hpRightCol{
	margin-top:15px;
	width:195px;
	float:left;
	margin-left:30px;
}
#footer{
	background-color:#333;
	color:#ccc;
	padding-bottom:10px;
	margin-bottom:15px;
}
#footer a{
		color:#ddd;
		text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
#valid{
	float:right;
	margin-right:20px;
	margin-top:25px;
}
#contact{
	float:left;
	margin-left:20px;
	margin-top:10px;
}
#contact p{
	font-size:.8em;
}

ul.subnav{
		position:absolute;
}
ul.subnav li a{
	background-image:none;
	background-color:white;
	color:#333;
	font-size:.7em;
	text-align:left;
	padding-left:6px;
	width:105px;

height:25px;
	line-height:20px;
}
ul.subnav li a:hover{
	background-color:#333;
	color:#f2f2f2;
}
#mainText{
		font-size:.754em;
		width:582px;
		margin-left:50px;
}
.gallDiv{
	width:570px;
	margin-left:50px;
	height:110px;
	overflow:hidden;
	position:relative;
}
.gallDiv a{
	width:102px;
	height:102px;
	padding:8px 0 0 8px;
}
.gallDiv a.galleryImage{

	background-color:#939393;
	display:block;
	float:left;
	margin-right:5px;
}
#gallSlider{

	margin-left:0px;
}

#galleryControls{
	width:570px;
	margin-left:50px;
	background-color:#939393;
	margin-top:10px;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:20px;
}
#gallPrev{
	width:33%;
	float:left;
	padding-left:10px;
}
#gallNext{
	width:33%;
	float:right;
	text-align:right;
	padding-right:10px;
}
.imagesColumn{
width:195px;
margin-right:30px;
float:left;	
}
.textColumn{
	width:350px;
	float:left;
}
.imagesColumn img{
	margin-bottom:20px;
}
.textColumn ul{
	list-style-type:disc;
	padding-left:15px;
}
.textColumn a{
	color:white;
	text-decoration:none;
}
.textColumn a:hover{
	text-decoration:underline;
}
.bottomImages .imageHolder{
	float:left;
	margin-right:35px;
}

#contactForm{
	background-color: #999999;
	padding:0px 0px 20px 0;
	border:1px solid #A8A8A8;
}
#contactForm fieldset#fs1{
	background-color:#B2B2B2;
	padding:8px;
}
#contactForm .formHeading{
	color:#000;
	font-weight:bold;
	margin:8px;
	padding-top:8px;
}
#contactForm fieldset#fs1 label{
	color:#000;
		
}
#contactForm fieldset#fs1  textarea{
	width:328px;
}
#contactForm fieldset#fs1 .textInput{
	width:290px;
}
#sendEnq{
	float:right;
	margin-right:8px;
	margin-top:8px;
	width:55px;
	height:23px;
	color:black;
	background-color:#CCCCCC;
	border:1px solid #A8A8A8;
	font-weight:bold;
	cursor:pointer;
}
