/*
-----------------------------------------------
SEA ROAMER MARINE SERVICES - www.searoamermarine.com
author:   Logistica Systems
Date:  Setp 15 / 2006
----------------------------------------------- */

html,body,div{
	font: 13px Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0;
	padding: 0;
}

body {
	background-image: url(images/brookside_bg.jpg);
	background-repeat: repeat-y;
	background-position: 50% top;
	background-attachment: scroll;
	background-color: #FFFFFF;
}

h1 {
	color: #333333;
	margin: 0 0 .5em 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
}

p {
	font: normal 13px Arial, Helvetica, sans-serif;
	color:#333333;
	line-height: 130%;
	margin: 0px 0px 1em 0px;
	text-align:justify;
}


li {
	list-style-type: disc;
	line-height: 120%;
}


/*-----------------------------------------------
CONTENT STYLES
-----------------------------------------------*/

td.contentcell {
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding:20px;
	background-color: #FFEEC2;
}


table.white_opacity {
	background-image: url(images/50_white.png);
	background-repeat: repeat;
	background-position: left top;
}

table.white_opacity2 {
	background-image: url(images/50_white.png);
	background-repeat: repeat;
	background-position: left top;
	border: 1px solid #000000;
}

.testimonial {
width:600px;
margin: 0 auto;
padding: 20px;
border: 1px solid #666;
background-color: #EEE;

}

/* Generic Link*/
a.link			{font-size: 13px; text-decoration: underline;}
a.link:link		{color: #003399; text-decoration: underline;}
a.link:visited	{color: #003399; text-decoration: underline;}
a.link:hover	{color: #000000; text-decoration: underline}


/*  Link BIG*/
a.linkb			{font-size: 18px; text-decoration: underline;}
a.linkb:link	{color: #003399; text-decoration: underline;}
a.linkb:visited	{color: #003399; text-decoration: underline;}
a.linkb:hover	{color: #000000; text-decoration: underline}

.small		{font-size: 10px; color:#C80000; }
.small2		{font-size: 11px; color:#333333; }

/* Legal Classes */
td.copyright	{
	font-size: 9px;
	color: #666666;
	font-family: Verdana, arial, sans-serif;
	padding-left: 0.5em;
}

a.logistica				{font-size: 9px; color: #666666; font-family: Verdana, arial, sans-serif; text-decoration: none;}
a.logistica:link		{color: #666666;}
a.logistica:visited		{color: #666666;}
a.logistica:hover		{color: #000000; text-decoration: underline; font-weight: normal; }


/*-----------------------------------------------
SATURDAY NAV 
-----------------------------------------------*/
ul#saturday{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:36px;
	font-size:12px;
	font-weight:normal;
	background:transparent url("images/bgOFF.gif") repeat-x top left;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:0px solid #000; /* no border */
	border-top:0px solid #000; /* no border */
	text-transform: uppercase;
}

ul#saturday li{display:block;float:left;margin:0;padding:0;}

ul#saturday li.divider {display:block;float:left; padding:10px 9px 0 9px; height:24px; background:transparent url("images/bgDIVIDER.gif") no-repeat top right;}

ul#saturday li a{display:block;float:left;color:#FFFFFF;text-decoration:none; padding:10px 9px 0 9px; height:24px; background:transparent url("images/bgDIVIDER.gif") no-repeat top right;}

ul#saturday li a:hover{background:transparent url("images/bgHOVER.gif") no-repeat top right;}
ul#saturday li a.current,ul#saturday li a.current:hover{color:#fff;background:transparent url("images/bgON.gif") no-repeat top right;}
/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */
