/* CSS Document */
* {
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #454545;
	text-decoration: none;	
}

body {
	font-weight: normal;
	font-size: 13px;
	background-color:#000000;	
	background-image:url(../images/bg2.gif);
	background-repeat:repeat-x;
	padding-top:6px;
}
#logo{
    position:absolute;
	width:279px;
	height:158px;
	left:50%;
	margin-left:-140px;
	background-image:url(../images/logo-green-thin.gif);
}

#frame{
	width:810px;
	background-color:transparent;
	margin-top: 0px;
	margin-left: -405px;
	left: 50%;
	top:200px;
	position: absolute;
}

#frame p{text-align:center;}

#intro{
    float:left;
	width:810px;
	background-color:transparent;
	margin:0;
	text-align:center;
	color:#F3F3F3;
	font-size:16px;
	font-weight:normal;
	padding:0 0 8px 0;
}
    
.stackerbox{
	float:left;
	width:809px;
	background-color:#1A1A1A;
	margin:30px 0 0 0;
	text-align:left;
	height:336px;
	background-repeat: no-repeat;
	background-image: url(../images/box-bg.gif);
}

.innerbox{
    Float:right;
	height:336px;
	width:270px;
	background-color:transparent;
	background-repeat: no-repeat;
	text-align:center;
	margin-top:1px;
}

.caption{
    padding:100px 25px 0 25px; 
	float:left;
	}
.britball{
	background-image: url(../images/britball-bg.jpg);
	
}
	
.trickortreat{
    background-image:url(../images/trickortreat.jpg);
}

.bb{
	background-image:url(../images/bb-logo.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
  
.tot{
    background-image:url(../images/tot-logo.gif);
	background-repeat: no-repeat;
	background-position: center top;
} 
    

p{
    
	padding:0;
	color:#CCCCCC}
	
.trailer{
    float:left;
	width:270px;
    margin-top:20px;
}
  
a img{ border:none;}

a{color: #9BB645;
} 

a:hover{
    color: #9BB645;
	text-decoration:underline;
}


#footer{
    float:center;
    color:#FFFFFF;
    font-size:12px;
	background-color:transparent;
	height:20px;
    line-height:38px;
	width:810px;
	margin:15px 0 0 0;
	padding-bottom:70px;
	padding-top:1050px;
	padding-left:420px;
}

#footer p{
    color:#5C5C5C;
	text-align:center;
	padding:0 3px 0 0;
}

.paypal{float:left; margin-top:10px; width:270px;}


.price{
    float:left;
	width:270px;
    font-size:14px;
	font-weight:bold;
	margin-top:16px;
}
	

