@charset "utf-8";
ul li {
	list-style-position: inside;
	list-style-type: circle;
	margin-bottom: 5px;
}




/* CSS Document */

.wrapper .mini_header {
	height: 50px;
	background-image: url(../../pics/mini_header_bg.jpg);
	background-repeat: repeat-x;
}

/* Boxes CSS */

.boxes

 .low_rates  a   {
	background-image: url(../../pics/boxes_01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 172px;
	width: 172px;
	display: block;
	margin-right: 12px;
	margin-bottom: 15px;
	margin-left: 12px;
}

.boxes .low_rates a:hover {
	background-position: 0px -172px;
}

.boxes .free_software a {
	background-image: url(../../pics/boxes_02.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 172px;
	width: 172px;
	display: block;
	margin-top: 15px;
	margin-right: 12px;
	margin-bottom: 15px;
	margin-left: 12px;
}

.boxes .free_software a:hover {
	background-position: 0px -172px;
}

.boxes .free_services a {
	background-image: url(../../pics/boxes_03.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 172px;
	width: 172px;
	display: block;
	margin-top: 15px;
	margin-right: 12px;
	margin-bottom: 15px;
	margin-left: 12px;
}

.boxes .free_services a:hover {
	background-position: 0px -172px;
}

/*End Boxes CSS*/

.wrapper .body {
	margin-bottom: 25px;
}
.wrapper .body .heads {
	text-align: left;
	padding-left: 15px;
	border-left-style: solid;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.wrapper .body .column_holder {
	width: 690px;
}

.wrapper .body .left {
	width: 200px;
	float: left;
}
.wrapper .body .left .form_container {
	background-image: url(../../pics/round_box_200_350.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 15px;
	height: 350px;
}
.wrapper .body .left .updated_content {
	background-image: url(../../pics/round_bg_200x75.jpg);
	background-repeat: no-repeat;
	min-height: 100px;
	margin-bottom: 20px;
}
.wrapper .body .left .side_headers {
	font-size: 12px;
	display: block;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	font-weight: bold;
	margin: 5px;
	text-align: center;
	padding-bottom: 5px;
}
.wrapper .body .left ul {
	margin-left: 10px;
}
.wrapper  .body .left ul li {
	list-style-image: url(../../pics/list_thumb.gif);
	display: block;
	margin-bottom: 5px;
	list-style-position: inside;
}



.wrapper .body .middle {
	width: 480px;
	float: left;
	background-image: url(../../pics/gray_gradient_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #F1F1F1;
	margin-right: 9px;
	margin-left: 9px;
}
.wrapper .body .middle ul {
	margin-left: 20px;
}

.wrapper .body .middle   strong, .middle b {
	color: #2E6CA0;
}



.wrapper .body .right {
	width: 200px;
	float: left;
}
