@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #0c2a4c;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
h1 {
	color: #4f7ba4;
	margin-bottom: 5px;
	border-bottom: 1px solid #FC8F30;
 }



h2 {
	font-size: 1.6em;
	margin-top: 20px;
	color: #FC8F30;
	border-bottom: 1px solid #b9cadb;
	padding-bottom: 0.2em;	/* padding-bottom: 2px; */
}
h3 {
	color: #4f7ba4;
	margin-bottom: 0.3em;
	margin-top: 0.1em;
	border-bottom: 1px solid #b9cadb;
}
h4 {
	color: #FC8F30;
	margin-bottom: 0.1em;
	margin-top: 0.1em;
	border-bottom: 1px solid #FC8F30;
}
a {
	color: #265585;
	text-decoration: none;
}
a:hover {
	color: #FC8F30;
}
a img{
	border: 0;
}
table {
	border-color: #4C95D9;

}

th {
	color: #FFF;
	text-decoration: none;
	background-color: #265585;
	text-align: center;
	font-size: 100%;
}
td {
	text-align: center;
	font-size: 80%;
}



.MainPage  #container{
	border: 2px solid #000000;
	text-align: left;
	margin: 0 auto;
	min-width: 800px;
	max-width: 1024px;
	width: 960px;
}

.headertop {
	float: left;
	width: 100%;
	background-color: #478CCD;
	background-image: url(images/header-top.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 20px;
}

.header  {
	float: left;
	width: 100%;
	background-color: #478CCD;
	background-position: bottom;
	background-image: url(images/header-bottom.gif);
	background-repeat: repeat-x;
}

.header a{
	text-decoration: none;
	color: #FFF;
	outline: none;
	font-weight: bold;
}
.header a:hover {
	text-decoration: underline;
	color: #FC8F30;
	outline: none;
}
.header .logo{
	float: left;
}
.header .menu{
	padding: 30px 20px 0px 0px;
	float: right;
}
.header .menu ul{
	margin: 0px;
	list-style: none;
}
.header .menu ul li.first  {
	float: left;
	padding: 0 11px 0 10px;
	font-size: 0.9em;
	border-left-width: 0px;
}
.header .menu  ul li{
	float: left;
	padding: 0 11px 0 10px;
	font-size: 0.9em;
	border-left: 1px solid #E0E0E0;
}

.content {
	/* padding-top: 20px; */
	float: left;
	width: 100%;
	padding: 0 0 30px 0;
	background-color: #EEEEEE;
}
.product {
	/* padding-top: 20px; */
	float: left;
	width: 900px;
	background-color: #FFF;
	margin-left: 20px;
	margin-right: 20px;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	padding: 10px 10px 10px 10px;
}

.product .productimage{
	/* padding-top: 20px; */
	float: left;
	width: 280px;
	margin-left: 20px;
	text-align: center;
}

.product .producttext{
	margin-left: 20px;
	width: 580px;
	float: left;
}
.product .smallimage {
	/* padding-top: 20px; */
	float: left;
	width: 100px;
	margin-left: 20px;
	clear: left;
	text-align: center;
}
.product .smalltext {
	margin-left: 20px;
	width: 760px;
	float: left;
}
.offer {
	/* padding-top: 20px; */
	float: left;
	width: 580px;
	background-color: #FFF0CB;
	border: 1px solid #FF9933;
	padding: 0 10px 0 10px;
	margin: 10px 150px 10px 150px;
	text-align: center;
}
.textarea {
	/* padding-top: 20px; */
	float: left;
	width: 880px;
	background-color: #FFF;
	margin-top: 20px;
	border: 1px solid #4f7ba4;
	padding: 10px 10px 10px 10px;
	text-align: left;
}





.footer  {
	width: 100%;
	text-align: center;
	float: left;
	font-size: 0.85em;
}


.footer a {
	text-decoration: underline;
	color: #FFFFFF;
}
.footer 
a:hover  {
	color: #9bc7f4;
}

.footer .menu  {
	width: 500px;
	text-align: center;
	margin-left: 230px;

}
.footer .menu ul {
	list-style: none;
	text-align: center;
}

.footer .menu ul li {
	float: left;
	color: #FFFFFF;
	padding: 0 11px 0 10px;
	font-size: 0.9em;
	border-left: 1px solid #E0E0E0;
}
.footer .menu ul li.first {
	float: left;
	color: #FFF;
	padding: 0 11px 0 10px;
	font-size: 0.9em;
	border-left-width: 0px;
}
.footer .copyright{
	width: 100%;
	text-align: center;
	float: left;
	font-size: 0.75em;
	color: #EEE;
	margin-top: 10px;
}
