﻿/*------------------------------------------
Created:	14 September, 2009
Author:		Adam Alexander
Contact:	adam@tripleonedigital.com
Website:	www.tripleonedigital.com
-------------------------------------------*/

body {
	background: #F3C400 url(/images/gradient.png) repeat-x top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333;
	margin: 0px;
	padding: 0px;
}

/* ----- Generic styles ----- */

p {
	font-size: 1.2em;
	margin:0px;
	padding:0px 0px 10px 0px;
}
div {
	padding:0px;
	margin:0px;
}
abbr {
	cursor:help;
}
.clear {
	clear:both;
}
.bold {
	font-weight:bold;
}
.micro {
	font-size:0.9em;
}
a:active, a:focus {
	outline: 0;
}
ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
img {
	border-style: none;
}

/* ----- Anchors ----- */
	
a:link, a:visited, a:active {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #F4C500;
}
.mainnav a.live {
	color: #F4C500!important;
}

a.btn1de { background: url(/de/images/download-btn-1.jpg) no-repeat top; width: 137px;	height: 34px; }
a.btn2de { background: url(/de/images/download-btn-2.jpg) no-repeat top; width: 137px;	height: 34px; }
a.btn1en { background: url(/en/images/play-btn-1.jpg) no-repeat top; width: 107px;	height: 34px; }
a.btn2en { background: url(/en/images/play-btn-2.jpg) no-repeat top; width: 107px;	height: 34px; }
a.btn1es { background: url(/es/images/download-btn-1.jpg) no-repeat top; width: 137px;	height: 34px; }
a.btn2es { background: url(/es/images/download-btn-2.jpg) no-repeat top; width: 137px;	height: 34px; }
a.btn1fr { background: url(/fr/images/download-btn-1.jpg) no-repeat top; width: 176px;	height: 34px; }
a.btn2fr { background: url(/fr/images/download-btn-2.jpg) no-repeat top; width: 176px;	height: 34px; }
a.btn1it { background: url(/it/images/download-btn-1.jpg) no-repeat top; width: 163px;	height: 34px; }
a.btn2it { background: url(/it/images/download-btn-2.jpg) no-repeat top; width: 163px;	height: 34px; }

a.button:link, a.button:visited {
	display: block;
	position: absolute;
	top: 94px;
	right:15px;
}

a.button:hover {
	background-position: bottom;
}

/* ----- Headings ----- */

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 15px 0px 15px;
	margin: 0px;
	color: #F4C500;
	font-size: 2em;
}
h2 {
	padding: 0px 0px 5px 0px;
	margin: 0px;
	color: #000;
	font-size: 1.2em;
}
h3 {
	background: #231D17 url('/images/h3-back.jpg') repeat-x top;
	padding: 5px 10px;
	margin: 0px;
	color: #FFF;
	font-size: 1.3em;
	border-bottom: 1px #000 solid;
}

/* ----- Main Containers ----- */

.wrapper {
	width: 980px;
	margin: 0px auto;
	/*Centers in Firefox*/	padding: 0px;
}

.colwrapper {
	word-spacing: -1em;
	letter-spacing: -1em;
	background-color: #000;
}

.col {
	display: inline-block;
	word-spacing: normal;
	letter-spacing: normal;
	vertical-align: top;
}

/* ----- Header ----- */

.header {
	background: #000 url('/images/tabbed-logo-grad.jpg') repeat-x left bottom;
	position: relative;
}
.header-banner {
	float: right;
	padding: 10px 0px 0px 0px;
}
.mainlogo {
	padding: 52px 0px 0px 0px;
	border:none!important;
}
.toptab {
	background: url(/images/toptab.jpg) no-repeat bottom left;
	position: absolute;
	top: 0px;
	left: 0px;
}
.contactlink {
	position: absolute;
	bottom: 2px;
	right: 10px;
}
a.tilllatelink {
	background: url(/images/toptabend.jpg) no-repeat bottom right;
	display: block;
	padding: 5px 10px;
	color: #F4C500;
	font-weight:bold;
}
a.tilllatelink:hover {
	color: #FFF;
}

/* ----- Navigation ----- */

.mainnav {
	background: url(/images/nav-repeat.jpg) repeat-x;
	height: 40px;
	width: 100%;
	clear: both;
	position: relative;
	margin-top:1px;
}
.mainnav li {
	background: url('/images/nav-divider.jpg') no-repeat right;
	height: 40px;
	float: left;
}
.mainnav li a:link, .mainnav li a:visited {
	padding: 10px 10px 5px 10px;
	font-weight: bold;
	font-size: 1.3em;
	display: block;
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.mainnav li a:hover {
	color: #F5C500;
}

/* ----- Columns -----*/

.leftcol {
	width: 668px;
	padding: 2px 2px 0px 0px;
}
.rightcol {
	float:right;
	width: 310px;
	padding: 2px 0px 0px 0px;
}

.colcontent {
	background-color: #251F18;
	padding: 5px;
	margin-bottom:2px;
}

.maincon {
	background: #251F18 url(/images/gaming-img.jpg) no-repeat;
	padding: 20px 0px 0px 20px;
	height: 230px;
}
.maincon p {
	width: 250px;
	color: #FFF;
	line-height: 1.8em;
}
.posrel {
	position: relative;
}
/* ----- Footer ----- */

.footer {
	background-color: #181818;
	border-bottom: #000 1px solid;
	border-top: #333 1px solid;
	padding: 10px;
	color: #FFF;
}
.footer .footer-left {
	float: left;
	width: 500px;
	padding-top: 5px;
}
.footer .footer-right {
	float: right;
	width: 400px;
	padding-top: 5px;
}
.subfooter {
	background-color: #181818;
	border-top: #333 1px solid;
	padding: 10px;
	color: #666;
}
