
a {
	color: #FF8B41;
}

a:hover {
	color: #ffa369;
}

body {
	background-image: url(../images/bg.png);
	padding: 0px 0 60px 0;
	}
	
/* typography! */

h1 {
  font-family: adelle;
	text-shadow: 0px 1px 0px #A45600;
	filter: dropshadow(color=#A45600, offx=0, offy=1);
  font-size: 28px;
  line-height: 36px;
  margin-top: 10px;
  color: #fff;
}

.ontop {
	z-index: 999999;
}

.icon {
	position: relative;
	top: 3px;
}

.mobilenav {
	min-height: 0!important;
}
.footer {
	float: right;
}

.projects li:hover {
	opacity: 0.9;
}

.projects li img{
	border-radius: 3px;

	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

.mobilelinks {
	
}

.phone {
	font-family: adelle;
	
	  font-size: 20px;
	  color: #fff;
	  font-weight: 400;
	  margin-top: -10px;
}

h2 {
  font-family: adelle;
  line-height: 32px;
  font-size: 32px;
  color: #3E3B3C;
}

h3 {
	font-family: adelle;
	font-size: 20px;
	color: #3E3B3C;
	padding-bottom: 10px;
	border-bottom: solid 1px #ddd;
}


h4 {
	line-height: 30px;
}

h5 {
	font-size: 15px!important;
	line-height: 28px!important;
}

.perchcontent {
	font-size: 15px!important;
	line-height: 28px!important;
}

p {
	
}

.orange {
	color: #FF8B42;
}

.black {
	color: #3E3B3C;
	text-shadow: none;
}

.likeus {
	margin-top: 5px;
}

.teamphoto {
	border: solid 1px #BCBCBC;
	-webkit-box-shadow: 0px 0px 8px 0px #9c9c9c;
	-moz-box-shadow: 0px 0px 8px 0px #9c9c9c;
	box-shadow: 0px 0px 8px 0px #9c9c9c;
}
/* positioning */

.about {
	margin-top: 70px!important;
}

.contactslogan {
	margin-top: 20px!important;
}

.gallery {
	margin-top: 30px!important;
}



.left {
	float: left;
}

.right {
	float: right;
}

#logo {
	
	height: 280px;
	width: 295px;
	display: block;
	background-repeat: no-repeat;
	background-image: url(../images/banner.png);
	margin: 0 auto 0 auto;
	top: -20px;
	text-align: center;
	padding-top: 50px;
	position: absolute;
	z-index:100;
}

#products {
	margin-left: 20px;
}
#products li {
	list-style: square;
	line-height: 12px;
}

#frontpagebutton {
	float: right;
	margin-bottom: 20px;
}

.container {
	margin: 0px 0 0 0;
	background-image: url(../images/shine.png);
	background-position: center top;
	background-repeat: no-repeat ;
	min-height: 600px;

	
}

.suppliers li:hover {
	opacity: 0.9;
}

.suppliers {
	margin-bottom: 0!important;
	height: 200px;
}

textarea {

	min-height: 200px;
	resize: none;

}

.contactbutton {
	margin-top: 10px;
}

input.input-text {
	margin-bottom: 15px!important;
}

.contact {
	margin-top: -5px;
}

.slogan {
	margin-top: 100px;
}

#topbar {
	width: 100%;
	height: 20px;
	/* nope background-image: url(../images/orange_gloss.png);*/
	
}

#topshine {
	width: 100%;
	height: auto;
	background-image: url(../images/top-shine.png);
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 auto 0 auto;
	position: relative;
	top: 0;
}

#topsection {
	width: 100%;
	height: auto;
	
	background-image: url(../images/bg-dark.png);
	border-bottom: 1px solid #000;
		background-color: #3E3B3C;
	margin: 0;
	padding-bottom: 0px;
}

blockquote {
	background-color: #3E3B3C;
	padding-top: 15px;
	padding-bottom:5px;
	color: #fff;
	border-radius: 5px;
	background-image: url(../images/bg-dark.png);
	-webkit-box-shadow: inset 0px 0px 15px 0px #292929;
	-moz-box-shadow: inset 0px 0px 15px 0px #292929;
	box-shadow: inset 0px 0px 15px 0px #292929;
}

.white {
	color: #fff;
}

.quote {
	font-size: 18px;
}

#nav {
	margin-top: 0px;
	float: right;/*
	background-image: url(../images/bg-dark.png);
	background-color: #3E3B3C;*/
	padding: 10px;
	position: relative;

}
	#nav li {

		display:inline; 
		margin-left: 40px;


		position:relative;
		z-index:500; 
	}
		
	/* this is the parent menu */
	#nav li a {
		display:inline; 
		padding:8px 0px 10px 5px; 
		height:23px;
		margin: 0;
		text-decoration:none; 
		text-align:center; 
		vertical-align:bottom;
		font-size: 16px;
		  font-family: adelle;
		color: #fff;
		margin-bottom: 15px;
		position:relative;
		bottom: 0px;
		font-weight: bold;
		text-transform: uppercase;
		-webkit-transition-property:color,bottom;
		-webkit-transition-duration: 50ms, 50ms;  
		-webkit-transition-timing-function: linear, ease-in; 
		
		-moz-transition-property:color,bottom;
		-moz-transition-duration: 50ms, 50ms;  
		-moz-transition-timing-function: linear, ease-in;
		
		-o-transition-property:color,bottom;
		-o-transition-duration: 50ms, 50ms;  
		-o-transition-timing-function: linear, ease-in;
		text-shadow: 0px 1px 0px #1c1c1c;
		filter: dropshadow(color=#1c1c1c, offx=0, offy=1);
		

		

	}

	
	
	.testimonial-name {
		float: right;
		margin-top: 20px;
		

	}
	
	.testimonial-name h3 {
		padding-bottom: 0;
		border-bottom: none;
		
	}
	
	.testimonial-name p {
		margin-top: -10px;
		text-align: right;
	}
	#nav li a:hover {
		color:#FF8B42;
		bottom: -2px;

		
	}
	
	
	
	/* form */
	
	.blocks label {
	width:100px;
	margin-bottom: -25px;
	padding-bottom: 10px;
	text-align:left;
	margin-right:15px;
	font-weight:bold;
	color:#4C4B4E;
	text-shadow: 0px 1px 0px #fff;
	font-family: Sans-serif;
	font-size: 12px;
	display: block;
	}
	
	.blocks result.error,
	.blocks result.ok {
	position:absolute;
	left: 315px;
	z-index:10000000;
	margin-top: 80px;
	padding:15px;
	text-align: left;
	height: auto;
	/*reset label*/
	width:140px;
	margin:0;
	background-repeat:no-repeat;
	background-position:257px 16px;
	text-shadow: 0px 1px 0px #000;
	
	}
	
	.blocks result.ok {
	
	border-radius:10px;
	color:#577530;
	}
	
	.blocks result.error {
	color:#c81925;
	background-position: left;
	}
	
	.area result.ok,
	.area result.error {
	height:163px;
	
	background-position:387px 16px;
	}
	
	#error {
		color:red;
		font-size:12px;
		display:none;
		margin-top: 15px;
		padding-bottom: 10px;
	}
	.needsfilled {
		background:red!important;
		color:white!important;
	}
	
	.message-text {
		height: 20px!important;
	}
