﻿html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #d6d6d6;
	
	background: #151515 url('../images/header/bg.jpg') repeat-x scroll left top;
}

img {
	border: 0px;
}

p {
	margin: 5px 0px 0px 0px;
	padding: 0;
}

a {
	color: #ef406b;
}

#outer {
	min-width:990px; 
	background: transparent url('../images/header/center-bg.jpg') no-repeat scroll center top;	
	text-align: center;
	
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

#inner {
	width: 990px;
	margin: 0 auto;
	text-align: left;
	
	position: relative;
	

}

#icon-contacts, #icon-map, #icon-home, #icon-home-in {
	position:absolute; 
	width: 15px;
	height: 15px;
}

#icon-home {
	left: 250px; 
	top: 82px;
	
	background: transparent url('/files/images/header/icons/home.gif') no-repeat;
}

#icon-home-in {
	left: 250px; 
	top: 82px;
	
	background: transparent url('/files/images/header/icons/home-in.gif') no-repeat;
}

#icon-map {
	left: 270px; 
	top: 100px;	
	
	background: transparent url('/files/images/header/icons/map.gif') no-repeat;
}

#icon-contacts {
	left: 290px; 
	top: 120px;	
	
	background: transparent url('/files/images/header/icons/contacts.gif') no-repeat;
}


.shutle-red, .shutle-yellow, .shutle-blue {
	width: 280px;
	height: 56px;
	
	text-align: center;
	padding-top: 110px;
}

.shutle-blue { background: transparent url('/files/images/shutle-blue.png') no-repeat center top; }
.shutle-yellow { background: transparent url('/files/images/shutle-yellow.png') no-repeat center top; }
.shutle-red { background: transparent url('/files/images/shutle-red.png') no-repeat center top; }


.link-blue, .link-yellow, .link-red, .link-green {
	padding-right: 10px;
	line-height: 22px;
	height: 22px;

}

.link-blue2
{
   padding-left: 10px;
   line-height: 22px;
   height: 22px;
   background: transparent url('/files/images/link-blue2.gif') no-repeat left 5px;
   color: #45b9eb;
}


.link-yellow {
	background: transparent url('/files/images/link-yellow.gif') no-repeat right 5px;
	color: #f68220;
}

.link-green {
	background: transparent url('/files/images/link-green.gif') no-repeat right 5px;
	color: #7db642;
}

.link-red {
	background: transparent url('/files/images/link-red.gif') no-repeat right 5px;
	color: #ef406b;
}

.link-blue {
	background: transparent url('/files/images/link-blue.gif') no-repeat right 5px;
	color: #45b9eb;
}


#footer {
	width: 990px;
	height: 197px;
	
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	
	margin: 0 auto;
	text-align: left;
}

#footer a {
	color: #5bcffb;
}

#footer-last-project {
	float: left;
	height: 100%;
	width: 200px;
	padding-left: 200px;
}

#footer-last-project div {
	background: transparent url('/files/images/footer/last-project.gif') no-repeat scroll 0px 47px;
	
	padding-top: 90px;
	padding-left: 59px;
}


#footer-contacts {
	float: right;
	height: 100%;
	width: 590px;
	background: transparent url('/files/images/footer/contact-image.gif') no-repeat scroll right bottom;
}

#footer-contacts div{
	color: #e4e4e4;
	
	margin-top: 155px;
	margin-right: 345px;
	text-align: right;
}

#footer-contacts div a{
	color: #7db642;
}
