﻿* {
	margin:0;
	padding:0;
}

body {
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:white;
}

#header {
	background:black url('../images/header.gif') no-repeat;
	width:645px;
	height:141px;
	margin:0 auto;
}

img {
	border:none;
}

a {
	outline:none;
}
/*-------------------Menu-----------------*/
#menu {
	height:40px;
	width:645px;
	text-align:center;
	margin:0 auto;
	padding:0px;
}

#menu ul li {
	list-style-type:none;
	display:inline-block;
	width:auto;
	height:32px;
	padding:0px;
	margin:8px 0 0 0;
}

#pdf {
	background:url('../images/pdf.jpg')  no-repeat top right;
	width:325px;
	height:13px;
	position:absolute;
	z-index:5;
}

.out {
	position:relative;
	z-index:2;
}
/*----------------------------------------*/
/*-------------------Main-----------------*/
#main {
	width:890px;
	margin:7px auto 0;
}

a.intext {
	color:white;
}
/*----------------------------------------*/

/*-------------phones--------------------*/
#phones {
	margin:0;
	padding:0;
	width:890px;
	height:206px;
	background:black url('../images/phones_bg.jpg') no-repeat ;
	border:1px black solid;
	margin-bottom:6px;
}

#inp {
	width:330px;
	height:157px;
	margin-top:28px; /*	margin-top:48px; */
	margin-left:400px;
}

#inp p.one {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}

#inp p.two {
	text-align:left;
	margin-left:110px;
	color:#cbcbcb;
	margin-bottom:10px;
}
/*----------------------------------------*/
/*----------------mails-------------------*/
#mails {
	background:black url('../images/mails_bg.jpg') no-repeat;
	width:889px;
	height:181px;
	border:1px black solid;
}

#inm {
	width:330px;
	height:157px;
	margin-top:24px;
	margin-left:400px;
}

#inm h2 {
	color:black;
	font-size:22px;
	font-weight:100;
	/*text-decoration:underline;*/
	margin-bottom:15px;
}

#inm  p {
	color:black;
	/*text-decoration:underline;*/
	font-size:14px;
	margin-bottom:15px;
}

#inm a {
	color:black;
}

/*----------------------------------------*/

#wrapper {
	height:auto;
	width:100%;
}

#footer {
	width:100%;
	margin:28px 0;
	text-align:center;
}