body{
	font-size:76%;
	font-family : Arial, Helvetica, sans-serif;
 	background-image : url(images/tile.gif);

}
h1{
	font-size : 1.3em;
	margin-top: 2px;
	margin-bottom : 2px;
}
h2{
	margin-top: 5px;
	font-size : 1.3em;
}
ul {

}
li{
	color: #330000;
	font-size : 1.2em;
	font-weight : bold;
}
hr{
	color:#330000;
	background-color:#330000;
	height:1px;
	border:0;
	margin:10px;
	width:90%;

}
#container{
	width:820px;
	margin-left:auto;
	margin-right:auto;
}
#header{
	border: 1px solid #330000;
}
#navback{
 	background-image : url(images/navback.gif);
	repeat:no-repeat;
	margin-top:5px;
	padding: 5px 0px 5px; 0px;
	border: 1px solid #330000;
	width:820px;
}
#navback a{
	color:#cccccc;
	padding:0px 20px 0px 20px;
	text-decoration:none;
	font-weight:bold;
	letter-spacing:1px;
}
#navback a:hover{
	color:white;
}
#mainpic{
 	background-image : url(images/backvan.jpg);
	repeat:no-repeat;
	height:290px;
	width:810px;
	margin-top:5px;
	border: 1px solid #330000;
	/* top, right, bottom, left*/
	padding:5px 10px 0px 0px;
}
#strapline{
	float:left;
	margin-top:5px;
	padding:5px 0px 5px 0px;
	font-size:1.3em;
	color:white;
	text-align:center;
	width:380px;
}
#animation{
	float:right;
	border: 1px solid #330000;
}
#reasons{
	margin-top:5px;
	background-color:white;
	padding:10px;
	border: 1px solid #330000;
	width:800px;
}
.reasons2{
	margin-top:5px;
	background-color:white;
	padding:10px;
	border: 1px solid #330000;
	width:800px;
}
#commercial{
 	background-image : url(images/navback.gif);
	repeat:no-repeat;
	height:287px;
	width:820px;
	margin-top:5px;
	border: 1px solid #330000;
	padding:5px 0px 0px 0px;
	text-align:center;
}
#commercial img{
	border: 1px solid #330000;
}
#footer{
	margin-top:5px;
	padding:10px;
	color:white;
 	background-image : url(images/navback.gif);
	repeat:no-repeat;
	border: 1px solid #330000;
	width:800px;
}
#footer a{
	color:white;
}
#maincontact{
 	background-image : url(images/navback.gif);
	repeat:repeat-x;
	float: left;
	margin-top:5px;
	border: 1px solid #330000;
	padding:5px 10px 5px 0px;
	width:810px;
}
#business{
	float:left;
	margin-top:5px;
	padding:5px 0px 0px 0px;
	color:white;
	text-align:center;
	width:380px;
}
#business img{
	padding-left:5px;

}
#business a{
	color:white;
}
#contact{
	width:400px;
	float:right;
	border: 1px solid #330000;
	padding:10px;
	color:black;
	background-color:white;
}
#disclaimer{
	margin-top:5px;
	background-color:white;
	padding:10px;
	border: 1px solid #330000;
	font-size:0.9em;
	width:800px;
}
#large{
	font-size:1.3em;
	font-weight : bold;
	padding:10px;
}
/*POP UPS*/
.ferry{
position: relative;
z-index: 0;
}
.ferry:hover{
background-color: transparent;
z-index: 50;
}
.ferry span{ /*for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
border: 1px solid #330000;
visibility: hidden;
color: black;
text-decoration: none;
left: 50px; /*position where enlarged image should offset horizontally */
top:-420px;
z-index: 50;
}
.ferry:hover span{ /*for enlarged image on hover*/
visibility: visible;
}
/*POP UPS*/
.carpet{
position: relative;
z-index: 0;
}
.carpet:hover{
background-color: transparent;
z-index: 50;
}
.carpet span{ /*for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
border: 1px solid #330000;
visibility: hidden;
color: black;
text-decoration: none;
left: -200px; /*position where enlarged image should offset horizontally */
top:-420px;
z-index: 50;
}
.carpet:hover span{ /*for enlarged image on hover*/
visibility: visible;
}
/*POP UPS*/
.carpet2{
position: relative;
z-index: 0;
}
.carpet2:hover{
background-color: transparent;
z-index: 50;
}
.carpet2 span{ /*for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
border: 1px solid #330000;
visibility: hidden;
color: black;
text-decoration: none;
left: -450px; /*position where enlarged image should offset horizontally */
top:-420px;
z-index: 50;
}
.carpet2:hover span{ /*for enlarged image on hover*/
visibility: visible;
z-index: 50;
}
