@charset "utf-8";
/* CSS Document */

.wrapper .header {
	height: 175px;
	background: url(../../pics/header.jpg);
}

.wrapper .body .main_text {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background: #F5FEF3;
	padding: 10px;
}


/* Boxes CSS */

.wrapper .body .boxes {}

.wrapper .body .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;
	float: left;
	margin-top: 15px;
	margin-right: 12px;
	margin-bottom: 15px;
	margin-left: 12px;
}

.wrapper .body .boxes .low_rates a:hover {
	background-position: 0px -172px;
}

.wrapper .body .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;
	float: left;
	margin-top: 15px;
	margin-right: 12px;
	margin-bottom: 15px;
	margin-left: 12px;
}

.wrapper .body .boxes .free_software a:hover {
	background-position: 0px -172px;
}

.wrapper .body .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;
	float: left;
	margin-top: 15px;
	margin-right: 12px;
	margin-bottom: 15px;
	margin-left: 12px;
}

.wrapper .body .boxes .free_services a:hover {
	background-position: 0px -172px;
}
.wrapper .body  .boxes  .animated_ad_container  {
	float: left;
	height: 172px;
	width: 310px;
	background-image: url(../../pics/boxes_04.jpg);
	margin-top: 12px;
	margin-bottom: 12px;
}
 
.wrapper .body .boxes .animated_ad_container .animated_ad {
	margin: 25px;
	padding: 0px;
	width: 260px;
	height: 130px;
}

 /* End of Boxes */

/* Double Lists CSS */


.wrapper .content_holder .double_lists {
	width: 500px;
	float: left;
}


   .content_holder    .double_lists  #table_1 ul  {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 35px;
}
.wrapper   .content_holder   .double_lists  #table_1 li {
	list-style-type: none;
	list-style-image: url(../../pics/list_thumb.gif);
}
.wrapper     .content_holder     .double_lists  #table_1  li a  {
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	line-height: 18px;
}
.wrapper   .content_holder   .double_lists  #table_1  li a:hover {
	color: #579216;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #579216;
}
.wrapper   .content_holder  .request_free-quote_container {
	width: 390px;
	height: 180px;
	float: left;
	background-image: url(../../pics/round_box_360x165.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.wrapper .content_holder .content_holder .what_your_getting ul {
	margin-left: 50px;
	width: 500px;
}

.wrapper  .content_holder  .content_holder  .what_your_getting li {
	list-style-image: url(../../pics/list_thumb.gif);
	list-style-type: none;
	display: block;
	margin-bottom: 5px;
	color: #111111;
}

/* End of Double List */
