body{
	background-image: url(images/bg_main.png);
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	overflow-x:hidden;
	background-color: #fde355;
	background-repeat: repeat-x;	
	}

a{
	color: #d69401;	
	}
a:hover{
	text-decoration: none;	
	}


.main{
	background-image: url(images/tbg1.png);
	padding-right: 15px;
	padding-left: 15px;	
	}
.footer{
	background-image: url(images/tb1.png);
	height: 51px;
	background-repeat: no-repeat;
	}
.topmenu{


}
.topmenu li{
	display: block;
	list-style-type: none;
}
.topmenu a{
	background-image: url(images/yellow_dot.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	padding-right: 7px;
	color: #3b3b3b;
	font-size: 12px;
	float: left;
}
.topmenu a:hover{
	background-image: url(images/yellow_dot.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	padding-right: 7px;
	color: #3b3b3b;
	text-decoration: none;
}

.mainmenu{
	margin: 0px;
	padding: 0px;
}
.mainmenu li{
	display: block;
	float: left;
	list-style-type: none;
	width: 140px;
	text-align: center;
	vertical-align: middle;
	background-image: url(images/menu_btn.png);
	padding-bottom: 15px;
	padding-top: 15px;
}
.mainmenu a{
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}
.mainmenu a:hover{
	text-decoration: none;
	color: #fde96d;
}
.mainmenu li.current{
	text-decoration: none;
	background-image: url(images/active_menu_btn.png);
	color: #000;
}
.mainmenu li.current a{

	color: #000;
}
.services{
	background-image: url(images/services_bg.png);
	width: 100%;	
	}
.services ul{
	background-image: url(images/services_bg.png);
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
.services li{
	list-style-type: none;
    background-image: url(images/check.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 23px;
	padding-top: 8px;
	margin-left: 10px;
	padding-bottom: 12px;
	font-weight:bold;
	}
.m2{
	background-image: url(images/m2.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
	margin: 0px;
	background-position: bottom;
	}
.copy{
	font-size: 11px;
	color: #eeeeee;
	float: left;
	padding-left: 20px;
padding-bottom: 7px;
	}
.designer{
	font-size: 9px;
	color: #eeeeee;
	float: right;
	padding-right: 20px;
	}
.designer a{
	color: #eeeeee;
	}
.title{
	background-image: url(images/heading_title.jpg);
	background-repeat: repeat-x;
	padding-bottom: 20px;
	font-size: 20px;
	
	color: #000;
	background-position: bottom;
	}
.results{
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ead54c;
	border-right-color: #ead54c;
	border-bottom-color: #ead54c;
	border-left-color: #ead54c;	
	}
	
	.results .heading td {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ead54c;
	text-align: center;
	vertical-align: middle;
	padding: 3px;
	font-weight: bold;
	color: #000;
	background-image: url(images/stripe_yellow.png);
}
.results .lightrow td {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ead54c;
	padding: 5px;
	vertical-align: middle;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ead54c;
	font-size: 11px;
	background-color: #fef9dc;
}
.results .darkrow td {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ead54c;
	padding: 5px;
	vertical-align: middle;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ead54c;
	font-size: 11px;
	background-color: #fdf5c2;
	
}

