

body {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background : #016549;
	color : #000000;
	topmargin: 0px;
	
	SCROLLBAR-FACE-COLOR: #cd142b; 
	SCROLLBAR-HIGHLIGHT-COLOR: #efefef; 
	SCROLLBAR-SHADOW-COLOR: #efefef; 
	SCROLLBAR-3DLIGHT-COLOR: #000000; 
	SCROLLBAR-ARROW-COLOR: #000000; 
	SCROLLBAR-TRACK-COLOR: #4c4c4c; 
	SCROLLBAR-DARKSHADOW-COLOR: #006699;
	}

.content {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140% ;
	background : #ffffff;
	color : #000000;
	topmargin: 0px;

}

.content_small {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 125% ;
	background : #ffffff;
	color : #000000;
	topmargin: 0px;
}

.content h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 15px;
	font-weight: bold;
	font-style: italic;
	color: #016549;
	text-align: left;
}

.content a {
	color: #016549;
	text-decoration: underline;
}

.content a:hover {
	color: #cd142b;
	text-decoration: none;
}

.content a:visited {
	color: #016549;
	text-decoration: underline;
}


.navmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px ;
	font-weight: normal ;
}


.navmenu a {
		color: #016549;
		text-decoration: underline;
}

.navmenu a:hover {
	text-decoration: none;
	color: 	#cd142b;
}

.navmenu a:visited {
	color: #016549;
	text-decoration: underline;
}

.phpform {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size : 12px;
	font-weight: normal;
	color: #000000;
	text-align: left;
}

.phpform_small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	font-style: italic;
	color: #000000;
	text-align: left;
}

.phpform h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 15px;
	font-weight: bold;
	font-style: italic;
	color: #016549;
	text-align: left;
}

.flx {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight: normal;
	color: #000000;
	text-align: center;
}

.flx a {
	color: #016549;
	text-decoration: underline;
}

.flx a:hover {
	color: #cd142b;
	text-decoration: none;
}

.flx a:visited {
	color: #016549;
	text-decoration: underline;
}

.reviews {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight: normal;
	color: #666666;
}
	
.reviews a {
	color: #016549;
	text-decoration: underline;
}

.reviews a:hover {
	color: #cd142b;
	text-decoration: none;
}

.reviews a:visited {
	color: #016549;
	text-decoration: underline;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight: normal;
	color: #ffffff;
}

.footer a {
	text-decoration: underline;
	color: #ffffff;
}

.footer a:hover {
	color: #016549;
	text-decoration: none;
}

.footer a:visited {
	color: #ffffff;
	text-decoration: underline;
}

.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

/* BUBBLE PLASTIC HORIZONTAL MENU */

.bubplastic.horizontal {
	width: 100%;
	height: 27px;
	margin: 0;
	padding: 0;
	background: #000000 url(images/bg-bubplastic.gif) top left repeat-x;
}
.bubplastic.horizontal ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bubplastic.horizontal ul li {
	float: left;
	margin: 0;
	padding: 0;
	background: transparent url(images/bg-bubplastic-button.gif) top left no-repeat;
}

.bubplastic.horizontal ul li a {
	display: block;
	height: 27px;
	padding-left: 12px;
	float: left;
	text-transform: uppercase;
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	text-decoration: none;
}

.bubplastic.horizontal ul li a span.menu_ar {
	display: block;
	float: left;
	height: 22px;
	padding-top: 5px;
	padding-right: 12px;
	background: transparent url(images/bg-bubplastic-button.gif) top right no-repeat;
	cursor: pointer;
}
/* END BUBBLE PLASTIC HORIZONTAL MENU */



/* RED HOVER */
.bubplastic.red ul li a:hover,
.bubplastic.red ul li.highlight a {
	background: transparent url(images/bg-bubplastic-h-red.gif) top left no-repeat;
}
.bubplastic.red ul li a:hover span.menu_ar,
.bubplastic.red ul li.highlight a span.menu_ar {
	background: transparent url(images/bg-bubplastic-h-red.gif) top right no-repeat;
}

#test li {
	display: block;
	border: solid 1px red;
}

 	
