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

html, * {
margin: 0px;
padding: 0px;
font-family:Arial, Helvetica, sans-serif;
}

body {
    background-color:#999999;
}

#wrapper {
    margin:0px auto;
	width:800px;
	overflow:hidden;
}

#mainad {
	width:800px;
	padding-top:40px;
	height:410px;
	background-image: url(images/newmt.png);
	background-repeat: no-repeat;	
}

.leftcont {
    width:300px;
	overflow:hidden;
	float:left;
}

.title {
	font-weight:bold;
	color:#f5911e;
	font-size:36px;
	text-transform:uppercase;
	background-image: url(images/arrowbul.gif);
	background-repeat: no-repeat;
	width: 255px;
	padding:4px 0px 0px 45px;
	letter-spacing:-0.1em;
}

.explaintxt {
    color:#BF272D;
	font-weight:normal;
	font-size:12px;
	line-height:13px;
	padding-left:45px;
	}

.heightSpacer5 {
    height:10px;
}

.rightcont {
    float:left;
	width:450px;
	padding:310px 5px 0px 45px;
}

.rightcont p {
    font-size:34px;
	line-height:31px;
	color:#666666;
}

.clear {
    clear:both;
	display:none;
	}
#contactinfo {
	width:800px;
	height:70px;
	overflow:hidden;
	background-image: url(images/newmtb.png);
	background-repeat: no-repeat;
	background-color:#FFFFFF;
}
.contline1 {
    padding: 15px 0px 0px 10px;
	color:#000000;
	font-size:17px;
	line-height:19px;
	}

.emailad {
    color:#BF272D;
	font-size:20px;
	line-height:30px;
	padding-left:10px;
}

.telnum {
    color:#000000;
	font-size:28px;
	line-height:30px;
	padding-left:10px;
}
#currentclients {
    padding:0px 10px 10px 15px;
	height:90px;
	background-color:#FFFFFF;
	border-top:#999999 3px solid;
}

#currentclients p img {
    padding: 0px 20px 0px 100px;
    border:none;
}