@charset "utf-8";


/*Services*/
.ourservices{
	margin-top:15px;
	width:700px;
	text-align:left;
}
.ourservices strong{
	color:#333;
	padding-left:10px;
}
.ourservices-boxtop{
	background:url(images/productstop.jpg) no-repeat;
	width:625px;
	height:15px;
}
.ourservices-boxmid{
	width:700px;
	padding:0px 10px 0px 20px;
}
.ourservices-boxbot{
	background:url(images/productsbot.jpg) no-repeat;
	width:625px;
	height:27px;
	margin-bottom:15px;
}
*html .ourservices-boxbot{
	margin-bottom:0px;
}
.ourservices p{
	padding:3px 0px 3px 0px;
	margin:3px 0px 3px 0px;
}
.ourservices .bleft{
	background:url(images/bullet.gif) no-repeat;
	float:left;
	padding-left:10px;
}
.ourservices .head{
	background:url(images/productsbg.jpg) no-repeat;
	height:27px;
	width:700px;
	padding:3px 10px 0px 10px;
	margin:2px;
	text-transform:uppercase;
}
.ourservices .head a{
	color: #b10907;
	font-weight:bold;
	text-decoration:none;
	line-height:23px;
	padding-left:25px;
}
.ourservices .head a:hover{
	color:#333;
	text-decoration:underline;
}
.ourservices ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.ourservices h1{
	margin-left:30px;
}
.ourservices ul li{
	list-style-type:none;
	list-style-image:url(images/bullet.gif);
	margin-left:70px;
	height:20px;
}
*html .ourservices ul li{
	list-style-image:url(images/bullet_ie.gif);
}




