body {
		background:#ffffff;
		margin-top:0px;
		background-image: url("../images/bg.jpg");
		background-repeat: repeat-x;
		}
#title {
		width:800px;
		height:134px;
		background:#FFF;
		border-bottom:1px solid #5f7992;
		float:left;
		}
#flash {
		width:800px;
		height:199px;
		border-bottom:1px solid #FFFFFF;
		float:left;
		}
#menu {
		width:790px;
		height:30px;
		background-image: url("../images/menu-bg.gif");
		background-repeat: repeat-x;
		float:left;
		font-size:8pt;
		padding:10px 5px 0px 5px;
		text-align:center;
		}
#main {
		width:800px;
		background:#FFFFFF;
		}
#main-text-wide {
		width:580px;
		margin-left:10px;
		margin-right:10px;
		padding-top:5px;
		padding-bottom:50px;
		float:left;
		background-image:url(images/mainback.gif);
		background-repeat:no-repeat;
		min-height:300px;
		}
#detail-text {
		width:580px;
		margin-left:10px;
		margin-right:10px;
		padding-top:20px;
		padding-bottom:50px;
		float:left;
		background-image:url(images/mainback.gif);
		background-repeat:no-repeat;
		min-height:300px;
		}
#left-side {
		width:165px;
		float:left;
		padding-left:15px;
		padding-top:15px;
		}
#right-side {
		width:200px;
		float:left;
		padding-top:15px;
		}
#base {
		width:792px;
		height:40px;
		background-image: url("../images/menu-bg.gif");
		background-repeat: repeat-x;
		text-align:right;
		color:#FFF;
		font-weight:bold;
		padding-right:8px;
		}
td,body {
		font-size:9pt;
		font-family:arial;
		}

a:link {color: #ff9900;	text-decoration: none;}
a:visited {color: #ff9900; text-decoration: none;}
a:hover {color: #ff9900; text-decoration: none;}
a:active {color: #ff9900;	text-decoration: none;}

a.dark-link:link {color: #FFFFFF;	text-decoration: none;}
a.dark-link:visited {color: #FFFFFF; text-decoration: none;}
a.dark-link:hover {color: #91bbe3; text-decoration: none;}
a.dark-link:active {color: #FFFFFF;	text-decoration: none;}

.item_title {
		color: #ff9900;
		font-size:12pt;
		font-weight: bold;
		margin-bottom:5px;
		}
.prod_title {
		color: #cc0000;
		font-size:12pt;
		font-weight: bold;
		}
input {
		font-size:9pt;
		border:1px solid #e3e3e7;
		}
select {
		font-size:9pt;
		border:1px solid #e3e3e7;
		}
textarea {
		font-size:9pt;
		border:1px solid #000000;
		}
hr {
	border:0px;
	border-bottom:1px solid #dbe5f0;
}

#map_canvas {
	width:580px;
	height:200px;
}

/*Waverunner Layout*/
#products {
	width:148px;
	float:left;
	padding:10px;
}

#details {
	width:600px;
	float:left;
	padding:10px 0px 20px 0px;
}

.sml_title {
	color:red;
	font-weight:bold;
	font-size:14px;
}

.lrg_title {
	color:red;
	font-weight:bold;
	font-size:16px;
}

.menu_item {
	padding:4px 0px 4px 0px;
	border-bottom:1px dotted #CCCCCC;
	font-size:12px;
}

.bullet {
	margin-right:5px;
	vertical-align:middle;
}

.tab {
	background-position: bottom right;
	padding-right:6px;
}

.tab_detail {
	vertical-align:text-bottom;
}

.feature_cell {
	width:210px;
	height:120px;
	border:1px solid #b1b1b1;
	padding:5px;
	background-image: url('images/feature.gif');
	background-position:bottom right;
	background-repeat: no-repeat;
}

.feature_title {
	color:#e92222;
	text-transform: uppercase;
	text-align:center;
	font-weight:bold;
}

/*Events*/

.events {
	margin:10px;
}

.event-title {
	display:block;
	font-size:1.2em;
	color: #ff9900;
}

.event-date {
	display:block;
	color:#909090;
	margin-bottom:4px;
}

.event-s-desc {
	display:block;
}

.event-more {
	display:block;
	text-align:right;
}

.event-l-desc {
	display:block;
	margin-top:5px;
	margin-bottom:5px;
}