/* CSS Document */

/* ----------------------------------------------------
General
---------------------------------------------------- */
html
	{
	margin: 0 auto;
	padding: 0;
	height: 100%;
	background-color: #FFF;
	background-image: url(../img/outter-bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	}
 
body
	{
	margin: 0 auto;
	padding: 0;
	width: 760px;
	height: 100%;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #464646;
	line-height: 18px;
	text-align: left;
	}
	
li
	{
	list-style-image:  url(../img/bullet.gif);
	}	
	
/* ----------------------------------------------------
Layout
---------------------------------------------------- */

div#wrapper
	{
	margin: 0 auto;
	padding: 0px;
	width: 737px;
	}

div#header
	{
	width: 737px;
	}

div#logo
	{
	float: left;
	}
	
div#tagline
	{
	float: right;
	}
	
div#nav
	{
	clear: both;
	height: 54px;
	background-image: url(../img/nav-bg.gif);
	}
	
div#belowNav
	{
	clear: both;
	height: 39px;
	background-image: url(../img/below-nav.gif);
	}
	
div#content
	{
	width: 737px;
	clear: both;
	overflow: auto;
	background-image: url(../img/middle-bg.gif);
	background-repeat: repeat;
	}
	
div#contentBottom
	{
	clear: both;
	background-image: url(../img/content-bottom.gif);
	height: 56px;
	}
	
/* ----------------------------------------------------
Content Layout
---------------------------------------------------- */
	
div#advertisers
	{
	clear: both;
	float: left;
	width: 318px;
	padding-left: 40px;
	padding-right: 10px;
	}
	
div#publishers
	{
	float: right;
	width: 312px;
	padding-left: 10px;
	padding-right: 40px;
	}
	
div#divider
	{
	clear: both;
	background-image: url(../img/main-divider.gif);
	height: 64px;
	}
	
div#rotatingLogos
	{
	clear: both;
	float: left;
	width: 318px;
	padding-left: 40px;
	padding-right: 10px;
	}
	
div#about
	{
	float: right;
	width: 312px;
	padding-left: 10px;
	padding-right: 40px;
	}
	
/* ----------------------------------------------------
Buttons
---------------------------------------------------- */	

#bJoin
	{ 
	width: 41px; 
	height: 46px; 
	overflow: hidden; 
	background: url(../img/b-join.gif) top left no-repeat; 
	display: block;
	float: left;
	margin-top: 5px;
	margin-left: 17px;
	text-indent: -999999px;
	} 

#bJoin:hover
	{ 
	background-position: bottom left;
	}
	
#bAdvertisers
	{ 
	width: 87px; 
	height: 24px; 
	overflow: hidden; 
	background: url(../img/b-advertisers.gif) top left no-repeat; 
	display: block;
	float: left;
	margin-top: 12px;
	margin-left: 6px;
	text-indent: -999999px;
	} 

#bAdvertisers:hover
	{ 
	background-position: bottom left;
	}
	
#bPartners
	{ 
	width: 69px; 
	height: 24px; 
	overflow: hidden; 
	background: url(../img/b-partners.gif) top left no-repeat; 
	display: block;
	float: left;
	margin-top: 12px;
	margin-left: 6px;
	text-indent: -999999px;
	} 

#bPartners:hover
	{ 
	background-position: bottom left;
	}
	
#bAbout
	{ 
	width: 53px; 
	height: 24px; 
	overflow: hidden; 
	background: url(../img/b-about.gif) top left no-repeat; 
	display: block;
	float: left;
	margin-top: 12px;
	margin-left: 6px;
	text-indent: -999999px;
	} 

#bAbout:hover
	{ 
	background-position: bottom left;
	}
	
#bContact
	{ 
	width: 66px; 
	height: 24px; 
	overflow: hidden; 
	background: url(../img/b-contact.gif) top left no-repeat; 
	display: block;
	float: left;
	margin-top: 12px;
	margin-left: 6px;
	text-indent: -999999px;
	} 

#bContact:hover
	{ 
	background-position: bottom left;
	}
	
/* ----------------------------------------------------
Text Formatting
---------------------------------------------------- */	

.orangetext16Bold 
	{
	font-size: 16px;
	font-weight: bold;
	color: #D9760E;
	}
	
div#login
	{
	float: left;
	width: 308px;
	color: #FFE257;
	padding-top: 22px;
	padding-left: 30px;
	}
	
div#footer
	{
	color: #99A1AA;
	font-size: 10px;
	}

/* ----------------------------------------------------
Forms
---------------------------------------------------- */	

.textfield
	{
	width: 82px;
	background-color: #FFF;
	font-size: 11px;
	border: 0px;
	padding-left: 2px;
	}
	
/* ---------------------------------------------------- 
Links
---------------------------------------------------- */ 
	
a:link
	{
	color : #d9760e;
	background-color : transparent;
	text-decoration : underline;
	}

a:visited
	{
	color : #d9760e;
	background-color : transparent;
	text-decoration : underline;
	}

a:hover
	{
	color : #d9760e;
	background-color : transparent;
	text-decoration : none;
	}
	