@CHARSET "UTF-8";
body{
margin-top:0px;	
	
	}
	
ul, ol { }


#header {
	height: 40px;
	background: url(../images/img03.jpg) no-repeat left top;
	padding-bottom:10px;
}

/* Menu */

#menu {
	font: 14px "Arial", "Times New Roman", Times, serif;
	float: left;
	width:550px;
	height: 40px;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 5px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
	background: url(../images/img04.gif) no-repeat left 20px;
}

#menu a {
	display: block;
	float: left;
	height: 20px;
	margin-right: 3px;
	padding: 10px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight:bold;
	color: #000;
}

#menu a:hover { text-decoration: underline; font-size:91%; color:#FFF;}

#menu .current_page_item a {
	height: 20px;
	background: #689970;
	color: #FFFFFF;
}


#ezb-logo{
width:200px;
height:50px;
/* border:1px solid gray;*/
background-image:url("../images/logo.jpg");
background-repeat: no-repeat; 
}

#banner{
border:1px dashed #D4D4D4;
color: #D4D4D4;
width:98%;
height:30px;
text-align:center;
font-size:15px;
margin-top:10px;
padding-top:3px;
}

#info{
color: #D4D4D4;
width:98%;
height:80%;
text-align:center;
margin-top:10px;
padding-top:3px;
}
#info a{
	color:#333;
	}
	
/* Search */

#search {
	height: 25px;
	text-decoration: none;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border:none;
}


#search #search-text{
margin-top:7px;
height:18px;
font-size:110%;
font-weight:bold;
}

#search #search-submit{
font-size:110%;
font-weight:bold;
	
}
	
#cartimage{
background-image:url("../images/shoppingcart.png");
background-repeat: no-repeat; 
height:50;
width:40;
	}	
	
