html{
	margin:0px;
}

body{
	margin:0px;
	text-align:center;	
	font-family:Arial;
	font-size:12px;
	background:#fff;
}

a *
{
	color: #000;
}
a 
{
	color: #000;
}
a:hover 
{
	color: #222;
}
p{
}
img{border-style:none;}


.thumbnail
{
width: 150px;
height: 150px;	
}
#omniContainer{
	width:965px;
	height:100%;
	margin:0px auto 0px auto;	
	text-align:left;
	background:#fff;
	border: solid 0px #000;
}
#homeBanner{
	width:965px;
	height:175px;
	background:url('../../images/home_banner.jpg') repeat-x; 
}
#menuContainer{
	width:965px;
	height:125px;
	text-align:center;
}
#menuBanner{
	width:965px;
	height:100px;
	background:url('../../images/menu_banner.gif') repeat-x; 
	
}
#menuBanner a{
    display:block;
    width:965px;
    height:100px;
}
#categoriesContainer{
	width:965px;
	height:300px;
	text-align: center;
}