body, table, input {
	margin: 0px;
	font-family: arial,verdana,sans;
	font-size: 14px;
}

body, input {
	background-color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6 {
	color: #001D31;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 15px;
}

#header_inner, #nav_inner, #content_inner, #footer_inner, #subcontent_inner {
	width: 810px;
	margin: 0 auto;
	font-family: verdana,arial;
}

#header_outer, #nav_outer, #content_outer, #footer_outer, #footer_copyright {
	width: 100%;
	text-align: center;
}

#header_outer {
	height: 76px;
	background-color: #001D31;
	overflow: hidden;
	padding: 0px;
}

#header_inner {
	height: 76px;
}

#logo {
	background: url('/images/logo.gif');
	width: 174px;
	height: 76px;
	float: left;
	margin-left: 30px;
}

#header_buttons {
	height: 76px;
	float: right;
}

#nav_outer {
	background-image: url('/images/nav_bg.gif');
	background-repeat: repeat-x;
	height: 37px;
}

#nav_inner ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav_inner ul li {
	display: block;
	float: left;
	margin: 0;
	height: 37px;
}

#nav_inner ul li a {
	height: 37px;
	width: 198px;
	text-decoration: none;
	display: block !important;
	padding: 0px 0px;
}

#home {
	background-image: url('/images/nav_home.gif');
}

#about {
	background-image: url('/images/nav_about.gif');
}

#product {
	background-image: url('/images/nav_product.gif');
}

#resellers {
	background-image: url('/images/nav_resellers.gif');
}

#nav_inner ul li a:hover {
	background-position: 0px -37px;
	height: 37px;
}

#content_outer {
}

#content_inner {
	background-image: url('/images/body_bg.gif');
	background-repeat: repeat-y;
}

#content_top, #content_bottom {
	background-repeat: no-repeat;
	width: 100%;
	height: 34px;
}

#content_top {
	background-image: url('/images/body_top.gif');
}

#content_bottom {
	background-image: url('/images/body_bottom.gif');
}

#content_body {
	width: 480px;
	margin-left: 30px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}

#sidebar {
	background-image: url('/images/subcontent_bg.gif');
	width: 259px;
	margin: 0px;
	margin-right: 30px !important;
	margin-right: 12px;
	padding: 0px;
	float: right;
}

#subcontent_inner {
	margin-bottom: 20px;
	padding-left: 36px !important;
	padding-left: 18px;
	height: 250px
}

#subcontent_item {
	width: 259px;
	margin: 0px;
	padding: 0px;
	background-image: url('/images/subcontent_bg.gif');
	float: left;
}

#subcontent_item p, #sidebar p, #sidebar ul {
	margin: 0px 12px;
	text-align: left;
}

#sidebar ul {
	display: block;
	list-style: none;

}

#subcontent_item_top, #sidebar_top {
	background-image: url('/images/subcontent_top.gif');
	background-repeat: no-repeat;
	width: 259px;
	height: 10px;
	padding: 0px;
	margin: 0px;
}

#subcontent_item_bottom, #sidebar_bottom {
	background-image: url('/images/subcontent_bottom.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px !important;
	background-position: 0px 4px;
	width: 259px;
	height: 10px;
	padding: 0px;
}

#page_title {
	width: 623px;
	margin-bottom: 10px;
	margin-top: -20px;
	padding: 10px 1px 1px 1px;
	border-bottom: 3px solid #4e66b4;
}

#page_title h1 {
	margin: 4px 0px;
	padding: 0px;
	color: #4e66b4;
}
#footer_outer {
	background-color: #D0D0D0;
	background: url('/images/gray_bg1.png');
}

#footer_inner {
	background-repeat: repeat-x;
}

#footer_copyright {
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 3px;
	background: url('/images/footer_bg.gif');
	background-repeat: repeat-x;
	height: 20px;
}

#footer_nav {
	margin-top: 4px;
	height: 200px;
}	

#footer_nav ul {
	list-style: none;
	padding: 20;
	margin: 0;
}

#footer_nav ul li{
	display: block;
	float: left;
	margin: 0;
	width: 130px;
}

#footer_nav ul li ul li {
	text-align: left;
}

#footer_nav ul li a{
	text-decoration: none;
	display: block !important;
	padding: 0px 0px;
	color: #001D31;
	font-weight: bold;
}

#footer_nav ul li ul li a{
	color: #617D92;
	font-weight: normal;
}

a {
	text-decoration: none;
}



