.fl { float: left; }
.fr { float: right; }
.c { text-align: center; }
.r { text-align: right; }
.l { text-align: left; }
.b { font-weight: bold; }
.fw { width: 100%; }

html {
	height: 100%;
	background: #EBECEC url(images/bg.jpg) repeat-x;
	background-color: #9dbcd0;
	font: 100% Arial, Helvetica, sans-serif;	
	font-size: 14px;
	color: #8e8a8a;
}

html body {
	min-height: 100%;
	height: 100%; 
}

body {	
	height: 100%;
	margin: 0px 0 15px 0;
	background: #EBECEC url(images/bg.jpg) repeat-x;
	background-color: #9dbcd0;
}

a:link { text-decoration: none; color: #759bb3; font-size: 14px; font-weight: bold; }
a:visited { text-decoration: none; color: #759bb3; font-size: 14px; font-weight: bold; }
a:hover { text-decoration: none; color: #c7d8e5; font-size: 14px; font-weight: bold; }
a:active { text-decoration: none; color: #759bb3; font-size: 14px; font-weight: bold; }

h1 {
	font-size: 18px;
	border-bottom: 1px solid #e9ebed;
	padding-bottom: 5px;
	width: 100%;
	color: #555555;
}

p
{
	line-height: 1.5em;
}

#wrapper {
	height: 100%;
	min-height: 100%;
	width: 944px;
	min-height: 100%;  
	padding: 0px 13px 0px 13px;
	margin: 0px auto;
	text-align: left;	
}

* html #wrapper {height: 100%;}

.header {
	margin-top: 13px;
	width: 944px;
	height: 104px;
}

.header a.logoimage {
	display: block;
	width: 297px;
	height: 104px;
	background: url(images/logo.jpg) no-repeat;
}

.logo
{
	width: 297px;
	height: 104px;
}

.tagline
{
	width: 647px;
	height: 104px;
	background: url(images/tagline.jpg) no-repeat;
	text-align: center;
}

.tagline-text
{
	padding-top: 45px;
	padding-left: 45px;
	text-align: center;
	color: #fff;
	font-size: 18px;
}

.menu-stats
{
	width: 944px;
	height: 51px;
}

.menu
{
	/*
	width: 573px;
	height: 51px;
	text-align: center;
	background: url(images/menu-bg.jpg) no-repeat;
	*/
	width: 924px;
	height: 51px;
	text-align: center;
	background: url(images/menu-repeat.jpg) repeat-x;
}

.menu-left 
{
	width: 10px;
	height: 51px;
	background: url(images/menu-left.jpg) no-repeat;
}

.menu-right
{
	width: 10px;
	height: 51px;
	background: url(images/menu-right.jpg) no-repeat;
}

.stats
{
	width: 360px;
	height: 51px;
	font-weight: bold;
	padding-top: 0px;
	background: url(images/stats-bg.jpg) no-repeat left;

}

.stats-mem
{
	width: 167px;
	height: 33px;
	padding-top: 18px;
	text-align: center;
	color: #555555;
	padding-left: 13px;
}

.stats-paid
{
	width: 180px;
	height: 33px;
	padding-top: 18px;
	text-align: center;
	color: #5cc012;
}

.top-nav {
	list-style: none;
	height: 51px;
	width: 570px;
	text-align: center;
	margin: 0px auto;
}

.top-nav li {
	float: left;
	text-align: center;
	padding-left: 11px;
	padding-right: 11px;
	margin-top: 15px;
	height: 20px;
}

.top-nav li.active { color: #b8d3e5; font-weight: bold;}
.top-nav a:link { color: #d7e3f0; text-decoration: none; }
.top-nav a:visited { color: #d7e3f0; text-decoration: none; }
.top-nav a:hover { color: #f7fbff; }

.footer {
	width: 944px;
	height: 46px;
	text-align: center;
	background: url(images/footer-bg.jpg) no-repeat;
}

.footerads
{
	width: 943px;
	height: 68px;
	border-bottom: 20px solid #9dbcd0;
	background: url(images/footeradbg.jpg) no-repeat;	
}

.footerad1
{
	width: 468px;
	height: 60px;
	padding-top: 4px;
	padding-left: 3px;	
}

.footerad2
{
	width: 468px;
	height: 60px;
	padding-top: 4px;	
	padding-left: 1px;
}

.main
{
	width: 944px;
	height: auto;
	background: url(images/inner-bg.jpg) repeat-y;
}

.left
{
	width: 567px;
	height: auto;
	padding-bottom: 30px;
	padding-left: 6px;
}

.right
{
	width: 353px;
	height: auto;
	padding-left: 11px;
}

.footer-nav {
	list-style: none;
	height: 35px;
	width: auto;
	margin: 0px auto;
	padding-left: 80px;
}

.footer-nav li {
	float: left;
	text-align: center;
	padding-left: 11px;
	padding-right: 11px;
	height: 35px;
	text-align: center;
	margin: 0px auto;
}

.footer-nav li.active {
	color: #b8d3e5;
}

.footer-nav-divider
{
	float: left;
	text-align: center;
	width: auto;
	height: 17px;
	background: url(images/footer-menu-divider.jpg) no-repeat;
}

.footer-nav a {
	text-decoration: none; color: #759bb3; font-size: 14px;
}

.footer-nav a:hover {
	text-decoration: none; color: #c7d8e5; font-size: 14px;
}


.green
{
	color: #73cb32;
	font-weight: bold;
}	

/* Intro classes used on homepage */
.intro
{
	width: 567px;
	height: 106px;
	background-color: #f3f8fc;
}

.intro-body 
{
	width: 545px;
	height: 106px;
	margin-left: 11px;
	background-color: #fff;
}

* html .intro-body
{
	margin-left: 6px;
}

.intro-text
{	
	text-align: center;
	width: 500px;
	padding: 20px;
	padding-top: 26px;
	font-size: 24px;
}

.intro-bottom
{
	width: 567px;
	height: 16px;
	background: url(images/intro-bottom.jpg) no-repeat;
}
/* End of intro classes */

.left-main
{
	width: 567px;
	height: auto;
	background: url(images/left-main-bg.jpg) repeat-x;
}

/* Video classes */

.video-block
{
	width: 350px;
	height: auto;
	padding-top: 13px;
}

.video-tabs
{
	width: 350px;
	height: 34px;
	background-color: #000;
}

.video
{
	width: 350px;
	height: 273px;
	background: url(images/video-placeholder.png) no-repeat;
	padding-bottom: 25px;
}

.video-advertiser
{
	background: url(images/video-placeholder-advertise.png) no-repeat;
}

.video-tab
{
	width: 174px;
	height: 28px;
}

.video-tab-on-mem
{
	width: 350px;
	height: 5px;
	background: url(images/video-mem-on.png) no-repeat;
}

*html .video-tab-on-mem
{
	margin-top: -3px;
}

.video-tab-on-adv
{
	width: 350px;
	height: 5px;
	background: url(images/video-adv-on.png) no-repeat;
}

*html .video-tab-on-adv
{
	margin-top: -3px;
}

/* End of video classes */

/* Package classes */
.packages
{
	width: 556px;
	height: auto;
	padding-top: 17px;
	padding-left: 11px;

}

.packages-free
{
	width: 262px;
	height: 178px;
	background: url(images/packages-free.jpg) no-repeat;
}

.packages-pro
{
	width: 262px;
	height: 178px;
	background: url(images/packages-pro.jpg) no-repeat;
}

.packages-advertiser
{
	width: 352px;
	height: 178px;
	background: url(images/packages-advertiser.jpg) no-repeat;
}

.packages-arrow
{
	width: 21px;
	height: 178px;
	background: url(images/packages-arrow.jpg) no-repeat;
}

.package-text
{
	width: 230px;
	height: 90px;
	padding: 46px 15px 0px 15px;
	font-size: 13px;
	color: #fff;
	line-height: 1.6em;
}

.package-text-ad
{
	width: 330px;
	
}

.package-link
{
	width: 195px;
	height: 20px;
	text-align: center;
	padding-left: 35px;
	padding-top: 15px;
}

.package-link-ad
{
	padding-left: 77px;
}

/* End of package classes */

.content
{
	padding: 20px 11px 0px 11px;
}

.highlight
{
	background-color: #fffdc4;
	border-left: 6px solid #fffdc4;
	border-right: 6px solid #fffdc4;
}

/* Payment Processor classes */


.pppaypal
{
	height:	auto;
}

.ppalertpay
{
	height:	auto;
	padding-top: 15px;
}

.ppmoneybookers
{
	height:	auto;
	padding-top: 15px;
}

/* End of payment processor classes */

.right-bottom-spacer
{
	height: 30px;
}

.lightoutline
{
	border: 1px solid #e9ebed;	
}

.darkoutline
{
	border: 1px solid #cfe1ed;
}




.freereferraldrawhome
{
	background: url(images/freereferraldrawhome.jpg) no-repeat;
	width: 545;
	height: 81px;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 21px;
}


.freereferraldrawheading
{
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	width: 100%;
	color: #555555;
}