/* MAIN CONTAINER */

html {
	height:100%;
	padding:0;
	margin:0;	

}

body {
	font-family: Arial, sans-serif;
	font-size:80%;
	height:100%;
	max-width:950px;
	color:#fff;
	padding:0;
	margin:0;	
	background:url("../img/bg.png");
	background-color: #000;
}

a img {border: 0;}

#container
{
	
	
}

#content_container
{
	position:relative;
	min-height:500px;
	
}

/* Start: HEADER */

#head a#logo img {
	margin: 30px 0 20px 200px;
	width:200px;
}

a#logo, a#logo:link, a#logo:visited {
	position:absolute;
	display:block;
	background:url("../img/logo.gif") no-repeat center;
	text-indent:-3000px;
	display:block;
	height:115px;
	width:265px;	
	top:0px;
	right:-170px;
}

div#logo {
	position:relative;
	background:url("../img/logo.gif") no-repeat center;
	height:115px;
	width:265px;	
	
	right:-170px;
}

/* End: HEADER */

/* Start: LEFTMENU */

#container #left
{
	position:relative;	
	float:left;
}

#menu {
	width: 400px;
	float: left;
}

#leftmenu{
	float:left;
	width:200px;
	margin-top:100px;
}

/* End: LEFTMENU */

/* Start: CONTENT */	

#content img{
	padding:0 0 0 10px;
	margin:0;	
}

.article
{	
	position:relative;	
	padding-top:0;	
	
	
}

div.section .article
{
	padding-top:0;	
	
}

.article .text
{	
	
}

.article .title{
	text-align:right;
	width:400px;
	float:none;
	height:50px;
	position:relative;
	right:-30px;
	top:0;
}

.bigtitle .title{
	height:170px;
}
	
img.title_img{
	margin:0px 0px 0px 20px;
	float:right;
}	
	
/* End: CONTENT */

/* SUBMENU */

#submenu{
	position:relative;
	z-index:3;
	width:360px;	
	margin-left:45px;	
}

#submenu h2{
	height:40px;	
	font-weight:bold;
	font-size:17px;
	background:url("../img/bg_submenu.gif") left bottom no-repeat;
}

#submenu a{
	font-size:15px;
	font-weight:bold;
	color:#757576;
	text-decoration:none;
}

#submenu a:hover{
	color:#FF4613;	
}

#submenu a:hover li{
	background:url("../img/li2.png") left bottom no-repeat;
}

#submenu ul li{
	list-style-image:url("../img/li_submenu.png");
	font-size:15px;
	font-weight:bold;
	color:#FF4614;
	
}

#submenu ul li.active{
	list-style-image:url("../img/li2.png");
}

/* end SUBMENU */

#content {
	min-height:100%;
	margin: 40px 50px 0 470px;
	text-align:right;	

}
#footer {
	height:390px;
	clear:both;
	text-align:right;
	width:95%;	
	position:relative;
	z-index:0;
}

#footer img.dec_screens{
	position:absolute;
	right:440px;
	bottom:0;
}

#footer .sponsors
{
	position:absolute;
	bottom:0;
	right:0;
}

#footer .hosts_comments{
	width:325px;	
	position:absolute;
	top:30px;
	right:0;
	
}

#footer .hosts_comments img{
	margin-bottom:5px;
}

#footer .hosts_comments p{
	text-align:justify;
}

#footer_abs{
	clear:both;
	text-align:right;
	width:500px;
	margin-top:50px;
	position:absolute;
	left:400px;
	bottom:0;
}

.domina_footer_abs{	
	position:absolute;
	bottom:20px;	
	right:300px;
}

.domina_footer{	
	margin-bottom:20px;
	margin-right:20px;	
}

img.footer2{
	position:absolute;
	left:0px;
	bottom:0;
}

#footer img {
	margin:0 0 -4px 0;
	padding:0;	
}

h1{
	text-transform:uppercase;
}

h1, div.article h2 {
	color: rgb(255,70,20);
	font-size: 2.5em;
	font-weight: normal;
	text-align: right;
}

div.article h3 {
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	text-align: right;
}

p {
	font-size: 1em;
	line-height: 1.333em;
	color: #eee;
	text-align: right;
}
p.rtli, div#content li {
	color: #aaa;
	padding-right: 15px;
	margin-right: -15px;
	background: url('../img/li2.png') 100% 4px no-repeat;
	margin:10px 0;
	list-style:none;
}

div.host_q {
	width: 382px;
	float: right;
}
div.host_q p.quote {
	color: #ccc;
}

/* TV */


/* Links */

a, a:visited, a:active{
	color:#fff;
}

a:hover{
	text-decoration:none;	
}


/* Start: BANNERS */

/* End: BANNERS */

/* Start: TEXTBLOCKS */

#textblocks div.block{
	margin-bottom:40px;
}

#textblocks .content{
	display:none;
	margin-top:20px;
}


/* End: TEXTBLOCKS */

/* start CATEGORIES */

div#items{
	width:119px;
	height:30px;
	float:left;
	margin-top:-20px;

}	
div#months{
	width:119px;
	float:left;		
	height:30px;
	margin-top:-20px;
}
div#years{
	width:119px;
	height:30px;
	float:left;
	margin-top:-20px;
}

div.full{
	width:100% !important;	
}

/* end CATEGORIES */

/* start: FORM */

#quiz label{
	font-family: Verdana, sans-serif;
	color:#fff;
	font-size:18px;
	font-weight:normal;	
	padding: 0 10px 0 0;
}

#quiz input{
	background-color:#000;
	border:1px solid #8B8C8D;
	color:#8B8C8D;
}

#quiz textarea{
	background-color:#000;
	border:1px solid #8B8C8D;
	color:#8B8C8D;
	padding:10px;
	margin:10px 0;
	font-size:16px;
	width:370px;
	height:140px;
}

hr.form{	
	margin:25px 0 25px 20px;
	width:390px;
}

#quiz label.answer{
	display:block;
	text-align:left;
	
}

#quiz .submit input{
	color:#CA3814;
	font-size:23px;
	background-color:transparent;
	border:none;
	cursor:pointer;
}

span.message{
	color:#E0E358;
	font-weight:bold;
}

.success-message
{
	color:#E0E358;
	padding:5px;
}

.error-message
{
	color:#E0E358;
	padding:5px;
}
#ApplicationFile{
	margin:20px 0;
}

/* end: FORM */

/* start: ADMIN TOOLBAR */

div.admin-toolbar{
	width:400px;
	height:60px;
	text-align:right;	
}

ul.admmenu{
		
			
}

div.file{
	position:relative;
	height:25px;
	margin: 0 0 40px 0;
}

ul.admmenu li{
	float:left;	
	background:none !important;
	
}

ul.admmenu li a{	
	padding-left:20px;		
}

/* end: ADMIN TOOLBAR */
