/* 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:#666;

}

h1{
color:#000;
font-size:200%;
margin-bottom:15px;
}

h2{
margin-top:10px;
color:#000;
font-size:150%;
margin-bottom:15px;
}

h3{
margin-top:10px;
color:#000;
font-size:100%;
margin-bottom:15px;
}

.menuheader{
display:none;
/*this class is used before each menu item, for accessability purposes*/
}

#OuterContainer{
	width:960px;
	margin:auto;
	background-color:#fff;
	border:10px solid #fff;
}

#InnerContainer{
	width:960px;
	
}

#InnerContainer #Top{
font-size:70%;
height:30px;
}

#search_bar {
	background:#3fa9f5 url(../images/Search.jpg) no-repeat top;
	padding-top:40px;
	color:#FFF;
	border-bottom:1px solid #fff;
	}
#search_bar input{
	width:140px;
	margin-left:5px;
	margin-top:5px;
	margin-bottom:5px;
}

#search_bar #search_button{
	width:35px;
	}


#Banner{
 	position:relative;
	clear:both;
	width:960px;
	font-size:0;
	background-color:#fff;
}
 
.bannercontent{
 	z-index:1;
	font-size:11px;
	position:absolute;
	right:95px;
	top:-10px;
	/*width:200px;*/
	color:#fff;
	 
 }

 
.bannercontent .bannerlinks {
margin:0;
padding:20px 0 0;
width:285px;
}

.bannerlinks li {
float:left;
list-style-type:none;
}

.bannerlinks li a {
color:#333333;
display:block;
text-align:center;
width:65px;
}

.bannerlinks li a:hover{
color:#999;
}

#contentarea{
	min-height:200px;
}

#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;
	width:950px;
	padding-top:20px;
	padding:5px;
	padding-bottom:10px;
	text-align:center;
	color:#fff;
	font-size:80%;
	background:#09F;
}

#footer a{
color:#fff;
}

#footer a:hover{
color:#fff;
}

#echologo{
width:165px;
margin:auto;
margin-top:15px;
}

/* 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{

	float:left;
	font-size:70%;
	width:200px;
}

#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;
}
