/* CSS Document */
body {
	font-family: 'raleway' ariel, sans-serif;
	background-color: #000;
	margin: auto;
}
#container {
	max-width: 960px;
	position: relative;
	width: 100%;
	background-color: #666;
	padding: 5px;
}
.header {
	position: relative;
	height: 150px;
	background-color: #ccc;
	padding: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;

}
.header_address {
	text-align: right;
	margin-right: 20px;
}
.nav{
  list-style-type:none;
  margin:0;
  padding:0;
  margin-top: 2px; 
}
li{
  height:100px; 
  position:relative;
  background: linear-gradient(#D0D0D0, #A7A7A7);
  font-size: 48px;
  text-align: center;
  margin-bottom: 2px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
  
}
a {
  text-decoration:none;
  display:block;
  height:100%;
  line-height:100px;
  color:#333;
  text-transform: uppercase;
  font-weight: bold;
  border-left:5px solid transparent;
  letter-spacing:1px;
}
.active a{
  color: #0A006C;
  border-left:10px solid #0A006C;
  background-color: #999;
  outline:0;
  	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;

}
.content1 {
	background-color: #00013F;
	margin-top: 3px;
	height: 200px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border: #999 solid 2px;
	padding: 0;
}
.content1 h1 {
	font-size: 40px;	
	line-height: 30px;
	color: #999;
	margin: 35px 80px 0 5%;
	border-bottom: dotted 1px #ccc;
	letter-spacing: 1px;
	font-weight: normal;
	padding: 10px;
}
.content1 p {
	font-size: 16px;
	color: #fff;
	margin: 20px 60px 15px 80px;
	line-height: 21px;
	padding-left: 40px;	
}
.content2 {
	position: relative;
	margin-top: 3px;
	overflow: hidden;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border: white 2px solid;	
}
#door_logos {
	background: #FFF;
	position: relative;
	height: 550px;;
}
#door_logos ul {
	list-style: none;
}
#door_logos li {
	text-align: center;
	display: block;
	height: 150px;
	background: none;
}
.d-logos li a {
	display: block;
	width: 500px;
	background: #FFF;
}
#slideshow {
	height: 447px;
}

.content2 a {
	padding: 0;
}
.content2 > ul {
	font-size: 16px;
}
.content2 > li {
	font-size: 18px;	
}

#slideshow > div { 
    position: absolute;
}
.footer a{
	position: fixed;
	bottom:10px;	
}