body {
	background: #e66b34 url(images/layout/bg.jpg) top center repeat;
	background-color: #333;
	color: #fff;
	font-family: "ff-dagny-web-pro", sans-serif;
	font-size: 1em;
	font-weight: 400;
	line-height: 24px;
}

#about {
	display: block;
	margin: 20px 0 100px 0;
	padding-right: 220px;
	text-align: justify;
}

#contact {
	margin: 150px 0 100px 0;
}

#content {
	display: block;
	height: 570px;
	letter-spacing: .04em;
	margin-top: 50px;
	padding: 0 20% 0 28%;
	width: 52%;
}

#design {
	border-left: 6px solid rgba(200,200,200,.7);;
	margin: 45px 0 100px 10%;
	padding-left: 25px;
	text-align: justify;
	width: 80%;
}

#footer {
	background: #333 url(images/layout/darkbg.jpg) top left repeat;
	display: block;
	height: 150px;
	margin: 200px 0 100px 0;
	text-align: right;
}

#form1 {
	float: left;
	margin: 0% 50px 70px 0;
	padding-top: 10px;
	position: relative;
	text-align: right;
	width: 620px;
}

#form2 {
	float: right;
	padding-top: 65px;
	position: relative;
	text-align: right;
	width: 150px;
}

#fresh {
	width: 100%;
}

#fresh img {
	margin-bottom: 15px;
}

#header {
	color: #fff;
	display: block;
	font-family: "bebas-neue";
	height: 150px;
	margin: 50px 10% 0 0;
	text-align: right;
	width: 90%;
}

#header a {
	color: #fff;
	font-family: "bebas-neue";
	font-size: 150px;
	text-decoration: none;
}

#header a:hover {
	color: #fff;
	font-family: "bebas-neue";
	font-size: 150px;
}

#menu {
	left:100px;
	line-height:50px;
	font-family: "corner-store";
	font-size: 30px;
	margin-bottom: 100px;
	padding: 0;
	position:fixed;
	text-align: right;
	top:250px;
	width:10%;
}

#menu a:link {
	color: #bc3506;
	font-family: "bebas-neue";
	font-size: 30px;
	text-decoration: none;
	-moz-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
	-webkit-transition: all .6s;
}

#menu a:visited {
	border-top: 6px solid rgba(200,200,200,.7);
	color: #bc3506;
	font-family: "bebas-neue";
	font-size: 30px;
}

#menu a:hover {
	border-top: 6px solid #79B5AC;
	color: #bc3506;
	font-family: "bebas-neue";
	font-size: 30px;
}

#menu a:active {
	border-top: 6px solid rgba(200,200,200,.7);
	color: #bc3506;
	font-family: "bebas-neue";
	font-size: 30px;
}

#some {
	position:absolute;
	right:130px;
	top:250px;
	width: 50px;
}

#text {
	margin-bottom: 100px;
	text-align: justify;
}

#web {
	background: #333;
	height: 200px;
	width: 30%;
}

.line {
	width: 100%;
}

.message {
	max-height: 300px;
	min-height: 50px;
	overflow: auto;
	resize: vertical;
	width: 100%;
}

.name {
	height: 25px;
	overflow: auto;
	resize:none;
	width: 100%;
}

.pic {
	border: 6px solid #fff;
	border-radius: 30px;
	float: right;
	margin:5px -230px 0 10px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

.pic:hover {
	border: 6px solid #fff;
	border-radius: 30px;
	float: right;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	-webkit-border-radius: 30px;
	transform:rotate(3deg);
	-o-transform:rotate(3deg);
	-moz-transform:rotate(3deg);
	-webkit-transform:rotate(3deg);
}

.port, .port2 {
	height:550px;
	margin:20px 0 50px 0;
	overflow: hidden;
    position: relative;
	text-align: center;
	width: 30%;
}

.port {
	float:left;
	margin-right:5%;
}

.port2 {
	float:right;
}

.process {
	font-family: "ff-dagny-web-pro";
	font-weight: 700;
	height:220px;
	letter-spacing: .5em;
	text-transform: uppercase;
}

.process img {
	float: left;
	margin: 5px 4% 5px 0;
	-moz-transition: margin 0.5s ease-out;
	-o-transition: margin 0.5s ease-out;
	-webkit-transition: margin 0.5s ease-out;
	width: 16%;
}

.process img:hover {
	margin-bottom: 10px;
	margin-top: 0;
}

.res {
	color:#333;
	float:right;
	font-family:bebas-neue;
	font-size:30px;
	height:150px;
	margin: 245px -200px 0 0;
	position:relative;
}

.small {
	font-size: 0.75em;
}

.thumb img {
	border: 6px solid #fff;
	height: 120px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	width: 120px;
}

.thumb:hover img {
	border: 6px solid #fff;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	width: 150px;
}

.top {
	-moz-transition: opacity .6s ease-in-out;
	-ms-transition: opacity .6s ease-in-out;
	-o-transition: opacity .6s ease-in-out;
	transition: opacity .6s ease-in-out;
	-webkit-transition: opacity .6s ease-in-out;
}

.top:hover {
	opacity: 0;
}

.view {
	float: left;
	margin-right: 5%;
}

.view img, .view2 img {
	display: block;
	position: relative;
}

.view p, .view2 p {
	border: 0 none inherit;
	cursor: default;
	margin: -5px 20px 10px 20px;
	overflow: hidden;
	position: relative;
	text-align: right;
}

.view, .view2 {
	background: url(images/layout/angle.png) top center no-repeat;
	border: 0 none inherit;
	cursor: default;
	height: 220px;
	overflow: visible;
	position: relative;
	text-align: center;
	width: 30%;
}

.view2 {
	float: right;
}

.wide {
	float: left;
	margin: -50px 4% 40px 0;
	text-align: center;
	width: 16%;
}

.wide, .wide2 {
	color:#333;
	font-family: "bebas-neue", sans;
	font-size:30px;
	height:60px;
	text-transform: uppercase;
}

.wide2 {
	float: right;
	margin-bottom: 40px;
	margin-top: -50px;
	text-align: left;
	width: 18%;
}

a {
	color: #79B5AC;
	text-decoration: none;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-webkit-transition: all .5s;
}

a:hover {
	color: #fff;
}

blockquote {
	background: url(images/blockquote.jpg) no-repeat top left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	padding: 10px 0 0 10px;
	text-align: justify;
}

em {
	font-family: georgia, times new roman, serif;
	font-size: 18px;
	font-style: italic;
	margin-top: 5px;
}

h1 {
	color: #333;
	font-family: bebas-neue;
	font-size: 40px;
	font-weight: normal;
	letter-spacing: .7pt;
	line-height: 40px;
	width:100%;
}

h2 {
	background: rgba(0, 0, 0, 0.8);
	background: transparent;
	color: #111;
	font-family: "bebas-neue";
	font-size: 70px;
	font-weight: normal;
	margin: 40px 40px 0px 10px;
	position: relative;
	text-align: left;
	text-transform: uppercase;
}

img {
	background: none repeat;
	border: none;
}

input {
	background:none;
	border: none;
	color: #333;
	font-family: "bebas-neue", sans-serif;
	font-size: 2em;
	text-align: left;
}

textarea {
	background-color: rgba(200,200,200,.7);
	border: none;
	color: #333;
	font-family: "ff-dagny-web-pro", sans-serif;
	font-size: 1em;
	font-weight: 400;
	text-align: left;
}

li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	text-align: left;
	text-indent: 10px;
}

#iebox {
	overflow:hidden;
	height:1px;
	visibility:hidden;
}