*
{
	font-family: Arial, Arial, Helvetica, sans-serif;
	
}

.site
{
	margin-right:auto;
	margin-left:auto;
	width:950px;
}

.logoContainer
{
	float:left;
	width:250px;
	height:250px;
}

.logo
{
	border:none;
}

.menu
{
	float:left;
}

.menu .menuItem
{
	background-image:url(/__img/rect.png);
	text-align:center;
	vertical-align:middle;
	float:left;
	width:200px;
	height:95px;
	padding-top:75px;
	margin-left:20px;
	cursor:pointer;
}

.menuButton
{
	vertical-align:middle;
	color:white;
	font-size:18px;
	font-weight:bold;
	
	cursor:pointer;
}

.hiddenMenuItem
{
	display:none;
}

.hiddenMenuItem a
{ 
	display:block;
	font-size:14px;
	font-weight:normal;
}

.main
{
	clear:both;
}

.bottom
{
	clear:both;
	margin-bottom:300px;
}

.teaser
{
	position:relative;
	width:900px;
	height:440px;
	border: solid 1px grey;
}

.bottom
{
	width:100%;
}


.bottom hr
{
	display:none;
}

.category
{
	float:left;
	margin-right:100px;
}


.category a
{
	display:block;
}

#slider
{
	padding:0px;
	margin:0px;
	width:600px;
	height:400px;
}

#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}

#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:600px;
		height:400px;
		overflow:hidden; 
		}







