#tit 
{
  top:3.5%;
  left:5%;
  font-size: 50px;
  font-weight: bold;
  color:white;
  position: absolute;
}
#butn0  
{
  top:6%;
  font-size: 20px;
  right:45%;
  width:100px;
  height:40px;
  padding: 0;
  border: none;
  background: none;
  color:white;
  position: absolute;
}
#butn1 
{
  top:6%;
  font-size: 20px;
  right:35%;
  width:100px;
  height:40px;
  padding: 0;
  border: none;
  background: none;
  color:white;
  position: absolute;
}
#butn2 
{
  top:6%;
  font-size: 20px;
  right:25%;
  width:100px;
  height:40px;
  padding: 0;
  border: none;
  background: none;
  color:white;
  position: absolute;
}
#butn3
{
  top:6%;
  font-size: 20px;
  right:15%;
  width:100px;
  height:40px;
  padding: 0;
  border: none;
  background: none;
  color:white;
  position: absolute;
}
#butn4 
{
  font-size: 20px;
  right:5%;
  width:100px;
  height:40px;
  padding: 0;
  border: none;
  background: none;
  color:white;
  position: absolute;
}

#newcontainer
{
  font-size: 15px;
  text-align: center;
  width: 70%;
  margin: auto;
  overflow: hidden;
  position: relative;
}

body{
	font-family: Arial,helvatica,sans-serif;
	font-size: 20px;
	line-height: 1.5;
	font: 15px Arial,helvatica,sans-serif;
	padding: 0;
	margin: 0;
	background-color:#f4f4f4 ;
}
.button_1{
	height: 38px;
	background: #e8491d;
	border: 0;
	padding-left: 20px;
	padding-right: 20px;
	color: #ffffff;
}
header ul{
	margin: 0;
	padding: 0;
}
header li{
	float: left;
	display: inline;
	padding: 0 20px 0 20px;
}
header #branding h1{
	margin 0;
}
.container
{
	width: 80%;
	margin: auto;
	overflow: hidden;
}
header{
	background:#35424a ;
	color: #aaaaaa;
	padding-top:30px ;
	min-height: 70px;
	border-bottom: #e8491d 3px solid;
}
header ul:hover{
	color: #cccccc;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
}
header nav{
	float: right;
	margin-top: 10px;
}
header.highlight,header.current a{
	color: #ffffff;
	font-weight: bold;

}
header a:hover{
	color: #cccccc;
	font-weight: bold;

}

/* Showcase */
#showcase{
  min-height:400px;
  background:url('./img/showcase.jpg') no-repeat 0 -400px;
  text-align:center;
  color:#ffffff;
}

#showcase h1{
  margin-top:100px;
  font-size:55px;
  margin-bottom:10px;
}

#showcase p{
  font-size:20px;
}

#newsletter{
	padding: 15px;
	color: #ffffff;
	background-color: #35424a;

}
#newsletter h2{
	float: left;
}
#newsletter form{
	float: right;
	margin-top: 15px;
}
#newsletter input[type="email"]
{
	padding: 4px;
	height: 26px;
	width: 250px;
}
#boxes .box{
	float: left;
	width: 40%;
	padding: 30px;
	text-align: center;
	border-color: #cccccc;

}
#boxes .box img{
	width: 100px;
}
