*
{
	margin:0px;
	padding:0px;
}

@font-face { font-family: SpaceAge; src: url('../_img/space_age.otf'); } 

body
{
	background-color:#FFF;
		min-width:1150px !important;
}

div.all
{
	width:100%;
	text-align:center;
	position:relative;
	
	border:0px solid red;
	
}

div#top_all
{
	height:30px;
	
	background-color:#000;
}

div#header_all
{
	height:90px;
	
	background-image:url('../_img/header-back.png');
	background-repeat:repeat-x;
}

div#menu_all
{
	height:50px;
	
	background-image:url('../_img/menu-back.png');
	background-repeat:repeat-x;
}

div#main_all
{
	height:450px;
	background-color:#550000;
}

div#content_all
{
	background-image:url('../_img/content-all-back.png');
	background-repeat:repeat-x;
	height:550px !important;

	z-index:1;
}

div#footer_all
{
	height:50px;
	z-index:10;
}

/* ---------------------------------- */

div.main
{
	width:1150px;
	margin:auto;
	
	position:relative;
}

div#top
{
	height:30px;
	border:green 0px solid;
}

div#header
{
	height:90px;
	border:green 0px solid;
}

div#menu
{
	height:50px;
	border:green 0px solid;	
}

div#main
{
	height:450px;
	border:green 0px solid;
	
	background-image:url('../_img/main-back.jpg');
	background-repeat:no-repeat;
	background-position:center bottom;
}

div#content
{	
	background-image:url('../_img/content-front-back.png');
	background-repeat:no-repeat;
	background-position:center top;
	z-index:999;
	position:relative;	
	padding-top:80px;
}

div#footer
{
	border-top: 1px solid #EEE;
	height:50px;
	padding-bottom:10px;
	padding-top:10px;
	margin-top:50px;
}

/* -------------------------------------------- */

/* HEADER */

/* LOGO */
#logo
{
	float:left;
	background-image:url('../_img/logo.png');
	background-repeat:no-repeat;
	background-position:center center;
	
	height:125px;
	width:800px;
	z-index:99999;
	position:absolute;
	top:-25px;
	left:35px;
}


/* FLAGI */
#languages
{
	float:right;
	left:850px;
	width:300px;
	top:-28px;
	margin-right:50px;
	position:absolute;
}

#languages img
{
	margin-right:5px;
	margin-left:5px;
	border:none;
	width:40px;
	height:40px;
}

#languages img.active
{
	width:48px;
	height:48px;
}

#languages img.active:hover
{
	margin-right:5px;
	margin-left:5px;
}

#languages img:hover
{
	width:48px;
	height:48px;
	margin-right:1px;
	margin-left:1px;
}


#languages a
{
	text-decoration:none;
}


/* MENU */

ul#mainMenu
{
	list-style-type:none;
	display:block;
	margin-left:80px;
}

ul#mainMenu li
{
	display:block;
	float:left;
	width:140px;
	text-align:center;
	border-left:1px solid #B00;
	height:50px;
}

ul#mainMenu a
{
	font-family:Calibri, sans-serif;
	text-transform:uppercase;
	color:#FFF;
	font-size:18px;
	font-weight:900;
	text-decoration:none;
	opacity:0.9;
	display:block;
	padding-top:12px;
	height:37px;
	
	text-shadow: #000 2px 2px;
}

ul#mainMenu a:hover
{
	font-family:Calibri, sans-serif;
	text-transform:uppercase;
	color:#FFF;
	font-size:18px;
	font-weight:900;
	text-decoration:none;
	opacity:1.0;
	display:block;
	padding-top:13px;
	height:37px;
	background-image:url('../_img/menu-back-hover.png');
	
	text-shadow: #000 2px 2px;
}

ul#mainMenu a.active
{
	font-family:Calibri, sans-serif;
	text-transform:uppercase;
	color:#FFF;
	font-size:18px;
	font-weight:900;
	text-decoration:none;
	opacity:1.0;
	display:block;
	padding-top:13px;
	height:37px;
	background-image:url('../_img/menu-back-hover.png');
	text-shadow: #000 2px 2px;
}




/* CONTENT */

div#intros
{
	width:1000px;
	height:430px;
	padding-top:20px;
	font-family:Calibri;
	z-index:0;
	margin:auto;
	background-image:url("../_img/intros-back.png");
	background-position:center center;
	background-repeat:no-repeat;
}

div.content-intro-col
{
	float:left;
	width:290px;
	padding:0px 20px;
	margin:0px;
}

#intros h1
{
	text-align:left;
	font-weight:900;
	font-size:32px;
	line-height:32px;
	color:#333;
}

#intros h2
{
	text-align:left;
	text-indent:0px;
	font-weight:900;
	font-size:20px;
	line-height:24px;
	color:#BBB;
	
	
	display:block;
	margin-bottom:7px;
}

#intros p
{
	text-align:justify;
	font-size:15px;
	line-height:18px;
	color:#555;
}



#intros a.more
{
	display:block;
	float:right;
	margin-top:10px;
	text-align:right;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
	color:#333;
	
	height:35px;
	padding-top:5px;
	width:90px;
	background-image:url(../_img/more-back.png);
	background-position:left center;
	background-repeat:no-repeat;
}

#intros a.more:hover
{
	display:block;
	float:right;
	border: 0px solid red;
	margin-top:10px;
	text-align:right;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	color:#333;
	
	height:35px;
	padding-top:5px;
	width:95px;
	background-image:url(../_img/more-back.png);
	background-position:left center;
	background-repeat:no-repeat;
}



/* SLOGAN */

#slogan
{
	float:right;
	width:850px;
	margin: 30px 50px;
	font-family:Calibri;
	text-align:left;
		
	border: 0px solid red;
}


#slogan h1
{
	display:block;
	margin-left:0px;
	margin-top:;
	font-weight:900;
	font-size:52px;
	line-height:52px;
	color:#FFF;
	
	text-shadow: #000 2px 2px;
}


#slogan h2
{
	display:block;
	margin-left:80px;
	margin-top:15px;
	font-weight:900;
	font-size:32px;
	line-height:32px;
	color:#FFF;
	
	text-shadow: #000 2px 2px;
}

#slogan h3
{
	display:block;
	margin-left:430px;
	margin-top:30px;
	font-weight:900;
	font-size:24px;
	line-height:28px;
	color:#FFF;
	
	text-shadow: #000 2px 2px;
}

#slogan h3 strong
{
	font-size:26px;
}

/* NEWSLETTER */

#newsletter
{
	display:block;
	margin-top:40px;
	margin-left:480px;
	
	width:350px;
	height:100px;
	padding-top:20px;
	
	text-align:center;
	background-image:url('../_img/news-letter-mod-back.png');
	background-repeat:no-repeat;
	background-position:center center;
	
	font-family:Calibri;
}

#newsletter input
{
	font-family:Calibri;
	color:#600;
	padding:5px;
	font-size:17px;
	font-weight:900;
	text-align:center;
}

#newsletter label
{
	display:block;
	margin-bottom:10px;
	font-weight:900;
	font-size:22px;
	line-height:24px;
	color:#FFF;
	
	text-shadow: #000 2px 2px;
}

#newsletter small
{
	display:block;
	margin-top:4px;
	font-family:Calibri;
}

#newsletter small a
{
	color:#000;
	text-decoration:underline;
	font-size:12px;
}


#footer
{
	font-family:Calibri;
	color:#BBB;
	font-size:12px;
	text-align:left;
	padding-left:0px;
}

#footer a
{
	text-decoration:none;
	border-bottom:1px dotted #BBB;
	color:#CCC;
}

#footer a:hover
{
	text-decoration:none;
	border-bottom:1px solid #999;
	color:#666;
}

#powerade
{
	float:right;
	text-align:right;
	width:300px;
}

div.social
{
	clear:both;
	width:1050px;
	padding:0px;
	margin:0px;
	height:20px;
	margin-top:15px;
	margin-bottom:5px;
}

div.socButtons
{
	float:right;
	width:250px;
	text-align:right;
	margin-right:-150px;
	opacity:0.4;
}

div.socButtons:hover
{
	opacity:1.0;
}
