/* CSS Document */
/* css reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

.testmode{
	font-weight:bold;
	color:#F00;
	text-align:center;
	font-size:150%;
	background:#eeeeee;
	border:1px solid #ccc;
	padding:10px;
	display:none;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end of css reset */

html{
min-height:100%;

}
a img{
	border:0px;
}

a{
	color:#333;
	text-decoration:none;
}

a:hover{
	color:#999;
	text-decoration:none;
}


/*empty is a fix for the margin sets on paragraph tag and headline tags*/
.empty{
font-size:0px;
}

body{

	font-family:Tahoma, Arial, sans-serif, "Times New Roman";
	font-size:100%;
	padding:0px;
	margin:0px;
	min-height:100%;
	/*background:#fff url(../images/body_bkg.jpg) repeat-x top;*/
	background:#fff url(../images/Bullring.jpg) top left no-repeat;

}



h1{
color:#e2183e;
font-size:200%;
margin-bottom:15px;
}

h1 em{
font-style:normal;
color:#e85758;
}

h2{
margin-top:10px;
color:#e2183e;
font-size:150%;
margin-bottom:15px;
}

h2 em{
font-style:normal;
color:#e85758;
}

h3{
margin-top:10px;
color:#e2183e;
font-size:100%;
margin-bottom:15px;
}

h3 em{
font-style:normal;
color:#e85758;
}

.menuheader{
display:none;
/*this class is used before each menu item, for accessability purposes*/
}

#OuterContainer{
	width:960px;
	margin:auto;
	margin-top:10px;
/*	background-color:#fff;
	border:10px solid #fff;*/
}

#InnerContainer{
	width:960px;
	
}

#InnerContainer #Top{
font-size:70%;
height:30px;
}

#search_bar {
margin-bottom:5px;	
	}
#search_bar input{
	width:150px;
}

#search_bar #search_button{
	width:35px;
	}

#Banner{
 	position:relative;
	clear:both;
	width:960px;
	font-size:0;

}
 
.bannercontent{
 	z-index:1;
	font-size:11px;
	position:absolute;
	top:75px;	
	left:350px;
	/*width:200px;*/
	color:#fff;
	padding:5px; 
 }

#contentarea{
	min-height:200px;
	padding:5px;
	border:1px solid #cfcfcf;
}

#TextArea{
	/*float:left;
	width:565px; */
	font-size:75%;
	padding-left:5px;	
	position:relative;	
}

#TextArea_RightMenu{
	font-size:75%;
	padding-right:5px;
	margin-right:200px;	
	position:relative;
	_width:749px; /*IE 6 HACK*/
}

#TextArea_LeftMenu{
	font-size:75%;
	padding-left:5px;
	margin-left:200px;
	position:relative;
	_width:749px; /*IE 6 HACK*/
}


ul{
	margin-left:40px;
	margin-bottom:15px;
}

ul li{
list-style:outside;
list-style-type:disc;
line-height:175%;
}

ol{
	margin-left:40px;
	margin-bottom:15px;
}
ol li{
list-style:outside;
list-style-type:decimal;
line-height:175%;
}

p{
line-height:175%;
margin-bottom:15px;
}

.clearfloat{
float:left;
width:100%;
}

.clear{
clear:both;
height:0px;
font-size:0px;
}
.width100{
width:100%;
float:left;
margin-bottom:5px;
}

#footer{
	clear:left;
	padding-top:10px;
	height:50px;
	padding-bottom:50px;
	text-align:center;
	color:#000;
	font-size:70%;
/*	background:url(../images/footer_banner.png) no-repeat bottom;*/
}

#footer a{
color:#000;
}

#footer a:hover{
color:#333;
}

#echologo{
width:165px;
margin:auto;
}

/* topAdverts */
#TopAdvert {
	 width:959px;
	 text-align:center;
	 padding-top:5px;
}
#TopAdvert img{
	padding-right:5px;
}

#MiniAdverts{
	padding-top:5px;
	text-align:left;
}
#MiniAdverts img{
margin:5px;

}
/* end of top adverts*/
#Menu{

	width:960px;
	font-size:70%;
}

#CheckoutStages{
	width:100%;
	text-align:center;
}
#LeftMenu{
	margin-top:5px;
	float:left;
	font-size:80%;
	width:200px;
	background:#FFF;
	padding:5px;
}

#RightMenu{
	margin-top:5px;
	float:right;
	font-size:70%;
	width:200px;
	text-align:right;
}

#menu_container{
	/*used to style inside the side menu*/
}

#Scrolltext{
	border-top:1px solid #cccccc;
	padding:5px;
}
#Scrolltext a{
	color:#ff0000;
}
