/* CSS Document */

body
{	background-color: #f5f5f5;
}

li
{	font-size: 14px;
	text-indent: -0.75em;
	color: #444444;
	text-align: left;
	display: block;
	font-family: "Franklin Gothic Book", Arial, Helvetica, sans-serif;
}

h1
{	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-align: left;
	color: #000000;
}

strong
{	color: #000000;
	font-weight: normal;
}

a
{	text-decoration: none;
	color: #0066CC;
}

a:hover
{	text-decoration: underline;
}

p
{	font-family: "Franklin Gothic Book", Arial, Helvetica, sans-serif;
	color: #444444;
	font-size: 14px;
	text-align: left;
	display: block;
}

/*Header */

div.center
{	width: 1000px;
}

div.center#index-mod
{	width: 1002px;
}

div.head
{	width: 1000px;
	height: 96px;
	background-image: url('../images/bg-mod.gif');
	background-repeat: repeat-x;
	border-color:#999999;
	border-style: solid;
	border-width: 1px;
}

div.logo
{	width: 260px;
	height:56px;
	display: inline;
	float: left;
	background-image: url('../images/powerpayout-logo.png');
	background-repeat: no-repeat;
	margin: 15px 0px 15px 15px;
}

a.login
{	width:105px;
	height: 30px;
	float: right;
	margin: 35px 35px 30px;
	background-image: url('../images/login.png');
	display: block;
}

a.login:hover
{	background-position: 0px -30px;
}

div.signin
{	
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 30px;
	float: right;
	margin: 25px 25px 25px;
	display: block;
}




div.nav
{	width: 1000px;
	height: 30px;
	border-left-style: solid;
	border-color: #999999;
	border-width: 1px;
	border-right-style: solid;
}

a#home
{	width: 143px;
	height: 30px;
	background-image: url('../images/home.jpg');
	border: none;
	margin: 0 auto;
	display: block;
	float: left;
}

a#home:hover
{	background-position: 0px -30px;
}

a#affiliates
{	width: 143px;
	height: 30px;
	background-image: url('../images/affiliates.jpg');
	border: none;
	margin: 0 auto;
	display: block;
	float: left;
}

a#affiliates:hover
{	background-position: 0px -30px;
}

a#advertisers
{	width: 143px;
	height: 30px;
	background-image: url('../images/advertisers.jpg');
	border: none;
	margin: 0 auto;
	display: block;
	float: left;
}

a#advertisers:hover
{	background-position: 0px -30px;
}

a#aboutus
{	width: 142px;
	height: 30px;
	background-image: url('../images/aboutus.jpg');
	border: none;
	margin: 0 auto;
	display: block;
	float: left;
}

a#aboutus:hover
{	background-position: 0px -30px;
}

a#signup
{	width: 143px;
	height: 30px;
	background-image: url('../images/signup.jpg');
	border: none;
	margin: 0 auto;
	display: block;
	float: left;
}

a#signup:hover
{	background-position: 0px -30px;
}

a#resources
{	width: 143px;
	height: 30px;
	background-image: url('../images/resources.jpg');
	border: none;
	margin: 0 auto;
	display: block;
	float: left;
}

a#resources:hover
{	background-position: 0px -30px;
}

a#contactus
{	width: 143px;
	height: 30px;
	background-image: url('../images/contactus.jpg');
	border: none;
	margin: 0 auto;
	display: block;
	float: left;
}

a#contactus:hover
{	background-position: 0px -30px;
}

a .text-alt 
{	display: none; 
}

/*Body */

div.mastboard
{	width: 1000px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-color: #999999;
	border-width: 1px;
	background-repeat: no-repeat;
	display: block;
	clear: both;
	background-color:#FFFFFF;
	overflow: auto;
}



div.mastboard#index
{	background-image: url('../images/index-main.jpg');
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	height: 240px;

}


div.mastboard table {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div.magazine
{	width: 450px;
	height: 180px;
	float: right;
	padding: 25px;
}

ul.mast-ul
{	padding: 0;
	margin: 0px 0px 20px 0px;
	list-style-type: none;
}

li.mast
{	background-image: url('../images/bullet.png');
	background-repeat: no-repeat;
	background-position: 0 0em;
	padding-left: 1.6em;	 
	font-size: 27px;
	font-weight: bold;
	line-height: 1.4em;
	color: #444444;
}

a#mod-button
{	width: 250px;
	height: 40px;
	margin: 0px 100px 0px 100px;
	background-image: url('../images/main-cta.png');
	display: block;
}

a#mod-button:hover
{	background-position: 0px -40px;
}

div.mod-button#module
{	width: 100px;
	margin: 0px 175px 0px 175px;
}

div.left-column
{	width: 300px;
	height: inherit;
	float: left;
	padding: 25px 24px 25px 24px;
}

div.right-column
{	width: 625px;
	height: inherit;
	float: left;
	padding: 25px 25px 25px 0px;
}

div.right-column#resources
{	width: 950px;
	padding: 25px;
}

img.main-img
{	border-style: solid;
	border-width: 1px;
	border-color: #999999;
}

a.mod-btn#affiliates-mod
{	display: block;
	height: 30px;
	width: 150px;
	background-image: url('../images/affiliate-signup-comp.png');
	float: right;
}

a.mod-btn#affiliates-mod:hover
{	background-position: 0px -30px;
}

a.mod-btn#advertisers-mod
{	display: block;
	height: 30px;
	width: 150px;
	background-image: url('../images/advertiser-signup-comp.png');
	float: right;
}

a.mod-btn#advertisers-mod:hover
{	background-position: 0px -30px;
}


/*Modules */

img.index-mod-img
{	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	margin: 0px 8px 80px 0px;
	float: left;
}

h3
{	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	display: block;
}

div.mod
{	border-style: solid;
	border-width: 1px;
	border-color:#999999;
	float: left;
	padding: 7px;
}

div.mod#top-left-feature
{	width: 480px;
	height: 180px;
	margin: 10px 10px 0px 0px;
	background-image: url('../images/bg-mod.gif');
	background-repeat: repeat-x;
	background-color: #CCCCCC;
}

div.mod#top-right-feature
{	width: 480px;
	height: 180px;
	background-image: url('../images/bg-mod.gif');
	background-repeat: repeat-x;
	background-color: #CCCCCC;
	margin-top: 10px;
}

div.mod#top-left
{	width: 480px;
	height: 170px;
	margin: 10px 10px 10px 0px;
}

div.mod#top-right
{	width: 480px;
	height: 170px;
	margin: 10px 0px 10px 0px;

}

div.mod#third-left
{	width: 274px;
	height: 300px;
	margin-right: 10px;
}

div.mod#third-mid
{	width: 386px;
	height: 300px;
	margin-right: 10px;
}

div.mod#third-right
{	width: 274px;
	height: 300px;
}

div.index-mod-wide
{	margin: 10px 0px 0px 0px;
	border-style: solid;
	border-width: 1px;
	border-color:#999999;
	width: 1000px;
	display: block;
}


a.modlink
{	width: auto;
	padding: 0px 10px 0px 25px;
	background-image: url('../images/arrow-bullet.png');
	background-repeat: no-repeat;
	float: right;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #444444;
	font-size: 14px;
}

a.modlink:hover
{	background-image: url('../images/arrow-bullet-selected.png');
	text-decoration: underline;
}

/*Footer */

div.index-mod-wide#footer
{	height: 39px;
	background-image: url('../images/bg-footer.gif');
	background-repeat: repeat-x;
	clear: both;
}

ul.footer-nav
{	list-style: none;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	float: left;
	margin: 10px 0px 0px 0px;
	line-height: 1em;
	display: inline;
}

li.footer
{	display: inline;
	margin-left: 20px;
}

img.footer-logo
{	margin: 5px 15px 5px 0px;
	float: right; 
	display: inline;
}


p.smallprint
{	font-size: 11px;
	float: left;
	margin: 10px 10px 0px 10px;
	display: inline;
}

