body {
	background: #424242;
	font-family: Arial, Helvetica, sans-serif;
}

#Container {
	background: white; /* url(../images/blue/background.png) left top repeat-y; */
	padding: 8px 13px 0px 13px;
	/* width: 944px; */
}

#Wrapper {
	font-size: 0.9em;
	margin-top: 2em;
}

#TopMenu li a,
#TopMenu li a:hover {
	border-left: 1px solid #535353;
	color: #535353;
}

#head {
	position: relative;
}

#logo {
	background: transparent url(../images/blue/logo_lg.gif) left top no-repeat;
	height: 118px;
	left: 0px;
	margin-left: 20px;
	position: absolute;
	top: 0px;
	width: 340px;
	z-index: 100;
}

#logo a {
	display: block;
	height: 100%;
	text-decoration: none;
	width: 100%;
	z-index: 100;
}

#logo a:hover {
	text-decoration: none;
}

#phone {
	background: #505050 url(../images/blue/phone_bg.png) left bottom repeat-x;
	border-bottom: 1px solid white;
	height: 42px;
	position: relative;
	z-index: 90;
}

#phone_no {
	background: black url(../images/blue/contact_arrow.png) 5px center no-repeat;
	color: white;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	height: 23px;
	padding: 2px 5px 2px 30px;
	position: absolute;
	right: 18px;
	text-align: center;
	top: 7px;
	vertical-align: middle;
}

#splash {
	background: transparent url(../images/blue/splash.png) left top no-repeat;
	border-bottom: 1px solid white;
	height: 153px;
}

#top_nav {
	background: #859c0e url(../images/blue/top_nav.png) left top repeat-x;
}

#top_nav a {
	color: white;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	height: 35px;
	padding-top: 4px;
	text-align: center;
	text-decoration: none;
}

#top_nav a:hover {
	background: #E3C882;
	color: black;
}

#top_nav a.small {
	height: 28px;
	padding-top: 11px;
}

#top_nav td {
	border-left: 1px solid #864906;
	border-right: 1px solid #d8a633;
}

div.CompareButton {
	display: none;
}