/* 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:Century Gothic, Tahoma, Arial, sans-serif, "Times New Roman";
	font-size:100%;
	padding:0px;
	margin:0px;
	min-height:100%;
	background:#eeeeee;

}

h1, h2, h3{
color:#000;
}

.menuheader{
display:none;
/*this class is used before each menu item, for accessability purposes*/
}

#OuterContainer{
	width:980px;
	margin:auto;
	margin-top:5px;
	background-color:#fff;
	border:1px solid #cfcfcf;
}

#InnerContainer{
	width:960px;
	border:10px solid #fff;
	
}

#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;
	border-bottom:1px solid #cfcfcf;
}
 
.bannercontent{
 	z-index:1;
	font-size:11px;
	position:absolute;
	top:20px;	
	right:5px;
	/*width:200px;*/
	color:#000;
	padding:5px; 
 }

#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:95%;
	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;
height:0px;
font-size:0px;
}

.width100{
width:100%;
float:left;
margin-bottom:5px;
}

#footer{
	clear:left;
	width:960px;
	padding-top:5px;
	text-align:center;
	color:#fff;
	font-size:70%;
	color:#000;
	border-top:5px solid #90278e;
	background:#f7f7f7;
}

#footer a{
color:#000;
}

#echologo{
width:165px;
margin:auto;
}

/* topAdverts */
#TopAdvert {
	 width:974px;
	 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;
}

#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;
}