@charset "utf-8";
#logoEvergreenComputers {
	background-image: url(../_assets/logoEvergreenComputers_v2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 40px;
	width: 307px;
}

/* CSS Document */
#upperHeader {
	margin: 0px;
	padding: 0px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: left top;
	
}
#upperHeaderLeftLogo {
	float: left;
	height: 40px;
	width: 307px;
	margin-top: 5px;
	margin-left: 3px;
}
#search {
	float: left;
	height: 30px;
	width: 300px;
	margin-left: 350px;
	margin-top: 10px;
	
}
.searchBoxBackground {
	background-color: #E4E4E4;
}
#clientLogin {
	height: 30px;
	width: 300px;
	float: right;
	font-size: 10px;
	margin-top: 0.9em;
}
#upperRightLinks {
	width: 20em;
	float: left;
	margin-top: 0.5em;
}
#lowerHeader {
	height: 98px;
	margin-top: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding: 0px;
}
#companyInfo {
	width: 500px;
	text-align: left;
	height: 86px;
	float: left;
	padding-left: 10px;
	padding-top: 10px;
}
#companyInfoHeader {
	margin-top: 0;
	padding: 0;
}
#companyInfoHeader h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #666;
	font-weight: lighter;
	margin: 0px;
	padding: 0px;
}
#companyInfoAddress {
	display: block;
	font-size: 9px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	line-height: 14px;
	color: #6d6d6d;
	border-top: 1px solid #dcd7d2;
	margin-top: 0px;
	padding: 0px;
	width: 400px;
}
#paypalVisaMC {
	height: 42px;
	width: 149px;
	float: right;
	padding-top: 45px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#bottomHeader {
	height: 26px;
	background-color: #e9e6da;
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#bottomHeader ul {
	margin: 0px;
	color: #3c342c;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	letter-spacing: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#bottomHeader ul li {
	display: inline;
	line-height: 14px;
}
#bottomHeader ul li a {
	padding: 0px 14.5px;
	/* above padding controls horizontal spacing between menu options */
	background-color: #e9e6da;
	text-decoration: none;
	height: 16px;
	color: #003300;
}
#bottomHeader ul li a:hover, #horizontalNavMenu ul li a.locked {
	background-color: #e9e6da;
	color: #990000;
}
#navlist li a:hover, #navlist li a:active {
	text-decoration: none;
	text-align: center;
}
