/* styles common across all pages (i.e top nav & footer) */

body {
	background-color: #FFFFFF;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	background-color: #FFFFFF;
	background-image: url(../images/container_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 978px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
}

#header {
	position:relative;
	background-color: #FF6600;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	width: 960px;
	height:134px;
	margin-right: auto;
	margin-left: auto;
}

#header h1{
	display:none;
}


/* search section */
#search_bar {
	background-color: #E9E6E6;
	background-image: url(../images/search_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 34px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	overflow:hidden;
	border-bottom:1px solid #996600;
}

#search{
	float:right;
	margin-right:10px;
	font-size:.80em;
}

#search form{
	position:relative;
	top:5px;
	padding:0px;
}

#search form a{
	color:#666666;
	padding-right: 15px;
	text-decoration:none;
	background-image:url(../images/lt_grey_bllt_grey.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#search form a:hover{
	background-image: url(../images/red_bllt_grey.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color: #E00019;

}

.btn{
	color:#FFFFFF;
	background-color:#666666;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom:2px;
	font-weight: bold;
	background-image: url(../images/btn_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	border: 1px solid #666666;
	;
}

/* navigation */
#nav {
	position:absolute;
	bottom:0px;
	left:240px;
	height:26px;
}

#nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
}	

#nav li{
	width:107px;
	height:25px;
	float:left;
	background-image:url(../images/tab.gif);
	background-repeat:no-repeat;
	margin-right:1px;
	text-align: center;
	line-height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: bold;
	background-color: #ECEAEA;
	background-position: left top;
}

#nav li .active{
	height:26px;
	line-height:26px;
}

#nav a{
	text-decoration:none;
	color:#999999;
}

#nav a:hover{
	color:#FF9900;
}

#nav a.active, #nav a.active:hover{
	color:#000000;
}

/* sign_in, register, my account links */
#sign_in{
	float:left;
	margin-left:10px;
	line-height: 34px;
	font-size: .80em;
	width:540px;
}

#sign_in ul{
	margin:0;
	padding:0;
	list-style-type:none;
}

#sign_in li{
	display:inline;
	margin-right:10px;
}

#sign_in a{
	color:#666666;
	text-decoration:none;
	background-image: url(../images/lt_grey_bllt_grey.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:15px;
}

#sign_in a:hover{
	color:#DD001A;
	background-image: url(../images/red_bllt_grey.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


#main_content {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

/* footer - bottom links & copyright info */

#footer{
	width:960;
	margin-left: auto;
	margin-right:auto;
	clear:both;
	background-image:url(../images/footer_bg.gif);
	background-color: #F2F2F2;
	padding-bottom:40px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top:2px;
	height: 41px;
	color:#FFFFFF;
	text-align:center;
	font-size: 0.8em;
}

#footer .links{
	margin-bottom:10px;
}

#footer .links a{
	color:#FFFFFF;
	text-decoration:none;
}

#footer .links a:hover{
	text-decoration:underline;
}

#footer .copy{
	padding-top:2px;
}

/* =========================
	Added by Dil @ StreamUk
========================= */
img{ border:none;}
.alignl{ text-align:left; }
.alignr{ text-align:right; }
.alignc{ text-align:center; }

/* =========================
	Adverts
========================= */
#ad1 { margin-bottom:5px;
	}
	#ad1 img{
		border:1px solid #660033;
		width:200px;
		height:53px;
		}

#ad2 { 	margin-bottom:5px; 
	}
	#ad2 img{
		width:200px;
		height:100px;
		}
		
#ad3{
	margin-bottom:5px; 
	float:left;
	display:inline;
	background-color:#FFCC33; 
	color:#666600; 
	}		
	#ad3 img{
		width:97px; 
		height:60px;
		}

#ad4 {
	margin-bottom:5px; 
	float:right; 
	display:inline;
	background-color:#666600; 
	color:#FFCC33; 
	}
	#ad4 img{
		width:97px; 
		height:60px; 
		}
		
#ad5 {
	background-color:#CC6600; 
	clear:both; 
	display:inline; /* ie fix double margin bug*/
	margin-bottom:5px;
	}
	#ad5 img{
		width:200px; 
		height:80px; 
		}

#adgoogle{ margin:5px 0;}
