body {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	background: white url(../img/background_main.jpg) 0 0;
}
body.male {
	background: white url(../img/background_main_blue.jpg) 0 0;
}

/* elements */

a:link, a:visited {
	text-decoration: none;
	color: #898989;
}

a:hover, a:active {
	color: #000;
}

p, h1, h2, h3 {
	margin-bottom: 10px;
}

h1, h2, h3 {
	font-weight: bold;
}
h1 {
	font-size: 1.3em;
}
h2 {
	font-size: 1.15em;
}

strong,b {
	font-weight: bold;
}
small {
	font-size: .8em;
	line-height: 8px;
}
form {
	margin-bottom: 40px;
}

table img {
	padding-right: 15px;
}

/* layout */

div#container {
	width: 900px;
	margin: 0px auto;
	line-height: 0px;
}
div#content {
	background: transparent url(../img/background_content.png) 0 0 repeat-y;
	width: 900px;
}
div#content_board {
	width: 830px;
	margin-left: 35px;
	background: white url(../img/background_content_bottom.png) no-repeat left bottom;
}
body.male div#content_board {
	background: white url(../img/background_content_bottom_blue.png) no-repeat left bottom;
}
div#content_holder {
	width: 580px;
	float: left;
	margin: 30px 15px 80px 35px;
	line-height: 120%;
}
div#banner {
	background: transparent url(../img/content_banner_bg.png) no-repeat scroll 0 0;
	color: white;
	float: right;
	padding: 16px;
	width: 160px;
}
div#banner.fr {
	background: transparent url(../img/content_banner_bg_small.png) no-repeat scroll 0 0;
	width: 120px;
}

div#footer img {
	margin-right: 60px;
}
/* helper */

div.clearfix {
	clear: both;
}
div#flash_header, div#flash_action {
	line-height: 0;
}
p.message {
	border: 3px solid black;
	padding: 10px;
	text-align: center;
	width: 80%;
}

/* start */

body#start {
	background: white url(../img/start_background_main.jpg) 0 0;
}
body#start div#content {
	height: 530px;
	width: 900px;
	background: transparent url(../img/start_background_content.png) no-repeat left bottom;
}
body#start div#content_holder{
	margin: 200px 75px;
}
div#trailer {
	width: 500px; 
	height: 370px;
	float: left;
	margin: 70px 0 0 50px;
}
div#trailer_info {
	width: 300px; 
	float: right; 
	text-align: right;
	margin: 115px 50px 0 0;
	line-height: 115%;
}


/* newsletter */

body#newsletter {
	background: white url(../img/background_main.jpg) 0 0;
}

body#newsletter div#content {
	background: transparent url(../img/newsletter_background.jpg) no-repeat scroll 10px 0;
	height: 360px;
	padding: 40px 0 0 50px;
	line-height: 115%;
}
div#footer {
	font-size: 9px;
	color: #898989;
	text-align: center;
	margin-bottom: 30px;
	line-height: 120%;
}
body#newsletter div#content h1,
body#newsletter div#content p {
	margin-left: 20px;
}
body#newsletter div#content img {
	margin-bottom: 20px;
}
body#newsletter div#footer img {
	margin-right: 0;
}
div#footer p.flags img {
	margin-right: 30px;
}

img.heading {
	position: relative;
	left: -20px;
	display: block;
}
table td {
	padding-bottom: 10px;
}
input, textarea {
	border: 1px solid black;
	padding: 3px;
	background-color: white;
	width: 200px;
}
input.checkbox {
	width: auto;
	border: 0;
}
input#submit {
	width: auto;
}
textarea {
	width: 440px;
}

/* dev */

p.error {
	font-size: 200%;
	color: red;
	font-weight: bold;
}
div#content_noflash {
	line-height: 115%;
	background: transparent url(../img/background_content.png) repeat-y scroll 0 0;
}
div#content_noflash_inner {
	background-color: white;
	margin: 0 35px;
	padding: 10px 35px;
}

div#footer p.flags .lang-es img
{
	margin: 0;
}