/* CSS Document */
body {
	text-align:center;
	margin:0px;
	padding:0px;
	font-family:Tahoma, Helvetica, sans-serif;
	color:#000;
	font-size:11px;			
}

img {
	border:0; 
	margin:0; 
	padding:0;
}

#frame {
	width:750px; 
	margin:auto;
	margin-top:40px; 
	padding:0; 
	text-align:left; 
	background-image:url(../i/bg_2cols_bot.gif); 
	background-repeat:repeat-y;
	
}

#lcol {

}

#rcol {

}

#date {
	display:none;
}

#logo {

}


#mainnavbg {
	display:none;
}

#nav1 {
	display:none;
}

#nav2 {
	display:none;
}

#nav3 {
	display:none;
}




#searchbox {
	display:none;
}


#heading {
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	clear:both;
	margin:0 0 0 0;
	padding:0 0 0 5px;
	background-image:url(../i/heading_bg.gif);
	background-repeat:repeat-y;
	width:463px;
} 

#heading h1 {
	margin: 6px 0 7px 0px;
	font-size:13px;
	font-weight:bold;
	color:#fff;
}

#images {
	float:left;
	width:116px;
}

#content {
/*	float:right;*/
	width:322px;
	padding:15px 15px 15px 15px;
	background-color:#fff;
}
#content h2{
	color:#495f5d;
	font-size:12px;
	margin:26px 0 0 0;
}

#content h3{
	color:#495f5d;
	font-size:11px;
	margin:26px 0 0 0; 
	font-weight:bold;
	width:220px;
/*	float:left;*/
}

#content h4{
	color:#495f5d;
}
#content h5{
	color:#495f5d;
}

#content p{
	color:#495f5d;
	line-height:26px;
	margin:13px 0 13px 0; 
	/*text-align:justify;*/
}

#content ul{
	color:#495f5d;
	line-height:26px;
	list-style-type: none;
	padding:0;
}

#content ul li{
	background-image:url(../i/bullet.gif);
	background-repeat:no-repeat;
	padding:0 0 0 20px;
}

#content ol{
	color:#495f5d;
	line-height:26px;
	padding:0;
	margin-left:20px;
}

#content ol li{
	padding:0 0 0 0px;
}

#content a {
	color:#008b8f;
	text-decoration:underline;
}

#content a:hover {
	color:#f00;
	text-decoration:underline;
}

#content .itemheadline{
	color:#495f5d;
	background-color:#dae4e3;
	width:320px;
	margin:0 0 -20px 0;
	padding: 0 3px 1px 3px;
	height:14px;
}

#content .itemheadline h3{
	float:left;
	margin:0;
	padding:0;
	height:15px;
/*	border:1px solid #f00;*/
}

#content .itemheadline .newsdate{
	float:right;
}

#content .itemtext {
	border-bottom:1px solid #dae4e3;
	padding:0 0 -10px 0;
	margin: 0 0 10px 0;
}

#content .itemtext p {
	clear:both;
	padding:1px 3px 1px 3px;
	margin:10px 0 0px 0;
}

#content .referer {
	text-align:right;
	color:#999999;
}


#content .row{
/*border:1px solid #f00;*/
	width:320px;
	margin:0 0 5px 0;
	/*height:30px;*/
}

#content .label{
	float:left;
}

.red {
	color:#f00;
}

#latestnews {
	display:none;
}


.prodbox {
	width:116px;
	height:116px;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	float:left;
}

.prodbox h2 {
	position:absolute;
	margin:100px 0 0 0px;
	font-size:10px;
	font-weight:normal;
	background-color:#bad0cf;
	width:112px;
	height:16px;
	color:#fff;
	padding:0px 0px 2px 4px;
	white-space:nowrap;
	line-height:16px;
	border-bottom:1px solid #fff;
}

#footer {
	display:none;
}


#printbutton {
	display:none;
}


/*FIX FOR MOZILLA FIREFOX*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


