@charset "utf-8";
/* CSS Document */

body, html, #mainblock, #content, #content_wrapper, #header, #header_wrapper, #footer, #footer_wrapper, #news, #news_wrapper, #product_gallery {
	margin:0px auto;}

#clear {
	clear:both;}

#header {
	width:100%;
	background:#455985;
	/*background: -ms-linear-gradient(top, #1D3456 20%, #455985 80%);  
    background: -moz-linear-gradient(top, #1D3456 20%, #455985 80%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1D3456), color-stop(80%, #455985));	
    background: -webkit-linear-gradient(top, #1D3456 20%,#455985 80%);
    background: -o-linear-gradient(top, #1D3456 20%, #455985 80%);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#1D3456', endColorstr='#455985');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#1D3456', endColorstr='#455985')";
    background: linear-gradient(top, #1D3456 20%, #455985 80%);
	-pie-background: linear-gradient(#1D3456, #455985);
	behavior: url(../PIE/PIE.htc);
	position:relative;*/
	z-index:1;}
	
#header_wrapper {
	width:995px;
	height:150px;}

#cloud {
	margin-top:10px;
	margin-right:15px;}
		
#logo {
	width:400px;
	height:inherit;
	float:left;}

#contacts {
	width:995px;
	height:inherit;}
	
#upper_menu {
	width:inherit;
	height:60px;}
	
#houses {
	margin-top:20px;}
			
#mixity {
	width:250px;
	cursor:pointer;
	margin-left:70px;
	margin-top:-80px;}	

#upper_address {
	width:inherit;
	height:30px;
	padding-top:5px;
	font-size:14px;
	color:#ccc;
	font-family:'Open Sans', sans-serif;
	font-weight:400;}
		
#num {
	width:inherit;
	margin-top:-10px;
	color:#CCC;
	font-family:"Trebuchet MS", Calibri, sans-serif;
	font-size:38px;}

#buildings {
	height:150px; 
	width:220px; 
	margin-right:-230px; 
	margin-top:-120px;}

#buildings img {
	margin-top:20px; margin-right:10px;}
	

/* UPPER MENU*/

#upper_menu ul {
	padding:0px;
	height:20px;
	float:right;
	margin-top:15px;
	/*border-bottom:#1D3456 2px solid;
	border-right:#1D3456 2px solid;
	border-left:#1D3456 2px solid;*/
	width:480px;}

#upper_menu ul li {
	display:block;
	float:right;
	margin-right:5px;
    list-style: none;
    font-family:'Ubuntu', sans-serif; 
	font-size:11px;
	font-weight:300;}

#upper_menu ul a {
	height:12px;
	padding-right:4px;
	display:block;
	text-decoration:none;
	color:#CCCCCC;
	text-transform:uppercase;
	margin-right:8px;}
	

#upper_menu ul a:hover {
	color:#fff;
	text-decoration:underline;}

/*  MAIN MANU */

#mainmenu {
	background:#1D3456;
	width:100%;
	height:50px;
	z-index:1000;
	position:relative;
	box-shadow: 0px 5px 6px 1px #999999;}

/*   CONTENT */

#mainblock {
	height:auto;
	width:995px;
	box-shadow: 0px 8px 15px 3px #ccc;
	behavior: url(../PIE/PIE.htc);
	behavior: url(../PIE/PIE.php);
	position:relative;
  	border-left:#ccc thin solid;
  	border-right:#999 thin solid;}
	
#content_wrapper {
	padding-bottom:20px;
	height:auto;
	width:975px;}

/* SUBMENU */

#submenu {
	margin:0 auto;
	height:30px;}

#submenu ul {
	padding:0px;
	height:auto;
	float:left;
	margin-top:15px;
	margin-left:20px;}

#submenu ul li {
	float:left;	
	margin-left:5px;	
    list-style: none;
    font-family:'Ubuntu', sans-serif; 
	font-size:13px;
	font-weight:400;
	color:#1D3456;}

#submenu ul a {
	color:#1D3456;
	text-decoration:underline}

#submenu ul a:hover {
	text-decoration:none;}

/* PAGE HEADER */
	
#content_wrapper h1 {
	text-align:left;
	margin-left:14px;
	margin-top:15px;
	padding:10px;
    color:#1D3456;
    font-family:'PT Sans Caption', sans-serif; 
	font-size:18px; font-weight:700;
	text-transform: uppercase;}

/* GALLERY */
	
#product_gallery {
	height:380px; 
	width:925px;
	border:#999 thin solid;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	behavior: url(PIE/PIE.htc);
	behavior: url(PIE/PIE.php);
	position:relative;}


/* FOOTER */
			
#footer {
	height:auto;
    background: #1D3456;
    font-family:'PT Sans Caption', sans-serif; 
	font-size:12px;
	color:#CCC;
	font-weight:400;
	text-transform: uppercase;
	position:relative;}
	
#footer_wrapper {
	margin:0 auto;
	padding:20px 0px 20px 0px;
	width:860px;
	height:80px;}
		
#infoblock {
	width:100%;
	height:50px;}

#rights, #address {	
	padding-left:5px;
	height:30px;}
	
#rights {
	float:right;}
	
#address {
	float:left;}
	
#address a {
	color:#CCC !important;}

#address a:hover {
	text-decoration:none;}
	
