/* CSS Document */

body{
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	background-image: url(images/bground.gif);
}

.mainborder{
	border: 1px solid #000000;
}

.center{
	text-align: center;
}

.whitetext{
	color: #FFFFFF;
}

.bold{
	font-weight: bold;
}

.title{
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

/* Top */
.topicons{
	background-color: #990000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 22px;
}

/* Bottom */
.bottom{
	font-size: 10px;
	color: #FFFFFF;
	background-color: #990000;
}

/* Left */

.rightline{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

.dots{
	background-image: url(images/index_37.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.lefthead{
	font-weight: bold;
	color: #990000;
	text-align: right;
}

.leftbg{
	background-image: url(images/leftbg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.greydivider{
	background-color: #CCCCCC;
	height: 3px;
}

/* Links */

a:link{color:#990000; text-decoration:underline;} 
a:visited{color:#990000; text-decoration:underline;} 
a:active{color:#990000; text-decoration:underline;} 
a:hover{color:#000000; text-decoration:none; }

a.left:link{color:#990000; text-decoration:underline; font-weight: bold;} 
a.left:visited{color:#990000; text-decoration:underline; font-weight: bold;} 
a.left:active{color:#990000; text-decoration:underline; font-weight: bold;} 
a.left:hover{color:#000000; text-decoration:none; font-weight: bold;}

a.bott:link{color:#FFFFFF; text-decoration:none;} 
a.bott:visited{color:#FFFFFF; text-decoration:none;} 
a.bott:active{color:#FFFFFF; text-decoration:none;} 
a.bott:hover{color:#000000; text-decoration:none; }

/* Home */
.head{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.featured{
	background-color: #000000;
	border: 1px solid #990000;
}

/* Prices */
.packages{
	background-color: #990000;
	border: 1px solid #000000;
}

.packagehead{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
}

.extras{background-color: #000000;
	border: 1px solid #990000;}
	
.extrashead{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #990000;
	text-align: center;
}