/* CSS Document */
/**{
	padding:0px;
	margin:0px;
} */

html{
min-height:100%;

}
a img{
	border:0px;
}

a{
	color:#333;
	text-decoration:none;
}
a:hover{
	color:#999;
	text-decoration:none;
}
body{

	font-family:Tahoma, Arial, sans-serif, "Times New Roman";
	font-size:100%;
	padding:0px;
	margin:0px;
	min-height:100%;
	background:#eeeeee url(../images/redbkg.jpg);

}

h1, h2, h3{
color:#000;
}

.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;
}

#TopKeyword{
font-size:100%;
width:200px;
}

#topbasket{
float:left;
vertical-align:middle;
}

#topsearch{
float:right;
vertical-align:middle;
}

.search_button{
vertical-align:top;
}

#Banner{
 	position:relative;
	clear:both;
 width:960px;
	font-size:0;
	background-color:#fff;
 }

.bannercontent{
 	z-index:1;
	font-size:11px;
	position:absolute;
	top:2px;	
	left:300px;
	color:#fff;
	padding:5px; 
 }

#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:85%;
	padding-left:5px;
	margin-left:200px;
	position:relative;
	_width:749px; /*IE 6 HACK*/
}

li{
margin-left:40px;
}

p{
line-height:150%;
}

.clearfloat{
float:left;
width:100%;
}

.clear{
	clear:both;
}

.width100{
width:100%;
float:left;
margin-bottom:5px;
}

#footer{
	clear:left;
	width:940px;
	padding:10px;
	padding-top:20px;
	text-align:center;
	color:#fff;
	font-size:70%;
	background-color:#000;
}

#footer a{
color:#fff;
}

#echologo{
width:165px;
margin:auto;
}

/* topAdverts */
#TopAdvert {
	 width:960 px;
	 text-align:center;
	 padding-bottom:5px;
	 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;
}

#CheckoutStages{
	width:100%;
	text-align:center;
}
#LeftMenu{
	margin-top:5px;
	float:left;
	font-size:70%;
	width:200px;
}

#RightMenu{
	margin-top:5px;
	float:right;
	font-size:70%;
	width:200px;
	text-align:right;
}

#Scrolltext{
	border-top:1px solid #cccccc;
	padding:5px;
}
#Scrolltext a{
	color:#ff0000;
}