@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'Open Sans';
	src: 	url(../fonts/OpenSans-Light.ttf) format("truetype"),
			url(../fonts/OpenSans-Regular.ttf) format("truetype"),
			url(../fonts/OpenSans-Semibold.ttf) format("truetype"),
			url(../fonts/OpenSans-Bold.ttf) format("truetype");}

body, html {
	margin:0px auto;
	background:#eee;}

#clear {
	clear:both;}

#header {
	margin:0 auto;
	height:auto;   
	background:#CCC;
	background: linear-gradient(top, #CCC 0%, #eee 50%); 
	background: -ms-linear-gradient(top, #CCC 0%, #eee 50%);  
    background: -moz-linear-gradient(top, #CCC 0%, #eee 50%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #CCC), color-stop(50%, #eee));	
    background: -webkit-linear-gradient(top, #CCC 0%,#eee 50%);
    background: -o-linear-gradient(top, #CCC 0%, #eee 50%);
    background: linear-gradient(top, #CCC 0%, #eee 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#CCC, endColorstr=#eee);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCCCCC', endColorstr='#EEEEEE')";}
	
#footer {
	margin:0 auto;
	height:auto;	
	color:#666;
	font-family:'Open sans', sans-serif;
	font-weight:600;
	font-size:12px;}

#footermenu {
	width:880px;
	color:#1C5166;
	border-top:#1C5166 solid 2px;
	margin:0 auto;
	height:250px;
	padding-top:15px;}

#footermenu a {
	float:left;
	text-decoration:none;
	color:#fff;
	font-size:11px;
	display:block;
	height:18px;
	width:100px;
	padding-top:3px;
	border-radius:10px;	
	behavior: url(../PIE/PIE.htc);
	behavior: url(../PIE/PIE.php);
	position:relative;
	margin-left:50px;	
	background-color:#6d8d8b;}

#footermenu img {
	margin-left:50px;
	margin-top:-20px;
	float:left;}
		
#footermenu h1 {
	font-size:14px;
	color:#FFF383;
	font-weight:600;
	margin-left:-10px;
	padding-left:10px;
	background-color:#5B7674;
	height:15px;
	padding-bottom:4px;
	text-align:left;}

#footermenu p {
	text-align:left;
	font-size:15px;
	font-weight:400;}

#dealers, #support, #solutions {
	float:left;
	width:220px;
	background:#FFF;
	height:230px;
	margin-left:42px;
	padding-left:15px;
	border:#ccc thin solid;	
	box-shadow: 0px 0px 2px 2px #ddd;	
	behavior: url(../PIE/PIE.htc);
	behavior: url(../PIE/PIE.php);
	position:relative;}
	
#basement {
	height:auto;	
	background-color:#5B7674;}
	
#bottom {
	width:800px;
	height:210px;
	background-color:#5B7674;
	padding:5px 0px 15px 0px;}

#bottom a {
    display: block;
	color:#FFF;
	text-decoration:none;}

#bottom a:hover {
	color:#FFF383;}

#bottom h1 {
	margin-left:40px;
	text-align:left;
	font-size:11px;
	color:#FFF383;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;}
	
#bottom ul {
	margin-top:-1px;
	margin-left:40px;
	text-align:left;
	height:auto;
    padding: 0px;
    list-style: none;}
      
#bottom ul li {
	display:list-item !important;
	padding: 0;
    list-style: none;
	float:none;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size:11px;
	text-align:left;}

#productsmenu, #infomenu, #contacts, #rights, #map {
	float:left;
	width:170px;}

#rights {
	font-family:'Open sans', sans-serif;
	font-weight:400;
	font-size:11px;
	text-align:left;
	margin-left:35px;
	color:#FFF383;}
			 
#contacts {
	margin-left:40px;
	color:#FFF383;
	text-align:left;
	height:40px;
	font-family:'Open sans', sans-serif;
	font-weight:400;
	font-size:12px;}

#contacts a {
	display:table-cell;
	float:right;
	margin-right:35px;}
	
#contacts p {
	margin-top:-1px;}

#contacts h1 {
	margin-left:0px;}	
#map {
	margin-left:35px;}
	
#map a {
	color:#FFF;
	border-bottom:#FFF383 thin solid;
	margin-top:5px;
	width:170px;
	display:block;
	font-family:'Open sans', sans-serif;
	font-weight:600;
	font-size:11px;
	text-align:left;
	text-decoration:none;}

#map a:hover {
	color:#FFF383;}
		
