@CHARSET "ISO-8859-1";

@import url( '../myadmin/css/tgAdmin.css' );

body {
	background: #ffffff url(../images/bg_page2.jpg) repeat-x fixed top;
	margin: 0px 10px 10px 0px;
	font: normal normal 12px Arial, Sans Serif, Verdana;
	color: #2b2b2b;
}

#header {
	height: 148px;
	width: 900px;
}

#topNav {
	height: 60px;
	width: 890px;
	padding-top: 30px;
	padding-left: 10px;
	background: url(../images/headerNavBG.jpg) no-repeat;
}

#footer {
	width: 744px;
	min-height: 30px;
	background: url(../images/bg_footer.gif) repeat-x;
	background-color: #ffffff;
	margin-top: -30px;
	margin-bottom: 0px;
	font: normal normal 12px Arial, Sans Serif, Verdana;
	color: #000000;
	padding: 25px 80px 10px 80px;
}

#contentContainer {
	width: 884px;
	min-height: 300px;
	margin: 0px;
	text-align: left;
	padding: 10px 8px 10px 8px;
	background: url(../images/bg_content.jpg) no-repeat top;
	background-color: #ffffff;
	position: relative;
	top: -39px;
	left: 0px;
	overflow:hidden; height:1%;
}

#mainContentBox {
	width: 870px; 
	float: left; 
	padding: 10px 10px 10px 10px;
}

#salesIFrame {
	border: 1px solid #8DA0B3;
}

#greetingBox { 
	width: 884px; 
	height: 200px; 
	float: left; 
	padding: 10px 10px 10px 2px;
}

#mapimage {
	width: 223px;
	height: 365px;
	float: right;
	margin-right: 5px; 
	margin-top: 25px;
}

#mapimage img { border: none; }

#featuredBoatsBox {
	width: 429px; 
	height: 330px; 
	background: url(../images/bg_featured.jpg) repeat-x bottom; 
	background-color: #E3F0FD; 
	float: left; 
	padding: 10px 5px 10px 10px;
	margin-top: 25px;
	margin-left: 10px;
}
	
#serviceBox { 
	width: 180px; 
	height: 328px; 
	background: url(../images/bg_featured.jpg) repeat-x bottom; 
	background-color: #E3F0FD; 
	float: left; 
	padding: 10px 10px 12px 2px; 
	margin-top: 25px;
}


.boldMain {
	font: normal bold 14px Arial, Sans Serif, Verdana;
	color: #333333;
}

.contentTitle { 
	font: italic bold 16px Arial, Sans Serif, Verdana; 
	color: #00376E; 
	padding: 0px 5px 5px 5px;
}

.title { 
	font: italic bold 14px Arial, Sans Serif, Verdana; 
	color: #00376E; 
}

a {
	color: #000066;
	font-style: italic;
	text-decoration: underline;	
}

a:hover {
	color: #333300;
	text-decoration: none;	
}

#footer a {
	color: #000066;
	font-weight: bold;
	text-decoration: none;	
}

#footer a:hover {
	color: #333300;
	text-decoration: underline;	
}

.itemDetailHeader {
	float: left;
	display: block;
	width: 840px;
	margin: 10px 10px 0px 10px;
	padding: 10px;
	border: 1px solid #DCDCDC;
	background-color: #ffffff;
}

.itemThumbnailsContainer {
	float: right;
	display: block;
	width: 275px;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

.itemThumbnailsContainer img {
	padding: 3px;
}

.itemDetailContainer {
	float: left;
	display: block;
	width: 840px;
	margin: 10px;
	padding: 10px;
	border: 1px solid #DCDCDC;
	background-color: #f3f3f3;
}

.detailsContainer {
	float: left;
	display: block;
	width: 270px;
	margin-left: 10px;
	padding: 0px;
}

.detailsContainer ul { list-style-type:none; margin:0px; padding:0; }
.detailsContainer ul li { padding:2px 0px; }
.detailsContainer ul li span.labelLeft { font-weight:bold; float:left; width:125px; }

.descriptionContainer {
	float: right;
	display: block;
	width: 525px;
	margin-left: 0px;
	padding: 10px;
}

.contactInfoContainer {
	float: left;
	display: block;
	width: 840px;
	margin: 10px;
	padding: 10px;
	border: 1px solid #DCDCDC;
	background: url(../images/bg_gradient.jpg) repeat-x top;
	background-color: #ffffff;
}

.listItem {
	float: left;
	display: block;
	height: 100px;
	width: 400px;
	margin: 0 10px 20px 0;
	padding: 10px;
	border: 1px solid #DCDCDC;
	background: url("../images/bg_itemTeaser.gif") repeat-x top;
}

.listItemOn {
	float: left;
	display: block;
	height: 100px;
	width: 400px;
	margin: 0 10px 20px 0;
	padding: 10px;
	border: 1px solid #BABABA;
	background-color: #ffffff;
}

.listItemPhoto img {
	position: relative;
	float: left;
	margin-right: 5px;
	padding: 0px;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}

.featuredListItem {
	float: left;
	display: block;
	height: 61px;
	width: 197px;
	margin: 0 5px 5px 0;
	padding: 5px;
	border: 1px solid #DCDCDC;
	background: url("../images/bg_itemTeaser.gif") repeat-x top;
}

.featuredListItemOn {
	float: left;
	display: block;
	height: 61px;
	width: 197px;
	margin: 0 5px 5px 0;
	padding: 5px;
	border: 1px solid #BABABA;
	background-color: #ffffff;
}


/* All <ul> tags in the menu including the first level */			
.menulist, .menulist  ul {
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 5000;
	font-size: 12px;
	font-weight: bold;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
	visibility: hidden;
	position: absolute;
	top: 30px;
	left: 0px;
	width: 190px;
	z-index: 999;
	border-top: 1px solid #ffffff;
	padding:0;
}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
	top: 0px;
	left: 200px;
	margin-top:-1px;
	padding:0;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
	float: left;
	position: relative;
	z-index: 5000;
	padding: 5px 13px 11px 14px;
	border-right: 1px solid #d3d3d3;
}

.navLink {
}

.navLinkOn {
	border-top: 1px solid #b9c6d3;
	background-color: #dae6f2;
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
	float: none;
	border: 0px;
	background-color: #c3d5eb;
	font-size: 12px;
	font-family: "lucida grande", geneva,arial, sans-serif;
	padding: 0;
	width: 190px;
	line-height: 20px;
	border-bottom: 1px solid #ffffff;
	margin: 0;
	text-transform: none;
}
	
.menulist ul>li:last-child {
	margin-bottom: 1px; 
}

.menulist li:last-child {
	border-right: 0px; 
}

/* Links inside the menu */
.menulist a {
	display: block;
	padding: 0 14px;
	margin: 0;
	color: #000000;
	text-align: left;
	text-decoration: none;
	font-style: normal;
}

/* 'highlighted' menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
	color: #2f5989;
	margin: 0; 
}
	
.menulist a.highlighted {
	color: #2f5989;
	margin: 0;
}

/* Links inside the 2nd-level menu */
.menulist ul li a {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	border: 0px;
	margin: 0; 
}

/* Lit  2nd-level items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist ul li a:hover, .menulist ul li a.highlighted:hover, .menulist ul li a:focus {
	color: #2f5989;
	background-color: #ffffff;
	border: 0;
	margin: 0; 
}
	
.menulist ul li a.highlighted {
	color:#2f5989;
	background-color: #ffffff;
	border: 0;
	margin: 0; 
}



/* Only style submenu indicators within submenus. */

.menulist a .subind {
	display:  none; 
}
	
.menulist ul a .subind {
	display:  block;
	float: right; }

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */

.menulist a {
	float: left; 
}
	
.menulist ul a {
	float: none; 
}
	
/* \*/

.menulist a {
	float: none; 
}
/* */

/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/

* html #footer { height: 1%; }

* html .menulist  ul li {
	float: left;
	height: 1%; 
}

* html .menulist  ul a {
	height: 1%; 
}

/* End Hack */

.clear { clear: both; }

.left { float: left; }

.right { float: right; }
