body {
	margin: 0;
	padding: 0;
	font-family: arial;
	background: transparent url(/images/nav/gradient_main.png) repeat;
}
#header {
	height: 220px;
	width: 1000px;
	margin: 20px auto 0;	
	position: relative;
}
#header-info {
	color: #006;
	top: 20px;
	right: 200px;
	font-weight: bold;
	position: absolute;
	font-family: Georgia;
}
#header-gurantee {
	margin-left: 50px;
}
#honest-logo {
	padding: 15px 0 0;
}
#top-menu {
	top: 150px;
	left: 150px;
	clear: both;
	width: 850px;
	list-style: none;			
	position: absolute;
}
#top-menu li {
	float: left;
}
#top-menu a {
	width: 117px;
	height: 60px;
	display: block;
	text-decoration: none;
	background: transparent url(/images/nav/top_menu.png) no-repeat;
}
#top-menu a:hover {
	background-position: 0 -73px;
}
#top-menu .selected a {
	background-position: 0 -73px;
}
#top-menu a span {
	width: 100%;
	color: #001D71;
	font-size: 9pt;
	display: block;
	font-weight: bold;
	padding-top: 10px;
	text-align: center;
}
#top-menu #blog span {
	padding-top: 4px;
}
#content-container {
	width: 1120px;
	margin: 0 auto;	
	clear: both;
	background: transparent url(/images/v2/content_bg_tile.png) repeat;
}
#content-menu {
	top: -3px;
	height: 63px;
	position: relative;
	background: transparent url(/images/v2/content_bg_top.png) repeat-x;
}
#content-menu #menu {
	top: 18px;
	left: 50px;	
	position: absolute;
}
#menu #page-title {
	float: left;		
}
#sub-menu {
	top: -25px;
	/*float: left;*/
	left: 140px;
	height: 36px;
	list-style: none;	
	position: absolute;
	padding: 5px 0 0 0;
	background: transparent url(/images/nav/sub_menu_bg.png) repeat-x;
}
#sub-menu li {
	float: left;	
	width: 146px;
	height: 36px;
}
#sub-menu .separator {
	width: 3px;
	padding-left: 10px;
	background: transparent url(/images/nav/sub_menu_separator.png) no-repeat;
}
#sub-menu li a {
	width: 146px;
	height: 36px;
	display: block;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(/images/nav/sub_menu.png) no-repeat 0 -44px;
}
#sub-menu li a:hover {
	background-position: 0 0;
}
#sub-menu .selected a {
	background-position: 0 0;
}
#sub-menu li span {
	top: 5px;
	width: 135px;
	display: block;
	font-size: 8pt;
	text-align: left;
	font-weight: bold;
	text-align: center;
	position: relative;
	font-family: verdana;
}
#real-content {
	z-index: 1;
	float: right;
	width: 870px;
	padding: 10px 15px;
	min-height: 270px;
	position: relative;
}
#content, .content-footer {
	top: -15px;
	width: 1085px;
	margin: 0 auto;
	position: relative;
	background-color: #fff;
	border: 3px solid #b3c8d4;
	overflow: hidden;
}
.content-footer {
	width: 1075px;
	margin: -5px auto 0px auto;
	top: -5px;
	padding: 5px;
	height: 95px;
}
.content-footer img {
	border: none;
}
.content-footer table {
	width: 100%;
	height: 100%;
}
.gradient {
	width: 100%;
	height: 100%;	
	position: absolute;
	top: 0;
	left: 0;
}
#content #top {
	z-index: 1;
	height: 3px;
	position: relative;
	background: transparent url(/images/nav/content_top.png) no-repeat 0 0;
}
#content #bottom {
	z-index: 1;
	height: 3px;
	position: relative;
	background: transparent url(/images/nav/content_bottom.png) no-repeat 0 0;
}
.side-links {
	margin: 0;
	padding: 0;
	float: left;
	width: 165px;
	font-size: 10pt;
	position: relative;
}
#side-menu-slide {
	/*position: fixed;*/
}
.side-links ul ul {
	padding-left: 10px;
}
.side-links ul {
	list-style: none;
}
.side-links > ul {
	padding: 0;
	margin: 10px 10px 0;
}
.side-links .side-item {
	margin-bottom: 20px;
}
.side-item span {
	font-weight: bold;
}
#footer {
	width: 1120px;
	margin: 0 auto;
	padding-bottom: 20px;
}
#footer span {
	font-size: .6em;
	text-align: left;
	font-weight: bold;
	font-family: verdana;
}
#footer #links {
	margin-right: 500px;
}
a:link {
	color: #001D71;
}
.double {
	padding-top: 3px !important;
}
.alt {
	display : none;
}
a:link {
	color: #551A8B;
}
a:active {
	color: #001D71;
}
