/*
Copyright:		CMSimple.ru
Website:	http://www.CMSimple.ru/
*/

/* Misc. */

* {
	margin:0;
	padding:0;
	}
body {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#FF8810;
    background: url(images/111.JPG);
    background-attachment:fixed;
	color:#f1f1f1;
	}
a {
	color:#f1f1f1;
	text-decoration:none;
	font-weight:bold;
	}
a:hover {
	color:#cc0000;
	}
img {
	border:0;
	}
p {
	margin-bottom:20px;
	line-height:19px;		
        padding-left:15px;
	}

/* Structure */

#wrapper {
   opacity:0.95;
	width:780px;
	margin:0 auto;
	background-color:#a83400;
	}
#header {
	height:120px;
	background-image:url(images/bg-header.gif);
	background-repeat:repeat-x;
	background-color:#553300;
	border-bottom:2px solid #cc3333;
	}
#sidebar {
	float:right;
	width:160px;
	padding:10px;
	}
#body {
	padding:10px;
	margin-right:180px;
	min-height:400px;
	}

#footer {
	padding:10px;
	text-align:center;
	}


/* Menu */
#menu {
	float:right;
	}
#menu ul {
	list-style-type:none;
	padding-right:10px;	
	}
#menu li {
	float:left;
	text-align:center;
	margin-left:3px;
	}
#menu li a {
	height:26px;
	line-height:26px;
	width:80px;
	display:block;
	background-image:url(images/menu.gif);
	background-repeat:no-repeat;
	color:#ffffff;
	font-size:12px;
	margin-top:94px;
	}
#menu li a:hover {
	height:30px;
	line-height:30px;
	margin-top:90px;
	background-image:url(images/menu-hover.gif);
	background-repeat:no-repeat;
	color:#ffffff;
	}
#menu li .active {
	height:30px;
	line-height:30px;
	margin-top:50px;
	background-image:url(images/menu-hover.gif);
	background-repeat:no-repeat;
	color:#ffffff;
	}

/* Headings */
h1 {
	color:#FFFFFF;
	text-align : center;
	font-size:24px;		margin:15px;
}
h2 {
	color:#FFFFFF;
	text-align : center;
	font-size:22px;
  margin:14px;
	font-weight:bold;
	letter-spacing:-1px;}
h3 {
	color:#FFFFFF;
	text-align : center;
	font-size:20px;		margin:13px;
}
h4 {
	color:#FFFFFF;
	text-align : center;
	font-size:18px;		margin:12px;
}

h1 a {
	color:#990000;
	text-align : center;
	font-size:24px;		margin:15px;
}


/* Sidebar */
#sidebar p {
	color:#000000;		margin:0px;
	}
#sidebar h2 {
	border-bottom:2px solid #cc3333;
  background-color:#666666;
  margin:0px;
	font-size:15px;
	color:#ffffff;
	font-weight:bold;
	letter-spacing:-1px;
	text-align : center;	
	}
#sidebar ul {
	list-style-type:none;background-color:#333333;	color:#990000;	font-weight:bold;
	}
#sidebar li {
	padding-left:10px;background-color:#333333;	color:#990000;	font-weight:bold;
	}
#sidebar li a {
	font-weight:normal;background-color:#333333;
	}	
#sidebar a {
	font-weight:bold;
	}	
/* Title */

#title {
	line-height:80px;
	padding-left:10px;
	}
#subtitle {
	padding-left:30px;
	margin-top:-26px;
	color:#fdfdfd;
	cursor:default;
	}
.title1 {
	font-size:30px;
	color:#ffffff;
	}
.title2 {
	font-size: 21pt; 
        font-style:italic;
        color: #F4E378;
	filter: shadow(color="yellow",direction=45)
	}
.submenu {
	padding-left:50px;
	}
  .sitemaplevel1 {
	padding-left:50px;
	}
  .sitemaplevel2 {
	padding-left:15px;
	}	
  .sitemaplevel3 {
	padding-left:15px;
	}
  .search {
	padding-left:15px;
	}		
