* {
	margin:0px;
	padding:0px;
}
body	{
	background:#000;
	font:.8em Tahoma, Arial;
	color:#fff;
}
h1, h2, h3 {
	color:#fafcc4;
}
h1 {
	font-size:200%;
}
h2 {
	font-size:150%; 
}
h3 {
	font-size:120%;
}
ul {
	margin-bottom:2em;
}
p {
	margin-bottom:1em;
}
address {
	background:#252525;
	padding:5px;
	float:left; 
	width:790px;
	text-align:right; 	
	font-size:90%; float:right;
	font-style:normal;
}
address a {
	color:#fff;
}
select {
	display:block;
	margin-bottom:1em;
	width:120px;
}
input {
	display:block;
	margin-bottom:1em;
	width:400px;
	clear:both;
}
#cover {
	background:#000; 
	height:100px;
	width:100%;
	position:absolute;
	z-index:1000;
}

#logo {
	position:relative;
	z-index:1000;
}

#wrapper {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
	background:#565555;
}
#line {
	background:url(img/line1.gif) repeat-x;
	height:60px;
}
#middle {
	background:url(img/fBg.gif);
	float:left;
}
#menu {
	width:180px;
	float:left;
	padding:10px;
}
#menu li {
	margin-bottom:10px;
	list-style:none;
}
#menu a {
	background:#333232;
	display:block;
	width:160px;
	padding:10px;
	text-decoration:none;
	color:#dadada;
	font:130% Georgia, "Courier New";
}
#menu a:hover {
	background:#565555;
	width:170px;
}
#menu  a.active {
	background:#565555;
	width:170px;
}

#content {
	width:560px;
	float:left;
	padding:0px 20px 20px 20px;
}
#content ul {
	list-style:none;
}
#content span.lnumber {
	font:180% Georgia; 
	margin-right:3px;
}
#content table {
	width:100%;
	margin-bottom:2em;
}
#content table td {
	padding:10px;
}
#share {
	margin-bottom:2em;
}
#share span {
	background:#f00;
	font-family:Impact;
	color:#565555;
	padding:3px;
	font-size:120%;
}
#share div {
	border:3px solid #f00;
	padding:10px;
}
#mainImg {
	border:10px solid #333232;
	margin-bottom:2em;
}
#phones {

	font-size:130%;
	margin-bottom:2em;
	border:1px dotted #fff;
	border-width:0 0 1px 0;
}
#phones ul {
	display:block;
	margin-bottom:0;
}
#phones li {
	display:inline;
	margin-right:30px;
}
#phones li img {
	margin-bottom:-4px;
}
.clear {
	clear:both;
}
thead {
	background:#3d3d3d;
}
.ti {
	background:#5b5b5b;
}
form div {
	float:left;
	width:25%;
}