@charset "UTF-8";

/* - tags  -*/

body {
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	margin:0px;
}

/* - id's  -*/

#page {
	margin:auto;
	width:981px;
	overflow: hidden;
}
#header {
	background:url(images/header.png) top left no-repeat;
	height:100px;
	width:981px;
}
#navbar {
	background:url(images/navbar.png) top left no-repeat;
	height:45px;
	width:981px;
}
#mid {
	background:url(images/midtop.png) top left no-repeat;
	height:245px;
	width:981px;
}
#midfade {
	height:34px;
	width:981px;
}
#lowmid {
	background:url(images/body.png) repeat-y;
	width:981px;
	clear:both;
	float: left;
}
#footer {
	margin:auto;
	background:url(images/footer.png) top left no-repeat;
	width:981px;
	height:92px;
}

#headdiv {
	float:right;
	width:140px;
	height:22px;
	margin:68px 40px 0 0;
}

#menu ,#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height:32px;
}
#menu a {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.0em;
	color: #fff;
	display: block;
	font-weight: bold;
	text-decoration: none;
   	padding: 12px 15px 6px 30px;
}
#menu a:hover {
	color: #333;
	display: block;
	text-decoration: none;
}
#menu li {
	float: left;
	margin: 0px 0 0px 0;
	padding: 0px;
}	
#menu li li {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 150px;	
}
#menu li li a, #menu li li a:link, #menu li li a:visited {
	width: 150px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.0em;
	background:#fff;
	margin: 0px;
	padding:3px 10px 4px 10px;
	color: #666;
	border-left:1px solid #d9d9d1;
	:1px solid #d9d9d1;
}
#menu li li a:hover, #menu li li a:active {
	background:#fff;
	width: 150px;
	float: none;
	margin: 0px;
	padding: 3px 10px 4px 10px;
	color: #bc0705;
}
#menu li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	z-index:1;
}
#menu li:hover ul {
	left: auto;
	display: block;
}
#menu li:hover ul, #menu li.sfhover ul {
	left: auto;
}


#aboutus {
	padding:15px 0 0 80px;
	width:204px;
	height:37px;
	background:url(images/aboutus.png) top left no-repeat;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.25em;
	color:#333;
	font-weight:bold;
}
#paidbanners_links {
	padding:15px 0 0 80px;
	width:204px;
	height:37px;
	background:url(images/paidbanners.png) top left no-repeat;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.25em;
	color:#333;
	font-weight:bold;
}
#paidbanners_links {
	padding:15px 0 0 80px;
	width:204px;
	height:37px;
	background:url(images/paidbanners.png) top left no-repeat;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.25em;
	color:#333;
	font-weight:bold;
}
#affiliates {
	margin-left:15px;
	padding:15px 0 0 65px;
	width:204px;
	height:37px;
	background:url(images/affiliates.png) top left no-repeat;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.25em;
	color:#333;
	font-weight:bold;
}
#afflt {
	margin-left:15px;
	padding:15px 0 0 65px;
	width:204px;
	height:37px;
	background:url(images/affiliates.png) top left no-repeat;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.25em;
	color:#333;
	font-weight:bold;
}
#servicehead {
	margin-left:15px;
	padding:15px 0 0 65px;
	width:204px;
	height:37px;
	background:url(images/services.png) top left no-repeat;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.25em;
	color:#333;
	font-weight:bold;
}
#contact {
	margin-left:15px;
	padding:15px 0 0 65px;
	width:204px;
	height:37px;
	background:url(images/contact_us.png) top left no-repeat;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.25em;
	color:#333;
	font-weight:bold;
}
#paidbanners {
	margin-left:15px;
	padding:15px 0 0 65px;
	width:250px;
	height:37px;
	background:url(images/paidbanners.png) top left no-repeat;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.25em;
	color:#333;
	font-weight:bold;
}
#brands {
	margin-left: 67px;
	padding:15px 0 0 80px;
	width:204px;
	height:37px;
	background:url(images/brands.png) top left no-repeat;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.25em;
	color:#333;
	font-weight:bold;
	float: right;
}
#thanks{
	padding:15px 0 0 80px;
	width:204px;
	height:37px;
	background:url(images/thanks.png) top left no-repeat;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.25em;
	color:#333;
	font-weight:bold;
}
#banner {
	float:right;
	margin:10px 30px 0 0;
	width:274px;
	height:522px;
	border:#999 1px solid;
}
#clr {
	clear:both;
}
#bodysection {
	width:600px;
	float:left;
	margin:0 0 0 30px;
}
#line {
	width:550px;
	height:1px;
	background:#666;
	margin:20px auto;
}
#midmain {
	float:left;
	padding:25px 0 0 50px;
	width:400px;
}
#midmainimage {
	float:right;
	margin:10px 120px 0 0;
	width:283px;
	height:229px;
}

/* - Classes  -*/

.midmainbig {	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:2.0em;
	font-weight:bold;
	color:#fff;
}
.midmainsm {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:normal;
	color:#fff;
}
.headlinkleft {
	float:left;
	background:url(images/home.png) left no-repeat;
	padding:5px 0 0 22px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#333;
	height:16px;
}
.headlinkright {
	float:right;
	background:url(images/contact.png) left no-repeat;
	padding:5px 0 0 22px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#333;
	height:16px;
}
a.headlink:link, a.headlink:visited {
	color:#333;
	text-decoration:none;
}
a.headlink:hover {
	color:#F00;
}
.bannercolleft {
	float:left;
	width:129px;
	height:auto;
	margin-left:5px;
	padding:2px 2px 2px 0;
}
.bannercolright {
	float:right;
	width:129px;
	height:auto;
	margin-right:5px;
	padding:2px 0 2px 2px;
}
.abouttext {
	padding:5px 0 0 22px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:0.9em;
	text-align: justify;
	color:#333;
}
.paidtext {
	padding:5px 0 0 22px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#333;
}
.afftext {
	padding:5px 0 0 12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#333;
}
.footerin {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#333;
	text-align:center;
	line-height: 14px;
}
.footlinks {	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#333;
	text-align:center;
	text-decoration:none;
}
a.footlinks:hover {
	color:#F00;
}
div.row {
  clear: both;
  padding-top: 5px;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size:0.9em;
  }

div.row span.label {
  float: left;
  width: 100px;
  text-align: left;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size:0.9em;
 }

div.row span.formw {
  float: right;
  width: 235px;
  text-align: left;
  } 
div.spacer {
  clear: both;
}
