﻿.siteHeader
{
    padding-top: 15px;
    color: #0369ab;
}
.logocontainer
{
    height: 45px;
}
.sitelogo
{
    float: left;
    height: 45px;
    padding-left: 10px;
}
.phonenumbers
{
    float: right;
    padding-top: 27px;
    padding-right: 10px;
    font-size: 18px;
    font-weight: bold;
}
.phonenumbers a
{
    color: #0369ab;
    text-decoration: none;
}
/* ======================================================================== */
/* Top Navigation Information                                               */
/* ======================================================================== */
.topinformation
{
    clear: both;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #0369ab;
    height: 23px;
    background-image: url(/images/navigation/crumbtrail/stretcher.jpg);
    background-repeat: repeat-x;
}
.topinformation .endcapleft
{
    background-image: url(/images/navigation/crumbtrail/endcapleft.jpg);
    width: 4px;
    height: 23px;
    float: left;
}
.topinformation .endcapright
{
    background-image: url(/images/navigation/crumbtrail/endcapright.jpg);
    width: 4px;
    height: 23px;
    float: right;
}
.topinformation .crumbtrail
{
    float: left;
    height: 23px;
    line-height: 23px;
    padding-left: 10px;
}
.topinformation .crumbtrail a
{
    color: #0369ab;
    line-height: 23px;
    height: 23px;
}
.topinformation .links
{
    height: 23px;
    line-height: 23px;
    padding-right: 10px;
}
.topinformation .links .pipe
{
    float: right;
    height: 23px;
    padding-right: 10px;
    padding-left: 10px;
}
.topinformation .links a
{
    color: #0369ab;
    
}
.topinformation .image
{
    float: right;
    line-height: 0px;
    padding-right: 10px;
    height: 23px;
    padding-top: 5px;
}
.topinformation .basketPrice
{
    padding-left: 5px;
}
.topinformation .basketPrice a
{
    text-decoration: none;
    color: #b21e3b;
}
/* ======================================================================== */
/* Top Navigation Preloaded Images                                          */
/* ======================================================================== */
.hidden
{
    display: none;
}

/* ======================================================================== */
/* Top Navigation                                                           */
/* ======================================================================== */
.navigation { height: 41px; clear: both; padding-top: 15px; }
.navigation .search { width: 250px; height: 41px; float: left; }
.navigation .search .magnifier { width: 37px; height: 41px; float: left; background-image: url(/images/navigation/search/left.gif); }
.navigation .search .searchbox { width: 181px; height: 41px; float: left; background-image: url(/images/navigation/search/background.gif) }
.navigation .search .searchbox input { width: 169px; height: 15px; margin: 0px; margin-top: 12px; border: 0px; background-color: #ffffff; line-height: 15px; }
.navigation .search .endcap { width: 32px; height: 41px; float: right; background-image: url(/images/navigation/search/right.gif); }
.navigation .search .endcap input { width: 15px; height: 15px; margin-top: 13px; }
.navigation .navigationTitle { text-shadow: 1px 1px 1px #000; }

.navigation li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

.navigation li a
{	display: block;
	color: #FFF;
	text-align: center;
	text-decoration: none}

.navigation .dropdown
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	
	width: 200px;
	
	border-left-style: solid;
    border-left-width: 2px;
    border-left-color: #c2d4e9;
    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: #c2d4e9;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #c2d4e9;
    background-color: #eff3f9;
    z-index: 10;
	}

	.navigation .dropdown a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		text-align: left;
		text-decoration: none;
		color: #0369ab;
		font: 11px arial}

	.navigation .dropdown a:hover
	{	background-color: #c2d4e9;
	
}
	.navigation .dropdown a:focus
	{	background-color: #c2d4e9;
	
}

.siteTab
{
    width: 123px;
    height: 41px;
    float: left;
    line-height: 41px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    background-color: #0069AA;
    
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #80B4D5;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #124465;
    cursor: pointer;
}
.siteTab a
{
    color: #ffffff;
    text-decoration: none;
}
.siteTab:hover
{
    background-color: #00578C;
}
.siteTab .selected
{
    background-color: #003B5F;
}
.siteTab .selected:hover
{
    background-color: #00578C;
}


.siteTabHome
{
    width: 124px;
    height: 41px;
    float: left;
    line-height: 41px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    background-color: #0069AA;
    
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #124465;
    
    background-image: url(/images/navigation/endCapNormal.gif);
    background-repeat: no-repeat;
    background-position: left;
    cursor: pointer;
    
}
.siteTabHome a
{
    color: #ffffff;
    text-decoration: none;
}
.siteTabHome:hover
{
    background-image: url(/images/navigation/endCapHover.gif);
    background-repeat: no-repeat;
    background-position: left;
    background-color: #00578C;
}
.siteTabHome .selected
{
    background-image: url(/images/navigation/endCapSelected.gif);
    background-repeat: no-repeat;
    background-position: left;
    background-color: #003B5F;
}
.siteTabHome .selected:hover
{
    background-image: url(/images/navigation/endCapHover.gif);
    background-repeat: no-repeat;
    background-position: left;
    background-color: #00578C;
}

/* ======================================================================== */
/* Country Chooser Drop Down Menu                                           */
/* ======================================================================== */
.countryChooser
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	
	width: 120px;
	
	border-left-style: solid;
    border-left-width: 2px;
    border-left-color: #c2d4e9;
    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: #c2d4e9;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #c2d4e9;
    background-color: #eff3f9;
}

	.countryChooser a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		text-align: left;
		text-decoration: none;
		color: #0369ab;
		font: 11px arial;}

	.countryChooser a:hover
	{	background-color: #c2d4e9;
	
}
	.countryChooser a:focus
	{	background-color: #c2d4e9;
	
}