a
{
	text-decoration: none;
}

html
{
	overflow: auto;
}

#page
{
	width: 920px;
	margin: auto;
	margin-top: 80px;
	position: relative;
	text-align: left;
	height: 475px;
}

#page #logo
{
	width: 195px;
	height: 55px;
	position: absolute;
	left: -1px;
	top: 1px;
}

#page #logo a
{
	position: absolute;
	width: 195px;
	height: 35px;
}

#page #menu
{
	position: absolute;
	left: 42px;
	top: 170px;
}


#menu .item
{
	margin-bottom: 8px;
}

#menu .item A
{
	font-size: 10px;
	color: #404040;
	text-transform: uppercase;
}

#menu .hovered 
{
	background-image: url('/shared/img/dot.gif');
	background-repeat:no-repeat;
	background-position:0px center;
}

#menu .hovered a, #menu .selected a
{
	color: #000000;
}

#page #address
{
	position: absolute;
	left: 56px;
	bottom: 0px;
	font-size: 10px;
	width: 200px;
	color: #aaaaaa;
}

#page #right
{
	position: absolute;
	top: 0px;
	right: 0px;
}

#boxes
{
	width: 644px;
	margin-bottom: 15px;
}

.box
{
	position: absolute;
}

.box div
{
	background-position:center center;	
	background-repeat:repeat;
}

.box table td
{
	padding: 10px;
}

.box .top_line
{
	font-size: 10px;
}

.box .main_line
{
	font-size: 11px;
}

.box h1
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: 14px;
	padding-bottom: 0px;
	margin: 0px 0px 14px;
	padding-top: 0px;
}


.contact .name
{
	text-align:right;
	font-size: 11px;
	font-weight: bold;
}

.contact .email
{
	text-align:right;
	font-size: 10px;
}

.dot
{
	background-color: Transparent;
}

#lang
{
    position:absolute;
    right: 11px;
    top: -22px;
}


#lang a
{
    color: #aaaaaa;
    font-size: 10px;
}