/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #FFFFFF;
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #666666;
}

a {
	color: #5EAB5E;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #E16629;
}
img {
	border-top: 1px solid #f4f4f4;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	border-left: 1px solid #f4f4f4;
	padding: 3px;
	max-width: 80%;
}
fieldset {
	border: 1px solid #ccc;
	color: #333;
	font-size:  16px; 
	line-height: 1.4em;
	padding: 5px;
	margin: 0 0 15px 2px;
}
input {
	border: 1px solid #336699; 
	margin: 3px; 
	font-size: 12px;;
}
label {
	color: #333;
	font-weight: bold;
	font-size: 12px;
}

legend {	
	color: #333;
	font-weight: bold;
}

/* Boxed */

.title {
	background: url(../images/img4.gif) no-repeat right center;
	border-bottom: 3px solid #CFCFCF;
}
.title a, .title a:visited{
	text-decoration: none;
	color: #666666;
}
.title a:hover {
	color: #E16629;
}


.cat a, .cat a:visited{
	text-decoration: none;
	color: #666666;
}
.cat a:hover {
	color: #E16629;
}


.boxed1 .title {
	font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left: 3px;
	}

.boxed1 .content {
	background: url(../images/img05.gif) no-repeat left bottom;
	padding: 20px;
	padding-left: 30px;
}

.boxed2 .title {
	font: normal 182% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.boxed2 .content {
	padding: 5px;
	clear: both;
}

.boxed3 .title {
	font: normal 129% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.boxed3 .content {
	padding: 20px;
}

.boxed3 ol, .boxed3 ul {
	list-style: disc;
}
.boxed2 ol {
	padding-left: 20px;
}
.boxed2 ol li {
}


/* Header */

#all{
	width: 900px;
	margin: 0 auto;
	background: url(../images/img02.jpg) no-repeat 100% 10px;
	border-bottom: 5px solid #E16629;
	border-left: 5px solid #E16629;
	border-right: 5px solid #E16629;
	border-top: 5px solid #E16629;
}

#header {
	width: 900px;
	height: 180px;
	margin: 0 auto;
	/*background: url(../images/img02.jpg) no-repeat 100% 10px;*/
	border-bottom: 5px solid #E16629;
}

/* Logo */

#logo {
	float: left;
	width: 360px;
	height: 180px;
	/*background: #29A4E1 url(../images/img01.gif) no-repeat;*/
	/*text-align: center;*/
	border: 0px solid #000;
}

#logo h1 {
	padding-top: 40px;
	padding-left: 70px;
	font: bold 30px Georgia, "Times New Roman", Times, serif;
}

#logo h2 {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	padding-left: 50px;
}

#logo a {
	text-decoration: none;
	color:  #5EAB5E;
}

/* Menu */

#menu {
	float: left;
	width: 530px;
	height: 50px;
	background: #F4F4F4;
}

#menu ul {
	height: 5px;
	background: #29A4E1;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 30px;
	padding: 15px 15px 0 15px;
	border-top: 5px solid #29A4E1;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	background: #DCDCDC;
	border-top-color: #1A7196;
}

#menu .active a {
	background: #FFA800;
	border-top-color: #E16629;
}

#menu a b {
	text-decoration: underline;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	/*background: url(../images/img03.gif) repeat-y;*/

}
/* Sidebar */
#left {
	position: relative; 
	float: left;
	left: 10px;
	width: 900px;
}

#right {
	position: relative; 
	float: right;
	width: 500px;
}



#sidebar {
	background-color: #FFF;
	position: relative; /* Относительное позиционирование */
	float: left;
	width: 300px;

}

#sidebarR {
	position: relative; /* Относительное позиционирование */
	float: left;
	left: 10px;
	width: 550px;
}

/* Content */
#content {
	position: relative; /* Относительное позиционирование */
	float: right;
	width: 550px;
	padding: 10px;
	border-bottom: 1px solid #FFFFFF;
}

#content p, #content ol, #content ul {
	line-height: 152%;
	list-style-type: inline;
	
}



/* News */

#news {
	padding-top: 10px;
	padding-bottom: 0;
}

#news ul {
	list-style-type: none;
}

#news li {
	margin-bottom: 15px;
}

#news h3 {
	margin-bottom: 10px;
	font-size: 92%;
}

#news h3 a {
	display: block;
}

#news p {
	font-size: 85%;
}

/* Welcome */

#welcome {
	padding-bottom: 50px;
}

/* columns*/

.left-col {
	float: left;
	width: 250px;
}


.right-col{
	float: right;
	width: 250px;
	margin-left: 20px;

}

/* Footer */

#footer {
	width: 900px;
	margin: 0 auto;
	padding: 20px 0;
	border-top: 5px solid #E16629;
}

#footer p {
	text-align: center;
	font-size: 77%;
}
/*Newsmater */
.img-left 	{ 
	float:left; 
	margin: 3px 5px 3px 0; 
}

.img-left80 	{ 
	float:left; 
	width: 80px;
	margin: 3px 5px 3px 0; 
}

.img-left60 	{ 
	float:left; 
	width: 80px;
	height: 60px;
	margin: 3px 5px 3px 0; 
}

.img-right 	{ 
	float: right; 
	margin: 3px 0 3px 5px; 
	width: 200px;
}

.img-right80 	{ 
	float: right; 
	margin: 3px 0 3px 5px; 
	width: 80px;
}

.text-right {
	float:right;
	text-align:right;
}
.latest a, .latest a:visited{
	color: #E16629;
	text-decoration: none;
}
.error {
	color: #E16629;
	font-weight: bold;
}
.breadcrumb {
	color: #666;
	margin-left: 5px;
}
.breadcrumb a, .breadcrumb a:visited {
	text-decoration: underline;
}

.red {
	color: #E16629;
}
.green {
	color: #66b029;	
}
.bold {
	font-weight: bold;
}
.underline, .underline a {
	text-decoration: underline;
}