/* CSS Document */

/* ----------------------------------------------------
General
---------------------------------------------------- */
html
	{
	margin: 0 auto;
	padding: 0;
	height: 100%;
	background-color: #FFF;
	background-image: url(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(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(nav-bg.gif);
	}
	
div#belowNav
	{
	clear: both;
	height: 39px;
	background-image: url(below-nav.gif);
	}
	
div#content
	{
	width: 737px;
	clear: both;
	overflow: auto;
	background-image: url(middle-bg.gif);
	background-repeat: repeat;
	}
	
div#contentTwo
	{
	width: 737px;
	clear: both;
	background-image: url(middle-bg2.gif);
	background-repeat: no-repeat;
	}
	
div#contentBottom
	{
	clear: both;
	background-image: url(content-bottom.gif);
	height: 56px;
	}
	
/* ----------------------------------------------------
Content Layout
---------------------------------------------------- */
div#maincontentinside
	{
	width: 650px;
	clear: both;
	overflow: auto;
	padding-left: 40px;
	padding-right: 40px;
	}	
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(main-divider.gif);
	height: 64px;
	}
	
div#about
	{
	width: 560px;
	padding-left: 40px;
	padding-right: 40px;
	}
/* ----------------------------------------------------
HP Skin Content Layout
---------------------------------------------------- */	
	
div#lefhpcontent
	{

	}		
div#righthpcontent
	{

	}		


/* ----------------------------------------------------
Buttons outside
---------------------------------------------------- */	

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

#bJoin:hover
	{ 
	background-position: bottom left;
	}
	
#bAdvertisers
	{ 
	width: 87px; 
	height: 24px; 
	overflow: hidden; 
	background: url(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(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(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(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;
	}

/* ----------------------------------------------------
Buttons inside 
---------------------------------------------------- */	

#bOut
	{ 
	width: 41px; 
	height: 46px; 
	overflow: hidden; 
	background: url(b-logout.gif) top left no-repeat; 
	display: block;
	float: left;
	margin-top: 5px;
	margin-left: 27px;
	_margin-left: 14px;
	text-indent: -999999px;
	} 

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

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

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

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

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

.orangetext16Bold 
	{
	font-size: 16px;
	font-weight: bold;
	color: #D9760E;
	}
	
div#login
	{
	float: right;
	width: 328px;
	color: #FFE257;
	padding-top: 22px;
	padding-right: 25px;
	}
	
div#footer
	{
	clear: both;
	background-color: #FFFFFF;
	color: #99A1AA;
	font-size: 10px;
	}

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

.textfield
	{
	width: 82px;
	background-color: #FFF;
	font-size: 11px;
	border: 0px;
	padding-left: 2px;
	}
.submitLink {
   font-size: 11px;
   font-family: Tahoma, Arial, Helvetica, sans-serif;
   color: #FFE257;
   background-color: transparent;
   text-decoration: none;
   border: none;
   cursor: pointer;
   cursor: hand;
   margin: 0 0 0 0;
  }	
/* ---------------------------------------------------- 
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;
	}