* { margin:0; padding:0;}

html {
	/*min-height: 100px;*/
	/*background: #FBF9F6;*/
}

body {
	margin: 15px;
	/*height: 100%;*/
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	/*line-height: 120%; */
	font-size: 0.7em;
	color: #034a8a;
	background: #a4bbdb;
	background-image: url(img/bgr.png);
	background-position: top;
	background-repeat: repeat-x;
}

a { color:#034a8a; text-decoration:underline;}
a:hover { color:#f99219; text-decoration:none; }
h1 { font-size:1em; font-style:bold; text-transform:uppercase; margin-bottom:0.8em; margin-top:1.2em; }
h2 { font-size:1em; font-style:bold; text-transform:uppercase; margin-bottom:0.8em; margin-top:1.2em; color:#f99219; }
p { margin: 0 0 1em 0; line-height: 1.2em}
li {margin-left:20px;}
#wrap {
	width: 794px;
	/*	height:400px;*/
	position:relative;
	margin:0 auto;
	background-image: url(img/wrapper_bgr.gif);
	background-position: center;
	background-repeat: repeat-y;
}

.header {
	position:relative;
	width: 794px;
	height: 104px;
	margin: 0;
	background: url(img/header_bgr.gif);
}
.header img {
	position:absolute;
	width: 217px;
	height: 96px;
	left: 2px;
	top: 8px;
}

.topmenu{
	position:static;
	width: 792px;
	height: 24px;
	background-image: url(img/topmenu_bgr.gif);
	background-position:center;
	margin: 0;
	padding-left: 2px;
	font-size: 0.9em;
}
.topmenu div{
	position:static;
	width: 99px;
	height: 19px;
	background-image: url(img/topmenu_button.gif);
	float: left;
	text-align:center;
	padding-top:5px;
}
.topmenu div.active a{
	color: #f99219;
}
.topmenu div:hover { background-image: url(img/topmenu_button_over.gif); }
.topmenu a { color:#fff; font-weight:bold; text-decoration:none;}
.topmenu a:hover { color:#f99219; }

.separator { position:absolute; width:794px; height:2px; background-image:url(img/horiz_separator.gif); margin:0; padding:0;}

.header2 {
	position:absoute;
	margin-left:2px;
	/*border-bottom: 1px #014b88 solid;*/
	width:790px;
	height:187px;
	background-color:#014b88;
	background-image:url(img/header2_bgr.gif);
}
.header2 img { float:left; bottom:0px; width:445px; height:186px;}
.header2 div.slogan {
	position:absolute;
	right:2px;
	width:343px;
	height:187px;
}
.header2 div.slogan div{
	position:absolute;
	bottom:18px;
	left:18px;
	width:307px;
	/*height:163px;*/
}
.header2 p {
	margin: 0 0 0 0;
	color: #a5bbdb;
	text-align:justify;
	/*line-height: 1.2em;*/
}
.header2 h1 { font-size:1.6em; color: #a5bbdb; text-transform:none; font-weight:bold; margin-bottom:0.2em; }

.gotin {
	position:absolute;
	background-image:url(img/gotin_bgr.gif);
	width: 101px;
	height: 22px;
	left: 640px;
	text-align:center;
	font-size:1.2em;
	padding-top:6px;
}
.gotin a { color:#a5bbdb; font-weight:bold; text-decoration:none;}
.gotin a:hover { color:#f99219; }

.mainmenu{
	position:absolute;
	width: 179px;
	margin: 0;
	margin-top: 220px;
}
.mainmenu div{
	height:16px;
	background-image:url(img/mainmenu_button_bgr.gif);
	margin-bottom:10px;
	padding-left: 40px;
}
.mainmenu div.active a{
	color: #f99219;
}
.mainmenu a{
	font-size: 1em;
	font-weight:bold;
	text-decoration:none;
	color: #034a8a;
}
.mainmenu a:hover{
	color: #f99219;
}

.content{
	position:static;
	/*float:right;*/
	top:0px;
	left:0px;
	width:572px;
	padding-top:1em;
	margin-left:198px;
	text-align:justify;
}

.prodimg{
	border: 1px solid #014b88;
	margin-right: 15px;
	float:left;
}
h1.prodh1{
	margin-top: 0px;
}
p.prodp{
	margin-bottom: 0px;
}

.prodimg_large{
	width: 200px;
	margin-left: 15px;
	float:right;
	text-align:center;
}
.prodimg_large img{
	border: 1px solid #014b88;
}
#nobord { border:0px }

.mainpic{
	margin: 0 15px 5px 0;
	float:left;
}

.footer{
	position:relative;
	width: 794px;
	height: 24px;
	background-image: url(img/footer_bgr.gif);
	margin: 0;
	padding-top:9px;
	color:#fff ;
	text-align:center;
	font-size: 0.79em;
}
.footer div.created { position:absolute; right:1em; top:9px; }
.footer div.created a { color:#fff; font-weight: normal; text-decoration:none;}
.footer div.created a:hover { color:#f99219; }