@charset "utf-8";
/* CSS Document */

#content {
	width:900px;
	overflow:auto;
	margin: 25px 0 0 0;
}
#contentLeft {
	float:left;
	width:560px;
	height:442px;
	padding:40px 85px 0 40px;
	font-size:12px;
}
#contentLeft a {
	font-size:11px;
}
#contentLeft h1 {
	margin:0;
	padding:0 0 0 0;
	color:#e5000b;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:capitalize;
	font-weight:bold;
}
#contentLeft h2 {
	margin:0;
	padding:0 0 34px 0;
	color:#000000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:capitalize;
	font-weight:bold;
}
#contentLeft h3 {
	margin:0;
	padding:0 0 12px 0;
	color:#e5000b;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:capitalize;
	font-weight:bold;
}

#contentLeft li.btn1 {
	background-image:url(../images/solution-small.gif);
	background-repeat:no-repeat;
	position:absolute;
	top:0;
	left:0;
}
#contentLeft li.btn1 a:hover {
	background: transparent url(../images/solution-small.gif)
	0px -44px no-repeat;}
#contentLeft li.btn2 {
	background-image:url(../images/solution-medium.gif);
	background-repeat:no-repeat;
	position:absolute;
	top:0;
	left:98px;
}
#contentLeft li.btn2 a:hover {
	background: transparent url(../images/solution-medium.gif)
	0px -44px no-repeat;}
#contentLeft li.btn3 {
	background-image:url(../images/solution-large.gif);
	background-repeat:no-repeat;
	position:absolute;
	top:0;
	left:196px;
}
#contentLeft li.btn3 a:hover {
	background: transparent url(../images/solution-large.gif)
	0px -44px no-repeat;
}
#contentLeft p {
	line-height:18px;
}
#contentRight {
	float:right;
	width:207px;
}
#contentRight h3 {
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	font-size:14px;
	color:#555555;
}
#contentRight ul {
	margin:20px 0 19px 0;
	padding:0px;
}
#contentRight li {
	margin:0 0 0 20px;
	padding:0 0 0 0;
}
#contentRight a {
	text-decoration:none;
	color:#e5000b;
}
#contentRight  a:hover {
	text-decoration:none;
	color:#ff8008;
}
.testimonials {
	margin:16px 0 13px 0;
	padding:0px;
}
.box {
	width:207px;
	background:url(../images/sideBg.gif);
	background-repeat:repeat-y;
	margin:0 0 9px 0;
}
.boxTop {
	width:207px;
	background:url(../images/boxTop.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
.boxBottom {
	width:172px;
	background:url(../images/boxBottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:10px 20px 25px 15px;
}
