body
{
	background-color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	background-image: url('/images/marble.gif');
	background-repeat: no-repeat;
	background-position: center 48px;
}

p
{
	margin: 0 0 8px 0;
}

#container
{
	width: 904px;
	margin: 58px auto 0 auto;
	padding: 28px 0 48px 0;

}

#container2
{
	background-image: url('/images/marble_bottom.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 1012px;
	height: 100%;
	margin: 0 auto 0 auto;
	padding: 0 0 20px 0;

}

h1 a
{
	background-image: url('/images/logo.gif');
	background-repeat: no-repeat;
	width: 390px;
	height: 32px;
	text-indent: -999px;
	display: block;
}

#menu
{
	margin: 0 102px 0 54px;
	width: 808px;
}

#menu ul
{
	background-color: #A9AA9C;
	height: 18px;
}

#menu ul li
{
	float: left;
}

#menu ul li a
{
	color: #000;
	font-weight: bold;
	text-decoration: none;
	line-height: 19px;
	padding: 0 7px 0 7px;
	display: block;
}

#menu ul li a:active
{
	color: #fff;
}

#menu ul li.active a, #menu ul li.active a:hover
{
	color: #fff;
	background-color: #000;
	line-height: 17px;
	padding: 1px 6px 0 6px;
	border: 0;
}

#content
{
	border-style: solid;
	border-color: #000;
	border-width: 1px 0 0 0;
	margin: 48px 102px 0 54px;
	width: 808px;
	padding: 10px 0 10px 0;
	font-size: 0.9em;
}

#text
{
	float: left;
	line-height: 140%;
	width: 340px;
}

.slogan
{
	background-image: url('/images/slogan.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
}

#pics
{
	float: right;
	width: 454px;
	height: 454px;
	text-align: right;
}

#foot
{
	clear: both;
	border-style: solid;
	border-color: #000;
	border-width: 0 0 1px 0;
	margin: 0 102px 0 54px;
	width: 808px;
	padding: 5px 0 3px 0;
}

#languages ul li
{
	float: left;
	margin: 0 5px 0 0;
}

#languages ul li a
{
	color: #A6A8AB;
	text-decoration: none;
	padding: 0;
	display: block;
	text-transform: uppercase;
}

#languages ul li a:hover
{
	color: #333333;
}

#languages ul li.active a
{
	color: #000;
}

#update
{
	clear: both;
	border-style: solid;
	border-color: #000;
	border-width: 5px 0 0 0;
	margin: 5px 102px 0 54px;
	width: 808px;
	padding: 24px 0 5px 0;
	font-size: 0.8em;
	text-align: right;
	color: #555555;
}

ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.clearfix:after, #content:after, #foot:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#playerbuttons
{
	width: 57px;
	height: 9px;
	float: right;
}

#prevPic, #nextPic, #pauze
{
	width: 19px;
	height: 13px;
	float: left;
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
	outline: 0;
}
#prevPic
{
	background-image: url('/images/prev.gif');
}
#nextPic
{
	background-image: url('/images/next.gif');
}
#prevPic:hover
{
	background-image: url('/images/prev_active.gif');
}
#nextPic:hover
{
	background-image: url('/images/next_active.gif');
}
#pauze
{
	background-image: url('/images/pauze.gif');
}
#pauze:hover, #pauze.active
{
	background-image: url('/images/pauze_active.gif');
}

#container.products #pics
{
	width: 580px;
}
#container.products #text
{
	width: 220px;
}
#container.products #playerbuttons
{
	width: 38px;
}

#items
{
	float: right;
	padding-right: 10px;
}

#items ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#items li
{
	float: left;
	margin-right: 10px;
}

#items li a
{
	color: #A6A8AB;
	text-decoration: none;
	
}
#items li a:hover, #items li a.active
{
	color: #000;
}

#text a, input.submit
{
	color: #25A9E0;
	font-weight: bold;
	text-decoration: none;
}

input.text, textarea
{
	width: 325px;
	border: solid #000 1px;
	margin-bottom: 5px;
}

textarea
{
	height: 166px;
}

.contact #text
{
	font-weight: bold;
}
.contact #text p
{
	margin: 0;
}

input.submit
{
	border: 0;
	background-color: transparent;
	padding: 0;
	margin: 0;
}
