div#content
{
	padding-top : 0em;
}

div#content.home
{
	top : 146px;
}

div.menu
{
	margin-top : 1em;
	text-align : center;
}

.mainMenu
{
	/*border : solid 1px #462323;/*#ff0101;*/
	margin-left : auto;
	margin-right : auto;
	width : 64em;
}

.mainMenu .menuContent
{
	background-color : #cfd9da;

	background-image : url('../img/menu_bg.png');
	background-position : left top;
	background-repeat : repeat-x;

	padding-bottom : 1em;
	padding-top : 1em;
	overflow : auto;
}

.mainMenu .left
{
	float : left;
	margin-left : 2em;
	text-align : center;
}

.mainMenu .right
{
	float : right;
	margin-right : 2em;
	text-align : center;
}

.mainMenu .middle
{
	margin-left : auto;
	margin-right : auto;
	margin-top : 4em;
	width : 410px;
}

.mainMenu .middle .content
{
	border-left : solid 5px #ff0101;
	border-right : solid 5px #ff0101;

	background-color : #cfcfcf;
	background-image : url('../img/slideshow_bg.png');
	background-position : left top;
	background-repeat : repeat;

	padding : 0px;
	height : 300px;
	width : 400px;
	overflow : hidden;
}

.mainMenu .middle .content .items
{
	display : block;
	overflow : hidden;
	position : relative;
	height : 300px;
	width : 400px;
}

.mainMenu .middle .content .item
{
	display : block;
	position : absolute;
	z-index : 1;
	/*float : left;*/
	left : 0;
	top : 0;

	height : 290px;
	padding : 5px;
	width : 390px;

	opacity : 1;
}

.mainMenu a
{
	color : #462323;
	display : inline-block;
	font-weight : bold;
	margin-bottom : 2em;
	text-align : center;
}

.mainMenu a:hover
{
	color : #a10101;
	text-decoration : none;
}

.mainMenu a img
{
	/*background-color : #ff0101;*/
	border-style : none;
}
