html {
	height: 100%;
	background: url(/images/bg_html.png);
} 
body {
	background: url(/images/bg_body.png) top center repeat-y;
	margin: 0;
	padding: 0;
	position: absolute;
	min-height: 100%;
	z-index: 0;
	width: 100%;
}
.topline {
	background:  url(/images/bg_top.png) top left repeat-x;
}

.bottomline {
	
}


* html body {
	height: 100%;
}

body, table, td, div {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}

a {
	color: #4083a9;
}
img {
	border: none;
}
#content {
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;	 
	padding-bottom: 150px;
	background: url(/images/bg_top_center.png) top left repeat-x;
}
#main {
	padding: 10px 15px 0 15px;
}
#main a:hover{
	color: #ec470d;
}
#left_column {
	float: left;
	max-width: 650px;
}
#right_column {
	float: right;
	max-width: 290px;
	padding-top: 10px;
}
/*
#center_column {
	float: left;
	width: 900px;
	margin-right: 20px;
}
*/

#mcafee {
	position: absolute;
	top: 6px;
	right: 58px;
}

#languages {
	position: absolute;
	top: 10px;
	left: 50px;
}

#languages .start {
	background: url(/images/bg_languages_start.png) left top no-repeat;
	width: 5px;
	height: 26px;
	float: left;
}
#languages ul {
	background: url(/images/bg_languages.png) left top repeat-x;
	float: left;
	height: 26px;
	margin: 0;
	padding: 0 5px;
	list-style: none;
}

#languages ul li{
	display: inline-block;
	padding: 5px 5px 0 5px;
	color: #fff;
	float: left;
}

#languages .end {
	background: url(/images/bg_languages_end.png) left top no-repeat;
	width: 5px;
	height: 26px;
	float: left;
}


#languages a {
	color: #ddd;	
}
#languages a:hover {
	color: #fff;	
}
a#rss {
	background: transparent url(/images/rss.gif) left no-repeat;
	padding-left:  22px;
	margin: 0 0 0 450px;
}
a:hover#rss {
	background: transparent url(/images/rss.gif) left no-repeat;
	color: #EC470D;
}

a#twitter {
	background: transparent url(/images/ico_twitter.png) left no-repeat;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 8px;
	right: 20px;	
}
a#facebook{
	background: transparent url(/images/ico_facebook.png) left no-repeat;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 8px;
	right: 66px;
}

#top_menu {
	background: url(/images/bg_menu.png) repeat-x;
}
#top_menu div { 
	background: url(/images/bg_menu_start.png) left top no-repeat;
}
#top_menu ul { 
	height: 45px;
	margin: 0;
	padding: 8px 0 0 20px;
	list-style: none;
	background: url(/images/bg_menu_end.png) right top no-repeat;
}

#top_menu ul li{
	float: left;
	margin: 0;
	padding: 10px 30px 10px 28px;	
	background: url(/images/bg_menu_right.png) right center no-repeat;
} 
#top_menu ul li.last{
	background: none;
}
#top_menu a{
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}
#top_menu a:hover{ 
	text-decoration: underline	
}
#lang-header {
	height: 47px;
	position: relative;
}
#header {
}
#logo {
	margin: 20px 0 0 30px;
}
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;	
}
#bottom_menu_wrapper{
	background:  url(/images/bg_bottom.png) bottom left repeat-x;
}
#bottom_menu {
	max-width: 1000px;
	height: 82px;
	margin: 0 auto; 
	background: url(/images/bg_bottom_center.png) repeat-x;
	position: relative;
}
#bottom_menu .menu{
	position: absolute;
	left: 25px;
	top: 30px;
	color: #fff;
}
#bottom_menu .menu a{
	color: #fff;
	margin: 0 8px;
	text-decoration: none;
}
#bottom_menu .menu a:hover{
	text-decoration: underline;
}
#copyright {
	position: absolute;
	top: 30px;
	right: 25px;
	color: #fff;
}

#pic {
	background: url(/images/oscar.png) no-repeat;
	width: 145px;
	height: 120px;
	position: absolute;
	top: -38px;
	right: 250px;
}

p {
	margin: 5px 0 15px 0;
}
h1, #right_column h3, #two_columns h3 {	
	font-weight: normal;
	font-size: 20px;
	line-height: 1em;
	margin: 0 0 10px 0;
	padding-bottom: 10px;
	background: url(/images/h_line.png) left bottom repeat-x;
}

h1	span, #right_column h3 span, #two_columns h3 span {
	padding-right: 25px;
	background: url(/images/arrows.png) right center no-repeat ;
}
.date {
	background: #e2dedd;
	padding: 0 5px;
}
.trback {
	background: #e2dedd;
}

#download ul {
	list-style-image: url(/images/arrow.gif);
	margin-bottom: 15px;
}
#download ul li{
	margin-bottom: 5px;
}
#column1, #column2 {
	max-width: 315px;
	float: left;
	font-size: 12px;
	padding: 5px;
}
#column2 {
	float: right;
}
#articles #wrapper, #faq #wrapper{
	padding-bottom: 10px;
	background: url(/images/dots_gray.gif) bottom repeat-x;
}
#faq #wrapper a{
	display: block;
	background: #eae9e7 url(/images/pointer2.gif) 5px 8px no-repeat;
	line-height: 20px;
	margin: 8px 0;
	padding-left: 15px;
}

div.header{
	background: url(/images/h1_bg.gif);	
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 23px;
	margin: 10px 0;
}

div.header-corner{
	background: url(/images/h1_end.gif) right no-repeat;
}

div.header span {
	padding-left: 21px;
	background: url(/images/pointer1.gif) 8px 6px no-repeat ;
}

div.wrapper{
	padding-bottom: 10px;
	background: url(/images/dots_gray.gif) bottom repeat-x;
}
div.wrapper a{
	display: block;
	background: #eae9e7 url(/images/pointer2.gif) 5px 8px no-repeat;
	line-height: 20px;
	margin: 8px 0;
	padding-left: 15px;
}

div.right-menu ul{
	list-style-image: url(/images/arrow.gif);
	margin-bottom: 15px;
}
div.right-menu ul li{
	margin-bottom: 5px;
}

.more1, .more2 {
	line-height: 20px;
	padding-left: 15px;
}
.more1{
	background: url(/images/pointer3.gif) left no-repeat;	
} 
.more2 {
	background: url(/images/pointer4.gif) left no-repeat;
}

h2 {
	font-weight: bold;
	font-size: 14px;
	margin: 10px 0;
	color: #333;
}

h3 {
	font-weight: bold;
	font-size: 13px;
	margin: 10px 0;
	color: #333;
}


#left_column div.box {
	background: #f2f2f2 url(/images/c_t_l.png) left top no-repeat;
	margin-bottom: 20px;
}
#right_column div.box {
	margin-bottom: 30px;
}

#left_column div.box > div {
	background: url(/images/c_t_r.png) right top no-repeat;
}
#left_column div.box > div > div {
	background: url(/images/c_b_l.png) bottom left no-repeat;
}
#left_column div.box > div > div > div {
	background: url(/images/c_b_r.png) bottom right no-repeat;
	padding: 10px 15px;
}


#main #left_column ul {
	margin: 15px 0;
	padding: 0 0 0 20px;
	list-style: none;
}
#main #left_column ul li{
	margin: 3px 0;
	padding: 0 0 0 10px;
	background: url(/images/bg_li.png) left 6px no-repeat;
}

ul.forum {
	margin: 15px 0;
	padding: 0 0 0 20px;
	list-style: none;
}
ul.forum li{
	margin: 3px 0;
	padding: 0 0 0 10px;
	background: url(/images/bg_li.png) left 6px no-repeat;
}

#top_buttons {
	height: 104px;
	background: url(/images/bg_header.png) left top no-repeat;
}
#top_buttons ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#top_buttons ul li{
	margin: 0;
	padding: 10px 25px 0 24px;
	float: left;
}
#top_buttons ul li.last{
	padding-right: 0;
}
#top_buttons a { 
	display: inline-block;
	width: 287px;
	height: 91px;	
}

#top_buttons #movie {
	background: url(/images/btn_movie.png) left bottom no-repeat;
}
#top_buttons #movie:hover, #top_buttons .active #movie  {
	background: url(/images/btn_movie.png) left top no-repeat;
}

#top_buttons #music {
	background: url(/images/btn_music.png) left bottom no-repeat;
}

#top_buttons #music:hover, #top_buttons .active #music {
	background: url(/images/btn_music.png) left top no-repeat;
}

#top_buttons #book {
	background: url(/images/btn_book.png) left bottom no-repeat;
}

#top_buttons #book:hover, #top_buttons .active #book {
	background: url(/images/btn_book.png) left top no-repeat;
}



a.dowload {
	display: block;
	background: url(/images/bg_btn_green.png);
	width: 290px;
	height: 50px;
	margin: 10px auto 0 auto;
	font-weight: bold; 
	color: #fff;
	text-decoration: none;
	/* text-transform: uppercase; */
	text-align: center;
	font-size: 18px;
	line-height: 50px;
}


a.dowload:hover {
	color: #fff !important;
	text-decoration: underline;
}
.version {
	text-align: center;
	font-size: 11px;
}
.message {
	background: url(/images/bg_message.png) no-repeat;
	width: 280px;
	height: 112px;	
	color: #fff;
	font-weight: bold;
	margin: 15px auto 0 auto;
	text-align: center;
	font-size: 18px;
	padding-top: 20px;
}
.message span{ 
	font-size: 28px;
}

.message a {
	color: #fff;
	text-decoration: none;
}

.message a:hover {
	color: #fff !important;
	text-decoration: underline;
}


.twitter {
	background: url(/images/bg_twitter_top.png) left top no-repeat;
	width: 280px;
	padding-top: 33px;
}
.twitter .inside{ 
	overflow-y: auto;
	height: 240px;
	padding: 5px;
}
.twitter .bottom { 
	background:  url(/images/bg_twitter_bottom.png) left top no-repeat;
	height: 33px;
}
.twitter .bottom a{
	float: right;
	text-decoration: none;
	color: #333;
	margin: 8px 5px 0 0;
} 

#article_main {
	padding-right: 25px;
	background: url(/images/arrows.png) right center no-repeat ;
}

.article-table{
	width: 100%;
	border: 0;
}

.screens{
	width: 100%;
}

.screens td{
	width: 33%;
	text-align: center;
}

.article-quote{
	margin-left: 20px;
	padding: 5px;
}

.reg-table{
	margin-top: 10px;
	background: #F2F2F0;
	border: 1px solid;
	border-collapse: collapse;
	border-spacing: 0px;
}

.reg-table td{
	width: 150px;
	text-align: center;
	padding: 4px;
	border: 1px solid #666666;
}

.reg-table img{
	vertical-align: middle;
}

.reg-table span{
	text-decoration: line-through;
}

.reg-table td:nth-child(1){
	text-align: left;
}

.reg-table tr:nth-child(odd){
	background: #E7E6E4;
}

.reg-table-header td{
	background: #999999;
	color: #F7F7F7;
}

.reg-table-header td:nth-child(5){
	background: #666666;
}
.article-socials{
	float: none;
}

@media only screen and ( max-width: 999px ) {
    #top_buttons, #languages{
        display: none;
    }
	#right_column{
		clear: both;
		float: none;
		max-width: 999px;
		text-align: center;
	}
	#right_column ul li{
		background: none;
	}
	#top_menu {
		background: none;
	}
	#top_menu div { 
		background: none;
	}
	#top_menu ul { 
		height: auto;
		width: 100%;
		background: none;
		padding: 5px;
		background-color: #e68a00;
		display: inline-block;
	}

	#top_menu ul li{
		margin: 0;
		padding: 5px 10px;	
		background: none;
	} 
	#top_menu ul li.last{
		background: none;
	}
	#top_menu a{
		display: inline-block;
		color: #fff;
		text-transform: uppercase;
		font-weight: bold;
		text-decoration: none;
	}
	body, table, td, div {
		line-height: 24px;
		font-size: 14px;
	}
	#footer {
		position: relative;
		bottom: auto;
	}
	#bottom_menu {
		height: auto;
		padding: 10px;
	}
	#bottom_menu .menu{
		position: relative;
		left: auto;
		top: auto;
	}
	#pic{
		position: relative;
		display: none;
	}
	#copyright{
		position: relative;
		top: auto;
		width: 100%;
		text-align: right;
	}
	#copyright:after{
		content: " ";
		display: block;
		clear: both;
	}
}

@media only screen and ( max-width: 650px ) {
	#column2{
		float: left;
	}
}