/* Betfair.NET PFF Homepage provisional CSS styles*/
/* Interface Design - Wai Man - www.fullcontrast.com */
/* v1.0 | RESET 20080212 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background: #000000 url(images/STM003_BG.jpg) no-repeat center top;
	/*background-attachment: fixed;*/
	overflow-x: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#main {
	width: 960px;
	height: 100%;
	padding-top: 65px;
}

#header {
	width: 960px;
	height: 260px;
	text-align: center;s
}

#logo {
	float: left;
	width: 119px;
	height: 220px;
	padding-right: 50px;
	background: url(images/logoSTM003.jpg) no-repeat;
}

#title {
	float: left;
	width: 448px;
	height: 224px;
	margin-top: 5px;
	background: url(images/titleSTM003.png) no-repeat;
}

#buynow {
	float: right;
	width: 264px;
	height: 224px;
	padding-right: 30px;
}

#nav {
	float: left;
	width: 960px;
	height: 50px;
	background: url(images/navBg.png) no-repeat;
}

.btnLike {
	float: left;
	padding-left: 20px;
	padding-top: 12px;
}

.btnLike2 {
	float: right;
	padding-left: 20px;
	padding-top: 12px;
}

#btnFacebook {
	float: right;
}

#btnTwitter{
	float: right;
}

#btnMyspace {
	float: right;
}

#btnYoutube{
	float: right;
}

.btnDownload {
	float: right;
	padding-top: 8px;
	padding-left: 8px;
}

#quotebox {
	width: 860px;
	padding-top: 140px;
	padding-bottom: 160px;
}

#quotes {
	float: right;
	width: 528px;
	height: 99px;
	background: url(images/quotes.png) no-repeat;
}

#wallbox {
	width: 960px;
}

#titlewall {
	float: left;
	width: 533px;
	height: 51px;
	background: url(images/titleWall.png) no-repeat;
}

#wallbody {
	float: left;
	width: 960px;
	height: 320px;
	margin-top: 15px;
	margin-bottom: 25px;
	background: #000000;
}

#wall1 {
	float: left;
	padding: 18px 0px 0px 23px;
}

#wall2 {
	float: right;
	padding: 18px 23px 0px 0px;
}

#wallC1 {
	float: left;
	width: 450px;
}

#wallC2 {
	float: right;
	width: 450px;
}

#hearbox {
	width: 960px;
}

#titleHear {
	float: left;
	width: 375px;
	height: 51px;
	background: url(images/titleHear.png) no-repeat;
}

#hearbody {
	float: left;
	width: 960px;
	height: 420px;
	margin-top: 15px;
	margin-bottom: 15px;
	background: #000000;
}

#hearC1 {
	float: left;
	width: 620px;
	padding: 18px 0px 0px 23px;
}

#hearC2 {
	float: right;
	width: 310px;
	padding: 18px 0px 0px 0px;
}


#titleSupport{
	float: left;
	width: 960px;
	height: 51px;
	background: url(images/titleShow.png) no-repeat;
}

#supportbody {
	float: left;
	width: 960px;
	height: 420px;
	margin-top: 15px;
	margin-bottom: 15px;
	background: #000000;
}

#socialFace {
	float: left;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

#socialTwitter {
	float: left;
	padding-top: 15px;
	padding-right: 15px;
}

#socialYoutube {
	float: left;
	padding-top: 15px;
	padding-right: 15px;
}

#copyright {
	float: left;
	width: 960px;
	height: 100px;
}

/********** FONTS **********/

a:link {
	color: #2797e6;
	text-decoration: none;
	font-family:"Tahoma", Georgia, Serif;
	font-size:11px;
}/* unvisited link */
a:visited {
	color: #2797e6;
	text-decoration: none;
	font-family:"Tahoma", Georgia, Serif;
	font-size:11px;
}  /* visited link */
a:hover {
	color:#f9f9f9;
	text-decoration:underline;
	font-family:"Tahoma", Georgia, Serif;
	font-size:11px;
}  /* mouse over link */
a:active {
	color:#ffba00;
	font-family:"Tahoma", Georgia, Serif;
	font-size:11px;
}  /* selected link */

p.bodyLight {
	color: #909090;
	font-family:"Tahoma";
	font-size:12px;
	text-align:left;
	line-height: 15px;
	padding-left: 20px;
	padding-top: 25px;
}
