	body {
			background:#f2f2f2;
			margin-top:0px;
			background-image: url("images/jetstrip.jpg");
			background-repeat: repeat-x;
			}
	#title {
			width:780px;
			height:78px;
			background:#031d51;
			border-bottom:1px solid #FFFFFF;
			float:left;
			}
	#flash {
			width:780px;
			height:171px;
			border-bottom:1px solid #FFFFFF;
			float:left;
			}
	#menu {
			width:775px;
			height:20px;
			background:#eed80f;
			float:left;
			font-size:8pt;
			padding-top:5px;
			text-align:center;
			padding-left:5px;
			}
	#main {
			width:780px;
			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;
			}
	#main-text {
			width:400px;
			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;
			}
	#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:180px;
			float:left;
			padding-top:15px;
			}
	#base {
			width:780px;
			height:102px;
			background-image:url(images/base-bg.gif);
			float:left;
			}
	td,body {
			font-size:8pt;
			font-family:arial;
			}

	a:link {color: #031d51;	text-decoration: none;}
	a:visited {color: #031d51; text-decoration: none;}
	a:hover {color: #91bbe3; text-decoration: none;}
	a:active {color: #031d51;	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: #cc0000;
			font-size:8pt;
			font-weight: bold;
			}
	.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;
			}

	/*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;
	}