/* CSS Document */
body
{
	background: #FFFFFF;
	margin: 0;
}

img, a img, img a{
	border: none;
}

div {
	border: none;
}

#topleft
{
	background:url(images/top-left.jpg) no-repeat;
	height: 96px;
	width: 6px;
}
#topcenter
{
	background:url(images/top-center.jpg) repeat-x;
	height: 91px;
	padding: 0px 0px 0px 5px;
}
#topright
{
	background:url(images/top-right.jpg) no-repeat;
	height: 96px;
	width: 6px;
}

#leftpane
{
	background: #000;
	border: solid 1px #120200;
	padding: 0px;
}
#leftpane ul
{
	margin: 1px 0px 0px 0px;
	padding: 0;
	border: none;
	list-style-type: none;
}

#leftpane li
{
	margin: 0;
	list-style-type: none;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	/*text-transform: lowercase;*/
}
#leftpane li.selected
{
	display: block;
	padding: 6px 0px 6px 4px;
	margin: 0px;
	background: url(images/menu_bar_on.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	height: 18px;
	border-bottom: solid #000 1px;
}

#leftpane li#shark.selected {
	background: url(images/menubg_on_shark.jpg);
}

#leftpane li a 
{
	display: block;
	margin: 0;
	padding: 6px 0px 6px 4px;
	background-color: #120200;
	background-image:url(images/menu_bar_up.gif);
	background-repeat: no-repeat;
	background-position: lesft;
	color: #f5e9cb;
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: solid #000 1px;
}

#leftpane li#shark a {
	background-image: url(images/menubg_off_shark.jpg);
}

#leftpane li a:hover
{
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #120200;
	background-image:url(images/menu_bar_over.gif);
	background-repeat: no-repeat;
	background-position: right;	
}

#leftpane li#shark a:hover {
	background-image: url(images/menubg_over_shark.jpg);
}

#rightpane
{
	padding: 0px;
	border: solid 1px #120200;
	background: #990415;
}
#arrow
{
	background: url(images/bullet.gif) no-repeat;
	width: 19px;
	height: 19px;
}
#rim
{
	background: url(images/rimbullet.gif) no-repeat center;
	width: 19px;
	height: 19px;
}
.Contents
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	line-height: 1.3;
	text-align: justify;
}
.Contents a
{
	text-decoration: none;
	font-weight: bold;
	color: #990415;
	font-size: 12px;
}
.Contents a:hover
{
	text-decoration: none;
	font-weight: bold;
	color: #ff0000;
}
.Contents_phone, .Contents_phone p
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 5px 0px 0px 5px;
	text-align: justify;
}
.indexContents {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 10px;
	line-height: 1.3;
	text-align: left;
}
.rblinks
{
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	color: #f5e9cb;
}
.rblinks a
{
	text-decoration: none;
	color: #f5e9cb;
}
.rblinks a:hover
{
	text-decoration: none;
	color: #fff;
}
.rglinks
{
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: normal;
	color:  #b5aa73;
}
.rglinks a
{
	text-decoration: none;
	color: #b5aa73;
}
.rglinks a:hover
{
	text-decoration: none;
	color:  #fff;
}

.rblinks2
{
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	color: #990415;
}
.rblinks2 a
{
	text-decoration: none;
	color: #990415;
}
.rblinks2 a:hover
{
	text-decoration: none;
	color: #d81e34;
	background-color: #fff;
}
.rglinks2
{
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: normal;
	color:  #d81e34;
}
.rglinks2 a
{
	text-decoration: none;
	color: #d81e34;
}
.rglinks2 a:hover
{
	text-decoration: none;
	color:  #990415;
	background-color: #fff;
}

/*  The below login links are for the registration/login pages.
	It can get a bit confusing so I will explain the syntax:
	".login" = regular-state, ".loginHover" = over-state.
	Attributes labeled with "over" are all that need to be
	changed for the rollover */

.login /* Main background color of box */
{
	background-color: #990415; /* up */
	color: #FFFFFF;
}

.login a /* Linked text color */
{
	text-decoration: none;
	color: #FFFFFF; /* up */
}

.login a:hover /* This actually has no visual effect */
{
	background-color: #669900;
	color: #444444;
}

.loginHover /* Main background color of entire box */
{
	background-color: #d81e34; /* over */
	color: #FFFFFF;
}

.loginHover a /* Main background color of entire box when box is hovered */
{
	background-color: #d81e34; 
	color: #ffffff;
}

.loginHover a:hover /* Main background color of entire box when text is hovered */
{
	background-color: #d81e34; /* over */
	color: #ffffff; /* over */
}

strong
{
	color: #63151e;
}
strong a
{
	color: #63151e;
}
strong a:hover
{
	color: #9c3938;
}


.innerHeading 
{
	font-weight: bold;
	color: #2f0207;
}

.Heading
{
	background: url(images/head_bg.jpg) repeat-x bottom;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: bold;
	line-height: 1.5;
	padding-left: 3px;
	color: #f5e9cb;
}
.Text
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px;
}
.sidebarText
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px;
	color: #fff;
	text-align: left;
}
.bottom
{
	background: #990415 url(images/head_bg.jpg) repeat-x bottom;
	height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.bottom a
{
	text-decoration: none;
	color: #FFFFFF;
}	
.bottom a:hover
{
	text-decoration: none;
	color: #de4858;
}

.small {
	font-size: 9px;
	font-weight: normal;
}

.boldless {
	font-weight: normal;
}

.green {
	color: #009900;
}

h1 {
	font-size: 20px;
	padding: 10px 0px 0px 10px;
	font-family: Arial,Helvetica,sans-serif;
}

#startTable p{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	line-height: 1.3;
	text-align: justify;
}

td.borderBar {
	background-color: #58040d;
	color: #58040d;
	font-size: 9pt;
	text-align: center;
}

#startTable {
	width: 95%;
	margin: 0px 0px 0px 10px;
}

a {
	font-size: 10px;
}

.price
{
	color: #ff0000;
	font-size: 16px;
	font-weight: bold;
}

.phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	float: left;
	clear: right;
	width: 150px;
	margin-right: 10px;
}