/* Boat Paints - Screen */

* {
	margin: 0;
	padding: 0;
}

body {
	font: normal 62.5% "Trebuchet MS";
	background: #f2f3f5 url('../images/core/tile-body.jpg') 0 0 repeat-x;
	padding-top: 10px;
}

/* Body Container */

div.body-container {
	width: 100%;
	height: auto;
	background: url('../images/core/bg-container.jpg') center top no-repeat;
}

/* Container */

div.container {
	width: 845px;
	height: auto;
	margin: 0 auto;
}

/* Header */

div.header {
	width: 845px;
	height: 420px;
	position: relative;
}

/* Logo */

div.logo {
	position: absolute; left: -86px; top: 35px;
	z-index: 100;
}

div.logo h2 a {
	width: 202px;
	height: 202px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url('../images/core/logo-boatpaints.jpg') 0 0 no-repeat;
}

/* Navigation */

div.navigation {
	position: absolute; left: 90px; top: 332px;
	z-index: 100;
}

div.navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.navigation ul li {
	float: left;
	margin-right: 15px;
}

div.navigation ul li a {
	float: left;
	display: block;
	height: 22px;
	text-indent: -9999px;
	overflow: hidden;
}

div.navigation ul li a.home {
	width: 57px;
	background: url('../images/core/nav/home.jpg') 0 0 no-repeat;
}

div.navigation ul li a.profile {
	width: 69px;
	position: relative; top: -4px;
	background: url('../images/core/nav/profile.jpg') 0 0 no-repeat;
}

div.navigation ul li a.services {
	width: 73px;
	position: relative; top: -10px;
	background: url('../images/core/nav/services.jpg') 0 0 no-repeat;
}

div.navigation ul li a.products {
	width: 77px;
	position: relative; top: -14px;
	background: url('../images/core/nav/products.jpg') 0 0 no-repeat;
}

div.navigation ul li a.contact {
	width: 63px;
	position: relative; top: -19px;
	background: url('../images/core/nav/contact.jpg') 0 0 no-repeat;
}

div.navigation ul li a:hover {
	background-position: 0 -22px;
}

/* Flash */

div#flash {
	width: 845px;
	height: 420px;
}

/* Content */

div.content {
	width: 876px;
	height: auto;
	margin-bottom: 20px;
	background: url('../images/core/bg-content.jpg') center top no-repeat;
}

div.content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

body#contact div.content {
	background: none;
}

/* Content Left */

div.content-left {
	width: 598px;
	height: auto;
	float: left;
}

/* Standard */

div.standard {
	font-size: 1.2em;
	color: #494949;
}

div.standard h1 {
	color: #276e87;
	font-size: 2em;
	margin-bottom: 15px;
}

div.standard h2 {
	color: #3a4968;
	font-size: 1.5em;
	margin-bottom: 5px;
}

div.standard h3 {
	color: #3a4968;
	font-size: 1.4em;
	margin-bottom: 5px;
}

div.standard h4 {
	color: #3a4968;
	font-size: 1.3em;
	margin-bottom: 5px;
}

div.standard h5 {
	color: #3a4968;
	font-size: 1.2em;
	margin-bottom: 5px;
}

div.standard p {
	margin-bottom: 15px;
	line-height: 1.5em;
}

div.standard a {
	color: #0f7386;
	font-weight: bold;
	text-decoration: none;
}

div.standard a:hover {
	color: #494949;
}

div.standard ul {
	list-style-type: square;
	margin-bottom: 15px;
	margin-left: 25px;
}

div.standard ul li {
	line-height: 1.5em;
}

div.standard ol {
	margin-bottom: 15px;
	margin-left: 25px;
}

div.standard ol li {
	line-height: 1.5em;
}

div.standard img.right {
	float: right;
	border: 5px solid #cdced0;
	margin: 10px 0 10px 15px;
}

div.standard img.left {
	float: left;
	border: 5px solid #cdced0;
	margin: 10px 15px 10px 0;
}

/* Content Right */

div.content-right {
	width:  218px;
	height: 326px;
	float: left;
	padding: 0 24px 36px 30px;
}

/* Cta */

div.cta h2 {
	width: 172px;
	height: 172px;
	display: block;
	margin: 0 auto;
	text-indent: -9999px;
	overflow: hidden;
	background: url('../images/core/button-callus.jpg') 0 0 no-repeat;
}

/* Container Footer */

div.container-footer {
	width: 100%;
	height: auto;
	background: #80c3ff;
}

/* Footer */

div.footer {
	width: 845px;
	height: auto;
	padding: 20px 0;
	margin: 0 auto;
	color: #50607f;
	font-size: 1em;
}

div.footer p {
	line-height: 1.5em;
}

div.footer a {
	color: #50607f;
	text-decoration: none;
}

div.footer a:hover {
	color: #3e4e6d;
}

div.footer p a.webfirm {
	float: right;
	border: 0;
	width: 70px;
	height: 17px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url('../images/core/logo-webfirm.jpg') 0 0 no-repeat;
}










