a:link,
a:visited,
a:active {
	text-decoration: underline;
	color: #251819;
}
a:hover {
	text-decoration: underline;
	color: #e13800;
}
html,
body {
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
	margin: 0px;
	padding: 0px;
}
input {
	font-family: Arial, Helvetica, sans-serif;
}
:focus { 
	outline: none; 
}
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 1px;
}
/****** WRAPPER ******/

.wrapper {
	min-width: 1000px;
	max-width: 1420px;
	width: auto;
	margin: 0px auto;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
}
/****** BANNERS ******/

.banners_one {
	text-align: center;
	width: 100%;
}
.banners_three,
.banners_two,
.banners_three div,
.banners_two div {
	/*height: 90px;*/
}
.banners_three div {
	width: 33%;
	background: 50% 0px no-repeat;
}
.banners_two div {
	width: 49%;
	background: 50% 0px no-repeat;
}
.banners_one div {
	background: 50% 0px no-repeat;
}
.banners_three_1 {
	float: left;
}
.banners_three_2 {
	margin: 0px auto;
}
.banners_three_3 {
	float: right;
}
.banners_two_1 {
	float: left;
}
.banners_two_2 {
	float: right;
}
.banners_two .larger {
	width: 66%;
}
.banners_two .less {
	width: 33%;
}
/****** FOOTER ******/

.footer {
	background: url(/tpl/img/footer_bg.gif) left bottom repeat-x;
	height: 152px;
	margin: 0px;
}
.footer_pic {
	width: 305px;
	height: 152px;
	background: url(/tpl/img/footer_pic.jpg) left top no-repeat;
	float: left;
	margin: 0px 0px 0px 20px;
}
.footer_pic p {
	font-size: 7pt;
	float: right;
	padding: 137px 0px 0px 0px;
}
.mamba_copyright {
	float: right;
	margin: 10px 10px 0px 50px;
	font-size: 9pt;
}
.counter {
	float: right;
	margin: 10px 10px 0px 0px;
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.counter:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.designen {
	float: right;
	clear: right;
	margin: 18px 30px 0px 0px;
}
.footer_content {
	margin: 0px 20px 0px 305px;
	padding-top: 52px;
}
.footer_content p {
	font-size: 9pt;
	line-height: 20px;
	color: #939393;
}
.footer_content p a:link,
.footer_content p a:visited,
.footer_content p a:active {
	color: #939393;
	text-decoration: none;
}
.footer_content p a:hover {
	color: #000;
	text-decoration: underline;
}