/*------------------------------------
	CLEARFIX
-------------------------------------*/
.clearfix:after {
 clear              : both; 
 content            : "."; 
 display            : block; 
 height             : 0; 
 visibility         : hidden;
}

.clearfix {
 display            : inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
 height             : 1%;
}

.clearfix {
 display            : block;
}
/* End hide from IE-mac */

/*------------------------------------
	GENERIC
-------------------------------------*/
* {
	border: 0;
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-repeat: repeat-x;
	background-color: #e9e9e9;
	background-image: url(../img/bg.jpg);
}

#mainframe {
	margin: 0 auto;
	width: 854px;
	text-align: left;
	background-repeat: no-repeat;
}

.mainframe_homepage {
	height: 763px;
	background-color: #afc2c7;
	background-image: url(../img/bg_home.jpg);
}

.mainframe_about {
	height: 815px;
	background-color: #9fdaf9;
	background-image: url(../img/bg_about.jpg);
}

.mainframe_about_subscriber {
	height: 815px;
	background-color: #9fdaf9;
	background-image: url(../img/bg_aboutsubscriber.jpg);
}

.mainframe_about_keyfacts {
	height: 678px;
	background-color: #9fdaf9;
	background-image: url(../img/bg_keyfacts.jpg);
}

.mainframe_about_digitalstore {
	height: 815px;
	background-color: #9fdaf9;
	background-image: url(../img/bg_aboutdigital.jpg);
}

.mainframe_editorial {
	height: 867px;
	background-color: #a8c46b;
	background-image: url(../img/bg_editorial.jpg);
}

.mainframe_interactive {
	height: 974px;
	background-color: #faf6ec;
	background-image: url(../img/bg_interactive.jpg);
}

.mainframe_partners {
	height: 864px;
	background-color: #fdd9a6;
	background-image: url(../img/bg_partners.jpg);
}

.mainframe_contact {
	height: 757px;
	background-color: #FFFFFF;
	background-image: url(../img/bg_contact.jpg);
}

.mainframe_tnc {
	height: 757px;
	background-color: #FFFFFF;
	background-image: url(../img/bg_tnc.jpg);
}

.subtitle {
	font-size: 1.1em;
	font-weight: bold;
}

/*------------------------------------
	HEADER
-------------------------------------*/
#header #header_logo {
	width: 100%;
	height: 85px;
	/*padding: 15px 0 0 33px;*/
}

#header #header_logo img {
	margin: 15px 0 0 33px;
}

#header #topnav {
	width: 100%;
	height: 29px;
	overflow: hidden;
	background-color: #c41b26;
	background-image: url(../img/bg_topnav.gif);
	background-repeat: repeat-x;
	text-align: center;
}

#header #topnav ul {
	list-style: none;
}

#header #topnav ul li {
	float: left;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(../img/topnav_divider.gif);
}

#header #topnav ul li.last {
	background: 0;
}

#header #topnav #topnav_homepage {
	width: 120px;
	padding-left: 7px;
}

#header #topnav #topnav_about {
	width: 135px;
}

#header #topnav #topnav_editorial {
	width: 150px;
}

#header #topnav #topnav_interactive {
	width: 153px;
}

#header #topnav #topnav_partners {
	width: 141px;
}

#header #topnav #topnav_contact {
	width: 128px;
	padding-right: 10px;
}

/*------------------------------------
	BODY
-------------------------------------*/
#body {
	margin: 19px 0 15px 19px;
}

#body #wrapper {
	width: 360px;
	padding: 15px 0px 0 20px;
}

#body #wrapper p {
	margin: 0.8em 0;
}

#body #wrapper a {
	color: #000;
}

#body #wrapper .speechbubble {
	margin: auto auto -5px -17px;
}

#body #wrapper ol {
	padding-left: 15px;
	font-size: 1.1em;
}

#body #wrapper ul {
	padding-left: 15px;
	font-size: 1.1em;
}

#body #wrapper ol {
	padding-left: 20px;
	font-size: 1.1em;
}

#body #wrapper ol#tnc {
	margin-top: 7px;
	font-size: 12px;
	line-height: 1.05em;
	letter-spacing: 0px;
}

#body #wrapper ol#tnc li {
	margin-bottom: 0.8em;
}

#body #wrapper ul.list_double_arrow_red {
	color: #bd000c;
	font-weight: bold;
	list-style-image: url(../img/doublearrow_red.gif);
}

#body #wrapper ul.list_double_arrow_red a {
	color: #bd000c;
}

#body #wrapper ul.list_double_arrow_cyan {
	color: #0091bc;
	font-weight: bold;
	list-style-image: url(../img/doublearrow_cyan.gif);
}

#body #wrapper .cyan,
#body #wrapper ul.list_double_arrow_cyan a {
	color: #0091bc;
}

/*------------------------------------
	FOOTER
-------------------------------------*/

#footer {
	margin: 0 auto;
	width: 854px;
	height: 25px;
	overflow: hidden;
	background-color: #202020;
	background-image: url(../img/bg_footer.gif);
	background-repeat: repeat-x;
	text-align: left;
	clear: both;
}

#footer img {
	margin-left: 28px;
}