/*  
	Rapatac 2010  

	Layout + import
*/

@import url("reset.css");
@import url("type.css");

body { text-align:center; background:#e3e3e3 url(../images/layout/body_bg.gif) top center repeat-x; }


#wrapper { width:960px; margin:20px auto; text-align:left; }
#header { height:274px; background:#fff url(../images/layout/header_img.jpg) no-repeat; position:relative; }

	#logo { width:230px; height:234px; text-indent:-99999em; overflow:hidden; background:url(../images/layout/logo.png) no-repeat; position:absolute; top:0; left:-40px; }
	
	#partner { width:298px; height:70px; text-indent:-99999em; overflow:hidden; background:url(../images/layout/partner.png) no-repeat; position:absolute; top:2px; left:335px; cursor:pointer; }

	#lang { width: 200px; height:30px; position:absolute; top:10px; right:10px; background:#fff; background:rgba(255, 255, 255, 0.5) }
		#lang li { float:left; padding-left: 40px; line-height:30px; }
		#lang li.en { background:url(../images/layout/lang_en.gif) 12px 10px no-repeat; }
		#lang li.sv { background:url(../images/layout/lang_sv.gif) 12px 10px no-repeat; }
		#lang a { color:#424242; border-bottom: 1px dotted #f5951d; }
	
	#sections { width:205px; height:100px; position:absolute; right:21px; bottom:54px; background: url(../images/layout/sections.png) no-repeat; }
	#sectionsf { width:205px; height:100px; position:absolute; right:21px; bottom:54px; background: url(../images/layout/sections_forthe.png) no-repeat; }
	#sectionsn { width:205px; height:100px; position:absolute; right:21px; bottom:54px; background: url(../images/layout/sections_non.png) no-repeat; }

#sections li a { display:block; text-indent:-99999em; width:205px; height:50px; cursor:pointer; }
#sectionsf li a { display:block; text-indent:-99999em; width:205px; height:50px; cursor:pointer; }
#sectionsn li a { display:block; text-indent:-99999em; width:205px; height:50px; cursor:pointer; }

	#menu { height:40px; background:#424242 url(../images/layout/menu_bg.gif) repeat-x; position:absolute; bottom:0; left:0; width:100%; }
		#menu li { display:inline; }
		#menu a { 
			display:block; 
			float:left; 
			line-height:40px; 
			padding:0 15px; 
			text-decoration:none;
			font-weight:bold;
			text-transform:uppercase;
			font-size:11px;
			color:#fff;
			
			text-shadow:0 1px 1px rgba(0, 0, 0, 1);
		}
		#menu a:hover { color:#f5951d; }
		#menu ul { display: none; }	
	
	.submenu ul { border-top:1px solid #373737; border-bottom:1px solid #595959; }
		.submenu ul li { border-bottom:1px solid #373737; border-top:1px solid #595959; padding-left:10px;  }
		.submenu ul li a { font-weight:bold; font-size:13px; color:#fff; line-height:26px; }
		.submenu ul li a:hover { color:#f5951d; }
		.submenu ul li a.active { color:#f5951d; font-style:italic; }
	
	#news li a { color:#424242;  }
		
	

#content { float:left; width:100%; position:relative; margin:10px 0; background: url(../images/layout/content_cheat_bg.gif); }

#main-col { float:left; width:470px; overflow:hidden; margin-right:10px; }
#right-col { width:230px; float:left; overflow:hidden;}
#sponsor-col { float:right; width:240px; overflow:hidden; margin-left:10px; }

div.block { padding:10px; border-bottom:10px solid #e3e3e3; background:#fff; }
div.dark { background:#424242; color:#fff; }

#main-col .block { padding:20px; }
#main-col div.block:last-child { border:0; }
#right-col div.block:last-child { border:0; }
#sponsor-col div.block:last-child { border:0; }

#footer { clear:both; border-top:10px solid #424242; background:#fff; padding:10px; }

	 ul#rapatactv { margin:5px 5px 0 5px; }
	 span.bottom {  display:block; width:100%; position:absolute; bottom:0; left:0; height:10px; background:url(../images/layout/newsbox-bottom.gif) no-repeat; z-index:10; }
		 ul#rapatactv li { list-style:none; height:75px; margin-bottom:5px; background:url(../images/layout/news-item-back.gif) no-repeat; overflow:hidden; padding:0 4px; }
			ul#rapatactv li a { font:normal 8pt/10pt Arial, Helvetica, sans-serif; color:#444; text-decoration:none; }
				ul#rapatactv li a span.news-image { display:block; width:110px; height:69px; float:left; margin-top:3px; }
				 ul#rapatactv li a span.frame { background: url(../images/layout/news-item-imgframe_wide.png) no-repeat; margin-top:0; }
				 ul#rapatactv li a span.news-text { display:block; margin-left:120px; padding:6px 6px 0 0; color:#444; }
				 ul#rapatactv li a span.news-text-you { display:block; margin-left:120px; margin-right:3px; padding:6px 6px 0 0; color:#444; }
				 ul#rapatactv li a strong { font-weight:bold; }
				 
				 
				 div.star { background-image:url(../images/layout/rapatac_star.jpg); width:200px; height:171px; background-repeat:no-repeat; position:relative; float:left; margin-right:15px
				 }

				 div.startext { position:absolute; top:72px; left:55px; width:80px; text-align:center; 
				 }

