/* CSS Document */

/* Rogers Brand Logos */
@import url("/common/css/rdm_banner.css");

/* position divs */
body, html {
margin:0px;
padding:0px;
/* background:#5A575B; */
color:#EEEEEE;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}


body {
text-align: center;
min-width: 1004px;
background: #222222 url('/images/common/background.jpg') no-repeat scroll 0px -35px;
}

p{
font-size:12px;
}

#container {
padding:0px;
margin:0px auto;
width: 1004px; 
text-align:left;
}

#header {
/*
width:1004px;
height:142px;
padding:0px;
background:#59585B;
background-image:url(/images/3_0/headerBG.jpg);
background-repeat:no-repeat;
*/

width:1004px;
height:134px;
background-color: black;
}

img#header-logo {
	border: none;
	float: left;
	margin: 7px 0 0 5px;
	/* position: relative;
	top: 5px;
	left: 20px;
	*/
}

#headerAd {
	width:728px;
	height:90px;
/*	position: relative;
	left: 250px;
	top: 20px;
	*/
	float: left;
	margin: 22px 0 0 10px;
	overflow: hidden;
}

#menu {
width:1004px;
height:auto;
background: black /* #000000; */
}

#quicknews-box { /* the flash carousel */
	background: #000000; 
	height: 220px;
	margin-top: 0px;
	}
	
#technews{
width: 1004px;
padding:0px;
background-color: black;
}

#allColumnFooter{
width: 1004px;
padding:0px;
background-color: #0b0f12;
/*
background-image:url(/images/3_0/bg.jpg); 
background-repeat: repeat-y;
*/
}

#leftColumn{
width:480px;
padding: 0px 15px;
float:left;
}

#leftVideoPlayer{
width:480px;
height:680px;
float: left;
}

#leftNewslink{
clear:left;
width:290px;
float: left;
}

#leftBigBox{
clear:left;
width:320px;
height:270px;
padding: 20px 5px 0px 5px; 
float: left;
}

#leftMiniScraper{
width:130px;
height:270px;
padding: 20px 5px 0px 5px; 
float: left;
}

#centreColumn{
width:275px;
padding: 0px 15px;
float:left;
}
	
#leftCentreColumn{
width:755px;
padding: 0px 30px;
float:left;
}

#rightColumn{;
width:160px;
height:1200px;
padding: 0px 14px 15px 15px; 
float: right;
}

#footerMenu ul li{
margin:0;
display:inline;
list-style:none;
}


#footerMenu li {
padding:0px 18px;
margin:0px;
}

#footerMenu {
background:#000000;
padding:4px 0px;
margin:0px;
}

#footer {
clear:both;
width:1004px;
height:190px;
text-align: center;
}



/* text css */
a:link, a:visit, a:hover, a:active{
	color:#FFFFFF;
	text-decoration:underline;
}

