﻿/* CSS Document */
html{height:100%;}
body {text-align:center;padding:0; margin:0; font-family: Arial, Helvetica, sans-serif; font-size:13px; background:#fff; min-width:1000px; width:expression(document.body.clientWidth < 1000? "1000px" : document.body.clientWidth > 3000? "auto" : "auto");
height:100%;min-height:100%;
position: relative;}
ol, ul, li{padding:0;margin:0;}
input, table{font-family: Arial, Helvetica, sans-serif; font-size:13px;}
table{border:0;padding:0;margin:o;}
h1{margin:8px 0 23px 0;font-size:25px;font-weight:bold;}
h2{font-size:18px; margin:24px 0 20px 0;}
h3{margin:10px 0 6px 0;font-size:17px;font-weight:bold;}
p{color:#333; margin:10px 0 5px 0;}
a{color:#4686c6;}
a:hover{text-decoration:none;}
img {border:0px;}
.clear{clear:both;}
.clearLeft{clear:left;}
.clearRight{clear:right;}

#all{height: auto !important; min-height:100%; height: 100%;}
/* Шапка */
#header{ width:920px; height:124px; margin:auto; text-align:left;}
	#logo{margin:29px 0 0 0; float:left;}
	#logo2{margin:29px 0 0 17px; float:left;}
	#menu{margin:30px 0 0 91px; float:left;}
		#menu ul{margin:0 32px 0 0 ; float:left; list-style-type:none;}
			#menu ul li{font-size:15px; font-weight:bold;}
				#menu ul li a{text-decoration:none; padding:0 4px; }
	#link1{color:#4686C6;}
	#link2{color:#4C81C2;}
	#link3{color:#5479BD;}
	#link4{color:#5D70B7;}
	#link5{color:#6767B0;}
	#link6{color:#715EAA;}
	#link7{color:#7957A5;}
	#link8{color:#7E51A1;}
	#linkOver1{background-color:#4686C6;color:#fff;}
	#linkOver2{background-color:#4C81C2;color:#fff;}
	#linkOver3{background-color:#5479BD;color:#fff;}
	#linkOver4{background-color:#5D70B7;color:#fff;}
	#linkOver5{background-color:#6767B0;color:#fff;}
	#linkOver6{background-color:#715EAA;color:#fff;}
	#linkOver7{background-color:#7957A5;color:#fff;}
	#linkOver8{background-color:#7E51A1;color:#fff;}
	#menu #sel_menu_link{color:#e1e1e1;}
/* Плашка с названием */
#name_bar{ height:50px; text-align:left;}
	#name_bar table{ width:100%;}
	#left_bar, #center_bar, #right_bar{height:50px; background:#edf3f9;}
	#left_bar{ text-align:right; padding:10px; cursor:pointer;}
	#center_bar{width:946px;border-right:1px solid #fff;border-left:1px solid #fff; overflow:hidden;}
	#center_bar h1{font-size:42px; color:#4c81c2; font-weight:normal; padding:0; margin:0 0 0 10px; position:relative;}
	#right_bar{padding:10px; cursor:pointer;}

	#left_bar:hover, #right_bar:hover{filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70); /* IE 5.5+*/
		-moz-opacity: 0.7; /* Mozilla 1.6 и ниже */
		-khtml-opacity: 0.7; /* Konqueror 3.1, Safari 1.1 */
		opacity: 0.7; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */}


#main{ width:920px; margin:auto; text-align:left;}
	#contacts, #teams, #invest, #about, #projects{margin-top:15px;}
	#about p,#invest p,#friends p,#teams p,#contacts p{font-size:17px;}
	#about div, #invest div, #teams div, #friends div,#contacts div{float:left; width:430px; margin-right:30px;}
	#contacts table{font-size:17px;}
	#contacts td{padding:3px;}
	#message{width:400px;height:120px;}
	#teams li, #invest li, #contacts li{font-size:17px; margin-left:15px;}
	#teams ol li{font-size:17px; margin-left:25px;}

	/* Проекты */
	#projects{}
		#projects .split{width:20px;height:233px; float:left; margin:0px 0 0 0;}
		.project{width:215px; height:233px; float:left; margin:0px 0 0 0;}
			.project .logo{height:110px; text-align:center;}
			.project .text{border-top:1px solid #e0e0e0; padding-top:1px;}
			.project .textOver{border-top:2px solid #ff0036;}
	/* FAQ */
	#faq{margin:37px 0 0 0;}
	.question{color:#7e51a1; font-weight:bold; font-size:15px; margin: 18px 0 0 0;}
	.answer{margin:7px 0 10px 0;}
	.answer_top{background:url(img/answer_top.gif); width:685px; height:4px;}
	.answer_center{width:685px; background:#f2eef6;}
		.answer_center p{ color:#333; font-size:15px; margin:14px 18px;}
	.answer_bottom{background:url(img/answer_bottom.gif); width:685px; height:4px;}
	#other_questions{font-size:15px; font-weight:bold; color:#333; margin:30px 0 105px 0 ;}

/* Подвал */
#basement{height:70px;margin-top:-70px; font-size:11px; width:920px; margin-left:auto; margin-right:auto;}
	#basement div{padding-top:25px;}
	#copyright{float:left;}
	#made_in{float:right;}

