/***************************
09/09/09 NEW talent LAYOUT ADDED
**************************/
*{
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
}
html {
	height:100%;
	width: 100%;
	background-color: #ffffff;
	color: #000;
	font-size: 12px;
}
body {
}
/**************************
BAT LANDING PAGES
***************************/
#page_all{
	width: 948px;
	margin-right: auto;
	margin-left: auto;	
	/*position: relative;
	background-image: url(images/BAT_layout.gif);
	background-repeat: no-repeat;
	background-position: left top;*/
}
.logo{
	float: left;
	padding-top: 15px;
}
.wordlogo{
	float: right;
	padding-top: 20px;
}
.athlete{
	width: 210px;
	float: left;
	display: block;
}
.promos {
	width: 184px;
	float: right;
	text-align: center;
	padding-top: 15px;
}
.promos h1{
	font-size:12px;
	color: #CC0000;
	padding-bottom: 30px;
	text-align: center;
	line-height: 13px;
}
.ad_wrapper{
	float:left;
	width:184px;
	clear:none;
	background-image: url(../images/wrapper.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/********* ENTRY **********/
.showcase_entry {
	font-size:11px;
	color: #666;
	line-height: 12px;
	padding-bottom: 4px;
	display: block;
	width: 180px;
}
.showcase_entry p {
	padding-bottom: 0px;
}
.showcase_entry strong{
	color: #CC0000;
}
.content {
	width: 500px;
}
.content .pagetitle {
	font-size: 18px;
	color: #CC0000;
	display: block;
	line-height: 22px;
	padding-bottom: 5px;
	font-weight: bold;
}
.content h1{
	font-size:16px;
	color: #666666;
	padding-bottom: 5px;
	line-height: 18px;
	font-weight: normal;
}
.content p {
	font-size: 12px;
	line-height: 18px;
	color: #000;
	display: block;
	padding-bottom: 15px;
	text-align: left;
}
.content h2{
	font-size:17px;
	color: #333333;
	padding-bottom: 5px;
	line-height: 18px;
}
.content h3{
	font-size:13px;
	line-height: 15px;
	padding-bottom: 5px;
	font-weight: normal;
	text-align: left;
	color: #666666;
	display: block;
}
.content h4{
	font-size:14px;
	line-height: 20px;
	padding-bottom: 5px;
	font-weight: normal;
}
.content h5{
	font-size:14px;
	line-height: 16px;
	padding-bottom: 5px;
	font-weight: normal;
	text-align: left;
	color: #CC0000;
}
.content h6 {
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	display: block;
	padding-bottom: 10px;
	font-weight: normal;
}
.content ul{
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 10px;
	font-weight: normal;
	list-style-position: outside;
	list-style-type: square;
	padding-left: 14px;
}
.legalline{
	font-size: 11px;
	color: #666666;
	text-align: right;
	display: block;
	padding-top: 15px;
	padding-right: 20px;
}
a {
color: #CC0000;
}
.clear{
	clear: both;
	padding-bottom: 10px;
}
