/* CSS Document */

html, body{
	padding:0;
	margin:0;
	width:100%;
	height:100%;
	background:#000;
	font:12px Arial, Helvetica, sans-serif;
	color:#c7cecf;
}
#content a{
	color:#c71515;
	text-decoration:none;
}
#content a:hover{
	color:#e93737;
	text-decoration:underline;
}
fieldset{
	padding:8px;
	border:1px solid #222;
	margin:0 0 10px 0;
}
fieldset img{
	padding:0 2px 0 0;
}
legend{
	color:#c7cecf;
}
.contact_entry{
	width:359px;
	margin:0 5px;
	float:left;
}
#shell{
	width:1000px;
	height:100%;
	margin:0 auto;
}
#header{
	width:890px;
	height:67px;
	padding:65px 110px 0 0;
	background:url(../i/header_bg.gif) no-repeat;
}
a.voices{
	width:115px;
	height:28px;
	display:block;
	background:url(../i/tab_voices.gif) no-repeat;
	float:right;
}
a.work{
	width:115px;
	height:28px;
	display:block;
	margin:0 0 0 2px;
	background:url(../i/tab_work.gif) no-repeat;
	float:right;
}
a.tab:hover, a.tab_active{
	background-position:bottom left;
}
#title{
	width:780px;
	height:25px;
	margin:0 auto;
	border-bottom:1px solid #272727;
}
#content{
	width:780px;
	padding:20px 0;
	margin:0 auto;
}
#map{
	width:760px;
	height:250px;
}
.map_dark{
	border:solid;
	border-width:10px;
	border-color:#333333;
}
.map_light{
	border:solid;
	border-width:10px;
	border-color:#c71515;
}
#footer{
	width:1000px;
	height:40px;
	background:url(../i/footer_bg.gif) no-repeat;
	font-size:11px;
	color:#313634;
	text-align:center;
	line-height:40px;
}
#footer a{
	font:11px Arial, Helvetica, sans-serif;
	color:#c7cecf;
	text-decoration:none;
	margin:0 15px;
}
#footer a:hover{
	color:#c71515;
}
