@charset "utf-8";
/* CSS Document */

body {
	background: #c5deff;
}

.headbar, .nav, .footbar {
	margin: auto;
}
.headbar {
	width: 750px;
	border-top: 6px solid #003399;
	background: url(images/logo.png) left top no-repeat;
	min-height: 90px;
	_height: 90px;
}

.headbar div {
	float: right;
	padding-left: 1px;
}

.nav, .footbar {
	width: 777px;
}

.footbar {
	background: url(images/bg_foot.png) center top repeat-y;
}
.footbar2 {
	background: url(images/bg_foottop.png) center top no-repeat;
}
.footbar3 {
	background: url(images/bg_footbottom.png) center bottom no-repeat;
	min-height: 60px;
	font-size: .85em;
}
.footbar3 .left {
	float: left;
	padding: 12px 0;
	padding-left: 43px;
	font-weight: bold;
}
.footbar3 .right {
	float: right;
	border-left: 1px solid #fff;
	width: 215px;
	padding-left: 20px;
	padding-top: 25px;
	margin-top:20px;
}

.foot-products a {
}

.nav {
	background: url(images/bg.png) center top repeat-y;
}
.nav2 {
	background: url(images/bg_top.png) center top no-repeat;
}
.nav3 {
	background: url(images/bg_bottom.png) center bottom no-repeat;
	padding: 15px 20px;
}

