@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
}

@font-face {
				font-family:'Futura-Light';
				src: url('font/Futura-Light.eot');
				src: url('font/Futura-Light.eot?#iefix') format('embedded-opentype'),
						 url('font/Futura-Light.woff') format('woff'),
						 url('font/Futura-Light.ttf') format('truetype'),
						 url('font/Futura-Light.svg#Futura-Light') format('svg');
				font-weight: lighter;
				font-style: lighter;
		}


div, table, p, ul, ol, h1, h2, h3, h4, h5, h6, block quote {
	margin: 0px;
	padding: 0px;
}
p
{
	font-family: 'Futura-Light', sans-serif;
	font-size: 15px;
	color: #5b5b5b;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
	text-align: justify;
	line-height: 18px;
	}
#main-wrapper {
	height: auto;
	width: 936px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 114px;
	width: 100%;
	margin-bottom: 25px;
}
.logo {
	float: left;
	height: auto;
	width: 335px;
	font-family: 'Futura-Light', sans-serif;
	font-size: 53.58px;
	color: #616161;
	font-weight: normal;
	margin-top: 18px;
	line-height: 57px;
}#header .logo a {
	color: #616161;
	text-decoration: none;
}
.tagline {
	font-size: 23.22px;
	font-family: 'Futura-Light', sans-serif;
	color: #616161;
	font-weight: 500;
}
#middle-wrapper {
	height: auto;
    margin-bottom: 30px;
    width: 100%;
}
#navigation {
	width: 250px;
	float: left;
	height: auto;
}
#navigation ul {
	float: left;
	height: auto;
	width: auto;
	padding: 5px;
}
#navigation li {
	text-decoration: none;
	list-style-type: none;
	font-family: 'Futura-Light', sans-serif;
	color: #363636;
	font-size: 16px;
	margin-bottom: 5px;
	line-height:25px;
}
#navigation a {
	text-decoration: none;
	color: #363636;
}
#navigation a:link {
	text-decoration: none;
	color: #363636;
}
#navigation a:hover {
	text-decoration: none;
	color: #959595;
}
#screen-wrapper {
	width: 550px;
	margin-right: 40px;
	float: right;
}
#content-wrapper {
	width: 550px;
	margin-right: 40px;
	float: right;
}
.content-head{
	font-family: 'Futura-Light', sans-serif;
	font-size: 30px;
	color: #616161;
	font-weight: normal;
	margin-top: 18px;
	text-decoration: underline;
	line-height: 56px;
	padding-left: 15px;
	}
#gallery-wrapper {
	height: auto;
	width: 500px;
	margin-left: 15px;
	margin-top: 15px;
	border: 1px solid #616161;
	font-family: 'Futura-Light', sans-serif;
	font-size:14px;
	}
.img-title {
	height: auto;
	width: 70%;
	font-size: 28px;
	font-family: 'Futura-Light', sans-serif;
	opacity: 0.75;
	margin-top: 76px;
	color: #FFFFFF;
}
#gallery-wrapper .img-title a {
	color: #FFFFFF;
	text-decoration: none;
}

.input-box {
	border: 1px solid #cacaca;
	height: 23px;
	width: 250px;
	font-size: 13px;
	font-family: 'Futura-Light', sans-serif;
	color: #333333;
}

.input-textarea {
	border: 1px solid #cacaca;
	height: 40px;
	width: 250px;
	font-size: 13px;
	font-family: 'Futura-Light', sans-serif;
	color: #333333;
}
#contact-form{
	height: auto;
	width: 360px;
	margin-top: 15px;
	font-family: 'Futura-Light', sans-serif;
	font-size:16px;
	padding: 10px;
	font-weight: normal;
	color: #616161;
	margin-left: 9px;
	
	}
.work-box {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #616161;
}
#contact-form .work-box a {
	text-decoration: none;
	color: #616161;
}


#footer-wrapper {
	height: auto;
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}
.footer-icon {
	height: 70px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	text-align: center;
	width: 450px;
}
.footer-text {
	font-family: 'Futura-Light', sans-serif;
	font-size: 14px;
	color: #5b5b5b;
	padding-top: 15px;
	height: 30px;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}
.footer-textb-a:link {
	font-family: 'Futura-Light', sans-serif;
	font-size: 14px;
	color: #5b5b5b;
	padding-top: 15px;
	font-weight: bold;
}
.footer-textb-a:hover {
	font-family: 'Futura-Light', sans-serif;
	font-size: 14px;
	color: #959595;
	padding-top: 15px;
	font-weight: bold;
	text-decoration: underline;
}
