@charset "utf-8";
/* CSS Document */
html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body{
	margin:0px;
	padding:0px;
}
img{
	border: 0px;
}
.normal {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#808080;
	line-height:1.5;
	}
	
.topmenu {
	font-family: 'HelveticaLTStd-Roman';
	font-size:18px;
	color:#1f1f1f;
	text-transform:uppercase;
	padding-right:20px;
	padding-left:20px;
	height:40px;
	}

.menubox {
	border-right-style:dotted;
	border-right-color:#000000;
	border-right-width:1px;
	}

.menu_selected {
	border-bottom-style:solid;
	border-bottom-color:#1C4973;
	border-bottom-width:2px;
	}
		
.sideborder {
	background-image:url(../images/border_side.jpg);
	background-repeat:repeat-x;
	background-position:bottom center;
	padding-bottom:7px;
	}

.sidetitle {
	font: 20px Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	color:#1C4973;
	}

.sub_sidetitle {
	font-family: 'HelveticaLTStd-Roman';
	font-size:12px;
	color:#808080;
	font-weight:normal;
	text-transform:none;
	}
	
.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	line-height:1.5;
	}
	
.footerbgx {
	background-image:url(images/footerbgx.jpg);
	background-color:#666666;
	background-repeat:repeat-x;
	}

.footerbg {
	background-image:url(images/footerbg.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	}

.management_side {
	border-bottom-color:#000000;
	border-bottom-width:1px;
	border-bottom-style:dotted;
	font-family: 'HelveticaLTStd-Roman';
	color:#808080;
	font-size:15px;
	}
	
.management_side a:link, .management_side a:visited {
color:#808080;
	font-size:15px;
	line-height:45px;;
	padding-left:13px;
	text-decoration:none;
	display:block;
	}

.management_side a:hover {
background-color:#dad7d4;
	}

.pagetitle {
	font-family: 'HelveticaLTStd-Roman';
	color:#1C4973;
	border-bottom-style:dotted;
	border-bottom-color:#000000;
	border-bottom-width:1px;
	border-top-style:dotted;
	border-top-color:#000000;
	border-top-width:1px;
	padding:25px 5px;
	}
	
.equipmentsubtitle {
	color:#1C4973;
	font-family: 'HelveticaLTStd-Roman';
	font-style:italic;
	font-weight:bold;
	font-size:20px;
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding-right:8px;
	}

.equipmentcol1 {
	color:#1C4973;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	}
	
.producttitlebg {
	background-image:url(images/producttitlebg.jpg);
	background-repeat:no-repeat;
	}

.profilename {
	color:#1C4973;
	font-family: 'HelveticaLTStd-Roman';
	text-transform:uppercase;
	font-size:20px;
	}

.namedivider {
	border-bottom-color:#000000;
	border-bottom-width:1px;
	border-bottom-style:dotted;
	padding:22px 0px;
}