body{
	font-family: 'Calibri';
}

h1,h2 {
	color: #212121;
}

p{
	font-size: 13pt;
}

.logo{
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
	background-color: #efefef;
	padding: 10px;
	border-radius: 5px;
}

#top{
	background-color: #000;
	color: #888999;
	padding: 15px 15px 0 15px;
	border-bottom: solid 1px #888999;
}

#top a{
	color: #fff;
}

#top ul>li{
	display: inline-block;
	list-style: none;
}

#top ul>li a{
	padding: 13px;
	border-right:solid 1px #888999;
}

#top ul>li:last-child a{
	border-right: none;
}

#header{
	background:url(../images/top-bg.png) center repeat;
	background-color: #e7e7e7;
	border-bottom: solid 3px #606733;
	padding: 20px 0 20px 0;
}

.navbar{
	margin-bottom: 0;
	box-shadow: 0 0 10px 0 #606733;
	-webkit-box-shadow: 0 0 10px 0 #606733;
	   -moz-box-shadow: 0 0 10px 0 #606733;
		 -o-box-shadow: 0 0 10px 0 #606733;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	background-color: #606733;
	color: #fff;
}

.navbar-default{
	background-color: #e7e7e7;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
 }

#screw{
	margin-top: 15px;
	margin-left: 15px;
}

.line{
	border-top:solid 5px #606733;
	width: 150px;
	margin: auto 0 5px 0px;
}

#services{
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a4b357+0,75890c+100;Olive+3D+%233 */
background: #a4b357; /* Old browsers */
background: -moz-linear-gradient(top,  #a4b357 0%, #75890c 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #a4b357 0%,#75890c 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #a4b357 0%,#75890c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4b357', endColorstr='#75890c',GradientType=0 ); /* IE6-9 */
padding-bottom: 30px;
}


.two{
border-left: solid 1px #768426;
border-right: solid 1px #768426;
}

#products{
	padding-bottom: 50px;
	background:-webkit-linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url(../images/prod-bg.png) bottom fixed no-repeat;

}

#products h1{
	color: #fff;
}

iframe{
	border:solid 5px #606733;
}

footer{
	background-color: #606733;
	padding-top: 15px;
	color: #fff;
	font-weight: bold;
}

footer a{
	color: #fff;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
}

#banner{
	padding: 0;
	margin: -5px;
}

#section2{
	padding: 20px 0 30px 0;
	background-color: #606733;
	color: #fff;
}

#section2 h1{
	color: #fff;
}

.cont{
	padding-top: 100px;
}

#welcome{
	padding-bottom: 20px;
}