﻿
*
{
	margin: 0;
}
html
{
	height: 100%;
}
.wrapper
{
	background-position: center;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -85px; /* the bottom margin is the negative value of the footer's height */
	width: 960px;
	background-color: #75C5F0;
}
.push
{
	height: 85px;
	clear: both;
}

body
{
	font-size: medium;
	line-height: 150%;
	font-family: Tahoma;
	letter-spacing: 1px;
	height: 100%;
	background-color: #666666;
}
p
{
	padding-bottom: 1em;
}

#header
{
	height: 100px;
	background-image: url('/images/BoatSoftwareTopBG.png');
	background-repeat: repeat-x;
}

#topBar
{
	height: 10px;
	background-image: url('/images/CaptainsSoftwareHighlightBG.png');
	background-repeat: repeat-y;
}

#CaptainsFirstMatePhoto
{
	height: 150px;
	background-image: url('/images/FirstMateHeader.jpg');
	background-repeat: no-repeat;
}
#contentContainer
{
	background-image: url('/images/YachtManagementContentTopBG.png');
	background-repeat: repeat-x;
	padding: 20px 20px 20px 20px;

}
#mainContentContainer
{

	background-image: url('/images/YachtSoftwareContentBG.png');
	background-repeat: repeat-y;
	width: 704px;
	float: left;
	margin-bottom: 20px;
}

#mainContentTop
{
	background-image: url('/images/YachtContentTop.png');
	background-repeat: no-repeat;
	height: 25px;
}
#mainContent
{
	padding: 0px 15px 0px 15px;
}


#mainContentBottom
{
	background-image: url('/images/YachtContentBottom.png');
	background-repeat: no-repeat;
	height: 25px;
}

#bottomBar
{
	height: 5px;
	width: 960px;
	margin: 0px auto 0px auto;
	background-image: url('/images/CaptainsSoftwareHighlightBG.png');
	background-repeat: repeat-y;
}


#footer
{
	margin: 0px auto 0px auto;
	height: 80px;
	font-size: 8pt;
	background-image: url('/images/FirstMateYachtManagementSoftwareFooterBG.png');
	background-repeat: repeat-x;
	width: 960px;
}

#header h1
{
	font-weight: bold;
	font-family: Arial;
	color: #ccffff;
	font-size: xx-large;
	text-transform: capitalize;
	letter-spacing: 5px;
	font-variant: small-caps;
	vertical-align: middle;
	padding-top: 20px;
	padding-left: 20px;
}
#header a
{
	text-decoration: none;
	color: #ccffff;
}
#header h2
{
	font-weight: bold;
	font-family: Arial;
	color: #ccffff;
	font-size: large;
	text-transform: capitalize;
	font-variant: small-caps;
	padding-left: 20px;
	vertical-align: middle;
}

#mainMenu
{
	padding-top: 115px;
	position: relative;
	
	padding-left: 0px;
	
}

#mainMenu li
{
	list-style-type: none;
	float: left;
	width: 135px;
	height: 35px;
	text-align: center;
	font-weight: bold;
	line-height: 35px;
	vertical-align: middle;
}

.activeTab
{

	background-image: url('/images/ActiveTabBG.png');
	background-repeat: no-repeat;
}

.inactiveTab
{

	background-image: url('/images/inactiveTabBG.png');
	background-repeat: no-repeat;
}

#mainMenu a
{
	text-decoration: none;
	color: #FFFFFF;
}
#mainMenu a:active
{
	text-decoration: none;
	color: #FFFFFF;
}

#mainMenu a:visited
{
	text-decoration: none;
	color: #FFFFFF;
}

#mainMenu a:hover
{
	text-decoration: none;
	color: #EBDCC3;
}

#BuyNow
{
	position: relative;
	margin-top: 15px;
	margin-left: 745px;
	width: 150px;
	height: 150px;
	background-image: url('/images/BuyNowBG.png');
	background-repeat:no-repeat;
	line-height: 50px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}

#BuyNow a
{
	text-decoration: none;
	color: #FF0000;
}
#BuyNow a:active
{
	text-decoration: none;
	color: #FF0000;
}

#BuyNow a:visited
{
	text-decoration: none;
	color: #FF0000;
}

#BuyNow a:hover
{
	text-decoration: none;
	color: #000000;
}