@charset "utf-8";
/************************************************************
Header CSS for JUST SHOP
Author: Ben Smithett
Created: 18/2/09
************************************************************/


/* Homepage header (larger than rest of site)
***********************************************/
#header_large {
	width:920px;
	height:269px;
	background:#002F60 url('/images/global/header_large_bg.jpg') no-repeat;
	margin:0px auto;
	position:relative;
	text-align:center;
}

#header_large img {
	position:absolute;
	top:110px;
	right:36px;
}

#header_large_links {
	position:relative;
	top:15px;
	margin:0px auto;
	cursor:default;
}

#header_large_links div {
	display:inline;
	margin: 0px 10px;
}

#header_large_links div a {
	color:#FFF;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size:120%;
}

#header_large a:hover {
	text-decoration:none;
	color:#F19E7E;
}


/*Fix bug in IE7 that messes up inline content when user zooms*/
#header_large_links div {
	zoom: 100%;
}



/* Header for the rest of the site
***********************************/
#header_small {
	width:920px;
	height:109px;
	background:#002F60 url(/images/global/header_bg.jpg) no-repeat;
	margin:0px auto;
	position:relative;
	/*text-align:right;*/
}

#header_small img {
	position:absolute;
	top:8px;
	left:33px;
}

#header_small_links {
	position:relative;
	top:6px;
	left:291px;
	cursor:default;
	text-align:center;
	width:620px;
}

#header_small_links div {
	display:inline;
	margin: 0px 8px;
}

#header_small_links div a {
	/*color:#FFF;*/
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size:90%;
}

#header_small a:hover {
	text-decoration:none;
	color: #F19E7E;
}



/*Fix bug in IE7 that messes up inline content when user zooms*/
#header_small_links div {
	zoom: 100%;
}

/*HEADER and FOOTER active link styles*/
.inactive {
	color:#FFF;
}

.active {
	color: #F19E7E;
}