@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background-color: #C6D3F2;
	margin: 0px;
	padding: 0px;
}
a, a:link, a:visited {
	color: #203673;
}
.content {
	height: 406px;
	background-color: #FFFFFF;
}
.content_txt {
	padding: 20px;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #203673;
}


.footer {
	background-image: url(footer_bg.jpg);
	background-repeat: repeat-x;
	height: 55px;
	text-align: center;
}
.navbar {
	background-image: url(navbar_bg.jpg);
	background-repeat: repeat-x;
	height: 35px;
}
.menu {
	font-size: 14px;
	color: #203673;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	display: block;
	text-decoration: none;
	padding-left: 13px;
	padding-top: 9px;
	background-image: url(nav2bg.jpg);
	background-repeat: repeat-x;
	border-bottom-color: #89A0D8;
	padding-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
	border-top-color: #92ACEB;
}
a.menu:hover {
	background-image: url(nav2hover.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
}
.field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border: 1px solid #B9B9B9;
	padding-left: 5px;
}
#navcontainer ul
{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

#navcontainer ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#navcontainer ul li a
{
	color: #203673;
	text-decoration: none;
	float: left;
	border-right: 1px solid #89A0D8;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#navcontainer ul li a:hover
{
	color: #FFFFFF;
	background-color: #7093E4;
}
.footertxt {
	font-size: 11px;
	color: #6281CA;
	text-align: center;
	padding: 5px;
}
.footertxt a {
	color: #6281CA;
	text-decoration: none;
}
.footertxt a:hover {
	color: #1E3578;
}
.white {
	color: #FFFFFF;
}
.nav_bar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	color: #203673;
	font-weight: bold;
}
.smaller {
	font-size: 11px;
}
.product_name {
	font-weight: bold;
	color: #203673;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
}
.product_name a {
	text-decoration: none;
}
.description {
	color: #203673;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
}
