/* CSS Document */

* {
	margin:0; padding:0;
	font-size:100%;
}

body{
	background:#FFFFFF;
	text-align:center;
}

img {vertical-align:top;}
a img { border:0;}

ul,ol {
margin-top:10px;
}

.fleft { float:left;}
.fright {float:right;}
.clear  { clear:both;}


html, input, textarea
	{
		font-family:Tahoma, Geneva, sans-serif;
		font-size:0.688em;
		line-height:1.273em;
		color:#2f2c36;
	}

input, select { vertical-align:middle; font-weight:normal;}

a {color:#2B6495;}
a:hover{text-decoration:none;}
p {padding-top:15px;}

/* ============================= main layout ====================== */

#main { width:1000px; margin:0 auto; text-align:left;}
.container {width:100%; overflow:hidden;}

h2 {font-size:2em; line-height:1em; text-transform:uppercase; font-weight:normal; color:#2b6495; border-top:6px solid #2b6495; border-bottom:6px solid #2b6495; padding:7px 0 11px 0; margin-bottom:1px}
.title {border-top:8px solid #2b6495; border-bottom:8px solid #2b6495; margin-top:11px; padding:0;}
.title span {display:block; background:url(images/title-bg.gif) no-repeat top right; padding:8px 0 8px 0;}
.left-menu li {margin-left:1px; margin-top:15px;}
.left-menu h5 {margin-left:10px; margin-top:5px;}

/* ============================= header ====================== */

#header { background:url(images/header-bg.jpg) top right no-repeat;}
#header .indent {padding:35px 16px 0 42px;height:286px; background:url(images/header-bg2.jpg) bottom left no-repeat;}

.logo {margin-right:13px; float:left;margin-left:-5px;}
.home {margin:22px 17px 9px 0;}
#header .contacts {margin:22px 21px 0 0;}
.sitemap {margin:22px 0 0 0;}
.slogan {color:#17398c; font-size:11px; font-family:arial;}

.row2 {margin:83px 0 0 210px;}
.menu {background:#2b6495; padding:35px 0 34px 0; width:456px; text-transform:uppercase; font-size:14px; float:left;}
.menu ul {width:100%;}
.menu li {display:inline; margin-left:14px;}
.menu li a {color:#fff; text-decoration:none;}
.menu li a:hover {text-decoration:underline;}

.phone {float:left; background:#87c6ea url(images/phone-bg.jpg) top left no-repeat; color:#da034f; font-size:2.091em; line-height:1em; padding:10px 0 14px 94px; width:181px; margin-bottom:10px;}
.phone .code {font-size:0.478em; line-height:1.273em; display:block;}

/* ============================= content ====================== */

#content { padding:0 16px 6px 40px;}


.column-left {width:210px; float:left;}
.column-left ul li h4 a {color: #2B6495; text-decoration:none;}
.column-left ul li h4 a:hover {text-decoration: underline }
.column-center {width:469px; float:left; margin:0 16px 0 29px;}
.column-right {width:220px; float:left;}

.portfolio img {border:1px solid #325e83; margin-top:3px;}

.items {padding:6px 0 0 0;}
.col-1 {width:156px; float:left;}
.col-2 {width:151px; float:left;}
.col-3 {width:150px; float:left;}

.text {padding:23px 0 0 12px; letter-spacing:1px;}
h4 {font-size:1.273em; line-height:1em; display:inline;}
h1 {font-size:1.273em; line-height:1em; display:inline; text-transform:uppercase;}

.main_page a{color:#000; text-decoration:none;}

.main_page a:hover {color:#000; text-decoration:none;}
.nc_row ul {margin-left: 15px;}
.nc_row ol {margin-left: 15px;}
.nc_row p img {margin: 10px;}


/* ============================= footer ====================== */

#footer { height:71px; border-top:1px solid #2f2c36; margin:0 16px 0 41px; font-size:0.909em; line-height:1.1em;}

#footer .copyright {float:right; border-top:5px solid #2f2c36; display:inline-block; width:221px; padding:11px 0 0 0; text-align:right;}
#footer .contacts {float:left;border-top:5px solid #2f2c36; display:inline-block; padding:7px 0 0 0; width:179px;}
#footer .info-text {display:inline-block; padding:7px 0 0 0; width:520px; text-align: center;}

/* ============================= forms ============================= */

#ContactForm {color:#2b6495; font-size:1.091em; line-height:1.5em; padding:15px 0 0 0;}
#ContactForm .row-input {height:50px;}
#ContactForm .row-textarea {height:156px;}
#ContactForm span {color:#c3084c;}
#ContactForm .button1 {background:#2b6495; color:#fff; text-decoration:none; display:inline-block; vertical-align:middle; margin-left:6px; padding:3px 14px 5px 12px;}
#ContactForm .button2 {background:#2b6495; color:#fff; text-decoration:none; display:block; padding:3px 0 5px 0; text-align:center; margin-top:3px; width:220px}
#ContactForm .button1:hover, #ContactForm .button2:hover {background:#1b5485;}

.input {width:213px; height:22px; border:1px solid #2b6495; background:none; padding:0 0 0 5px; font-size:1em;}
.input2 {width:148px; height:24px; border:1px solid #2b6495; background:none; padding:0 0 0 5px; font-size:1em;}
textarea {width:213px; height:126px; border:1px solid #2b6495; background:none; padding:0 0 0 5px; overflow:auto; font-size:1em;}

