html {height:100%;}
body {
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0;
	background: url(/resources/images/template/bg-body.gif) repeat-x;
	height:100%;
}
form, fieldset {
	padding: 0;
	margin: 0;
	border:0;
}
a {
	text-decoration: none;
	color:#00488c;
	font-weight:bold;
}
a:hover {text-decoration:underline;}
img {border-style: none;}
#wrapper {
	margin: 0 auto;
	width:948px;
	background: url(/resources/images/template/bg-wrapper.png) repeat-y;
	padding:0 0 20px;
	min-height:100%;
}
* html #wrapper {height:100%;}
#header {
	position: relative;
	height:126px;
	width:948px;
	margin:0 0 5px;
}
.logo {
	margin: 0;
	width: 222px;
	height: 31px;
	position:absolute;
	top:28px;
	left:39px;
}
#fr .logo
{
	top:40px;
}
.logo a {
	height: 100%;
	width: 100%;
	display: block;
	overflow: hidden;
	background: url(/resources/images/template/logo.gif) no-repeat;
	text-indent: -9999px;
}
.top-nav {
	position:absolute;
	top:0;
	right:0;
	width:620px;
	overflow:hidden;
	background: url(/resources/images/template/bg-top-nav.gif) no-repeat;
	padding:0 0 8px;
}
#fr .top-nav
{
	width:880px;	
}
.top-nav ul{
	margin:0;
	padding:6px 0 0 29px;
	list-style:none;
	float:left;
}
.top-nav ul li {
	float:left;
	border-left:1px solid #666;
	padding:0 4px 0 4px;
}
.top-nav ul li:first-child {
	border:0;
	padding-left:0;
}
.top-nav li a {
	float:left;
	color:#00488c;
}
.top-nav form div {
	float:left;
	padding:5px 0 0 22px;
}
.top-nav input {
	float:left;
	border:1px solid #ccc;
	font:10px Arial, Helvetica, sans-serif;
	color:#666;
	width:138px;
	padding:1px 0 1px 4px;
}
.top-nav form div a {
	float:left;
	color:#00488c;
	font-weight:bold;
	line-height:16px;
	padding: 0 0 0 8px;
}
.phone {
	position:absolute;
	top:42px;
	right:39px;
	display:block;
	background: url(/resources/images/template/bull-phone.gif) no-repeat;
	padding: 0 0 0 39px;
	line-height:30px;
	font-size:22px;
	color:#666;
}
.topinfo {
	position: absolute;
	top: 60px;
	right: 400px;
	height: 25px;
	display: block;
	line-height: 25px;
	text-align: center;
	color: #222222;
}
div#infotext {
	float: left;
	padding-right: 10px;
	background: url(/resources/images/template/toppur_bak.gif) repeat-x;
}
div#infotext div#infoleft {
	float: left;
	padding-left: 10px;
	width: 4px;
	height: 25px;
	background: url(/resources/images/template/toppur_left.gif) no-repeat;
}
div#infotext div#inforight {
	position: absolute;
	top: 0px;
	width: 10px;
	height: 25px;
	background: url(/resources/images/template/toppur_right.gif) no-repeat right;
}

.nav img
{
	position:relative;
	top:-12px;
}

.nav {
	clear:both;
	width:900px;
	background: url(/resources/images/template/bg-nav.gif) repeat-x;
	position:absolute;
	top:86px;
	left:24px;
	padding:12px 0;
}
.nav ul {
	margin:0;
	padding:0 0 0 20px;
	list-style:none;
}
.nav li {
	display:inline;
	border-left:1px solid #fff;
	padding:0 4px 0 4px;
}
.nav li:first-child {
	border:0;
	padding-left:0;
}
.nav li a {
	color:#fff;
	font-size:13px;
	font-weight:bold;
}
#fr .nav li a{
	font-size:12px;
}
#main {
	width:100%;
	overflow:hidden;
}
.twocolumn {
	float:right;
	width:739px;
	overflow:hidden;
}
#leftcolumn{	
	width:530px;
	float:left;	
}
#content{
	border:1px solid #ddd;
	width:528px;
	float:left;
}
#content-empty{	
	width:530px;
	float:left;
	overflow:hidden;
}
.content-text
{
	padding:0 20px 15px;
	line-height:150%;
}
.content-text h1
{
	font-size:15px;
	color:#666666;
	font-weight:bold;
}
.content-text h2
{
	font-size:13px;
	color:#666666;
	font-weight:bold;
}
.breadcrumbs {
	border-bottom:1px solid #ddd;
	padding:7px 0 6px;
}
.breadcrumbs ul{
	margin:0;
	padding:0 0 0 19px;
	list-style:none;
}
.breadcrumbs ul li {
	display:inline;
	background: url(/resources/images/template/separator-breadcrumbs.gif) no-repeat 0 5px;
	padding:0 4px 0 10px;
	color:#444;
}
.breadcrumbs ul li:first-child {
	background:none;
	padding-left:0;
}
.breadcrumbs ul li a {color:#444;font-weight:normal;}
.info-holder {
	position:relative;
	width:502px;
	min-height:150px;
	overflow:hidden;
	padding:15px 0 9px 26px;
	border-bottom:3px solid #ddd;
	background: url(/resources/images/template/bg-blue-box.gif) repeat-x top left;
}
.info-holder .img {float:left; width:133px; text-align:center;}
.txt {
	float:right;
	padding: 13px 0 0 26px;
	width:340px;	
}
.txt span {
	font-size:16px;
	font-weight:bold;
	display:block;
	color:#000;
	line-height:18px;
}
.txt span a
{
	color:#00488c;
}
.txt strong{
	font-size:24px;
	color:#888;
	margin:11px 0 0;
	font-weight:normal;
	display:block;
}
.txt strong span{
	font-size:24px;
	color:#888;
	margin:11px 0 0;
	font-weight:normal;
	display:inline;
}
.txt p {
	margin:5px 0 0;
	font-size:14px;
	color:#444;
	font-weight:normal;
}
.navigation {
	float:right;	
	bottom:0;
	right:0;
	width:340px;
	overflow:hidden;
	padding:15px 0 15px 26px;
}
.more {
	font-weight:bold;
	color:#00488c;
	float:left;
	line-height:19px;
	margin: 0 78px 0 0;
}
.previous {
	font-weight:bold;
	color:#00488c;
	background: url(/resources/images/template/btn-previous.gif) no-repeat;
	padding: 0 0 0 23px;
	float:left;
	line-height:19px;
	margin:0 28px 0 0;
}
.next {
	font-weight:bold;
	color:#00488c;
	background: url(/resources/images/template/btn-next.gif) no-repeat 100% 0;
	padding: 0 23px 0 0;
	float:left;
	line-height:19px;
}
#fr .more {
	margin: 0 50px 0 0;
}
#fr .previous {
	padding: 0 0 0 23px;		
	margin:0 20px 0 0;
}
#fr .next {
	padding: 0 23px 0 0;		
}
.info {
	width:483px;
	padding:16px 25px 0 20px;
}
.info h2 {
	margin:0;
	color:#666;
	font-size:15px;
	padding: 0 0 7px;
}
.info p {
	margin:0;
	line-height:18px;
	padding: 0 0 18px;
}
.info p span {display:block;}
.promo {
	width:175px;
	float:left;
	padding: 0 0 0 5px;
}
.box {
	border:1px solid #ddd;
	width:176px;
	padding:1px 1px 0 1px;
	margin:0 0 5px;
}
.box-info {
	background: url(/resources/images/template/bg-box.gif) repeat-x;
	margin:1px 0 0;
	padding:0 0 0 7px;
	height:1%;
	overflow:hidden;
}
.title {
	background:#0075c3 url(/resources/images/template/bg-title-box.gif) repeat-x;
	padding:6px 0 6px 7px;
	width:169px;
}
.title h3 {
	margin:0;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	background: url(/resources/images/template/bull-title-box.gif) no-repeat 0 5px;
	padding:0 0 0 12px;
	text-decoration:none;
}
.title h3 a{	
	font-size:12px;
	font-weight:bold;
	color:#fff;		
	text-decoration:none;
}
.basket {
	line-height:22px;
	display:block;
	background: url(/resources/images/template/bull-basket.gif) no-repeat;
	padding:0 0 15px 40px;
	margin:10px 0 0;
}
.box-info p {
	margin:0;
	line-height:14px;
	padding:8px 3px 6px 0;
}
.box-info p strong {white-space:nowrap;}
.terms {
	display:block;
	color:#00488c;
	font-weight:bold;
}
.box-info p a {
	color:#00488c;
	font-weight:bold;
}
.logo-kubik {
	width: 147px;
	height: 78px;
	display:block;
	margin:6px 0 0 16px;
}
.logo-kubik a {
	height: 100%;
	width: 100%;
	display: block;
	overflow: hidden;
	background: url(/resources/images/template/logo-kubik.gif) no-repeat;
	text-indent: -9999px;
}
#sidebar {
	width:180px;
	float:left;
	padding:0 0 0 24px;	
}
ul.side-nav {
	width:178px;
	margin:0 0 5px;
	padding:0;
	list-style:none;
	overflow:hidden;	
	border:1px solid #ddd;
}
ul.side-nav li {
	border:1px solid #fff;
	background:#fff url(/resources/images/template/bg-side-nav.gif) repeat-x 0 1px;
	border-top:1px solid #ddd;
	padding:0 0 1px;
	margin-top:-1px;
}
ul.side-nav a {
	display:block;	
	line-height:14px;
	padding:7px 0 6px 20px;
	color:#00488c;	
	font-weight:bold;
	border-top:1px solid #fff;
}
ul.side-nav li a {background:url(/resources/images/template/bull-side-nav-active.gif) no-repeat 7px 11px;}
ul.side-nav ul{	
	margin:0; 
	padding:0; 
	border:0; 
}
ul.side-nav ul li
{
	padding:0 0 0 5px;
	border:0;
	background:none;
}
ul.side-nav ul li a{font-weight:normal;}
ul.side-nav ul ul li {		
	padding:0 0 0 10px; 	
	background:none;
}
.box-info form div {padding:0 0 8px;}
.box-info input{
	border:1px solid #ccc;
	font:10px Arial, Helvetica, sans-serif;
	color:#666;
	width:138px;
	margin:0 0 7px;
	padding:1px 0 1px 4px;
}
.box-info form div a{
	color:#00488c;
	font-weight:bold;
}
.submit {
	padding:0 25px 0 2px;
}
.logo-hygienox {
	width: 150px;
	height: 79px;
	display:block;
	margin:10px 0 0 15px;
}
.logo-hygienox a {
	height: 100%;
	width: 100%;
	display: block;
	overflow: hidden;
	background: url(/resources/images/template/logo-hygienox.gif) no-repeat;
	text-indent: -9999px;
}
#footer {
	width:900px;
	margin:10px auto 0;
	background: url(/resources/images/template/bg-nav.gif) repeat-x;
	text-align:center;
	padding:10px 0 8px;
}
.footer-nav {
	margin:0;
	padding:0;
	list-style:none;
}
.footer-nav li {
	display:inline;
	border-left: 1px solid #fff;
	padding:0 1px 0 3px;
}
.footer-nav li:first-child {
	border-left:0;
	padding-left:0;
}
.footer-nav li a {
	font-size:11px;
	color:#fff;
}

div.blue-box
{
	float:left;
	margin:0;
	padding:1px;
	border-left:1px solid #dbdcde;
	border-right:1px solid #dbdcde;
	border-bottom:1px solid #dbdcde;
}
div.blue-box-end 
{	
	border-left:0;
}
div.blue-box .box-content
{
	padding:12px 19px;
	width:223px;
	height:160px;	
	background: url(/resources/images/template/bg-blue-box.gif) repeat-x top left;
}
div.blue-box-end .box-content
{
	width:224px;
}
div.blue-box .box-wide
{
	width:488px;
	height:auto;
}
div.blue-box .box-content h2,
div.blue-box .box-content h2 a
{
	margin:0 0 10px;
	padding:0;
	font-size:14px;
	color:#00488c;
	text-decoration:none;
}
div.blue-box .box-content img
{
	border:0;
	padding:0px 25px;
}

div.item
{
	color:#666;
}
div.item h1,
table.items h1
{
	margin:0 0 10px;
	padding:0;
	font-size:14px;	
}
div.item img
{
	float:left;
	padding:0;
}
div.item .item-desc
{
	float:right;
	width:225px;
}

table.items
{
	width:100%;
	color:#666;
}
table.items th
{
	font-weight:normal;
	padding:10px;
	border-bottom:1px solid #dbdcde;
}
table.items td{
	vertical-align:top;
	padding:10px;
	border-bottom:1px solid #dbdcde;
}
table.items input{
	width:15px;
}
table.items a
{
	font-weight:bold;
	color:#00488c;
}
.blue
{
	color:#00488c;
}

div.frmContent
{
	background:url(../images/bluebg.gif);	
	margin:0;
	padding:0;	
}
form.frmContent
{
	background:url(../images/bluebg.gif);	
	margin:0;
	padding:5px;
}
form.frmContent h2
{
	text-decoration:underline;
}
form.frmContent label
{
	display:block;	
	margin-top:3px;
	font-weight:bold;
}
form.frmContent input,
form.frmContent select
{
	width:200px;	
}
form.frmContent textarea
{
	width:200px;	
	height:100px;
}
form.frmContent input.checkbox,
form.frmContent input.button
{
	width:auto;
}
form.frmContent hr
{
	clear:both;	
}

h1.sector
{
	float:left;
	display:block;
	width:467px;
	padding-left:63px;
	height:45px;	
	margin-bottom:5px;
	background:url(../images/template/bg_grey_header.jpg) no-repeat top left;
	color:#fff;
	font-size:16px;
	line-height:45px;
	font-weight:normal;		
}
