﻿html, body {
	background:#1A1A1A url(/imagesBL/bg.jpg) repeat-x fixed center top;
	height:100%;
	margin:0px;
	padding:0px;
	color:#D7D7D7;
    font-family:'Helvetica',Lucida Grande,Geneva,Verdana,Arial,sans-serif;
    font-size:12px;
    font-weight:normal;
    line-height:14px;
    text-align:left;
    text-decoration:none;
}
.wrapper {
	width:930px;
	margin-right:auto;
	margin-left:auto;
	position:relative;
	min-height:100%;
	
}
.bodyHolder 
{
    border-right:5px solid #D2D2D2;
	border-left:5px solid #D2D2D2;
	border-bottom:5px solid #D2D2D2;
	width:930px;
	float:left;
}
.header {
	width:930px;
	height:85px;
	position:relative;
	margin-right:auto;
	margin-left:auto;
	border-bottom:5px solid #D2D2D2;
	background-image:url(/imagesBL/headerBg.jpg);
	background-repeat:no-repeat;
}
.logo {
	width:229px;
	height:85px;
	position:relative;
	float:left;
}
.contentHolder 
{
    width:930px;
    float:left;
    min-height:300px;
    background-color:#1c1c1c;
}
.homeButton a
{
    width:56px;
    height:40px;
    background-image:url(/imagesBL/btn_home_off.jpg);
    background-repeat:no-repeat;
    float:right;
}
.homeButton a:hover 
{
    width:56px;
    height:40px;
    background-image:url(/imagesBL/btn_home_on.jpg);
    background-repeat:no-repeat;
    float:right;
}
.whatIsBaziButton a
{
    width:106px;
    height:40px;
    background-image:url(/imagesBL/btn_whatisbazi_off.jpg);
    background-repeat:no-repeat;
    float:right;
}
.whatIsBaziButton a:hover 
{
    width:106px;
    height:40px;
    background-image:url(/imagesBL/btn_whatisbazi_on.jpg);
    background-repeat:no-repeat;
    float:right;
}
.productsButton a
{
    width:86px;
    height:40px;
    background-image:url(/imagesBL/btn_products_off.jpg);
    background-repeat:no-repeat;
    float:right;
}
.productsButton a:hover 
{
    width:86px;
    height:40px;
    background-image:url(/imagesBL/btn_products_on.jpg);
    background-repeat:no-repeat;
    float:right;
}
.athletesButton a
{
    width:81px;
    height:40px;
    background-image:url(/imagesBL/btn_athletes_off.jpg);
    background-repeat:no-repeat;
    float:right;
}
.athletesButton a:hover 
{
    width:81px;
    height:40px;
    background-image:url(/imagesBL/btn_athletes_on.jpg);
    background-repeat:no-repeat;
    float:right;
}
.realUsersButton a
{
    width:96px;
    height:40px;
    background-image:url(/imagesBL/btn_realpeople_off.jpg);
    background-repeat:no-repeat;
    float:right;
}
.realUsersButton a:hover 
{
    width:96px;
    height:40px;
    background-image:url(/imagesBL/btn_realpeople_on.jpg);
    background-repeat:no-repeat;
    float:right;
}
.downloadsButton a
{
    width:96px;
    height:40px;
    background-image:url(/imagesBL/btn_downloads_off.jpg);
    background-repeat:no-repeat;
    float:right;
}
.downloadsButton a:hover 
{
    width:96px;
    height:40px;
    background-image:url(/imagesBL/btn_downloads_on.jpg);
    background-repeat:no-repeat;
    float:right;
}
.buyBaziButton a
{
    width:70px;
    height:40px;
    background-image:url(/imagesBL/btn_buy_off.jpg);
    background-repeat:no-repeat;
    float:right;
}
.buyBaziButton a:hover 
{
    width:70px;
    height:40px;
    background-image:url(/imagesBL/btn_buy_on.jpg);
    background-repeat:no-repeat;
    float:right;
}
.footerBlank
{
    width:940px;
    float:left;
    margin:0 0 10px 0;
    padding:10px 0;
    border-top:1px solid #d2d2d2;
}
.footer
{
    width:940px;
    float:left;
    margin:0 0 10px 0;
    padding:10px 0;
    border-top:1px solid #d2d2d2;
    border-bottom:1px solid #d2d2d2;
}
.footerLinks, .footerLinks p
{   
	font-size: 10px;
	color:#D2D2D2;
}
.footerLinks p 
{
    margin:0;
}
.footerLinks a {
	color:#D2D2D2;
    font-size:9px;
    font-weight:normal;
    line-height:13px;
    text-align:left;
    text-decoration:none;
}
.footerLinks a:hover {
	text-decoration:none;
	color:#ff0000;
}