/*Home Header Elements */
#homeHeaderFull {
	width: 100%;
	height: 425px;
	background-image: url(../assets/homeHeaderFull-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	}
	
	
#homeHeaderContainer {
	width: 955px;
	height: inherit;
	margin: auto;
	background-image: url(../assets/homeHeaderContainer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	}	
	
div#homeHeaderTopContainer {
	width: inherit;
	height: 206px;
	position: relative;
	}	

div#homeHeaderTopContainer a#logoLink {
	width: 625px;
	height: 150px;
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	}



/*Global Headers*/
#headerFull {
	width: 100%;
	height: 291px;
	background-image: url(../assets/headerFull-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	}
	
#headerContainer {
	width: 955px;
	height: inherit;
	margin: auto;
	background-repeat: no-repeat;
	background-position: top;
	}	
	/*Header Classes*/
	#headerFull div.servicesbg {background-image: url(../assets/headerContainerServices-bg.jpg) ;}
	#headerFull div.aboutusbg {background-image: url(../assets/headerContainerAboutUs-bg.jpg) ;}
	#headerFull div.customersupportbg {background-image: url(../assets/headerContainerCustomerSupport-bg.jpg) ;}
	#headerFull div.ebaybg {background-image: url(../assets/headerContainerEbay-bg.jpg) ;}
	
div#headerTopContainer {
	width: inherit;
	height: 158px;
	position: relative;
	}	

div#headerTopContainer a#logoLink {
	width: 500px;
	height: 150px;
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	}


	/*Header Search Form*/
	div#search {
		width: 100%;
		height: 40px;
		}
	
	div#search form {
		width: 300px;
		height: auto;
		padding: 9px;
		float: right;
		}		
	
	div#search input#searchField {
		width: 225px;
		height: 15px;
		float: left;
		}
		
	div#search input#searchButton {
		width: 60px;
		height: 20px;
		margin-top: 2px;
		float: right;
		}	
	


	
	/*Header Top Nav*/
	div#homeTopNav {
		width: 400px;
		height: 25px;
		margin-top: 105px;
		margin-right: 10px;
		float: right;
		clear: both;
		}
	
	
	
	div#topNav {
		width: 400px;
		height: 25px;		
		padding-top: 55px;
		margin-right: 10px;
		float: right;
		clear: both;
		}
		
	ul.topNavLinks {
		float: right;
		}
	
		ul.topNavLinks li {
			padding: 5px;
			float: right;
			display: inline;
			}
			
			ul.topNavLinks li.divider {
				font-weight: bold;
				color: #f7941d;
				}
		
		ul.topNavLinks li a {
			padding: 0px;
			margin: 0px;
			font-style: normal;
			font-size: 11px;
			font-weight: bold;
			text-decoration: none;
			color: #fff;
			}
		
		ul.topNavLinks li a:hover {
			color: #000;
			}	
			
		
		
/*Home Header Bottom*/		
div#homeHeaderBottomContainer {
	width: 955px;
	height: 215px;
	}
	
	
/* Hide topNews */	
#topNews { display: none; }
		

/*Global Header Bottom*/		
div#headerBottomContainer {
	width: 955px;
	height: 130px;
	}
	
	div#headerBottomContainer h2.primaryTitle {
		color: #fff;
		font-style: italic;
		padding-top: 30px;
		line-height: normal;
		}		
		
	div#headerBottomContainer h2.secondaryTitle {
		color: #fff;
		font-style: italic;
		padding-top: 20px;
		}			
	
	div#headerBottomContainer h4.secondaryTitle {
		color: #fff;
		font-style: italic;
		width: 100%;
		padding-top: 10px;
		line-height: 1.2em;
		}		














/*Hide IE6 Menu*/
div#ie6menu { display: none; }



/*Main Menu*/

.menu {
	width: 430px;
	height: 30px;
	position: relative;
	z-index: 100; 
	float: right;
	clear: both;
	}
	
	
/* hack to correct IE5.5 faulty box model */
* html .menu {
	width: 430px; 
	w\idth: 400px;
	}


/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	}
	

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover { color: #b11d21; }
.menu :hover > a, .menu ul ul :hover > a { color: #b11d21; }
	

	
.menu ul ul {	}
	
	
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float: left;
	position: relative;
	}

	
/* style the links for the top level */
.menu a, .menu a:visited {
	display: block;
	height: 30px;
	padding: 10px 14px 0px 14px;
	/*border: 1px lime solid; /*TEMP*/
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #012f47;
	text-align: center;
	}

.menu a.ebay { 
	padding: 7px 0px 0px 5px; 
	margin: 0px; 
	}
	
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width: 100px; 
	w\idth: 80px;
	}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background: #b5b5b5;
	color: #000;
	font-weight: bold;
	font-size: 12px;
	height: auto;
	padding: 5px 10px;
	width: 150px;
	text-align: left;
	}

	
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width: 150px;
	w\idth: 150px;
	}


/* style the second level hover */
.menu ul ul a:hover {
	background: #DDD;
	color: #000;
	}
	
.menu ul ul :hover > a {
	background: #DDD;
	color: #000;
	}
	
	
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 35px;
	left: 0;
	width: 100px;
	}
	
.menu ul ul.flyleft {
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 35px;
	left: -115px;
	width: 100px;
	}	
	 
	 
/* another hack for IE5.5 */
* html .menu ul ul {
	top: 35px;
	t\op: 35px;
	}


/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position: absolute;
	top: 0;
	left: 0;
	border-collapse: collapse;
	}







/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
	visibility: visible;
	}
	
	
	
