/* common.css */
/* common elements 
------------------------------------------------------------------------------*/
.no-css {display:none;}
body {
	background: #242525;
	margin-top: 20px;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}
table, tr, td, img, input {
	border:0;
	margin:0;
	padding:0;	
	font-family: arial, helvetica, sans-serif;   
	color: #bebebe;
    font-size: 12px;
    line-height: 1.3em;
}
ul {position: relative; top: -10px;}
ul.normal {position: relative; top: 10px;}

a {color: #ff5300; text-decoration: none;}
a:visited {color: #ff5300; text-decoration: none;}
a:hover {color: #fff;}

.text-minor {color: #b2b2b2;}

/* centers page */
#wrap {
	margin: auto;  
	width: 756px;
	text-align: left;
	position: relative;
}
#main-content, #main-content td {background: #1b1c1c;}

/* header */

#header {width:756px; height: 88px; background: #1b1c1c; position:relative;}
#header-space {height: 58px;}
.bar-a {
	width: 100%;
	height: 10px;	
	background-color: #272828;
}
.bar-b {
	width: 100%;
	height: 10px;
	background-color: #323333;
}
.bar-c {
	width: 100%;
	height: 10px;
	background-color: #3d3e3e;
}
#logo { 
	background-image: url(../../images/es3tvlogo_big.png);
	background-repeat: no-repeat;
	width: 158px;
	height:115px;
	position: absolute;
	top: -20px;
	left: -10px;
	z-index: 5;
}	
*html body #wrap #header #logo {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true", sizingMethod="crop", src="images/es3tvlogo_big.png");
	background-image: none;
}	
/* END Header */

/* main content area */
#left-column {width: 565px;}
#content {
	padding:20px;
	font-size: 12px;
	margin-top: 123px;
}
#right-column {width: 189px;}
hr {height: 1px; color: #3d3e3e;}
/* END main content area */

/* menu elements */
#nav-main {width: 189px;}   
#nav-main a {background-repeat: no-repeat; width:189px; height:24px;}

#nav-main a#nav-back {background-image: url(../../images/nav_back.gif); display:block;}
#nav-main a#nav-back:hover {background-image: url(../../images/nav_back_roll.gif);}

/* END menu elements */

/* footer */
#footer {
  text-align: right; 
  background:#242525; 
  color:#bebebe; 
  width:756px; 
  font-size:10px;
  clear: both;
  position: relative;
}
#footer a {color: #fff;}
/* END footer */

/* padding */
.pad-right-five {padding-right:5px;}
.pad-left-five {padding-left:5px;}
.pad-left-ten {padding-left:10px;}
.pad-left-twelve {padding-left:12px;}
.pad-top-two {position: relative; top:2px;}
.pad-top-five {position: relative; top:5px;}
.pad-top-ten {position: relative; top:10px;}
.pad-top-seventeen {position: relative; top:17px;}
.min-top-two {position: relative; top:-2px;}
.min-top-five {position: relative; top:-5px;}
.min-top-ten {position: relative; top:-10px;}
/* END padding */

/* misc */
.right {text-align: right;}
.cursor {cursor: pointer;}

/** {border: 1px red solid;}*/

