/* CSS Document */
body
	{
		font-family:arial;
		font-size:13px;
		margin:0px;
		background:url(images/body_bg.jpg) repeat-x;
		padding-bottom:20px;
	}
#main
	{
		width:703px;
		margin:0px auto;
		background:url(images/content_bg.jpg) repeat-y;
	}
#inner_main
	{
		background:url(images/content_bottom.jpg) no-repeat bottom;
		padding-bottom:30px;
		height:1%;
	}
.content
	{
		padding:25px;
		color:#4b4b4b;
	}
.top_heading
	{
		color:#0078d5;
		font-size:27px;
		text-align:center;
	}
h1,h2,p,h3
	{
		margin:0px;
		padding:0px;
	}
p
	{
		margin-bottom:23px;
	}
.heading
	{
		color:#00aadb;
		font-weight:normal;
		font-size:18px;
		text-align:center;
		padding-bottom:15px;
	}
.testimonials
	{
		background:url(images/testimonial_bg.jpg) repeat-x #fffffc;
		width:636px;
		margin:0px auto;
		color:#6c6c6c;
	}
.testimonials_top
	{
		background:url(images/testimonial_top.jpg) no-repeat top;
	}
.testimonials_bottom
	{
		background:url(images/testimonial_bottom.jpg) no-repeat bottom;
		padding-top:21px;
		padding-bottom:19px;
		height:1%;
	}
.testimonials p
	{
		margin:0px;
		padding:0px;
		padding-bottom:13px;
	}
.bordered
	{
		border-left:solid 2px #e0e0e0;
		border-right:solid 2px #e0e0e0;
		padding-left:20px;
		padding-right:20px;
	}
.test_title
	{
		color:#c90202;
		font-size:18px;
	}
.test_title img
	{
		vertical-align:middle;
		padding-right:3px;
	}
.righter
	{
		text-align:right;
	}
.test_content
	{
		border-bottom:solid 1px #e0e0e0;
		padding-top:22px;
	}
p a, p a:visited
	{
		color:#2291b0;
	}
a, a:visited
	{
		color:#2291b0;
	}

.lists
	{
		margin: 0px;
		padding: 0px;
		margin-left:30px;
		list-style:none;
		margin-right:30px;
		color:#b60000;
	}
.lists li
	{
		background:url(images/li_img.jpg) no-repeat left 5px;
		margin: 5px;
		margin-bottom: 15px;
		padding: 2px;
		padding-left:15px;
	}
img
	{
		border:none;
	}
.box
	{	
		background:url(images/box_bg.jpg) repeat-y;
		width:495px;
		margin:0px auto;
	}
.box_top
	{
		background:url(images/box_top.jpg) no-repeat top;
	}
.box_bottom
	{
		background:url(images/box_bottom.jpg) no-repeat bottom;
		padding:20px;
	}
.image
	{
		float:left;
		width:130px;
		margin:5px;
	}
.image2
	{
		float:left;
		width:90px;
		margin:5px;
	}
.box_content
	{
		padding-top:10px;
	}
.box_heading
	{
		font-size:16px;
		color:#c90202;
		text-align:center;
		padding-bottom:5px;
	}
.footer
	{
		background:url(images/footer_bg.jpg) repeat-y;
		font-size:11px;
		color:#6c6c6c;
	}
.footer_top
	{
		background:url(images/footer_top.jpg) no-repeat top;
	}
.footer a, .footer a:visited
	{
		color:#6c6c6c;
	}
.footer a:hover
	{
		color:#000;
	}
.footer_bottom
	{
		background:url(images/footer_bottom.jpg) no-repeat bottom;
		padding:18px;
		text-align:center;
	}
.noborder
	{
		border:none !important;
	}
a:hover
	{
		color:#000;
	}