@charset "utf-8";
/* CSS Document */

body {
	background-image:    url(media/bodybg.jpg);	
	background-repeat:repeat-x;
	font-family:Tahoma, Geneva, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 40px auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background: #9ba0f4; 
	vertical-align:top; 
	color:#FFFF00;  
	font-weight: bold;
	font-size:18px;
	
		
	  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; 
	background:#9ba0f4;
	padding: 0px 10px 0px 0px; /* top, right, bottom, left  */
}

#menuhead1 h1{	 
	
	font-size:10px; 
	text-decoration:none; 
	color: #000000;
}
#mainContent { 
	margin: 0 0 0 250px;	       
	padding: 20px 20px;
} 

#maintitle{	
  	font-weight:bold;
	font-size:16Upx;
	text-align:center;
    
} 

.mainmenu {	
	width:200px;
	color: #fff;
    font-weight:bold; 
   	text-align:center;
}
.sidebar1 li{
	list-style:none;
	background-image: url(media/BlueMenuBG.jpg); 
	padding-top:10px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	border-radius: 10px;
    behavior: url(media/includes/PIE.htc);
	height:35px;
	text-align:center;
	
}

.sidebar1 a:hover{
	color:#F00;
}
.sidebar1 a{
	text-decoration:none;
	color:#FFF;
}
#featureboat{
	float:left;
	padding: 10px;
	text-align: center;
}
#featureboat img{
	border:none;	
}
#featuretext{
	position: relative;
	margin-bottom:5px;
}
#facebook{
	float:left;
	padding:10px;
	}
	
#footer {         
	padding: 0 10px 20px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



.wrapper #head{
	background-color:#475CCE;
	padding:10px;
	}
	 
#blurbtext{
	float:left;
	text-align:left;
	font-size:14px;
	font-weight: normal;
	height:300px;		 	
}
.textbox{
	float:left;
	height:300px;
	  
}
.pagepic{
	
	float:left;
}
#showmore{
	float:left;	
    text-align:center;
	position:relative;
	font: Verdana, Arial, Helvetica, sans-serif; 
	color: #FFF;
	background-color:#777;
	
	width:150px;
	border: 1px #000 solid;
	font-size:14px;
	font-weight:bold;	
}
#showmore p{
	margin:0px;
}
#blurbleft{
	float:left;
	width: 300px;
	
}
#blurbright{
	margin: 0 0 0 330px;
	
}
.weather { 
     float:left;
	 width: 250px;
     	 }
.weather #rss{ 
     padding:5px;
	 text-align:left;
	 font-family: Verdana, Arial, Helvetica, sans-serif; 
	 font-size: 10pt; 
	 background-color: #475CBE; 
	 color: #000000;
 	 }

.weather #rss a:link { 
	font-weight:bold;   
    font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14pt; 
	background-color: #475CBE; 
	color: #ffff00; 
	text-decoration:none; 
	}
	
.weather #rss a:visited { 
	font-weight:bold;   
    font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14pt; 
	background-color: #475CBE; 
	color: #ffff00; 
	text-decoration:none; 
	}
	
.weather #weatherlink a:link { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	background-color: #475CBE; 
	color: #000000; 
	text-decoration:none; 
	}

.boxcontainer {
}

.box {	
    text-align:left;
	background-color: #c2c2c2;
	padding: 10px;
	height: 100%;
    width: 600px; 
    border: solid #FFFFFF  10px;
}
.box li{
	text-align:left;
}
#price span{
	font-size: 9px;
}
.box #heading{
    text-align:center;
    font-size: 12pt;  
    font-family:arial; 
    font-weight:bold;
}
/*
.pic{background-color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	float: left;	
	
	width: 110px;	
}*/

.pic img{
    border: ridge #3450BE 5px;
	
	    
}
.pic ul,li{
    
	margin:0;
	padding:0;
	text-align:right;
}
.pic li{
	list-style:none;
	display:block;
	margin-bottom:10px;
}

#preview{
	position:absolute; 
	right: 10px;
	border: ridge #3450BE 5px;
	background: #FFF;
	padding:5px;
	 color:#OOOOOO;
	margin:0;
	z-index:99999;
	}




.button img{
	border: solid #FFFFFF 5px; 
}

.button td{text-align:center;}
.button #text a:link { font-size: 8pt; background-color: #FFFFFF; color:#475CBE; font-weight:normal; text-decoration:none; }
.button #text a:visited { font-size: 8pt; background-color:  #FFFFFF; color:#475CBE; font-weight:none; text-decoration:none; }
.button #text a:active { font-size: 8pt; background-color: none; color: none; font-weight:none; text-decoration:none; }

.button #text a:hover { font-size: 8pt; background-color:#475CCE; color:#FFFFFF; font-weight:normal; text-decoration:none; }

.box #picture{
	background-color: #c2c2c2;
	float: left;
	width: 100px;
	border: solid #c2c2c2 10px; 
}

.box #info{
	padding-top:10px;
	padding-bottom: 15px; 
	font-family:arial;
	}

.box #price{
   
	background-color: #c2c2c2;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-weight:bold;
	color:FF0000;
	text-align:right;    
}


.detailstext {
	text-align:center;
	float:left;
	width:500px;
}
.detailstext li{
text-align: left;
font-size: 12pt;
color: #000000;
font-family:Verdana, Arial, Helvetica, sans-serif; 
}
.detailstext h1{
font-size: 24px;
color: #000000;
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-weight:bold;
}
.detailstext h2{
font-size: 14pt;
color: #3450BE;
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-weight:bold;
}
.detailstext h3{
font-size: 12pt;
color: #3450BE;
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-weight:bold;
}
.detailstext h5{
font-size: 8pt;
color: #000000;
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-weight:normal;
}
.detailstext p{
text-align:left;
font-size: 12pt;  
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-weight: normal;
}
.contactimage{
	border: #cccccc 2px solid;
}

.enquirybook{
   background-color: #c2c2c2;
   }
   
.enquirybook h2{
	font-size: 20pt;
    color: #3450BE;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-weight:bold;
    background-color: #DDDDDD;
   }


#daydiv{
   width: 900px; 
   overflow: scroll; 
   }
#daytable{
	border:thin;
	}
   
#daytable th{
	text-align:left;
	font-size: 8pt;  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold;
	text-decoration:none;
	}
#daytable a{
	text-decoration:none;
}
#daytable img{
	border:none;	 
	}   
#daytable td{
	text-align:left;
	font-size: 8pt;  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal;
   }

.pricebox{
	float: left;
	width: 100;
	margin: 5px 0px 5px 0px; /* top, right, bottom, left  */
	padding: 0px 0px 10px 0px;
	border: #DDDDDD 2px solid;
	text-align:center;
	font-size: 8pt;  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal;
}

.pricebox #priceboxtop{
	}

.pricebox #priceboxmiddle{
     height: 100px;
	}
	
.pricebox #priceboxmiddle img{
	border: none;
    
	}
	
.pricebox #priceboxbottom{
	}
	
.pav  #nextline{
	float: right;	
}

.salepricebox{
	float: left;
	color: #000000;
	width: 300px;
	margin: 5px 5px 5px 5px; /* top, right, bottom, left  */
	border: #DDDDDD 2px solid;
	text-align:center;
	font-size: 14pt;  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold;
	
}
.salepricebox #salepriceboxtop{
height:70px;
position:relative;
}
.salepricebox #salepriceboxmiddle {
height:260px;
position:relative;
padding:10% 0 0 0;
}

.salepricebox #salepriceboxmiddle img{
	border: none;
	z-index:1;
	
}
.salepricebox #ttftext{
position:absolute;
top:30%;
z-index:3;    
left: 20%;
}

.salepricebox #now{
}
.salepricebox #salepriceboxbottom{
font-size:10px;
color:#000000;
height:80px;
}
.pav #specials {
background-color:#000000;
border:0 none;
color:#DDDDDD;
font-size:14px;
left:0px;  /* left:-450px;  make it dissapear*/
margin:0;
opacity:0.75;
filter:alpha(opacity=75);
padding:0px 25px 25px 10px;
position:fixed;
top:10%;
width:380px;
z-index:2;
}

.pav #specials a:link{
color: #FF0000;
font-weight:bold;
font-size:17px;
text-decoration:none;
}

.pav #specials a:visited{
color: #FF0000;
font-weight:bold;
font-size:17px;
text-decoration:none;
}
.pav #specials a:hover{
font-size:18px;
} 

.pav #sale {
-moz-border-radius-bottomright:15px;
-moz-border-radius-topright:15px;
-moz-box-shadow:5px 5px 10px #999999;
background-color:#000000;
color: #FF0000;
border:0 none;
left:0px;  
margin:0;
opacity:0.50;
filter:alpha(opacity=50);
padding:10px;
position:fixed;
top:75%;
width:50px;
z-index:9999;
}

.pav #sale a:link{
font-size:18px;
color:#FF0000;
font-weight:bold;
text-decoration:none;
}
.pav #sale a:visited{
font-size:18px;
color:#FF0000;
font-weight:bold;
text-decoration:none;
}

.pav #sale a:hover{
font-weight:bold;
font-size:20px;
}

#bottom_home{
	width:700px;
	float:left;
	margin:none;
	padding:none;
	border:none;
	
}

.bigbox {
float:left;
text-align:center;
width:200px;
height:250px;
font-size:16px;
font-weight:bold;
font-family: Tahoma, Geneva, sans-serif;
background-color:#3399ff;
border:3px #00c solid;
padding:5px;    
margin:5px;
-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	border-radius: 10px;
    behavior: url(media/includes/PIE.htc);
}
.bigboxtop {
	line-height:.7;
	text-align:center;
    width:200px;
}
.bigboxtop h2{
	font-size:11px;	
}
.bigboxtop h3{
    font-size:8px;
	line-height:.5;	
}

.bigboxmiddle{
text-align:center;
width:200px;
font-weight:bold;
font-size:12px;
}
.bigboxmiddle img{
	border:none;
	}

.clear{
	clear:both;
	height:1px;
	overflow:hidden;
}
