
/* Reset Me */

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { 
	margin: 0; 
	padding: 0; 
	}
	
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { 
	font-size: 12px; 
	font-weight: normal; 
	font-style: normal; 
	}
	
ul,ol { 
	list-style: none; 
	}

fieldset,img { 
	border: none; 
	}
	
caption,th { 
	text-align: left; 
	}
	
table { 
	border-collapse: collapse; border-spacing: 0; 
	}
	
/* html */

body {
	text-align: center;
	background: #311a03;
	color: #888;
	font-family: Arial, Helvetica, sans-serif;
	}
	
p {
	font-size: 14px;
	color: #fff;
	margin-bottom: 20px;
	line-height: 140%;
	}
	
h1 {
	margin-bottom: 20px;
	font-size: 18px;
	}
	
a.white:link, a.white:visited {
	text-decoration: underline;
	color: #fff;
	}
	
a.white:hover, a.white:active {
	text-decoration: none;
	}
	
a.grey:link, a.grey:visited {
	text-decoration: underline;
	color: #666;
	}
	
a.grey:hover {
	text-decoration: none;
	}
	

/*header */
	
#headerWrap {
	width: 100%;
	height: 409px;
	border-bottom: solid 1px #dbd8d5;
	background: url(img/bg_header.jpg) repeat-x top;
	}
	
#headerWrapSub {
	width: 100%;
	height: 245px;
	border-bottom: solid 1px #dbd8d5;
	background: url(img/bg_header.jpg) repeat-x top;
	}
	
#headerWrapForm {
	width: 100%;
	height: 70px;
	border-bottom: solid 1px #000;
	background: url(img/bg_header.jpg) repeat-x top;
	}
	
#navWrap {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	}
	
#logo {
	width: 280px;
	float: left;
	}
	
#menu {
	width: 640px;
	float: right;
	margin-top: 29px;
	}
	
.menuitems {
	float: right;
	margin-left: 30px;
	}
	
#pusherWrap {
	clear: both;
	width: 940px;
	margin: 0 auto;
	text-align: left;
	}
	
#pusher {
	float: left;
	width: 550px;
	}
	
#pusherText {
	float: right;
	width: 370px;
	padding: 55px 10px 0 0;
	}
	
#pusherTextSub {
	float: right;
	width: 370px;
	padding: 75px 0 0 0;
	text-align: right;
	}
	
/*Content */

#contentWrap {
	clear: both;
	width: 100%;
	overflow: hidden;
	background: url(img/bg_content.jpg);
	}
	

	
#content {
	clear: both;
	width: 940px;
	margin: 0 auto;
	padding: 45px 0;
	text-align: left;
	overflow: hidden;
	}
	
#contentSub {
	clear: both;
	width: 860px;
	margin: 45px auto;
	text-align: left;
	overflow: hidden;
	}

.contentPrivacy {
	color:#333333;
	font-size: 13px;
	line-height: 22px;
	}

.col320Fixed {
	width: 320px;
	float: left;
	margin-right: 40px;
	}
	
.col320Fixed img {
	float: left;
	margin: 0 10px 2px 0;
	}
	
.col320Fixed h1 {
	padding-bottom: 25px;
	}
	
.col320Fixed p {
	color: #555;
	line-height: 150%;
	}
	
.col320 {
	width: 320px;
	float: left;
	margin-right: 25px;
	overflow: hidden;
	}
	
.col320 h1 {
	margin: 40px 0 25px 0;
	}
	
.col320 h2 {
	margin: 0 0 15px 0;
	}
	
.col320 h3 {
	font-size: 12px;
	font-weight: bold;
	color: #666;
	clear: both;
	margin-bottom: 5px;
	}
	
.col320 p {
	color: #555;
	line-height: 150%;
	}
	
.col220 {
	width: 200px;
	float: left;
	background: url(img/border_right.png) no-repeat left top;
	margin-left: -20px;
	padding-left: 35px;
	height: 250px;
	}
	
.col220 form {
	width: 200px;
	margin-top: -20px;
	}
	
.col220 p {
	font-size: 11px;
	clear: both;
	}
	
.col220 a, a:visited, a:active {
	text-decoration: underline;
	color: #555;
	}
	
.col220 h1 {
	padding-bottom: 23px;
	}
	
.col220 h2 {
	padding-top: 10px;
	}
	
.col220affiliate {
	width: 200px;
	float: left;
	background: url(img/border_right.png) no-repeat left top;
	margin-left: -20px;
	margin-top: -40px;
	padding-left: 35px;
	height: 250px;
	}
	
.col220affiliate p {
	font-size: 11px;
	clear: both;
	}
	
.col220affiliate a, a:visited, a:active {
	text-decoration: underline;
	color: #555;
	}
	
.col220affiliate h1 {
	padding: 0;
	}
	
.col220affiliate h2 {
	padding-top: 10px;
	}
	
.col360Left {
	width: 360px;
	float: left;
	margin-right: 60px;
	}
	
.col360Left img {
	float: left;
	padding: 0;
	margin: 0 10px 5px 0;
	}
	
.col360Left h1 {
	padding-bottom: 20px;
	}
	
.col360Left h2 {
	padding: 0;
	margin: 0 0 25px 0;
	font-size: 14px;
	font-weight: bold;
	color: #444;
	line-height: 150%;
	}
	
.col360Left p {
	padding: 0;
	margin: -10px 0 15px 0;
	color: #555;
	line-height: 150%;
	}
	
.col360 {
	width: 360px;
	float: left;
	margin-right: 60px;
	}
	
col360 h1 {
	margin-bottom: 20px;
	}
	
.col360 p {
	padding: 0;
	margin: 0 0 20px 0;
	color: #555;
	line-height: 150%;
	}
	
/* Success Stories	
	
.col180 {
	width: 175px;
	padding-top: 40px;
	float:left;
	}
	
.col180 h1 {
	margin: 0 0 20px 0;
	padding: 0;
	}
	
.col180 p {
	margin: 0 0 7px 0;
	padding: 0;
	font-family: georgia, serif;
	font-size: 14px;
	line-height: 130%;
	color: #555;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	}
	
.col180 p.author {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	margin: 0 0 25px 0;
	padding: 0;
	color: #555;
	}
	
*/
	
.col480Left {
	width: 480px;
	float: left;
	margin-right: 60px;
	}
	
.col480Left h1 {
	margin-bottom: 15px;
	}
	
.col480Left h2 {	
	padding: 0;
	margin: 0 0 25px 0;
	font-size: 14px;
	font-weight: bold;
	color: #444;
	}
	
.col480Left p {
	color: #555;
	line-height: 150%;
	}
	
.col320Right {
	width: 320px;
	float: left;
	margin-top: 40px;
	}
	
.col320Right h1 {
	padding: 0;
	margin: 0 0 15px 0;
	}
	
.col320Last {
	width: 320px;
	float: left;
	overflow: hidden;
	}
	
.col320Last h1 {
	padding: 0;
	margin: 0 0 15px 0;
	}
	
.col440Right {
	width: 440px;
	float: left;
	}
	
.col440Right h1 {
	margin-bottom: 23px;
	}
	
.col440Right p {
	color: #555;
	line-height: 150%;
	margin: 0 0 15px 0;
	}
	
.col440 {
	width: 440px;
	float: left;
	margin-top: 40px;
	}
	
.col440 h1 {
	margin-bottom: 15px;
	}
	
.col440 p {
	color: #555;
	line-height: 150%;
	margin: 0 0 15px 0;
	}
	
.col440 ul {
	list-style-type: none;
	margin-bottom: 5px;
	}
	
.col440 ul li {
	display: inline;
	margin: 0 18px 0 0;
	padding: 0;
	}
	
.col680 {
	clear: both;
	float: left;
	width: 680px;
	margin-right: 40px;
	}
	
.clear {
	clear: both;
	margin-top: -40px;
	}
	
.clear2 {
	clear:both;
	padding-top: 10px;
	}
	
/*footer */

#footerWrap {
	width: 100%;
	clear: both;
	background: url(img/bg_footer.gif) repeat-x top;
	min-height: 190px;
	}
	
#footer {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	padding: 40px 0;
	}
	
#footerMenu {
	float: left;
	width: 105px;
	color: #ccc;
	font-size: 14px;
	margin-right: 30px;
	}
	
#footerMenu h1 {
	font-size: 14px;
	font-weight: bold;
	color: #ccc;
	margin: 0 0 3px 0;
	padding: 0;
	}
	
#footerMenu ul {
	list-style-type: none;
}

#footerMenu ul li {
	margin-bottom: 3px;
	padding: 0;
	}
	
#footerMenu a, a:active, a:visited {
	text-decoration: none;
	color: #ccc;
	}
	
#footerMenu a:hover {
	color: #fff;
	}
	
#social {
	float: left;
	width: 125px;
	color: #ccc;
	font-size: 14px;
	margin-right: 30px;
	}
	
#social h1 {
	font-size: 14px;
	font-weight: bold;
	color: #ccc;
	margin: 0 0 5px 0;
	padding: 0;
	}
	
#social ul {
	list-style-type: none;
	}
	
#social ul li {
	margin-right: 1px;
	display: inline;
	padding: 0;
	}
	
#featuredClients {
	float: left;
	width: 400px;
	color: #ccc;
	font-size: 14px;
	margin-right: 30px;
	}
	
#featuredClients h1 {
	font-size: 14px;
	font-weight: bold;
	color: #ccc;
	margin: 0 0 2px 0;
	padding: 0;
	}
	
#featuredClients ul {
	list-style-type: none;
	}
	
#featuredClients ul li {
	margin-right: 10px;
	display: inline;
	padding: 0;
	}
	
#footerLogo {
	float: right;
	width: 185px;
	height: 80px;
	text-align: right;
	border-left: solid 1px #371e07;
	padding-left: 10px;
	}
	
#footerLogo h1 {
	margin: 0 0 5px 0;
	padding: 0;
	}
	
#footerLogo p {
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #888;
	line-height: 130%;
	}
	
#footerLogo a, a:active, a:visited {
	color: #888;
	text-decoration: none;
	}
	
#footerLogo a:hover {
	color: #fff;
	}
	
/*Menu Sprite */

.rollover1 {
	display: block;
	width: 90px;
	height: 18px;
	background: url(img/m_advertisers.gif) no-repeat;
	text-indent: -9999px;
	}
	
.rollover2 {
	display: block;
	width: 82px;
	height: 18px;
	background: url(img/m_publishers.gif) no-repeat;
	text-indent: -9999px;
	}
	
.rollover3 {
	display: block;
	width: 126px;
	height: 18px;
	background: url(img/m_about.gif) no-repeat;
	text-indent: -9999px;
	}
	
.rollover4 {
	display: block;
	width: 79px;
	height: 18px;
	background: url(img/m_clients.gif) no-repeat;
	text-indent: -9999px;
	}
	
.rollover5 {
	display: block;
	width: 87px;
	height: 18px;
	background: url(img/m_contactUs.gif) no-repeat;
	text-indent: -9999px;
	}
	
a.rollover1:link, a.rollover1:visited, a.rollover1:active {
	background: url(img/m_advertisers.gif) no-repeat;
	}
a.rollover1:hover {
	background-position: -90px 0;
	}
	
a.rollover2:link, a.rollover2:visited, a.rollover2:active {
	background: url(img/m_publishers.gif) no-repeat;
	}
a.rollover2:hover {
	background-position: -82px 0;
	}
	
a.rollover3:link, a.rollover3:visited, a.rollover3:active {
	background: url(img/m_about.gif) no-repeat;
	}
a.rollover3:hover {
	background-position: -127px 0;
	}
	
a.rollover4:link, a.rollover4:visited, a.rollover4:active {
	background: url(img/m_clients.gif) no-repeat;
	}
a.rollover4:hover {
	background-position: -79px 0;
	}
	
a.rollover5:link, a.rollover5:visited, a.rollover5:active {
	background: url(img/m_contactUs.gif) no-repeat;
	}
a.rollover5:hover {
	background-position: -87px 0;
	}
	
/*table */

#myTable {
	width: 100%;
	padding: 0;
	margin: 0;
}

#myTable h1 {
	font-size: 14px;
	color: #5f3507;
	margin-bottom: -2px;
	padding: 0;
	font-weight: bold;
	}
	
#myTable h2 {
	font-size: 14px;
	color: #555;
	margin-bottom: -3px;
	padding: 0;
	}
	
#myTable h3 {
	font-size: 14px;
	color: #555;
	margin-bottom: -3px;
	padding: 0;
	}

th {
	font-size: 14px;
	color: #555;
	text-align: left;
	vertical-align: top;
	padding-right: 5px;
	padding-bottom: 5px;
}

th {
	border: 0;
}

td {
	border: 0;
}

/* form stuff */

form input#firstName,
form input#lastName,
form input#username,
form input#password {
	width: 95%;
	height: 18px;
	}
	
form input#email,
form input#company,
form input#phone {
	width: 97%;
	height: 18px;
	}
	
form input#comments {
	width: 97%;
	height: 100px;
	}
	
form input#send {
	margin-top: 15px;
	}
	
.required {
	font-size: 12px;
	font-weight: bold;
	color: #555;
	padding: 25px 12px 0 0;
	text-align: right;
	}
	
.normal ul {
	font-size: 14px;
	margin: 0 0 0 30px;
	color:#fff;
	list-style-type: square;
	}
	
.normal ul li {
	margin-bottom: 15px;
	}
	
#success {
	clear: both;
	width: 860px;
	margin: 60px auto;
	text-align: center;
	min-height: 200px;
	color: #5f3507;
	}