/* 	Property Adjustment Key: top, right, bottom, left */

/* IE 6.0 Specific Instances */

* html #navPosition {
	margin: 0px 3px 0px 0px;
}

/***** End IE 6.0 Specific Styles *****/

#secondNavField a.headerHighlight  {color: #FFB629;}

#secondNavFieldShadow {
	display: none;
}

#navPosition {
	padding: 0px 0px 0px 412px;
	margin: 0px 6px 0px 0px;
	border-bottom: 1px solid #103C7B;
	float: right;
	clear: both;
}

.headerLogoPosition {
	margin: 5px 20px 0px 0px;
	float: left;
}

#headerPLcodeInfoPosition {
	float: left;
}

.soldByPrefix {
	text-transform: uppercase;
}

.myAccountSpacing {
	margin: 0px 10px 0px 10px;
}

.myAccountSpacingIE {
	*margin: 0px 4px 0px 4px;
}

#primeNavField {
	padding: 6px;
	background: #103c7b url(images/TitleSpace.png?v=3) no-repeat bottom right;
	border: solid #103C7B;
	border-width: 0px 0px 0px 1px;
	height: 110px;
	overflow: hidden;
	color: #c6dbef;
	position: relative;
}

div#primeNavField h1 {
	width: 350px;
	height: 80px;
	float: left;
	background: #103c7b url(images/LogoCoUK.png?v=3) no-repeat;
}

div#primeNavField h1 a {
	display: block;
	width: 350px;
	height: 80px;
	text-indent: -9999px; /*phark image replacement*/
}

div#primeNavField h2 {
	clear: left;
	float: left;
	color: #c6dbef;
	width: 350px;
	padding-left: 10px;
}


#secondNavField {
	padding: 2px;
	font-size: 90%;
	line-height: 90%;
	border: none;
	text-align: right;
	width: 400px;
	color: #c6dbef;
	float: right;
}

div#secondNavField p#ContactInfo {
	float: right;
	width: 300px;
	font-size: 120%;
	line-height: 130%;
	padding-top: 8px;
}

#secondNavField a {color: #c6dbef;}

#MainNav {
	clear: both;
	background-color: #6699CC;
	overflow: hidden;
	height: auto;
	width: 100%;
}

#MainNav li {
	display: block;
	float: left;
	border-right: 1px solid #103C7B;
	background-color: #6699CC;
}
#MainNav li#LastSpace {
	border: none;
}

#MainNav li a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	display: block;
	clear: both;
	padding: 8px;
	background-color: Transparent;
}

#MainNav li a:hover, #MainNav li a:active {color: #103C7B; Background: #FFB629;}

fieldset#languageSelector {
    width: auto;
    display: inline;
    float: right;
    margin: 0 20px 0 0;
}

fieldset#languageSelector label {
    font-size: 80%;
    font-weight: normal;
    float: left;
    margin: 2px 2px 0 0;
}

fieldset#languageSelector select {
    font-size: 80%;
    font-weight: normal;
}

/* Click-to-Chat Feature */

#clickToChatPosition {
    float: right;
    margin: 5px 20px 0 0;
}

.emailUsBtn  {
    width: 130px;
    height: 50px;
    background: transparent url(images/emailUsBtn.gif?v=3) no-repeat 0 0;
}

.chatNowBtn  {
    width: 130px;
    height: 50px;
    background: transparent url(images/chatNowBtn.gif?v=3) no-repeat 0 0;
}

/* necessary to override inline-styling from click to chat vendor */
#iibody img {
    position: absolute;
}

