﻿/*styles for the top navigation. Includes the positioning, background imagery, links, and shopping cart display */

/*position and font specs for overall section */
#topBorder { 
	margin-left: 0px;
	margin-top: 2px;
	font-family: Arial, Helvetica, "san serif";
	color: white;
	font-size: 8pt;	
	}
	
#NavigationImage {	
	margin: 0px;
	padding: 0px;
	background-image: url('../images/athena_navigation.jpg');
	background-repeat: no-repeat;
	height: 119px;
	text-align: left;
	}	
	
#Navigation {
	margin-top: 95px; 
	margin-left: 169px; 
	width: 926px;
	font-size: 9pt;
	font-family: 'Myriad Pro', Myriad, Arial, sans-serif;
	font-weight: bold;  
	padding: 0px;	
	position: absolute;
}	

#Navigation ul { 
	list-style: none;
	padding: 0;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	/*position: absolute;*/
}
	
#Navigation li {
	float: left;
	margin: 0px;
	padding: 0;
	text-align: center		  
}

#Navigation a {
	display: block;
	border: none;
	text-decoration: none;
	text-align: center;
	width: 145px;
	height: 22px;
	line-height: 1.75em;
	}
	

/*navigation specs */
#Navigation a:link { 
	background-image: url('../images/NavigationButton.gif');
	background-repeat: no-repeat;
	background-position:  50% -5%;
	color: rgb(50, 50, 50);		
	}

#Navigation a:visited { 
	background-image: url('../images/NavigationButton.gif');
	background-repeat:no-repeat;
	background-position:  50% -5%;
	color: rgb(50, 50, 50);
	}

#Navigation a:hover { 
	background-image: url('../images/NavigationButtonHover.gif');
	background-position:  50% -5%;
	background-repeat:no-repeat;
	color: rgb(32,110,172); 
	}
	
#Navigation a:active { 
	background-image: url('../images/NavigationButton.gif');
	background-repeat:no-repeat;
	background-position: 50% -5%;
	color: rgb(50, 50, 50);
	}	
	
	
	
#slogan {
	margin-top: 76px; 
	margin-left: 175px; 
	font-family: 'Myraid Pro', Myriad, Arial, sans-serif;
	font-weight: bold;
	color: white;
	font-size: 8pt;
	position: absolute;
	}

  
/*specs for the area where the users account and shopping cart information is displayed */

#ShoppingCartArea {
	position: absolute;
	margin-top: 7px;
	margin-left: 766px;	
	width: 100px;
	height: 50px;
	font-weight: normal;
	color: white;
	font-size: 8pt;
	line-height: 1.5em;	
	}

#CartProductList
	{padding-left: 7px;
	 padding-top: 2px;}
	
#AccountLinks
	{padding-right: 10px;
	 font-weight: normal;
	 color: rgb(50, 50, 50);
	 }
	 
#AccountLinks a
	{color: rgb(50, 50, 50);}
	
#AccountLinks a:hover
	{text-decoration: hover;}
		
#ShoppingCartArea img
	{border: none;}




/* superfluos code till we add the search bar */

#SearchBar {
	color: rgb(50, 50, 50);
	position: right;
	font-weight: normal;
	width: 230px;
	}
	
#SearchBar input.search {
	border: 1px solid white;
	background-color: white; /*rgb(222,240,245);	*/
	font-size: 7pt;
	color: black;
	width: 150px;
	padding-top: 0px;
	}
	
#SearchBar input#go {
	border: 1px solid white;
	height: 12px;
	background-image: url(ButtonGradient.jpg);
	background-color: rgb(196,214,85);
	color: white;	
	width: 25px;
	font-weight: normal;
	font-size: 6.5pt;
	text-align: center;
	padding: 0px;
	}