/* CSS Document */
body, table, tr, td{
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 9pt;
	border-collapse:collapse;
	vertical-align:top;
	color: #222222;
	text-align:left;
}

.top_bg{
	background-repeat:no-repeat;
	background-position:top right;
}

table.menu{
	border:solid 1px #c2c2c2;
}
.menu td{
	padding:5px 10px;
	border-left:solid 1px #dddddd;
	border-right:solid 1px #dddddd;
}
.menu tr{
	background-repeat:repeat-x;
	background-position:bottom;
}

.left_bar{
	padding:50px 0px;
}

.page_text{
	padding:30px 50px;
}

.contacts{
	background-repeat:no-repeat;
	background-position:bottom left;
	height:101px;
	padding:25px 0px 0px 100px;
	font-size:10px;
	font-weight:bold;
}

.phones{
	font-size:21px;
	color:#000000;
	font-family:Arial Narrow;
	font-weight:normal;
}

.footer{
	padding:20px 50px 0px 50px;
}

.copyright{
	text-align:right;
	padding:0px 10px 10px 0px;
	color:#999999;
	font-size:10px;
}

a{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
}
a:hover{
	text-decoration:underline;
	color:#2b9c1e;
}

h1,h2,h3,h4{
	margin:0px;
	padding:0px;
}

h1{
	color:#666666;
	font-size:12pt;
}

.popup {position: absolute; top:-5000px; background-color: #eeeeee; border:1px #000000 solid; padding:10px;}
.popup a, .popup a:visited {text-decoration:none; font-weight:bold; color:#000000}
.popup a:hover {text-decoration:none; font-weight:bold; color: #009933;}

