body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.4em;
	background-color: #ffffff;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	padding: 6px 30px 0px 8px;
	margin-top: 5px;
	height: 23px;
}
a {
	text-decoration: none;
	color: black;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #868686;
	font-weight: bold;
}
#container {

	margin: 0 30px 80px 30px;
	padding: 0 0 50px 0;

}
/****************************** head ***********************************/
#head.h_blue {
background-image: url(../images/center-head.jpg);
	background-repeat: repeat-x;
	background-position: top center;
margin: 0 0 0 0 ;
padding: 0 ;
 height: 80px;
}
#head.h_blue div {
background:transparent url(../images/right-head.jpg) no-repeat scroll 100% 0;
}
#head.h_blue div div {
background:transparent url(../images/left-head.jpg) no-repeat scroll 0 0;
 height: 80px;
}
/************************************************************************/
#headLinks {
	margin: 121px 43px 0 auto;
	width: 210px;
	padding: 1px;
}
#big_content {
	width: 840px;
	margin: 20px auto 0px auto;
}
#content {
	padding: 8px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	overflow: hidden;
	border-left: 1px #0099FF solid;
	border-right: 1px #0099FF solid;
	border-bottom: 1px #0099FF solid;
}
#content .bor {
	padding: 8px;
	margin: 0px;
	border: 3px #969594 solid;
}
#contentRight {
	width: 311px;
	background-color: white;
	padding: 8px;
	float: right;
	height: 100%;
	margin-left: 8px;
	margin-bottom: 0px;
}
#contentRight .bor {
	padding: 8px;
	margin: 0px;
	border: 3px #969594 solid;
}
/********************** menu ************************************/
#menu {
	padding: 1px;
	margin: 0px auto 0px auto;
	background-color: lightgrey;
	border-left: 1px #0099FF solid;
	border-right: 1px #0099FF solid;
}
#menu ul {
	margin: 0px auto 13px 0px;
	padding: 1px;
	list-style: none;
}
#menu li {
	display: inline;
	text-align: center;
	padding: 2px 5px 2px 5px;
	margin-right: 0px;
	border: 1px solid #A1A1A1;
	float: left;
}
#menu a {
	font-family: Arial, Verdana;
	color: black;
	font-size: 14px;
	float: left;
	margin: 0;
	padding-left: 1px;
	text-decoration: none;
}
#menu a:hover {
	color: rgb(255,225,107);
	float: left;
	margin: 0;
	padding-left: 1px;
	text-decoration: none;
}
#menu a.active {
	color: rgb(255,204,0);
	float: left;
	margin: 0;
	padding-left: 1px;
	text-decoration: none;
}
#menu .last {
	border: none;
}
/************************** other *********************************/
.clearfix {
	clear: both;
}
.heading {
	background-image: url(../img/h1-left.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 18px;
	font-weight: bold;
	background-color: #969594;
	padding: 6px 30px 0px 8px;
	margin-top: 5px;
	height: 23px;
}
/************************** article *********************************/
#adminMenu {
	position: absolute;
	margin: -70px auto auto 50px;
	padding: 0px;
}
.logMenu li {
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
}
.logMenu {
	border-top: 3px solid #868686;
	border-bottom: 3px solid #868686;
	background-color: #000000;
	color: #e7e7e7;
	margin-right: 0;
	margin-left: 0;
	padding: 10px;
}
.logMenu a {
	color: #e7e7e7;
}
.logMenu a:hover {
	color: #ffffff;
}
.icon-32-new {
	background-image: url(../images/icon-32-new.png);
}
.icon-32-trash {
	background-image: url(../images/icon-32-trash.png);
}
.toolbar span {
	display: block;
	float: none;
	height: 32px;
	margin: 0 auto;
	width: 32px;
}
.toolbar {
	margin: 0px 20px 20px auto;
	width: 38px;
	float: left;
	text-align: center;
}
.toolbar a {
	border: 1px solid #FBFBFB;
	cursor: pointer;
	display: block;
	float: left;
	padding: 1px 5px;
	white-space: nowrap;
}
.butNo {
	background: none;
	border: none;
	width: 38px;
	cursor: pointer;
}
/*************************** mesages *******************************/
.errorMes {
	color: white;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	padding: 10px 10px 10px 70px;
	margin: 10px 0 30px;
	border-top: 2px solid #3b3132;
	border-bottom: 2px solid #3b3132;
	background-color: #7ab3ff;
	background-image: url(../images/icons/error-big.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}
.infoMes {
	color: white;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	padding: 10px 10px 10px 70px;
	margin: 10px 0 30px;
	border-top: 2px solid #3b3132;
	border-bottom: 2px solid #3b3132;
	background-color: #00AFFF;
	background-image: url(../images/icons/info.png);
	background-position: 20px center;
	background-repeat: no-repeat;
}
/*************************** buttons  ***********************************/
.subBut{
	background-image: url(../images/icons/filesave.png);
	background-position: top center;
	background-repeat: no-repeat;
	border: 1px solid #E8E8E8;
	background-color: transparent;
	height: 50px;
  padding-top: 32px; 
	cursor: pointer;
	font-weight: bold;
}     
.cancelBut{
	background-image: url(../images/icons/button_cancel.png);
	background-position: center top;
	background-repeat: no-repeat;
	border: 1px solid #E8E8E8;
	background-color: transparent;
	height: 50px;
  padding-top: 32px; 
	cursor: pointer;
	font-weight: bold;
}   
.delBut{
	background-image: url(../images/icons/editdelete.png);
	background-position:  center top;
	background-repeat: no-repeat;
	border: 1px solid #E8E8E8;
	background-color: transparent;
	height: 50px;
  padding-top: 32px; 
	cursor: pointer;
	font-weight: bold;
}
.editBut{
	background-image: url(../images/icons/desktop.png);
	background-position:  center 2px;
	background-repeat: no-repeat;
	border: 1px solid #E8E8E8;
	background-color: transparent;
	height: 50px;
  padding-top: 32px; 
	cursor: pointer;
	font-weight: bold;
}
/******************************* foto ********************************/
#centerfoto .fotGal {
	border: 6px solid #BB825B;
	margin: 5px 22px 5px 0px
}
/************************** footer *********************************/
#footer {
	background-image: url(../img/back_02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 843px;
	height: 106px;
	padding: 2px 1px 0 0;
	margin: 4px auto 0 auto;
	color: #ffffff;
	font-size: 10px;
	text-align: center;
}
#footer ul {
	margin: 7px auto 13px 37px;
	padding: 1px;
	list-style: none;
}
#footer li {
	display: inline;
	text-align: center;
	padding-right: 5px;
	margin-right: 5px;
	border-right: 2px solid black;
	float: left;
}
#footer a {
	font-family: Arial, Verdana;
	color: black;
	font-size: 15px;
	font-weight: bold;
	float: left;
	margin: 0;
	padding-left: 1px;
	text-decoration: none;
}
#footer a:hover {
	color: #A42F25;
	float: left;
	margin: 0;
	padding-left: 1px;
	text-decoration: none;
}
#footer a.active {
	color: #A42F25;
	float: left;
	margin: 0;
	padding-left: 1px;
	text-decoration: none;
}
#footer .last {
	border: none;
}
