/* CSS Document */


/* standard */
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
background-color:#fff;
color:#000;
padding:0 0;
margin:0 0;
}
p{
font-size:.7em;
margin:3px 0;
}
a{
color:#999;
text-decoration:underline;
}
a:hover{
color:#000;
}
td{
vertical-align:top;
}
/*divs*/
#container{
margin:auto auto;
width:840px;
padding:5px 20px 0 10px;
background-image:url(../img_site/bg_main.gif);
background-repeat:repeat-y; 
border-left:#999 solid 1px;
}
#header{
height:80px;
background-image:url(../img_site/bg_header.jpg);
background-repeat:no-repeat;
}
#topNav{
width:800px;
height:20px;
text-align:center;
font-size:.8em;
background-image:url(../img_site/bg_navTop.gif);
background-repeat:repeat-x;
color:#ccc;
margin-top:10px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
#topNav a {
text-decoration:none;
color:#666;
}
#topNav a:hover {
text-decoration:none;
color:#000;
}
#leftCol{
width:190px;
padding:5px;
float:left;
}
#leftCol a {
text-decoration:none;
}
#leftCol a:hover{
text-decoration:underline;
}
#rightCol{
width:590px;
padding: 5px;
margin-left:200px;
}
#defLeft{
float:left;
width:285px;
text-align:justify;
}
#defLeft h3{
font-size:14px;
}
#defRight{
margin-left:300px;
width: 285px;
text-align:justify;
}
#defRight h3{
font-size:14px;
}
#bottomNav{
clear: both;
text-align:center;
padding:20px 0;
height:20px;
font-size:10px;
}
#footer{
height:200px;
text-align:center;
color:#666666;
}
#footer p{
font-size:14px;
}

/*Headings*/
#header h1 {
font-size:24px;

}
#leftCol h1{
font-size:.9em;
padding-left:10px;
background-image:url(../img_site/bg_navTop.gif);
background-repeat:repeat-x;
border:#ccc solid 1px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
margin-bottom:3px;
color:#666;
}
#rightCol p{
text-align:justify;
}
h2{
background-color:#FFCC00;
font-size:18px;
margin:0 0;
padding-left:10px;
}
/*classes*/
.inputbox{
font-family:Verdana, Arial, Helvetica, sans-serif;
margin-left:20px;
font-size:11px;
width:120px;
border:#ccc solid 1px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
margin-bottom:3px;
}
.smallTitle{
font-size:11px;
font-weight:700;
}
.button{
background-image:url(../img_site/bg_navTop.gif);
font-size:12px;
text-align:center;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.buttonGallery{
background-image:url(../img_site/bg_butGallery.jpg);
font-size:12px;
text-align:center;
width:130px;
height:30px;
}
.enquiryDates{
float:left;
margin-left:60px;
width:180px;
}
.enquirylink{
clear:both;
width:80px;

}
.novis{
display: none;
}
.sidehead1{
font-weight:bold;
padding-bottom:0;
margin-bottom:3px;
}
/*forms */

form p{
padding:0; margin:0;
font-size:.6em;
}
/*AJAX CSS */
#coverall{
	display:none;
	width:100%; height:100%;
	background:url(../img_site/transp70.png);
	position:absolute;
	z-index:500;
}
#loader{
	padding:20px;
	background:#fff;
	z-index:501;
	position:relative;
	width:600px;
	top:100px;
	margin:0 auto;
	border: solid 8px #999;

	text-align:center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
