/* SITE LAYOUT */
body, td, input, select, textarea {	font-family: Arial, Helvetica, sans-serif; }
body {
	margin: 0; padding: 0;
	background: #A0DDF8 url("../images/bg.jpg") 50% 0 repeat-x;
	color: black;
	text-align: center;
	fo\nt-size: 12px; _font-size: 75%;
	font-family: Verdana, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif; /*!!!*/
}
/* borders, margin.. */
h1, h2, h3, h4 {
	margin: 0; padding: 0;
	font-size: 100%;
}
img {	border: none; }
ul, ol, li { margin: 0; padding: 0; }
ul, ol { margin-left: 20px; }
form, input, textarea, select {	margin: 0;}
p { margin: 0; margin-top: 1em; }
.nomargin { margin: 0 !important; }
.nopadding { padding: 0 !important; }
.noborder { border: none !important; }
/* links */
a { 
	text-decoration: underline;
	color: #04496C;
}
a:hover { text-decoration: none; }

/* font & alignment*/
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.justify { text-align: justify; }
.bold { font-weight: bold !important; }
.italic { font-style: italic !important; }
.small { font-size: 90%; }
.smaller { font-size: 80%; }
.uppercase { text-transform: uppercase !important; }
/* floating & display, clearers */
.fleft { float: left !important; }
.fright { float: right !important; }
.cboth { clear: both; }
.endfloat {
	clear: both;
	height: 1px; font-size: 1px;
	visibility: hidden;
}
.nodisp, .noscreen {	display: none !important; }
.topmargin { margin-top: 100px; background: red;}

/* main elements */
#page {
  width: 820px;
  margin: 0 auto;
  background: url("../images/mainbg.gif") repeat-y;
  text-align: left;
  position: relative;
}
#header {
	height: 130px;
	background: url("../images/headerbg.jpg") no-repeat;
}
#header-o {
  background: url("../images/underheadercreation.jpg") no-repeat left bottom;
  padding-bottom: 130px
}
#header a {
  position: absolute; left: 29px; top: 35px;
  display: block;
  width: 295px;
  height: 57px;
}
#header span { display: none; }

#topnav {
  position: absolute; left: 555px; top: 0;
	width: 230px;
	margin-top: 22px;
	color: #04496C;
	font-size: 10px; /* !!! */
	text-align: right;
}
#topnav a { text-decoration: none; }
#topnav a:hover { text-decoration: underline; }

#topmenu {
  text-align: center;
  padding-top: 15px;
  height: 30px;
  background: url("../images/navbg.jpg") no-repeat;
  font-weight: bold;
}
#topmenu a {
  color: white;
  font-size: 11px; /*!!!*/
  padding-left: 10px;
  text-decoration: none;
}
#topmenu a:hover { text-decoration: underline; }
#topmenu span { display: none; }

#content {
	background:	 url("../images/contentbg.gif") no-repeat;
	padding: 15px 30px 0;
}
#leftcol {
	float: left;
	width: 575px;
}
#rightcol {
	float: right;
	width: 170px;
}
#footer {
	padding: 55px 0 0 10px;
	background: url("../images/footerbg.gif") no-repeat;
	font-size: 85%;
}
#footer-i {
  height: 25px;
}

/* content elements */
/*#content a { color: #B8E2F6; } */
.pagetitle {
  color: #3FA9E4;
  font-size: 130%;
  border-bottom: 1px solid #B8E2F6;
  padding: 10px 5px 0.2em;
  margin-bottom: 1em;
}
.path {
  padding-left: 5px;
  position: relative; top: -1.2em;
  font-size: 85%;
}
.rbox {
	background: #EEF2F4 url("../images/rbox-bottom.gif") no-repeat left bottom;
	padding-bottom: 10px;
	font-size: 95%;
	font-weight:bold;
	margin-bottom: 10px;
}

.rbox ul{
padding-top:5px;
margin-left:0px;
padding-left:5px;
padding-bottom:10px;
list-style-type: none;
}

.rbox li{
margin-top:10px;
}

.rbox h4 {
	/*background: url("../images/rbox-top.gif") no-repeat;*/
	height: 20px;
	text-align: left;
	color: 4E92B2;
	font-size: 115%;
	padding-top:10px;
	margin-left:10px;
}
.rbox-i {
	background: #EEF2F4 url("../images/rbox-tile.gif") repeat-y;
	padding: 5px 8px;
}
.rbox p, .rbox address {
	font-style: normal;
	margin: 1em 0;
}
.rbox img { margin-bottom: 3px; }
#leftcol li { padding-bottom: 0.4em; }

/* SECTIONS */
ul.products p {
  margin: 0.2em 0 1em;
}
.paging { margin-top: 10px; }

.contactform {
	margin-top: 10px;
}
fieldset  {
	border: 3px solid #EBF2F4;
	float:right;
	margin-left:5px;
	font-size:95%;
}

legend {
 color:#CBCEDC;
 font-weight:bold;
}

.contactform legend {
	display: none;
}
.contactform div {
	clear: both;
	margin-bottom: 5px;
}
.contactform label {
	float: left;
	width: 120px;
}
.contactform .textinput {
	width: 200px;
}
.contactform input.checkbox {
	width: auto;
	margin: 10px 0 0 120px
}
.contactform textarea {
	width: 300px;
}
