*
{
	padding:0;
	margin:0;
	border:0;
}

html, body { height: 100%; }

body
{
	background: #474047 url('/img/template/bg.jpg');
	font: 14px 'Trebuchet MS', Tahoma, Arial, sans-serif;
	color: black;
}

a
{
	color:#f70000;
	text-decoration:underline;
}
a:hover { text-decoration:none; }

p,ul,ol { padding-bottom:14px; }

h1,h2,h3 { font-weight:normal; }
h1
{
	font-size:24px;
	padding-bottom:19px;
}
h2
{
	font-size:20px;
	padding-bottom:16px;
}
h3
{
	font-size:16px;
	padding-bottom:12px;
}

ul ul,ol ol {padding-bottom: 0;}

ul,ol { padding-left:35px; }

ul { list-style-type:square; }

input
{
	padding:5px;
	border:solid 1px #c9c9c9;
}
.check
{
	padding:0;
	border:none;
}
.clear
{
	clear:both;
	font-size:0;
	height:0;
	line-height:0;
}

.body { padding: 15px; }

/* Верх страницы */
#top
{
	margin:0 auto;
	width:995px;
	/*height:54px;*/
	height:51px;
	position:relative;
	/*background:white url('/img/template/topBg.gif') left top no-repeat;*/
	background:white url('/img/template/topBg2.gif') left top no-repeat;
}

/* Главное меню в верху страницы */
#topMenu
{
	color:#4b4b4b;
	height:54px;
	margin-left:170px;
}
#topMenu a { color: #4b4b4b; }
#topMenu span { margin-left:18px; }
#topMenu span a
{
	border-top:solid 16px white;
	line-height:50px;
}
#topMenu span.active a
{
	border-top-color:#dadada;
	text-decoration:none;
	color:#8d8c8c;
}

/* Логотип */
#logo,#phone { position:absolute; }

#logo
{
	left:23px;
	top:6px;
	font-size:25px;
}
#logo, #logo img
{
	width:150px;
	height:37px;
}

/* Телефон */
#phone
{
	left:802px;
	top:0;
	font-size:24px;
}
#phone, #phone img
{
	width:193px;
	height:54px;
}

#logo a, #phone a
{
	font-weight:bold;
	text-decoration:none;
}

/* Топовая полоса - с банером или рандомайзером */
#topLine
{
	margin:0 auto;
	width:995px;
	height:213px;
	background:black url('/img/template/topLineBg.jpg') left top no-repeat;
	color:#9e9e9e;
	font-size:20px;
	position:relative;
}
#topLine .layer1,#topLine .layer2
{
	position:absolute;
	left:0;
	top:0;
}
#topLine .layer1 img
{
	width:261px;
	height:213px;
	margin-left:52px;
	z-index:5;
}
#topLine .layer2
{
	z-index:6;
	height:52px;
	margin-top:185px;
}
#topLine .layer2 div
{
	display:-moz-inline-box;
	display:inline-block;
	*zoom:1;
	*display:inline;
	word-spacing:normal;
	vertical-align:top;
	font-size:16px;
	font-weight:bold;
	width:261px;
	height:52px;
}
#topLine .layer2 div a
{
	color: white;
	text-decoration:none;
}

/* Контент часть */
#content
{
	margin:0 auto;
	width:995px;
	background:white;
}

/* Подвал */
#bottom
{
	margin:0 auto;
	width:995px;
	padding-top:21px;
	font-size:12px;
	position:relative;
}
#bottom .body
{
	padding-left:120px;
	background:white;

}
#bottom .left a
{
	text-decoration: none;
	color:black;
}
#bottom .right
{
	font-size:10px;
	line-height:12px;
	padding-right:7px;
}
#bottom .right,#bottom .right a { color:#6e6e6e; }
#bottom .right img
{
	width:35px;
	height:37px;
	position:relative;
	left:7px;
	top:-4px;
}
#key
{
	position:absolute;
	left:13px;
	top:15px;
	width:95px;
	height:112px;
	background:url('/img/template/key.png') left top no-repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/template/key.png', sizingMethod='crop');
}