@charset "utf-8";
/* CSS Document */

/*Allmänna saker*/

body{
	height:100%;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#FFF;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666;
}

h1{
	font-weight:lighter;
	font-size:64px;
	letter-spacing:-7px;
	color:#d50303;
	margin-bottom:40px;
}



h2{
	font-size:32px;
	font-weight:lighter;
	letter-spacing:-3px;
	color:#d50303;
	margin-bottom:0;
}

h3{
	color:#FFF;
	margin-bottom:-10px;
}

h4{
	font-size:24px;
	font-weight:lighter;
	letter-spacing:-1px;
	color:#666;
	margin-bottom:-10px;
}

p{
	font-size:14px;
	margin-bottom:15px;
}

a{
	text-decoration:none;
	color:#333;
}

a:hover{
	color:#F00;
}

img{
	border:0;
}

#containter{
	width:1024px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
}

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('bebasneue-webfont.eot?') format('eot'),
         url('bebasneue-webfont.woff') format('woff'),
         url('bebasneue-webfont.ttf') format('truetype'),
         url('bebasneue-webfont.svg#webfontDmKeoDy6') format('svg');
    font-weight: normal;
    font-style: normal;

}


/*Klasser*/

.noborder{
	border:0;
}

.clear {
   height: 0;
   font-size: 1px;
   margin: 0;
   padding: 0;
   line-height: 0;
   clear: both;
}

.fLeftImg{
	float:left;
	margin:10px;
}

.fRightImg{
	float:right;
	margin:20px;
}

.intro{
	color:#3a484a;
	font-size:22px;
	line-height:30px;
}

.red{
	color:#d61a21;
}

.Cntr{
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.entry{
	color:#d61a21;
	font-size:14px;
	font-weight:normal;
	margin-bottom:-20px;
	text-transform:uppercase;
	letter-spacing:normal;
}

.txtRight{
	text-align:right;
	font-size:12px;
}

/*Klasser slut*/
/*Slut allmänt*/

/*Allt som ligger i toppen*/

#top{
	width:100%;
	height:90px;;
}

#logo{
	width:250px;
	height:88px;
	border:0;
	position:relative;
	top:0px;
	z-index:5;
	margin:10px 0 0 0;
}

#flag{
	width:28px;
	height:28px;
	position:relative;
	left:244px;
	top:-70px;
	z-index:2;
}

#menuContainer{
	width:600px;
	height:auto;
	float:right;
	padding-top:10px;
}

#menu{
    list-style: none;
    margin: 0;
    padding: 0;
	font-size:25px;
	color:#8f8f8f;
}
	
#menu li {
      float: left;
	  margin: 0 20px 0 0;
}

#menu li a{
	text-decoration:none;
	color:#999999;
}

#menu li a:hover{
	color:#d50404;
}

#menu li a span{
	font-size:10px;
	display:block;
}

#menu li a strong{
	font-family:BebasNeueRegular;
	font-size:40px;
	display:block;
	margin:-5px 0 -5px 0;
}

.menuBox{
	width:auto;
	height:50px;
	float:left;
	margin-right:18px;
	padding-right:3px;
}

.menuText{
	margin-left:50px;
	margin-top:0;
	margin-bottom:0;
	margin-right:0;
	font-size:25px;
}

.subText{
	font-size:12px;
	font-weight:normal;
	letter-spacing:normal;
	color:#d50404;
	margin:0;
}

.subText a{
	color:#d50404;
}

.subText a:hover{
	color:#c10303;
}
	

/*Slut toppen*/

/*Spot Light*/

#spotlight{
	width:1020px;
	height:500px;
	margin-left:auto;
	margin-right:auto;
}

.sl{
	float:left;
}

/*Slut Spot Light*/

/*Innehållet: Main, content, cBox, SubAd, SubAdBox, ColumnL, ColumnR, thxU*/

#main{
	width:100%;
	height:auto;
	position:relative;
}
#content{
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

.cBox{
	width:auto;
	height:auto;
	margin:20px;
	line-height:1.8em;
}

.cBoxW{
	width:auto;
	height:auto;
	padding:20px;
	margin:10px;
}


#subAd{
	background-image:url(images/ShadowBg.png);
	background-repeat:no-repeat;
	width:940px;
	height:270px;
	margin-top:50px;
	margin-left:auto;
	margin-right:auto;
}

#subAdContent{
	width:96%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

.subAdBox{
	width:30%;
	height:auto;
	margin:15px;
	float:left;
	line-height:1.5em;
}

#columnL{
	width:60%;
	height:auto;
	float:left;
}

#columnR{
	width:40%;
	height:auto;
	float:right;
	padding-top:30px;
}

#thxContainer{
	width:600px;
	height:480px;
	background-image:url(images/thx.png);
	margin-left:auto;
	margin-right:auto;
	padding-top:100px;
}

#thxHead{
	height:150px;
	width:100%;
	font-size:136px;
	font-weight:bolder;
	text-align:center;
	letter-spacing:-15px;
	
}

#thxBody{
	height:160px;
	width:100%;
	text-align:center;
}

#thxNav{
	height:100px;
	width:100%;
}

.thxNavMain{
	height:42px;
	width:auto;
}
.thxNavContent{
	height:100%;
	width:auto;
	float:left;
	margin-top:5px;
}

.thxNavContent a{
	font-size:34px;
	font-weight:bold;
	letter-spacing:-2px;
	color:#333;
}

.thxNavContent a:hover{
	color:#d50404;
}

.subNavText{
	font-size:12px;
	margin-left:8px;
	color:#d50404;
	letter-spacing:normal;
	font-weight:normal;
	line-height:1px;
}
	


/*Slut innehållet*/

/*Sid foten*/

#foot{
	background-image:url(images/footBg.jpg);
	background-repeat: repeat-x;
	width:100%;
	height:179px;
}

#footContainer{
	width:940px;
	height:179px;
	margin-left:auto;
	margin-right:auto;
}

#footMain{
	width:100%;
	height:auto;
}

#footContent{
	width:50%;
	height:100px;
	float:left;
}

#foot p{
	color:#999;
	font-size:12px;S
}

#footContent a{
	color:#d61a21;
	text-decoration:none;
}

#footMenu{
	width:100%;
	height:auto;
	text-align:right;
}

#footMenu li{
	display:inline;
	font-size:12px;
}

#footMenu li a{
	text-decoration:none;
	color:#999;
}

#footMenu li a:hover{
	color:#666;
}
	

/*Slut sidfoten*/

#meerkat{
	display:none;
	width:100%;
}


