@charset "utf-8";
/* CSS Document */

@font-face{
font-family: 'Calibri';
src: url('../../fonts/calibri.ttf');
font-weight: normal;
font-style: normal;
}

p {text-align: justify;}

body {
	margin: 0px;
	padding: 0px;
	background: url(../img/mainpage_background.png) top center repeat-y #9498e6;
	font-family: "Calibri", arial, sans-serif;
	min-width: 933px;
	font-size: 20px;
}

p {
	text-indent: 25px;
	text-align: justify;
	margin: 0.5em 0em;
	font-size: 20px;
	
	}

div {
	background: none;
	border: 0px;
	padding: 0px;
	margin: 0px;}

#mainpage {
	background: url(../img/mainpage_title_background.png);
	background-position: top, center;
	background-repeat: no-repeat;
	width: 100%;
	min-height: 100%;
	text-align:center;
}
#mainpage_main {
	padding: 20px;
	margin-top: 6px;
	width: 933px;
	display: inline-block;
}

#mainpage_content {
	color: #31358a;
}

#mainpage_titletext {
	padding-top: 58px;
	padding-bottom: 44px;
	}
#mainpage_logo {
	
padding-top: 33px;
}
#mainpage_descr {text-align: left;font-family: serif;}

#mainpage_descr_left {
	display: inline-block;
	vertical-align: top;
	position: relative;
	top: 45px;
	left: -4px;
	text-align: center;
	width: 240px;
	height: 150px;
	font-size: 28px;
}

#mainpage_descr_right {
	display: inline-block;
	width: auto;
	text-align: left;
	font-size: 18px;
	height: 150px;
	position:relative;
	right: 10px;
	top: 15px;
	padding-left: 10px;	
}
#mainpage_descr_right p {
	margin-bottom: 7px;
	padding: 0px;
	margin-top: 0px;
	}

#mainpage_menublock {
	text-align: left;
	}
	
#mainpage_menublock div {
	vertical-align: top;
	text-align: left;
	}
	
	
#copyright {
	text-align: center;
	width: 933px;
	font-size: 11px;
	color: #1b1a49;
	bottom: 10px;
}

/* Форма обратной связи */

.oneColFixCtrHdr #container {
	width: 100%;
	margin: 15px auto;
	text-align: left; 
}
.oneColFixCtrHdr #header {
	background: #DDDDDD; 
	padding: 0 10px 0 20px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0;
	padding: 10px 0;
}

.oneColFixCtrHdr #header p{padding-bottom: 10px;}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	position: relative;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background:#DDDDDD;
}
.oneColFixCtrHdr #footer p {
	margin: 0;
	padding: 10px 0;
}


form.form{
    width: 100%;
    margin: 0 auto;
}

form.form div {
    padding:4px;
    margin: 4px 0;
    position:relative;
}

form.form input.text,
.textarea {
    padding:5px 10px;
    height:20px;
    border:1px solid #ddd;
    color:#333;
    background:url(../images/bginput.jpg) repeat-x bottom #fff;
    position:relative;
    z-index:2;
    font-size: 16px;
}

form.form input.text {
    width:290px;
}

form.form .textarea {
    height:150px;
    width:290px;
}

form.form label {
    float:left;
    width:120px;
    text-align:right;
    margin-right:15px;
    font-weight:bold;
    color:#666;
    font-size: 13px;
}

form.form .btn {
    display:block;
    height:31px;
    padding:0 10px;
    background:url(../images/bgbtn.jpg) repeat-x;
    color:#565e62;
    font-weight:bold;
    font-size:12px;
    border:1px solid #e1e0df;
    outline:none;
    cursor: pointer;
}

/* CSS3 */
form.form .btn,
form.form .text,
form.form .textarea { 
-moz-border-radius:8px;
-webkit-border-radius:8px;
border-radius:8px;
}


div.error_field{
    background: #FEDAFB;
    border: 1px solid #FA74F0;
}

div.errors{
    width: 580px;
    margin: 15px auto;
    padding: 10px;
    border: 1px solid #ccc;
    background: #FDFEC2;
}

div.errors .error{
    color: red;
    font-weight: bold;
    font-size: 12px;
    margin: 5px;
}

.textmore {display: none; width:auto;}
.bmore {cursor:pointer; border-bottom: 1px dashed #fff; margin-bottom: 20px;}
.bmore IMG {    position: relative;
    top: 6px;}
	
	.mainpage_logo {padding: 0px;position:  relative;right: 15px;}
	
.lpx {width: 1px; height: 1px; overflow: visible;}
.glbtn {
    position:  relative;
	z-index: 1;
    left: 540px;
    top: 30px;
}
.textmore li {font-size: 95%; padding-bottom: 6px; text-align: justify;}
.project {font-size: 120%; font-weight: bold;}