/* ========================
Legend Boat Builders
CSS by Guy Lillico
29 Feb 2008 
======================== */


@import url("reset.css");

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



body {
	background: #f1f8ff;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin-bottom: 20px;
}

body.page-popup {
	padding: 20px;
}

h1, h2, h3, h4, h5 { padding: 9px 0; font-weight: bold; }
h1 { font-size: 1.8em; }
h2 { font-size: 1.6em; color: #000066; }
h3 { font-size: 1.4em; color: #4167b1; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }

strong { font-weight: bold; }

h2#title-browse {
	display: block;
	text-indent: -9999em;
	padding: 0;
	background: url('../images/core/title-browse.gif') no-repeat 0 0;
	width: 250px;
	height: 49px;
}

#content p {
	line-height:150%;
	text-align:left;
	margin:0;
	margin-bottom: 15px;
	padding:0;
}

#maincontent p {
	font-size: 1.2em;
}

#maincontent ul li p {
	font-size: 1.1em;
	color: #333333;
}

#subcontent p, #subcontent ul, #subcontent ul li a {
	font-size: 1.1em;
	color: #FFFFFF;
	text-decoration: none;
}



/**********************************
Container
**********************************/
#container {
	background: #f1f8ff url('../images/core/container-bg.gif') repeat-y;
	width: 1000px;
	margin: auto;
	padding: 0 15px;
	text-align: left;
}

#bottom-fix {
	background:url('../images/core/page-bottom.gif') no-repeat top left;
	text-align: left;
	width: 1000px;
	height: 11px;
	margin: auto;
	padding: 0 15px;
}

/**********************************
Header
**********************************/
#header {
	background: url('../images/core/header-bg.gif') repeat-x;
	width: 970px;
	height: 120px;
	text-align: left;
	margin: 0;
	padding: 0;
	z-index: 0;
}

#logo {
	float: left;
	width: 297px;
	height: 120px;
	z-index: 100;
}

#cta-call {
	float: right;
	width: 202px;
	height: 35px;
	position: relative;
	top: -70px;
	right: 40px;
}
/**********************************
Content
**********************************/
#content {
	width: 970px;
	margin: 0;
	background: #ffffff;
	text-align: left;
}
#maincontent {
	width: 669px;
	position: relative;
	top: -30px;
	float: left;
}

#maincontent #flash {
	width: 690px;
	height: 449px;
	display: block;
	z-index: 0;
}

#maincontent #flash-inner {
	width: 690px;
	height: 139px;
	display: block;
	z-index: 0;
}

#maincontent #text {
	padding: 10px;
	padding-top: 23px;
	width: 670px;
	padding-bottom: 30px;
	display: block;
}

#subcontent {
	float: left;
	width: 260px;
	padding-left: 9px;
	position: relative;
	top: -30px;
}

#subcontent #left-nav {
	background: #01266a url('../images/core/left-nav-bg.gif') repeat-x;
	width: 250px;
	height: auto;
	color: #FFFFFF;
}

/**********************************
Product Catalog
**********************************/

#catlist {
	padding-left: 0px;
	padding-bottom: 40px;
}

#catlist ul li {
	background: url('../images/core/subcat-item.gif') no-repeat 0 7px;
	line-height: 1.8em;
	margin: 0 7px 0 15px;
	padding: 0 0px 0 0;
}

#catlist a.head {
	height: 30px;
	display: block;
	font-size: 1.0em;
	color: #8dc0fe;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 3em;
}

#cat-1 { background: url('../images/core/cat-1.gif') no-repeat top left; text-indent: 14px; }
#cat-2 { background: url('../images/core/cat-2.gif') no-repeat top left; text-indent: 14px; }
#cat-3 { background: url('../images/core/cat-3.gif') no-repeat top left; text-indent: 14px; }


/**********************************
Team List
**********************************/

ul.team-member {
	display: block;
	list-style-type: none;
	width: 650px;
	margin: 15px;
	height: auto;
	border-top: 1px solid #dbdcde;
}

ul.team-member li {
	float: left;
}

ul.team-member li.item-pic {
	width: 190px;
	padding-top: 16px;
}

ul.team-member li.item-pic img {
	border: 1px solid #718cd7;
}

ul.team-member li.item-desc {
	width: 400px;
	padding-top: 7px;
	height: auto;
}

ul.team-member li.item-desc span {
	font-weight: bold;
}

ul#jobs {
	list-style-type: none;
	padding-bottom: 43px;
	padding-left: 4px;
}

ul#jobs li.item-job {
	background: url('../images/core/item-job.gif') no-repeat top left;
	line-height: 180%;
	text-indent: 40px;
}

ul#jobs li.item-job a {
	text-decoration: none;
	font-size: 1.2em;
	color: #001046;
	font-weight: bold;
}

ul#jobs li.item-job a:hover { color: #999999; }

span.apply {
	font-size: 0.7em;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #1a49a2;
	border: 1px solid #333333;
	padding: 3px;
	float: right;
	margin-right: 5px;
	text-decoration: none;
	cursor: pointer;
}

span.apply:hover,
body#product-detail span.apply:hover {
	background: #b4c5f2;
	color: #000000;
	cursor: pointer;
}

body#product-detail span.apply {
	font-size: 0.8em;
	float: left;
	margin-top: 10px;
	cursor: pointer;
}

ul#specifications {
	list-style-type: none;
	width: 500px;
	height: auto;
/*	border-bottom: 1px solid #999999;*/
	padding: 0;
	margin: 0;
	text-indent: 0;
	border-top: 1px solid #999999;
}

ul#specifications li {
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}

ul#specifications li.spec-item {
	line-height: 160%;
	background: #f1f8ff;
	padding: 4px;
	width: 500px;
	height: 20px;
}

ul#specifications li.spec-item span {
	margin-left: 150px;
	width: 300px;
	position: absolute;
	display: inline-block;
}

ul#specifications li.spec-item span.spec-title {
	margin-left: 0;
	font-weight: bold;
	width: 140px;
	display: inline-block;
}

ul.job-specs {
	list-style-type: none;
	display: block;
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
	text-indent: 0;
}

ul.job-specs li {
	border-bottom: none;
	padding: 4px;
	width: 600px;
	height: 14px;
}

ul.job-specs li span {
	font-size: 1.2em;
	margin-left: 150px;
	width: 400px;
	position: absolute;
	display: inline-block;
	padding: 2px 0;
}

ul.job-specs li span.job-heading {
	margin-left: 0;
	font-weight: bold;
	width: 600px;
	display: inline-block;
	color:#666666;
}

body#employment p {
	padding-left: 4px;
	padding-bottom: 40px;
	border-bottom: 1px solid #dbdcde;
}

body#employment p.no-border { border-bottom: none; padding-bottom: 10px; }

#wrap { color: #01348c; width: 480px; height: auto; padding: 10px; display: block; margin: 0 auto; background-color: #dfeaff; }
#wrap h1.popup-heading { display: block; padding: 8px; background: #01348c; color: #fff; margin-bottom: 15px; text-align: left; }
#wrap p { line-height: 160%; }
#wrap input { margin-top: 30px; }

/**********************************
Footer
**********************************/
#clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	visibility: hidden;
	border: none;
    margin: 0;
	padding: 0;
    background: transparent;
}
#footer {
	background: #ffffff url('../images/core/footer-bg.gif') no-repeat top center;
	width: 950px;
	padding: 0 10px;
	padding-top: 17px;
	padding-bottom: 40px;
	clear: both;
	background-color: #ffffff;
}	
#footer span { color: #000000; margin-right: 140px; }
#footer p { font-size: 1.1em; color: #02439c; }
#footer img { float: right; }
a { color: #02439c; }
a:hover { color: #666666; }


/*---------------------------------------------   
    forms
----------------------------------------------*/
form.form fieldset,
form.form ol, 
form.form li, 
form.form legend {
	margin: 0;
	padding: 0;
}

form.form fieldset { border: 0; }

form.form ol { list-style: none; }

form.form li { margin-bottom: 5px; }

form.form label,
form label {
	display: inline-block;
	width: 150px;
	vertical-align: top;
	padding: 4px;
}

form.form label.cb-section {
	width: 250px;
	margin-top: 20px;
}

form.form input, form.form select, form.form textarea {
	width: 250px;
	padding: 3px;
	border: 1px solid #ddd;
	background: #fff;
	font: normal 13px/13px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

form.form input.other {
	margin-bottom: 16px;
}

form.form textarea { height: 200px; }

form.form select {
	padding: 0;
	width: auto;
}

form.form li.button { margin-top: 15px; }

form.form li.button input {
	width: auto;
	border: 0;
	background: #01266a;
	color: #fff;
	cursor: pointer;
	position: relative;
	left: 187px;
}

form.form fieldset legend {
	padding: 20px 0;
	font-weight: bold;
	font-size: 18px;
	color: #444;
	_margin: 0 -7px; /* IE Win fix */
}

/* IE Mac legend fix */
form.form legend {
  display: inline-block;
}

form.form input.checkbox {
  width: 30px;
  background: none;
  border: none;
}

/**********************************
Product Listing
**********************************/

ul#product-list {
	list-style-type: none;
	width: 640px;
	height: auto;
	margin-top: 12px;
}

ul#product-list li {
	padding: 10px;
	padding-left: 0;
	display: inline-block;
	border-top: 1px solid #dbdcde;
	margin: 4px;
	display: block;
	clear: both;
}

ul#product-list li img {
	vertical-align: top;
	margin-right: 6px;
	border: 1px solid #CCCCCC;
	float: left;
}

ul#product-list li span {
	line-height: 140%;
	padding: 8px 3px 3px 0px;
}

ul#product-list li p {
	padding-top: 3px;
}

.prod-info {
	font-size: 0.7em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	background: #1a49a2;
	border: 1px solid #333333;
	padding: 3px;
	float: right;
	margin-right: 5px;
}

.prod-info:hover {
	background: #b4c5f2;
	color: #000000;
}

#image-container {
	width: 390px;
	margin: 5px;
	display: block;
	float: right;
	height: 212px;
}

#image-container img {
	border: 1px solid #718cd7;
}

#image-container #images-left {
	float: left;
	width: 40%;
}

#image-container #images-left img {
	margin-bottom: 12px;
}

#image-container #images-left img.bottom-img {
	margin-bottom: 0px;
	margin-top: 16px;
}

#image-container #images-right {
	float: right;
	width: 60%;
}

.right-img1 { 
	float: left;
	border: 1px solid #b4c5f2; 
	display: block;
}

.right-img2 { 
	float: left;
	border: 1px solid #b4c5f2; 
	display: block;
	position: relative;
	top: 88px;
}

#main-img {
	float: right;
	border: 1px solid #b4c5f2; 
	vertical-align: top;
}

p.price { color: #333333; font-weight: bold; }
p.price strong { color: #244fa1; }
p.desc { display: block; width: 600px; }


a.pdf-link { 
	background: url('../images/core/icon-pdf.gif') no-repeat 0 0;
	height: 25px; 
	padding: 3px;
	padding-left: 19px;
	float: right;
	margin-top: 10px;
	position: relative;
	right: 158px;
}