@charset "utf-8";
/* CSS Document */

/*
	---------Style Template Begin------------
	-----------------------------------------
*/

p{
	margin-bottom:10px;
}

html{
	height:100%;
}

body {
	font: 14px normal Arial, Helvetica, sans-serif;
	height:100%;

}

#wrapper{
	background-color:#292929;
	min-height:100%;
}


#header{
	width:100%;
	height:119px;
	background-repeat:repeat-x;
}

#titleH {
	padding:10px 0 0 50px;
	font-size:50px;
	font-family:"Times New Roman", Times, serif;
    color: #1D1D1D;
    text-shadow: 2px 2px 3px rgba(255,255,255,0.1);
	font-weight:bold;
	-moz-user-select: -moz-none;
	-o-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

#titleB{
	padding:10px 0 0 50px;
	font-size:50px;
	font-size:20px;
	font-family:"Times New Roman", Times, serif;
    color: #636363;
    text-shadow: 1px 1px 2px rgba(255,255,255,0.1);
	font-weight:bold;
	-moz-user-select: -moz-none;
	-o-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

#menuNav{
	padding-left:20px;
	height:33px;
	margin-bottom:10px;
	font: 10px normal Arial, Helvetica, sans-serif;
}

ul.topnav {
	list-style: none;
	margin: 0;
	float: left;
	font-size: 1.2em;
}
ul.topnav li {
	float: left;
	padding: 0 15px 0 0; 
}

ul.topnav li a{
	outline: 0;
	padding: 10px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}

#content{
	background-color:#FFF;
	width:800px;
	min-height:500px;
	padding:20px;
	border-radius:20px; 
   -webkit-border-radius:20px; 
   -moz-border-radius:20px; 
   -khtml-border-radius:20px;
   	margin:0 auto;
}


/*
	---------Style Button Top Begin------------
	-------------------------------------------
*/

#message
{
	/* Отображение: скрываем кнопку */
	display: block;
	display: none;
	/* кнопка поверх всех остальных элементов */
	z-index: 999; 
	/* прозрачность кнопки */
	opacity: .8;
	/* кнопка всегда на одном месте */
	position: fixed;
	/* размещаем кнопку в нижней правой части страницы */
	top: 85%;
	/*margin-top: -60px; /* = height + preferred bottom margin */
	right:20px;
	/* другая стилизация кнопки */
	background-color: white;
	font-size: 20px;
	text-align: center;
	color: #fff;
	width:32px;
	height:32px;
	background: url(/images/scrollup.png) no-repeat;
}

/*
	---------Style Button Top End------------
	-------------------------------------------
*/