﻿/* breadcrumbs */

div#breadcrumb   {

clear:both;
height:20px;
width:90%;
display:block;
}

#header .crumbs ul {
 margin:0;
 padding:0;
}

#header .crumbs li { 
            color: #8e8e8e;
            font-size: 70%;
            float:left;
            text-decoration:none;
            list-style-image:none;
            list-style-type:none;
            list-style-position:outside;
}
#header .crumbs a{
            color: #8e8e8e;
            text-decoration: none;
}

#header .crumbs a:hover {
            color: #3e3e3e;
}

#header {
	padding: 6px 20px 4px 20px;
}

#header .left {
	/*float: left;*/
	width:350px;
}

#header .text {
	float: left;
	width:350px;
}

#header #SetDefault
{
	border-left:2px solid #14377D;
	left:100px;
	padding-left:10px;
	position:relative;
	top:-45px;
}

#header #SearchBox
{
	margin-top: 5px;
}
#header #SearchBox #btnSearch
{	
	background-image:url(/PublishingImages/searchbutton.jpg);
	border-width:0;
	cursor:pointer;
	height:20px;
	margin-top:1px;
	width:20px;
	text-indent:100px;
	font-size:0;
	line-height:0;
}

/* language select */
#header .lang {
	font-size: 80%;
	padding-bottom: 10px;
}

#header .lang img{
	vertical-align: middle;
	margin-right: 1.5em;
}

#header .lang a {
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
	color: #14377D
}

#header .lang a:hover {
	color: #899BBE;
}

/* search */
#header .search {
}

#header .search #query {
	font-size: 75%;
	font-family: "Arial", sans-serif;
	border: 1px solid #14377D;
	margin: 0;
	padding: 2px 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-radius-topleft: 4px;
	-webkit-border-radius-bottomleft: 4px;
}

#header .search #submit {
	font-size: 75%;
	font-family: "Arial", sans-serif;
	border: none;
	background-color: #14377D;
	color: white;
	margin: 0;
	padding: 2px 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-radius-topright: 4px;
	-webkit-border-radius-bottomright: 4px;
}


/* DIY/Pro switch */
#header .switch {
	float: left;
	margin-left: 26px;
	border: 2px solid #7F7F7F;
	font-size: 80%;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.IE6 #header .switch
{	
	margin-left: 170px;
}

.IE7 #header .switch {
	
	margin-left: 370px;
}

#header .switch a {
	color: black;
	text-decoration: none;
}

#header .switch .title {
	display: block;
	color: white;
	text-align: center;
	background-color: black;
	font-weight: bold;
}

#header .switch .content {
	display: block;
	font-size: 80%;
	padding: 0.75em 1em;
	background-color:white;
}

#header .switch a:hover .content {
	background-color:  #7F7F7F;
	color: white;
}

/* logo */

#header .logo {
	float: right;
}

#header {
	padding: 6px 20px 4px 20px;
}

#yachtLandingHeader
{
    padding: 5px 5px 5px 5px;
    width:991px;
    clear:left;
    background-color:#14377D;        
    border-bottom:solid 1px #000;
    border-top:solid 1px #000;
    height:58px;
}
#yachtLandingHeader .yachtLandingCenter
{
	float:left;
	margin-left:580px;
	_margin-left:280px;
}
#yachtLandingHeader .yachtLandingRight
{                              
	float:right;
	margin-right:15px;
}

/*
#yachtLandingHeader{
	padding: 5px 5px 0 5px;
	width:990px;
	clear:left;
	background-color:#14377D;
}

#yachtLandingHeader .yachtLandingLeft {
	height:57px;
	width:385px;
	background-color:#14377D;
	float:left;
	border-bottom:1px black solid;
}

#yachtLandingHeader .yachtLandingCenter {
	float:left;
	border-bottom:1px black solid;
}

#yachtLandingHeader .yachtLandingRight {
	float:left;
	border-bottom:1px black solid;
}

#yachtLandingHeader .whitespace1 {
	float:left;
	width:25px;
	border-bottom:1px black solid;
	height:57px;
}

#yachtLandingHeader .whitespace2 {
	float:left;
	width:40px;
	height:57px;
	border-bottom:1px black solid;
}

#yachtLandingHeader .whitespace3 {
	float:left;
	width:76px;
	*width:80px;	
	height:57px;
	border-bottom:1px black solid;
}
*/
