body {
margin:0px;
padding:0px;
text-align:center;
background:url(../images/bg.gif);
}
.clear {
clear:both;
}
.prodBox {
float:left;
width:560px;
border-style:solid;
border-color:#E0E0E0;
border-width:1px;
padding:4px;
margin-bottom:5px;
}
.imageBox {
float:left;
width:110px;
}
.contentBox {
margin-left:110px;
}
#wrapper {
width:755px;
margin:auto;
text-align:left;
}
#header {
background:url(../images/header.jpg) no-repeat;
border-style:solid;
border-width:6px 0px 0px 0px;
border-color:#666666;
margin-bottom:10px;
height:104px;
}
#logo {
width:255px;
height:70px;
background:url(../images/logo.gif) no-repeat;
margin:25px 0px 0px 10px;
padding-bottom:10px;
}
#logo span, #rics span {
display:none;
}
#leftColumn {
width:160px;
float:left;
margin-bottom:10px;
}
#leftColumn ul{
list-style:none;
padding:0px;
margin:0px 0px 10px 0px;
width:160px;
}
#leftColumn #sub li a {
font-weight:normal;
}
#leftColumn li a{
display:block;
padding:6px 0px 6px 6px;
font-size:11px;
color:#333333;
margin-bottom:0px;
text-decoration:none;
background:#FFFFFF url(../images/bullet.gif) right no-repeat;
font-weight:bold;
}
#leftColumn li a:hover {
color:#FFFFFF;
background:#1B618F;
}
#leftColumn .subnavigation li a{
background-color:#F9E3B3;
text-align:right;
padding-right:6px;
border-width:0px 0px 1px 0px;
border-color:#FFFFFF;
border-style:solid;
}
#leftColumn .subnavigation li a:hover, .active,#leftColumn .subnavigation .active a{
background-color:#FAAA53;
}
#leftColumn .subnavigation .active .subnavigation a,#leftColumn .subnavigation .subnavigation  a{
background-color:#FFFFFF;
}
#leftColumn .subnavigation .active .subnavigation a:hover,#leftColumn .subnavigation .subnavigation .active a{
color:#666666;
background-color:#FAAA53;
}
#leftColumn .subnavigation .subnavigation .active a:hover {
color:#FFFFFF;
}
#rics {
margin-top:-10px;
width:160px;
height:46px;
background:#18638C;
}
#contact {
float:right;
margin:10px 10px 0px 0px;
width:224px;
height:28px;
background:url(../images/contact.gif) no-repeat;
}
#rightColumn {
padding:4px;
float:left;
width:577px;
margin-left:10px;
background:#FFFFFF;
margin-bottom:10px;
}
#footer {
clear:both;
background:#FFFFFF;
padding:4px;

}
/* TABS */
#tabs {
clear:right;
	  margin:76px 10px 0px 0px;
	  float:right;
      }
    #tabs li {
      display:inline;
      margin:0px;
      padding:0px;
      }
    #tabs a {
      background:#FFFFFF;
      margin:0px 0px 0px 0px;
      padding:4px 10px 4px 10px;
	  color:#666666;
      text-decoration:none;
      }
    #tabs a:hover {
      background:#1B618F;
      color:#FFFFFF;
      }
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-active h1 {
  visibility: hidden;
  font-family: Verdana;
  line-height: 24px;
  font-size: 24px;
}
.sIFR-active h2 {
  visibility: hidden;
  font-family: Verdana;
  line-height: 18px;
  font-size: 18px;
}
/*FORM*/
label
{
width: 150px;
float: left;
text-align: right;
margin-right: 5px;
display: block;
margin-top:2px;

}
fieldset
{
border: 1px solid #cccccc;
width: auto;
padding:2px;
margin-bottom:10px;
}
legend
{
padding: 2px 2px;
font-size:14px;
font-weight:bold;
color:#5B6567;
}
input,select,textarea {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
border-width:1px;
border-color:#CCCCCC;
border-style:solid;
padding:2px;
}
input:focus,select:focus,textarea:focus {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
border-width:1px;
border-color:#5B6567;
border-style:solid;
padding:2px;
}