html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
@font-face {
  font-family: 'din';
  src: url(../font/DIN.ttf) format("truetype");
  font-weight:normal;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/******************************************************************
TEXT SELECTION STYLES
******************************************************************/
/* Safari, Chrome, iPhones, iPads */
::selection {
 background:#E095B4;
 color:#fff;
}
::-moz-selection {
 background:#E095B4;
 color:#fff;
}
::-webkit-selection {
 background:#E095B4;
 color:#fff;
}
a {
	color: #848484;
	outline: none;
}
/******************************************************************
General CSS
******************************************************************/
									
#content {
	width: 720px;
	padding-top: 20px;
	margin-left: 400px;
	z-index: 1;
}
p {
	font-family: Verdana, Arial, sans-serif;
	line-height: 1.6em;
	color: #848484;
	font-size: 8pt;
}
h1 {
	font-family: 'din', Verdana, Arial, sans-serif;
	line-height: 1.6em;
	color: #454544;
	text-decoration: none;
	font-size: 22pt;
}
h2 {
	font-family: 'din', Verdana, Arial, sans-serif;
	line-height: 24px;
	color: #454544;
	text-decoration: none;
	font-size: 16px;
}
h3 {
	font-family: 'din', Verdana, Arial, sans-serif;
	line-height: 1.6em;
	color: #454544;
	text-decoration: none;
	font-size: 16pt;
}
h4 {
	font-family: 'din', Verdana, Arial, sans-serif;
	line-height: 1.6em;
	color: #454544;
	text-decoration: none;
	font-size: 14pt;
}
h5 {
	font-family: 'din', Verdana, Arial, sans-serif;
	line-height: 1.6em;
	color: #454544;
	text-decoration: none;
	font-size: 12pt;
}
h6 {
	font-family: 'din', Verdana, Arial, sans-serif;
	line-height: 1.6em;
	color: #454544;
	text-decoration: none;
	font-size: 10pt;
}
/***************************************************
COLUMNS and FEATURES
***************************************************/

.one, .one-half, .two-third, .one-third, .one-fourth {
	float: left;
}
.one-half, .two-third, .one-third, .one-fourth {
	margin-right: 25px;
}
.one {
	width: 720px;
}
.one-half {
	width: 340px;
}
.two-third {
	width: 460px;
}
.one-third {
	width: 220px;
}
.one-fourth {
	width: 160px;
}
.one-half-last {
	width: 350px;
	float: right;
}
.two-third-last {
	width: 460px;
	float: right;
}
.one-third-last {
	width: 220px;
	float: right;
}
.one-fourth-last {
	width: 160px;
	float: right;
}
.clear {
	clear: both;
}
.dropcap {
	font-family: Verdana, Arial, sans-serif;
	font-size: 36px;
	color: #333;
	width:32px;
	height:30px;
	float:left;
	padding:5px 5px 5px 5px;
	text-align:center;
	margin:5px 5px 5px 5px;
}
blockquote {
	font-style:italic;
	font-size:20px;
	margin-right:20px;
	padding-left:20px;
	margin-left:20px;
	margin-top: 60px;
	margin-bottom: 60px;
	font-family: 'din', Verdana, Arial, sans-serif;
	color:#333;
	text-align: center;
	background-image: url(../images/blockquote.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.styled-list-check li {
	font-family: Verdana, Arial, sans-serif;
	line-height: 1.6em;
	color: #666;
	text-decoration: none;
	font-size: 14px;
	background-image: url(../images/check.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 16px;
}
.styled-list-check {
	padding-bottom: 60px;
}
.styled-list-dot li {
	font-family: 'Droid Sans', Verdana, Arial, sans-serif;
	line-height: 1.6em;
	text-decoration: none;
	font-size: 14px;
	color: #666;
	background-image: url(../images/dot.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 2px;
}
.styled-list-dot {
	padding-bottom: 60px;
}
.styled-list-star li {
	font-family: 'Droid Sans', Verdana, Arial, sans-serif;
	line-height: 1.6em;
	text-decoration: none;
	font-size: 14px;
	color: #666;
	background-image: url(../images/star.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 2px;
}
.styled-list-star {
	padding-bottom: 60px;
}
.readmore {
	font-family: 'Droid Sans', Verdana, Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #F90;
	float: right;
	margin-right: 0px;
	margin-top: 0px;
}
a:hover {
	color: #F60;
}
.spacer {
	height: 1px;
	clear: both;
	border-style: solid;
	border-color: #d6d6d6;
	margin: 20px 5px 20px 5px;
}
.blank-spacer {
	width: 720px;
	height: 1px;
	clear: both;
	margin: 10px 5px 10px 5px;
	padding: 10px 5px 10px 5px;
}
.star-divider {
	text-align: center;
	display: block;
	clear: both;
	height: 16px;
	width: 430px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-repeat: no-repeat;
}
#error {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 300px;
}
#sucess {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 300px;
}
/******************************************************************
Header & Menu CSS
******************************************************************/

#header-wrapper {
	position: fixed;
	background-color: #FFF;
	width: 100%;
	height: 70px;
	top: 0px;
	border-bottom: 1px;
	z-index: 5000;
}
#header {
	width: 960px;
}
#logo {
	float: left;
	width: 100px;
	padding: 20px 0 20px 40px;
}
#header-text {
	width: 480px;
	padding-top: 40px;
	margin-left: 240px;
	display: block;
	height: 20px;
}
#header-text h6 {
	font-size: 7pt;
	color: #d8d8d8;
}
#header-text a {
	font-family: 'din', Verdana, Arial, sans-serif;
	color: #d8d8d8;
	text-decoration: none;
	font-size: 7pt;
}
#social-box {
	width: 96px;
	height: 22px;
	position: fixed;
	bottom: 40px;
	margin-left: -6px;
}
#social-box li {
	float: left;
	padding-left: 6px;
	display: inline;
}
#menu-wrapper {
	height: 100%;
	padding-top: 20px;
	float: left;
	width: 140px;
	padding-left:190px;
}
#main-menu {
	position: fixed;
	padding-top: 60px;
	font-family: 'din', Verdana, Arial, sans-serif;
}
#main-menu a {
	color: #707070;
	text-decoration: none;
	font-size: 14pt;
}
#main-menu a:hover {
	color: #121212;
}
#main-menu li {
	padding: 5px 0 5px 0;
}
#main-menu .selected {
	color: #121212;
}
#footer h6 {
	font-size: 10px;
	position: fixed;
	bottom: 10px;
	margin-top:20px;
}
.facebook a {
	background-image: url(../images/facebook.png);
	background-position: 0 0px;
	display: block;
	height: 22px;
	padding-left: 24px;
	background-repeat: no-repeat
}
.facebook a:hover {
	background-position: 0 -26px;
	color: #444444;
}
.twitter a {
	background-image: url(../images/twitter.png);
	background-position: 0 0px;
	display: block;
	height: 22px;
	padding-left: 24px;
	background-repeat: no-repeat
}
.twitter a:hover {
	background-position: 0 -26px;
	color: #444444;
}
.rss a {
	background-image: url(../images/rss.png);
	background-position: 0 0px;
	display: block;
	height: 22px;
	padding-left: 24px;
	background-repeat: no-repeat
}
.rss a:hover {
	background-position: 0 -26px;
	color: #444444;
}
#slide-panel {
	position: fixed;
	top: 120px;
	left: 240px;
	height: 420px;
	width: 720px;
	display: none;
	border-width: 1px;
	border-style: solid;
	border-color: #e2e2e2;
	background-color: #FFF;
	margin: auto;
	text-align: center;
	margin-bottom: 5px;
	z-index: 6000;
}
.slide {
	background-repeat: no-repeat;
	position: fixed;
	top: 33px;
	left: 800px;
	z-index: 5000;
}
.btn-slide {
	text-align: center;
	width: 120px;
	height: 60px;
	display: block;
	color: #fff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	margin-right: auto;
	margin-left: auto;
	line-height: 22px;
	z-index: 5000;
}
/******************************************************************
Some Nivo Customization CSS
For easy editing (the main Nivo CSS is in nivo-theme.css)
******************************************************************/

.theme-effe .nivo-caption {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
}
.theme-effe .nivo-caption h1 {
	padding: 50px 10px 5px 10px;
}
.theme-effe .nivo-caption p {
	padding: 5px 20px 20px 20px;
	text-align: justify;
}
.theme-effe .nivo-caption .readmore {
	position: absolute;
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #999;
	text-decoration: none;
	bottom: 20px;
	left: 160px;
}
/******************************************************************
IMG Hovers
******************************************************************/

.recent-summary img:hover {
	-moz-box-shadow: 0px 0px 5px #999;
	-webkit-box-shadow: 0px 0px 5px #999;
	box-shadow: 0px 0px 5px #999;
}
.recent-gallery img:hover {
	-moz-box-shadow: 0px 0px 5px #999;
	-webkit-box-shadow: 0px 0px 5px #999;
	box-shadow: 0px 0px 5px #999;
}
.about-item img:hover {
	-moz-box-shadow: 0px 0px 5px #999;
	-webkit-box-shadow: 0px 0px 5px #999;
	box-shadow: 0px 0px 5px #999;
}
.blog-item img:hover {
	-moz-box-shadow: 0px 0px 5px #999;
	-webkit-box-shadow: 0px 0px 5px #999;
	box-shadow: 0px 0px 5px #999;
}
.blog-item-single img:hover {
	-moz-box-shadow: 0px 0px 5px #999;
	-webkit-box-shadow: 0px 0px 5px #999;
	box-shadow: 0px 0px 5px #999;
}
/******************************************************************
Home Page CSS
******************************************************************/

#recent-posts-container {
	width: 720px;
	height: 200px;
	margin-top: 60px;
}
#recent-projects-container {
	width: 720px;
	height: 200px;
	margin-top: 20px;
}
.section-description {
	float: left;
	width: 110px;
	height: 200px;
	padding-right: 20px;
	border-right: 1px;
	border-style: solid;
	border-color: #d8d8d8;
}
.recent-summary {
	width: 600px;
	display: inline;
}
.recent-item {
	padding-left: 40px;
	float: left;
	width: 260px;
}
.recent-item-last {
	float: right;
	width: 250px;
}
.recent-summary p {
	width: 250px;
	text-align: left;
	padding: 0px 0px 50px 0px;
}
.recent-summary h6 {
	width: 250px;
	font-weight: bold;
	text-align: left;
	padding: 5px 0px 0px 0px;
}
.item {
	width:125px;
	height:125px;
	border:4px solid #222;
	margin:5px 0px 5px 0px;
	/* required to hide the image after resized */
	overflow:hidden;
	/* for child absolute position */
	position:relative;
	/* display div in line */
	float:left;
}
#recent-text {
	text-align: left;
}
#recent-text h5 {
	padding-bottom: 0px;
}
.recent-gallery {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 720px;
	margin-top: 40px;
}
#follow h1 {
	text-align: center;
	font-size: 22px;
	padding-top: 100px;
	clear: both;
}
#follow h3 {
	text-align: center;
	padding: 16px;
}
#follow p {
	text-align: center;
}
#follow-twitter {
	text-align: center;
	width: 150px;
	height: 80px;
	display: block;
	padding-top: 20px;
	float: left;
	padding-left: 170px;
}
#follow-mail {
	text-align: center;
	width: 150px;
	height: 80px;
	display: block;
	padding-top: 20px;
	float: right;
	padding-right: 170px;
}
/******************************************************************
About us CSS
******************************************************************/

.about {
	padding-top: 25px;
	width: 720px;
	padding-bottom: 50px;
}
.about p {
	text-align: justify;
}
.team-text {
	text-align: center;
}
/******************************************************************
Portfolio CSS
******************************************************************/

#filter {
	display: block;
	height: 20px;
	margin-left: 20px;
	position: relative;
	text-align: center;
	width: 700px;
	padding-bottom: 20px;
}
#filter:before, #filter:after {
	height: 43px;
	position: absolute;
	top: 0;
	width: 78px;
	content: '';
}
#filter:before {
	background-position: 0 -47px;
	left: -78px;
}
#filter:after {
	background-position: 0 0;
	right: -78px;
}
#filter a {
	font-family: 'din', Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #666;
	display: inline-block;
	text-decoration: none;
	height: 39px;
	line-height: 37px;
	padding: 0 15px;
}
#filter a:hover {
	text-decoration:none;
}
#filter a.active {
	color: #121212;
}
#stage {
	width: 720px;
}
#container {
	display:block;
	overflow:hidden;
	width: 720px;
	margin:0 auto;
}
#container li {
	float: left;
	height: 180px;
	list-style: none outside none;
	margin: 20px;
	position: relative;
	width: 200px;
}
#container li p {
	margin-left: 0px;
}
#container li h6 {
	padding-top: 5px;
	font-weight: bold;
	margin-left: 0px;
}
#container li a:hover {
	color: #121212;
}
#container ul {
	overflow:hidden;
}
#container ul.hidden {
	display:none;
}
/******************************************************************
This CSS is for the project page
******************************************************************/
#project-title {
	display: block;
	font-family: Verdana, Arial, sans-serif;
	line-height: 1.6em;
	color: #666;
	text-decoration: none;
	font-size: 18pt;
	float: right;
	padding-top: 10px;
}
.project {
	padding-top: 50px;
	width: 720px;
}
#description {
	padding-bottom: 20px;
	float: left;
	width: 720px;
}
#work {
	margin-top: 15px;
	border-left: 1px;
	border-style: solid;
	border-color: #c9c9c9;
	float: right;
	padding-left: 40px;
}
#work h5 {
	font-family: 'din', Verdana, Arial, sans-serif;
}
#work li {
	font-family: 'Droid Sans', Verdana, Arial, sans-serif;
	line-height: 1.6em;
	text-decoration: none;
	font-size: 9pt;
	color: #666;
	background-image: url(../images/check.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 2px;
}
.project-summary {
	clear: both;
	width: 720px;
	padding-right: 10px;
	padding-top: 60px;
	text-align: left;
}
.project-summary h5 {
	font-family: 'din', Verdana, Arial, sans-serif;
}
/******************************************************************
Blog CSS
******************************************************************/

#blog {
	display: block;
	width: 720px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
}
.blog-item-info {
	padding: 10px 0 15px 0;
	height: 15px;
	width: 400px;
	float: right;
}
.blog-item {
	clear: both;
	width: 720px;
	height: 270px;
}
.blog-item-content {
	width: 400px;
	margin-top: 0px;
	margin-left: 15px;
	margin-bottom: 50px;
	float: right;
}
.blog-item img {
	margin-bottom: 50px;
	float: left;
}
.blog-item-content h5 {
	font-weight: bold;
}
.blog-item-content p {
	padding: 0px 5px 5px 0px;
	text-align: justify;
}
#blog .readmore {
	float: left;
	padding-top: 20px;
}
.user {
	background-image: url(../images/user.png);
	background-position: 0 1px;
	padding-bottom: 1px;
	margin-right: 15px;
	display: inline;
	text-decoration: none;
	font-size: 12px;
	height: 15px;
	color: #d6d6d6;
	padding-left: 20px;
	background-repeat: no-repeat
}
.user:hover {
	background-position: 0 -17px;
	color: #444444;
}
.comments {
	background-image: url(../images/comments.png);
	background-position: 0 1px;
	padding-bottom: 1px;
	margin-right: 15px;
	display: inline;
	text-decoration: none;
	font-size: 12px;
	height: 15px;
	color: #d6d6d6;
	padding-left: 20px;
	background-repeat: no-repeat
}
.comments:hover {
	background-position: 0 -17px;
	color: #444444;
}
.tags {
	background-image: url(../images/tags.png);
	background-position: 0 1px;
	padding-bottom: 1px;
	margin-right: 15px;
	display: inline;
	text-decoration: none;
	font-size: 12px;
	height: 15px;
	color: #d6d6d6;
	padding-left: 20px;
	background-repeat: no-repeat
}
.tags:hover {
	background-position: 0 -17px;
	color: #444444;
}
#pagination {
	display: inline-block;
	height: 8px;
	text-align: center;
	width: 720px;
	font-size: 10pt;
}
#pagination a {
	color: #707070;
	text-decoration: none;
}
#pagination .active {
	color: #444444;
	text-decoration: underline;
}
.blog-item-single-info {
	padding: 5px 0 20px 0;
	height: 15px;
	width: 720px;
}
.blog-item-single {
	clear: both;
	width: 720px;
	height: 270px;
}
.blog-item-single-content {
	width: 720px;
	margin-top: 10px;
	margin-bottom: 50px;
}
.blog-item-single img {
	margin-bottom: 10px;
}
.blog-item-single-content h5 {
	font-weight: bold;
}
.blog-item-single-content p {
	text-align: left;
	padding-bottom: 20px;
}
.social-blog-buttons {
	display: inline;
	float: left;
	height: 20px;
}
.comments-block {
	width: 720px;
}
.comments-title {
	padding-top: 40px;
}
.comments-block a {
	width: 720px;
}
.avatar {
	padding-top: 6px;
	float: left;
	width: 40px;
}
.post-author {
	font-family: 'din', Verdana, Arial, sans-serif;
	line-height: 1.6em;
	color: #454544;
	text-decoration: none;
	font-size: 14pt;
	cursor: pointer;
}
.comment-info {
	width: 400px;
	display: block;
	padding-left: 60px;
}
.comment-body {
	padding-top: 15px;
}
.reply {
	font-family: 'din', Verdana, Arial, sans-serif;
	line-height: 1.6em;
	color: #454544;
	text-decoration: none;
	font-size: 10pt;
}
.required-comment {
	padding-bottom: 20px;
}
.short-label {
	width: 40px;
}
.input-block {
	width: 180px;
	padding-right: 65px;
	height: 50px;
	display: inline-block;
}
.input-block-long {
	width: 140px;
	display: inline-block;
}
.short-field {
	width: 170px;
}
.long-field {
	width: 200px;
}
#comment {
	width: 700px;
}
#comment-button {
	height: 30px;
	padding: 5px;
}
/***************************************************
Contact CSS
***************************************************/

#contact {
	display: inline;
	position: relative;
	width: 450px;
	float: left;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 40px;
	padding: 20px 70px 20px 0px;
	;
	border-right: 1px;
	border-style: solid;
	border-color: #d6d6d6;
}
#contactform {
	padding-top: 10px;
}
#contact p {
	padding-top: 5px;
}
#contactform h6 {
	font-size: 12px;
	color: #848484;
	float: left;
}
#contactform .boxes {
	float: left;
	display: block;
	margin-bottom: 20px;
	margin-top: 20px;
}
#contactform .box {
	width: 390px;
	margin-bottom: 18px;
	margin-top: 2px;
	margin-left: 60px;
}
#contactform .msgbox {
	margin-bottom: 18px;
	margin-top: 2px;
	margin-left: 60px;
	width: 400px;
}
#contactform .message {
	text-align: left;
	margin-top: 2px;
	height: 135px;
	width: 400px;
	padding: 5px;
}
#contactform #sender_name {
	width: 320px;
}
#contactform #sender_email {
	width: 320px;
}
#contactform #sender_url {
	width: 320px;
}
#contactform .submitbtn {
	width: 120px;
	padding-top: 15px;
	margin-left: 60px;
}
.contactinformation .overline {
	margin-bottom: 15px;
}
#contactinfo {
	padding-right: 10px;
	padding-top: 80px;
	float: right;
}
/******************************************************************
This is the buttons and inputs CSS
******************************************************************/

.button {
	font-family: 'din', Verdana, Arial, sans-serif;
	font-size:12px;
	text-align:center;
	text-decoration:none;
	padding-top: 5px;
	height: 34px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}
.btncolor, .btncolor:focus, .btncolor:hover {
	background:#FFF;
	color:#999;
}
.required {
	color: #444444;
}
input, textarea {
	background: #fff;
	border: 1px solid #c9c9c9;
}
input, textarea {
	padding: 5px;
}
input {
	height: 20px;
}
input:focus, textarea:focus, button:hover {
	background: #fff;
	border: 1px solid #444444;
	-webkit-box-shadow: 0 0 2px #444444;
	-moz-box-shadow: 0 0 2px #444444;
	box-shadow: 0 0 2px #444444;
}
input:focus, textarea:focus {
	color: #c9c9c9;
}
/******************************************************************
This is the CSS for the social links
******************************************************************/

#social {
	display: inline;
	float: right;
}
.dribbble a {
	background-image: url(../images/dribbble.png);
	background-position: 0 1px;
	padding-bottom: 1px;
	margin-bottom: 8px;
	text-decoration: none;
	font-size: 12px;
	display: block;
	height: 15px;
	color: #727272;
	padding-left: 20px;
	background-repeat: no-repeat
}
.dribbble a:hover {
	background-position: 0 -17px;
	color: #444444;
}
.forrst a {
	background-image: url(../images/forrst.png);
	background-position: 0 1px;
	padding-bottom: 1px;
	margin-bottom: 8px;
	text-decoration: none;
	font-size: 12px;
	display: block;
	height: 15px;
	color: #727272;
	padding-left: 20px;
	background-repeat: no-repeat
}
.forrst a:hover {
	background-position: 0 -17px;
	color: #444444;
}
.google a {
	background-image: url(../images/google.png);
	background-position: 0 1px;
	padding-bottom: 1px;
	margin-bottom: 8px;
	text-decoration: none;
	font-size: 12px;
	display: block;
	height: 15px;
	color: #727272;
	padding-left: 20px;
	background-repeat: no-repeat
}
.google a:hover {
	background-position: 0 -17px;
	color: #444444;
}
.twitter_small a {
	background-image: url(../images/twitter_small.png);
	background-position: 0 1px;
	padding-bottom: 1px;
	margin-bottom: 8px;
	text-decoration: none;
	font-size: 12px;
	display: block;
	height: 15px;
	color: #727272;
	padding-left: 20px;
	background-repeat: no-repeat
}
.twitter_small a:hover {
	background-position: 0 -17px;
	color: #444444;
}
.facebook_small a {
	background-image: url(../images/facebook_small.png);
	background-position: 0 1px;
	padding-bottom: 1px;
	margin-bottom: 8px;
	text-decoration: none;
	font-size: 12px;
	display: block;
	height: 15px;
	color: #727272;
	padding-left: 20px;
	background-repeat: no-repeat
}
.facebook_small a:hover {
	background-position: 0 -17px;
	color: #444444;
}

.sepa2 {
clear:both;
height:2px;
line-height:2px;
}

.sepa5 {
clear:both;
height:5px;
line-height:5px;
}

.sepa10 {
clear:both;
height:10px;
line-height:10px;
}

.sepa20 {
clear:both;
height:20px;
line-height:20px;
}

#corpo {
	float: right;
	height: 100%;
	width: 720px;
}



#corpo .slide {
	background-color: #333333;
    height: 250px;
    width: 760px;
}

#corpo .text {
	font-family: DIN_Alternate_Light, Arial, Helvetica, sans-serif;
	color: #666;
    font-size: 18px;
    line-height: 30px;

}

#corpo .voci {
	width:760px;
}

#corpo .unit {
	float: left;
	width: 165px;
	background-repeat:repeat-x;
	background-position:0 0;
	margin-right:20px;	
}

#corpo .arancio {
	background-image:url(../img/back_arancio.jpg);	
}

#corpo .grigio {
	background-image:url(../img/back_grigio.jpg);	
}

#corpo .verde {
	background-image:url(../img/back_verde.jpg);	
}

#corpo .azzurro {
	background-image:url(../img/back_azzurro.jpg);	
}

#corpo .viola {
	background-image:url(../img/back_viola.jpg);	
}

#corpo .voci h3 {
		
	font-family: DIN_Alternate_Black,Arial,Helvetica,sans-serif;
	width:auto;
	float:left;
	color: #fff;
	padding:5px;
	text-align:center;
	clear:both;
	text-transform:uppercase;
	margin-top:10px;
	font-size:14px;
}





#corpo .unit span, ul {
	color:#999;
	float:left;
	font-family: DIN,Arial,Helvetica,sans-serif;

}

#corpo .unit ul li {
	border-bottom:1px solid #ebebeb;
	height: 23px;
    line-height: 23px;
}

.work {
	width:720px;
}

.work .box {
	color: #999;
	font-family: DIN,Arial,Helvetica,sans-serif;
	font-size: 12px;
	width: 165px;
	float:left;
	margin-right:20px;
}

.work .box h2 {
	margin-bottom:10px;
	float:left;
	clear:both;
	width:100%;
	color:#666;
}

.work .box span {
	float:left;


}

/*-------------  CONTATTI + FORM  ------------*/
.contsx {
	float: left;
    margin: 30px 0 0 50px;
    width: 250px;
}
.formdx {
	float: right;
    margin: 30px 50px 30px 0;
    width: 610px;
}
.formdx .labform {
	display:block;
	font-family: Verdana, Geneva, sans-serif;
	float: left;
	font-size: 11px;
    margin-left: 5px;
    margin-right: 14px;
    margin-top: 1px;
    padding-bottom: 2px;
    padding-right: 12px;
	/*border-right: 1px solid #C9C9C9;*/
}
.formdx .privacy {
	margin:15px 0;
	color:#97bf0d;
}
.formdx .privacy input {
	float: left;
	margin:1px 0 0 0;
}
.formdx .privacy span {
	color: #7E8A95;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 13px;
    margin-left: 6px;
    margin-top: 1px;
    width: 550px;
}

.formdx input.campo, .formdx textarea {
	background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    color: #5F6B76;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin-left: 2px;
    padding: 4px 5px;
    width: 95%;
}
.formdx textarea {
	resize: none; 
	width: 98%;
}
.formdx .titform {
	color: #333333;
    font-size: 27px;
	margin:20px 0 22px 0;
	line-height: 28px;
	margin-bottom: 15px;
	font-weight:bold;
	clear: both;
	display: block;
}
.formdx .boxinput {
	/*background-color: #e9e9e9;
	border: 1px solid #C9C9C9;
	padding: 5px;
	
	-moz-box-shadow:2px 2px 2px #C9C9C9 inset;
	-webkit-box-shadow:2px 2px 2px #C9C9C9 inset;
	box-shadow:2px 2px 2px #C9C9C9 inset;
	
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;*/
}
.formdx label.error {
    color: red;
    display: block;
    vertical-align: top;
    width: 100%;
	font-size: 11px;
    margin-bottom: 8px;
}
.formdx .btn {
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	/*background-position:center bottom;
	background-repeat:repeat-x;
	background-image:url(../images/form_btn1.jpg);*/
	background-color: #462482;
	padding: 5px 10px;
	border:1px solid #462482;
	/*border:1px solid #C9C9C9;
	
	-moz-box-shadow:2px 2px 2px #C9C9C9;
	-webkit-box-shadow:2px 2px 2px #C9C9C9;
	box-shadow:2px 2px 2px #C9C9C9;*/
	
	/*--BORDER RADIUS--*/
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
}
.formdx .btn:hover {
	color: #462482;
	background-color: #fff;
	background-image:url(../images/form_btn2.jpg);
	border:1px solid #fff;
}