/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

body {
	-webkit-text-size-adjust: none;
	padding: 0px;
	margin: 0px;
	min-width: 320px;
	min-height: 400px;
	border: none;
}

#wrapper {
	padding: 0px;
	margin: 0px;
	width: 100%;
}

h1, h2, h3, h4, h5, p {
	color: #FFF;
	font-family: "Helvetica", Arial, "Trebuchet MS", sans-serif;
	font-weight: lighter;
}

h1 {
	font-size: 3em;
	
}

h2 {
	font-size: 3.5em;
}

h3 {
	font-size: 1.3em;
	font-weight: lighter;
}

p {
	font-size: 1em;
	font-weight: lighter;
}

a {
	color: #CCC;
	text-decoration:none;
	font-weight: bold;
}

#header {
	width: 100%;
	height: 70px;
	background-color: #000;
	position: fixed;
	z-index: 100;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #603;
	padding-top: 15px;
	padding-bottom: 10px;
}

#logo {
	width: 190px;
	height: 95%;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	margin: 10px auto;
	
}

.navigation {
	position: fixed;
	width: 100%;
	height: 50px;
	margin-top: 100px;
	z-index: 99;
	/*background-image: url(../images/nav-bar.jpg);*/
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #603;
	padding-left: 10px;
	background-color: #660033;
}

.home-button {
	float: left;
	position: relative;
}

.breadcrumbs {
	float: left;
	position: relative;
	margin: 15px;
	color: #ffffff;
	font-family: "Helvetica", Arial, Trebuchet MS, sans-serif;
	font-size: 20px;
	font-weight: lighter;
	
}

.breadcrumbs a {
	color: #ffffff;
	text-decoration:none;
}

.back-button {
	float: right;
	position: relative;
}

.back-button input {
	background-color: transparent;
	color: #fff;
	font-family: "Helvetica", Arial, Trebuchet MS, sans-serif;
	font-weight: lighter;
	font-size: 20px;
	border: none;
	width: 60px;
	height: 35px;
	margin: 7px;
	padding: 0;
	background-image: url(../images/back.png);
	background-repeat: no-repeat;
}

#menu {
	width: 100%;
	float: right;
	position: relative;
}

#menu ul {
	width: 100%;
	margin: 0px;
	padding: 0px;	
	
}

#menu ul li {
	padding-left: 30px;
	padding-top: 40px;
	font-family: "Helvetica", Arial, "Trebuchet MS", sans-serif;
	font-size: 20px;
	/*background-image: url(../images/menu-bg.jpg);*/
	font-weight: lighter;
	height: 60px;
	color: #ffffff;
	text-decoration: none;
	background-color: #999;
	border-bottom: medium #666 solid;
}

#menu a {
	text-decoration: none;
}

section {
	overflow: hidden;
	display: block;
	padding-top: 150px;
	background-color: #660033;
}

#home,
#products,
#casestudies,
#about,
#hire {
	width: 100%;
	position: relative;
	
}
#products,
#casestudies {
	width: 100%;
	min-height: 1500px;
	position: relative;
	
}

#home,
#about,
#hire {
	width: 100%;
	min-height: 400px;
	position: relative;
	
}

.slide{
	overflow: hidden;
	height: 100px;
	width: 100%;
	position: relative;
	/*background-image: url(../images/menu-bg.jpg);*/
	z-index: 90;
	background-color: #999;
	border-bottom: medium #666 solid;
}
	


#content {
	width:100%;
	height:100%;
	position:absolute;
	overflow:hidden; 
}

.container{
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0px;
	position: reative;
	z-index: 0;
	top: 0;
	background-color: #838383;
}

.container p{
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.95em;
	color:#fff;
	line-height:1.4em;
	
}

.container a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #fff;
	text-decoration: none;	
}

.left-side{
	margin-top: 10px; 
	padding: 20px; 
	position: relative;
	
}

.txt {
	width:100%;
	height:90%;
	float:left;
	position: relative;
}

.information {
	height:90%;
	overflow:hidden;
}

.information img {
	margin-bottom: 20px;
}

.slide h1{
	position: relative;
	margin: 40px;
	font-size:20px;
	z-index: 10;
}
input, textarea {
	 padding: 8px;
	 border: solid 1px #660033;	 width: 200px;
	 float: left;
	 clear: both;
	 margin-bottom: 20px;
	 margin-top: 2px; 
	 background-color: #FFF;
}
	 
textarea {
	 width: 90%;
	 max-width: 400px;
	 height: 150px;
	 line-height: 150%;
}
	 
.form label {
	 color: #660033;
	 float: left;
	 clear: both;
}
	 
.submit input {
	 width: auto;
	 padding: 9px 15px;
	 background: #660033;
	 font-size: 14px;
	 color: #ffffff;
	 cursor:pointer;
}

#form-div {
	background-color:#F5F5F5;
	padding:15px;
}
	 
#contact-form {
	width: 90%;
	min-width: 320px;
}

#footer {
	width: 100%;
	height: 50px;
	background-color: #000;
	margin: 0;
}

#footer p {
	margin: 0;
	padding: 14px;
	float: left;
}

#footer span {
	height: 27px;
	margin: 11px;
	float: right;
	color: #fff;
}