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

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: 'DINPro-Regular';
	color: #333333;
	text-align: center;
	background-color: #C8C8C8;
	font-size: 0.8em;
}
#container {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/container_bk.jpg);
	background-repeat: repeat-y;
	padding-right: 5px;
	padding-left: 5px;
}
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 140px;
	width: 790px;
}
#company_info {
	float: right;
	height: 107px;
	width: 790px;
 text-align: right;
 box-sizing: border-box;
 padding-top:20px;
 
}
#navigation {
	float: left;
	height: 33px;
	width: 790px;
  text-align: right;
}
#shadow {
	background-image: url(../images/bottom_bk.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#navigation ul {
	list-style-type: none;
	margin-left: 170px;
}
#navigation li {
	display: inline;
	margin-right: 1px;
}
#headertelephone {
	text-align: right;
	font-size: 0.8em;
  padding-left: 20px;
  padding-top: 20px;
  padding-right: 20px;
    text-align: right;
    	color: #FFFFFF;
 }

 #headeremail {
	text-align: right;
	font-size: 0.8em;
  padding-left: 20px;
  padding-top: 20px;
  padding-right: 20px;
    text-align: right;
    	color: #FFFFFF;
      letter-spacing: 1.5px;
 }
 
 #headeremail a {
	color: #FFFFFF;
}



#navigation a {
	display: block;
	float: left;
	width: 87px;
	height: 33px;
	background-repeat: no-repeat;
	background-position: left top;
}
#navigation a:hover {
	background-position: left bottom;
}
#navigation li.active a {
	background-repeat: no-repeat;
	background-position: left bottom;
}
#banner {
	float: left;
	width: 790px;
}
#banner_noimage {
	float: left;
	width: 790px;
	background-image: url(../images/banner_gradient.jpg);
	background-repeat: no-repeat;
	height: 40px;
}
#content {
	float: left;
	width: 790px;
  	background-color: White;
}
#left_column {
	float: left;
	width: 430px;
}
#right_column {
	float: right;
	width: 360px;
}
#footer {
	float: center;
	width: 790px;
	background-image: url(../images/footer_bk.jpg);
	background-repeat: repeat-x;
	background-color: #9DA8CE;
	color: #FFFFFF;
	text-align: center;
	font-size: 0.8em;
}
#footer ul {
	margin-top: 10px;
	list-style-type: none;
}
#footer li {
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}
#footer a {
	color: #FFFFFF;
}
.link_home {
	background-image: url(../images/home_link.jpg);
}
.link_about {
	background-image: url(../images/about_link.jpg);
}
.link_installation {
	background-image: url(../images/furniture_installers.jpg);
}
.link_pos {
	background-image: url(../images/installation_link.jpg);
}
.link_storage {
	background-image: url(../images/showhome-installersbutton.jpg);
}
.link_news {
	background-image: url(../images/news_link.jpg);
}
.link_contact {
	background-image: url(../images/contact_link.jpg);
}
.active {
}
