body
{
	margin: 0;
	padding: 0;
	color: #555;
	font:  normal 10pt NeoSansPro, Helvetica,sans-serif;
	background: url('../images/bg_main.jpg') ;
    position: relative;
}

#page
{
    position: relative;
    padding-bottom: 220px;
    background:url("../images/bg_main_layer.png") no-repeat 240px 0;
}

#header
{
	margin: 0;
	padding: 0;
}

.image-block{
    position: relative;
    height: 630px;
}
.image-block img{
    position: absolute;
    left: -150px;
    top: 0;
}

.image-block:after{
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 57px;
    background: url("../images/body_seporator_down.png") no-repeat;
}

#content
{
    padding: 20px;
    position: relative;
}

#content p{
    font-size: 18px;
    color: #ffffff;
}

#content h1,
#content h2{
    text-align: center;
    color: #ffffff;
}

#sidebar
{
	padding: 20px 20px 20px 0;
}

#footer
{
    padding-top: 1px;
	width: 960px;
    height: 220px;
    background: url("../images/bg_footer.png") no-repeat;
    background-size: 100% 100%;
    color: #d3f4ff;
    font-size: 16px;
    position: absolute;
    bottom: 0;
}

#footer .footer-wrapper{
    margin-top: 162px;
    padding: 10px 0;
    background-color: #101923;
}
#footer .footer-wrapper p{
    margin: 0;
}
#footer .footer-wrapper a{
    text-decoration: none;
}

#footer .copyright{
    padding: 12px 0 0 10px;
}
#footer .copyright,
#footer .footer-social,
#footer .footer-contacts{
    display: inline-block;
    width: 32%;
    vertical-align: middle;
    text-align: center;
}
#footer .footer-social img{
    margin: 5px;
    opacity: 0.8;
    border-radius: 2px;
    -webkit-transition: 300ms;
    transition: 300ms;
}
#footer .footer-social img:hover{
    opacity: 1;
    box-shadow:  0 0 15px 0 #ffffff;
}
#logo
{
	padding: 10px 20px;
	font-size: 200%;
}

#mainmenu
{
    padding-top: 1px;
	height: 84px;
    position: relative;
    text-align: center;
}
#mainmenu:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: url("../images/body_seporator.png") no-repeat;
    background-size: contain;
    z-index: -1;
}

#mainmenu ul
{
	padding:6px 20px 5px 20px;
    margin: 17px 0 0 0;
}

#mainmenu ul li
{
	display: inline;
}

#mainmenu ul li a
{
    color: #d3f4ff;
    font-size: 22px;
	background-color:transparent;
	text-decoration:none;
	padding:5px 8px;
    font-family: NeoSansPro;
    -webkit-transition: 500ms;
    transition: 500ms;
}

#mainmenu ul li a:hover,
#mainmenu ul li.active a,
#mainmenu ul li.active a:active
{
	color: #6399cd;
    background-color: rgba(25, 33, 44, 0.6);
    box-shadow: inset -1px -1px rgba(255,255,255, 0.1);
	text-decoration:none;
    border-radius: 5px;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}