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

body {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.gif);
}

.main_right{
	background:url(images/main_rightimg.jpg) left top no-repeat;
	height:454px;
	width:490px;

}

.table_main{
	border:1px #000 solid;


}
.content{
	background:url(images/content_BG.jpg) left top repeat-y;

}

.content_bullet_1{
	background:#EEEEEE url(images/content_arrow_2.jpg) top left no-repeat;
	height:auto;
	text-align:left;
	/* font-weight:bold; */
	text-indent:18px;
	font-size:12px;

}

.content_bullet_2{
	background:#dcdbdb url(images/content_arrow_1.jpg) top left no-repeat;
	height:auto;
	text-align:left;
	/* font-weight:bold; */
	text-indent:18px;
	font-size:12px;

	}
h3{
	font-size:14px;
	font-weight:bold;
	color:#0C87C3;
	}
ul#testimonials{
	width:250px;
	padding:0;
	margin:0;
	list-stle:none;
	height:auto;
}
ul#testimonials li{
	width:230px;
	list-style-type:none;
	height:auto;
	color:#999;
	text-align:left;
	/*border-bottom:1px #0C87C3 solid;*/
	padding-bottom:0px;
	padding-top:20px;
}

ul#testimonials li span{
	font-size:16px;
	font-weight:bold;
	color:#0C87C3;
	height:16px;
	
	}
.copyright{
	color:#999;
	font-size:10px;
	background:#000;
	text-align:center;
	height:50px;
	line-height:50px;
	

}