﻿.some-safari-class{
}

/*Microformats*/
.vcard{
	background-color:#f9f9f9;
	padding:25px;
}
.vcard h3{
	color:#75d024;
	font-weight:300;
	font-size:150%;
	margin-top:0.8em;
}

/*Classes*/
.underline{
	border-bottom:1px solid #43add6;
	margin-bottom:0.7em;
}
.name{
	color:#43add6;
}
.bottom{
	position:relative;
	bottom:0px;
}

body, html{
	height:100%;
	width:100%;
}
#wrapper{
	width:expression(document.body.clientWidth < 1102? "1100px" : "auto");
	height:100%;
}
body{
	background:url(../img/sky.jpg) top left repeat-x;
	font-family:Arial, Verdana, sans-serif;
	font-size:90%;
	min-width:1000px;
	margin-bottom:-281px;
}

/*Common*/
#main{
	min-height:100%;
	position:relative;
}
*html #main{
	height:100%;
}
#main .spacer{
	clear:both;
	height:68px;
}

/*Header*/
#header{
	background:url(../img/logo_bg.jpg) no-repeat;
	float:left;
	height:281px;
	width:300px;
	position:relative;
}
#header img{
	margin-left:30px;
}
#header b{
	position:relative;
	bottom:-0.4em; left:30px;
	color:#43add6;
}

/*Navigation*/
#menu{
	height:261px;
	margin-left:300px;
	margin-right:30px;
	padding-bottom:20px;
	position:relative;
}
#menu a{
	color:#75d024;
	font-size:110%;
	font-weight:bold;
}
#menu a:hover{
	color:#43add6;
}
#about,#projects,
#service,#contacts{
	bottom:20px;
	position:absolute;
	z-index:100;
}
#about{
	left:82px;
}
#projects{
	left:33.5%;
}
#service{
	right:35.1%;
	margin-left:3px;
}
#contacts{
	right:33px;
	text-align:center;
	top:230px;
}

/*None-flash menu images*/
#menu-img{
	position:absolute;
	width:100%;
}
#menu-img img{
	position:absolute;
	z-index:1;
}
#about-img{
	left:16px;
	top:79px;
}
#projects-img{
	left:27%;
	top:155px;
}
#service-img{
	left:45.4%;
}
#contacts-img{
	right:-10px;
	top:93px;
}

/*News + texts*/
#text{
	overflow:hidden;
}
#text .epmty{
	clear:both;
	font-size:1px;
}
#news,#content{
	padding-top:2.5em;
}

/*News*/
#news{
	border-top:1px solid #43add6;
	float:left;
	margin-left:30px;
	position:relative;
	width:270px;
}
#news b,#news a, #news h3, #ready h3,#content a,
#content h1, #content h2{	
	color:#43add6;
}


#news h2{
	font-weight:300;
	font-size:1em;
	margin-top:1em;
}
#news p{
	margin-bottom:2.5em;
}

/*Проекты*/
#news ul{
	list-style:none;
	margin-left:1em;
	margin-bottom:1em;
	line-height:170%;
}

#taki-vse-novosti{
	font-weight:600;
	margin:-1em 0em 2em 2em;
}
#taki-vse-novosti a{
	color:#75d024;
}

/*Content*/
#content{
	border-top:1px solid #43add6;
	font-family:Verdana, Arial, sans-serif;
	font-size:90%;
	padding-left:2em;
	position:relative;
	margin:0px 32px 0px 320px;
}
#content p{
	text-align:justify;
	margin-bottom:1.5em;
}
#content h1{
	font-size:140%;
	margin:0.2em 0em;
}
#content h2{
	font-size:120%;
	margin:0.2em 0em;
}
#content ul{
	list-style:none;
	margin-left:2em;
}

#content ul li{
	margin-bottom:1em;
}

#ready img,
#not-ready img{
	float:left;
	margin-right:15px;
	margin-bottom:5px;
}

#ready p,
#not-ready p{
	text-indent: 0px;
}

#ready{
	float:left;
	width: 80%;
}
#not-ready{
}

.post{
	clear:both;
	overflow:hidden;
	position:relative;
}

/*Footer*/
#footer{
	background:url(../img/bottom_bg.jpg) bottom repeat-x;
	height:60px;
	margin-top:-60px;
	padding:0px 30px 0px 30px;
	position:relative;
}
#menu2{
	position:relative;
	margin-left:270px;
	margin-right:0px;
}
#menu2 a{
	color:#75d024;
	white-space:nowrap;
}

.bottom1, .bottom2, .bottom3, .bottom4{
	position:absolute;
	display:block;
}

.bottom2{
	left:28%;
}
.bottom3{
	left:57%;
}
.bottom4{
	right:0px;
}

#idt{
	color:#75d024;
	font-size:75%;
	text-align:center;
	margin-top:40px;
}
#idt a{
	color:#75d024;
}


.error, .notice, .success, .question {padding:.9em;margin-bottom:1em;border:2px solid #ddd; position:relative; width: 50%}
.error {background:#FBE3E4 url(../img/icon-error.gif) 3% 45% no-repeat; padding-left: 60px; color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF url(../img/icon-warning.gif) 3% 45% no-repeat; padding-left: 60px; color:#514721;border-color:#FFD324;}
.question {background:#FFF6BF url(../img/icon-question.gif) 3% 45% no-repeat; padding-left: 60px; color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2 url(../img/icon-info.gif) 3% 45% no-repeat; padding-left: 60px; color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a, .question a {color:#514721;}
.success a {color:#264409;}

div.error_message { font-weight: bold; color:#DD0000; display:inline}