@charset "utf-8";
/* CSS Document */

*
{
	padding:0px;
	margin:0px;
}

body
{
	font-family:arial;
	font-size:11px;
	background:#fffcf6;
}

p
{
	margin-top:0px;
	margin-bottom:15px;
}

a img
{
	border:none;
	outline:none;
}

.blklnk a { color: #000000; text-decoration: underline; }
.blklnk a:hover { text-decoration: none; }

.clear
{
	clear:both;
}

.wrapper
{
	width:710px;
	margin:auto;
}

.header
{
	margin-bottom:15px;
	margin-top:20px;
}

.logo
{
	width:300px;
	float:left;
}

.logos
{
	width:300px;
	float:left;
	margin-left:-25px;
}

.contact
{
	width:400px;
	float:right;
	text-align:right;
}

.content
{
	margin-top:15px;
}

.box1, .box2
{
	float:left;
	margin-right:5px;
	width:233px;
}

.box3
{
	float:right;
	width:233px;
}

.box1 a, .box2 a, .box3 a
{
	text-decoration:none;
}

.line
{
	height:10px;
	background:url(../images/line.jpg) no-repeat;
}

.text
{
	padding: 0 15px 0 10px;
}

.text a, .text a:visited, .text a:active {
	color: #006600;
	text-decoration: underline;
	display:block;
	background:url(../images/bullet.png) no-repeat left;
	padding-left:25px;
	margin-bottom:2px;
}

.text a:hover {
	text-decoration: none;
}

.heading
{
	margin-top:10px;
	font-size:12px;
	padding-left: 5px;
}

.upper
{
	background:url(../images/footertop.png) no-repeat bottom;
	text-align:center;
	font-size:13px;
	color:#FFFFFF;
	padding:12px 0px 2px 0px;
}

.lower
{
	background:url(../images/footerbottom.png) no-repeat bottom;
	text-align:center;
	font-size:11px;
	color:#FFFFFF;
	padding:10px;
}

.lower a, .lower a :visited, .lower a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.lower a:hover {
	text-decoration: underline;
}

.lnkinstall
{
	background:url(../images/inst_normal.jpg) no-repeat;
	height:108px;
	width:229px;
	display:block;
}

.lnkmaint
{
	background:url(../images/mainte_normal.jpg) no-repeat;
	height:108px;
	width:229px;
	display:block;
}
.lnkmaint2
{
	background:url(../images/mainte_normal2.jpg) no-repeat;
	height:108px;
	width:229px;
	display:block;
}

.lnkirr
{
	background:url(../images/irr_normal.jpg) no-repeat;
	height:108px;
	width:229px;
	display:block;
}

.lnkinstall:hover
{
	background:url(../images/inst_hover.jpg) no-repeat;
}

.lnkmaint:hover
{
	background:url(../images/mainte_hover.jpg) no-repeat;
}
.lnkmaint2:hover
{
	background:url(../images/mainte_hover2.jpg) no-repeat;
}


.lnkirr:hover
{
	background:url(../images/irr_hover.jpg) no-repeat;
}

.banner
{
	background:url(../images/load.jpg) no-repeat;
	height: 304;
}


<!------------------------------------------------------------------->

.rbanner
{
	width:469px;
	float:right;
}

.lcontent
{
	width:240px;
	float:left;
}

.box
{
	margin-bottom:6px;
}

.box a
{
	text-decoration:none;
}

.mainbody
{
	margin-top:10px;
}

.leftpart
{
	width:639px;
	float:left;
	font-size: 12px;
	padding-left: 10px;
}

.leftpart p
{
	padding-left: 10px;	
}

.rightpart
{
	width:1px;
	float:right;
	margin-top:40px;
	text-align:right;
	padding-right:4px;
	
}

ul
{
	padding: 0 0 10px 20px;
}

li
{
	display:block;
	background:url(../images/bullet.png) no-repeat left;
	padding-left:25px;
	margin-bottom:2px;
}

