@charset "utf-8";
/* Lead Generation Consulting, Copyright 2007 */

html {
	width: 100%;
	height: 100%;
	margin: 0px;
}

body {
	margin: 0px auto 0px 1px;
	background-color: #3399cc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #666;
	text-align: center;
}

a { color: #91c8e3; text-decoration: underline;  }
a:visited { color: #91c8e3; text-decoration: underline;  }
a:active { color: #91c8e3; text-decoration: none;  }
a:hover { color: #91c8e3; text-decoration: none; }

h1 { color: #333; font-size: 27px; font-weight: normal; margin: 0px; padding: 0px; }
h2 { color: #3399cc; font-size: 18px; font-weight: normal; margin: 0px; padding: 0px; }
h3 { color: #fff; font-size: 18px; font-weight: normal; margin: 0px; padding: 0px; }
h4 { color: #25749c; font-size: 18px; font-weight: normal; margin: 0px; padding: 0px; }
p { font-size: 1.1em; color: #fff; }
img { border: 0px; }

#container {
	width: 800px;
	text-align: left;
	margin: auto;

}

#logo {
	width: 375px;
	height: 35px;
	padding-top: 35px;
	padding-left: 25px;
	float: left;
	background-color: #cadae1;
}

#tag {
	width: 355px;
	height: 30px;
	padding-top: 40px;
	padding-left: 45px;
	float: left;
	background-color: #cadae1;
}

#shdtp {
	width: 800px;
	height: 10px;
	float: left;
	background: #cadae1 url(../images/shd_tp.gif) repeat-x;
}

#copy {
	width: 588px;
	height: 400px;
	float: left;
	background: #247299 url(../images/copy_bg.jpg) no-repeat;
}
#copy .about {
	width: 293px;
	float: left;
	padding: 10px 20px 0px 20px;
}
#copy .contact {
	width: 215px;
	float: left;
	padding: 10px 20px 0px 20px;
}


#leadgen {
	width: 192px;
	height: 380px;
	padding: 10px;
	float: left;
	background-color: #c0e2f1;
}
#leadgen .field-half { width: 75px; float: left; margin-right: 5px; }
#leadgen .field-full { width: 164px; float: left; }


#companies {
	width: 760px;
	height: 190px;
	padding: 20px;
	float: left;
	background-color: #fff;
}
#companies .box {
	width: 132px;
	float: left;
	padding: 10px;
}
#companies .box .logo {
	width: 132px;
	height: 40px;
	padding-bottom: 10px;
	vertical-align: middle;
	text-align: center;
}

.shdbt {
	width: 800px;
	height: 20px;
	float: left;
	background: #fff url(../images/shd_bt.gif) repeat-x;
}

#copyright {
	width: 780px;
	float: left;
	padding-left: 20px;
	color: #999;
	background-color: #fff;
}