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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li, label, legend,
table, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
b, strong {-webkit-text-stroke: 1px transparent;-webkit-font-smoothing: antialiased; 
}
body {
	line-height: 1;
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins, a {
	text-decoration: none;
}
a, input[type=submit], button[type=submit] {
	cursor: pointer;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/********************************************
* MAIN
********************************************/

body {
	font-family: 'Droid Sans', arial, serif;
	font-size: 12px;
	color: #555;
	background: #f6f6f6;
}

div#parent {	
	height: auto !important;
}



/********************************************
* PAGE ELEMENTS                                   
********************************************/

/******* DIVIDERS *******/

div {
	line-height: 1.5em;
}

/******* HEADINGS *******/

h1, h2, h3, h4, h5, h6 {
	color: #fff;
	font-weight: lighter;
	font-family: 'Oswald', arial, serif;
	text-transform: uppercase;
	margin: 0 0 15px 0;
	-webkit-text-stroke: 1px transparent;

}

h1, h2, h3 {
	text-transform: uppercase;
}

h4, h5, h6 {
	padding: 5px 0;
}

h1 {	
	color: #888;
	font-size: 36px;
	line-height: 1.1em;
}

h2 {
	font-size: 24px;
	color: #444;
	line-height: .9em;
	padding: 15px 0;
}

h2.line {
	margin-bottom: 15px;
	border-bottom: 1px solid #999;
}

h3 {
	color: #444;
	font-size: 16px;
}

h4 {
	color: #555;
	font-size: 14px;
}

h5 {
	color: #555;
	font-size: 11px;
	font-weight: lighter;
}

h6 {
	color: #222;
	font-size: 10px;
	font-weight: lighter;
	line-height: 1.4em;
	padding: 3px 0;
	border-bottom: 1px solid #999;
}

/******* PARAGRAPH & ANCHOR *******/

p {
	color: #555;
	line-height: 1.5em;
	margin-bottom: 20px;
	padding-right: 20px;
	clear: both;
}

a, p, textarea, input[type=text] {
	font-size: 12px;
	font-weight: normal;
}

a {
	/* FIND COLOR STYLESHEET FOR LINK COLOR - css/colors/... */
}

a:hover {
	cursor: pointer;
	text-decoration: underline;
}

/******* PRE TAG *******/

pre {
	color: #333;
	width: 898px;
	clear: both;
	float: left;
	margin: 0 0 20px 0;
	padding: 0 10px;
	border: 1px solid #ccc;
	background: #fdfdfd;
	overflow: scroll;
}

/******* BLOCKQUOTE *******/

blockquote {
	margin: 20px;
	padding-left: 25px;
	border-left: 3px solid #777;
}

blockquote,
blockquote p {
	color: #777;
	font-style: italic;
}

/******* DROP CAP *******/

.drop {
	font-size: 36px;
	margin: 0 5px 3px 0;
	float: left;
	position: relative;
	top: 10px;
}

/******* TABLE *******/

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	font-size: 12px;
}

table {
	border-collapse: collapse;
	border-spacing:0;
	width:100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom: 25px;
}

table, 
td, 
th {
	vertical-align:middle;
}

tr {
	background: #f7f7f7;
}

tr:hover {
	background: #f1f1f1;
}

th {
	height: 25px;
	font-family: 'Oswald', arial, serif;
	font-size: 16px;
	font-weight: normal;
	padding: 10px;
	color: #444;
	text-transform: uppercase;
	text-align: left;
	background: #dfdfdf;
	-webkit-text-stroke: 1px transparent;

}

td {
	height: 20px;
	color: #777;
	padding: 10px;
}

th, td {
	display: table-cell;
	text-align: center;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

tfoot td { 
	border: 0px;
}

/* SELECTION 

::-moz-selection,
::selection {
	background: #aaa;
	color: #111;
} 
*/

/******* BUTTON PADDING & MARGIN *******/

button::-moz-focus-inner {
	padding:0;
	border:0
}

/******* LISTS *******/

#content ul,
#content ol,
#content dl {
	margin: 0 0 20px 0px;
}

#content ul li {
	/*list-style-type: disc;*/
}

#content ol li {
	list-style-type: decimal;
}

/******* DIVIDER *******/

div.divide {
	width: 100%;
	height: 2px;
	margin: 10px 0 25px 0;
	clear: both;
	background: url(../images/sep.png) repeat-x;
}

/******* MESSAGE BOXES *******/

div.mbox {
	max-width: 940px;
	height: 50px;
	margin: 0 0 25px 0;
	padding: 20px;
	border-left: none !important;
	border-right: none !important;
}

div.mbox p {
	color: #333;
	line-height: 50px;
	padding-left: 60px;
}

div.mbox a {
	color: #222;
	font-weight: bold;
}

/* SUCCESS BOX */

div.successbox {
	border: 1px solid #8caf47;
	background: #f3ffdd url(../images/icon-success.png) 30px center no-repeat;
}

/* ERROR BOX */

div.errorbox {
	border: 1px solid #e98f8f;
	background: #ffdddd url(../images/icon-error.png) 30px center no-repeat;
}

/* WARNING BOX */

div.warningbox {
	border: 1px solid #ffac70;
	background: #fff1dd url(../images/icon-warning.png) 30px center no-repeat;
}

/* DOWNLOAD BOX */

div.downloadbox {
	border: 1px solid #b0b048;
	background: #ffffde url(../images/icon-download.png) 30px center no-repeat;
}



/********************************************
* COLUMNS
********************************************/

.full {
	width: 100%;
	position: relative;
	float: left;
	margin-bottom: 20px;
}

.one-half,
.one-third,
.two-thirds,
.one-fourth,
.one-fifth,
.two-fifths,
.three-fifths,
.four-fifths,
.one-sixth {
	float: left;
	position: relative;
	margin-right: 4%;
	margin-bottom: 25px;
}

.one-half {
	width: 48%;
}

.one-third {
	width: 30.66%;
}

.two-thirds {
	width: 65.1%;
}

.one-fourth {
	width: 22%;
}

.one-fifth {
	width: 16.8%;
}

.two-fifths {
	width: 37.2%;
}

.three-fifths {
	width: 54.8%;
}

.four-fifths {
	width: 78.8%;
}

.column-last {
	margin-right: 0 !important;
	clear: right;
}



/********************************************
* BUTTONS
********************************************/

/******* GLOBAL *******/

.button {
	width: auto;
	text-transform: uppercase;
	display: inline-block;
	margin: 0 20px 10px 0;
	padding: 0 6px 0 0;
	border: none;
	overflow: visible;
	margin-top: 10px;
}

.button span {
	font-family: 'Oswald', arial, serif;
	font-weight: lighter;
	display: block;
	text-transform: uppercase;
	white-space: nowrap;
	position: relative;
	-webkit-text-stroke: 1px transparent;

}

.button:hover {
	text-decoration: none !important;
	outline: none;
}

.button:hover span {
	text-decoration: none;
}

.button:active {
	outline: none;
}

/******* COLOR *******/

/* GRAY */

.gray {
	background: url(../images/button-gray-right.png) no-repeat;
}


.gray span {
	color: #333;
	text-shadow: 0 1px 1px #ededed;
	background: url(../images/button-gray-left.png) no-repeat;

}


/* ORANGE */

.orange {
	background: url(../images/button-orange-right.png) no-repeat;
}


.orange span {
	color: #4d3600;
	text-shadow: 0 1px 1px #ffc94b;
	background: url(../images/button-orange-left.png) no-repeat;

}

/******* SIZES *******/

/* LARGE */

.large {
	height: 45px;
	background-position: top right;
}

.large span {
	height: 37px;
	font-size: 14px;
	line-height: 26px;
	padding: 8px 15px 0 23px;
	background-position: top left;
}

.large:hover {
	background-position: right -45px;
}

.large:hover span {
	background-position: left -45px;
}

.large:active {
	background-position: right -90px;
}

.large:active span {
	background-position: left -90px;
}

/* SMALL */

.small {
	height: 31px;
	background-position: right -135px;
}

.small span {
	font-size: 11px;
	line-height: 12px;
	padding: 8px 12px 0 18px;
	height: 23px;
	background-position: left -135px;
}

.small:hover {
	background-position: right -166px;
}

.small:hover span {
	background-position: left -166px;
}

.small:active {
	background-position: right -197px;
}

.small:active span {
	background-position: left -197px;
}



/********************************************
* TOP
********************************************/

div#lang {
	width: auto;
	height: 21px;
	background: #292929;
	padding-top:3px;
}



div#top {
	width: auto;
	height: 50px;
	background: transparent url(../images/top-bg.png) top left repeat-x;
}

/* LOGO */

div#logo {
	margin: 0;
	padding-top: 4px;
	float: left;
}

/* NAVIGATION MENU */

div#menu {
	float: right;
	padding-left: 2px;
	background: url(../images/menu-sep.png) top left no-repeat;
}

div#menu > ul > li {
	height: 50px;
	float: left;
	background: url(../images/menu-sep.png) top right no-repeat;
}

div#menu > ul > li > a {
	height: 36px;
	line-height: 20px;
	font-size: 12px;
	font-weight: lighter;
	font-family: 'Oswald', arial, serif;
	color: #ccc;
	text-transform: uppercase;
	margin: 0 2px 0 -1px;
	padding: 14px 18px 0 18px;
	display: block;
	-webkit-text-stroke: 1px transparent;

}

div#menu ul li  a:hover {
	text-decoration: none;
}

div#menu > ul > li > a:hover,
div#menu > ul > li.current_page_item > a {
	color: #fff;
	background: url(../images/menu-current.png) repeat-x;
}

/* SUB NAVIGATION MENU */

div#menu ul li ul {
	min-width: 150px;
	display: none;
	position: absolute;
	margin: 0;
	padding: 10px 20px 15px 5px;
	list-style: none;
	zoom: 1;
	z-index: 101;
}

div#menu ul li ul li {
	height: 35px;
	line-height: 35px;
	float: none;
}

div#menu ul li ul li a {
	color: #ccc;
	font-family: 'Oswald', arial, serif;
	text-transform: uppercase;
	-webkit-text-stroke: 1px transparent;

}

div#menu ul li ul li a:hover {
	color: #fff;
}

div#menu ul ul {
	background: url(../images/menu-sub.png) repeat;
}

div#menu ul li ul li {
	padding: 0 15px 0 10px;	
}

div#menu ul li ul li a:link, ul#menu li ul li a:visited {
	min-width: 100px;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
}



/********************************************
* HEADER
********************************************/

/* HOME HEADER */

.home div#header {
	width: auto;
	height: 380px;
}

.home div#header div.inner {
	height: 340px;
}

/* INTERNAL HEADER */

div#header {
	width: auto;
	height: 250px;
}

div#header div.inner {
	height: 250px;
}

/* NIVO SLIDER - see "slider2.css */

div.slider-wrap {
	width: 949px;
	height: 320px;
	position: absolute;
	margin: 30px 0 0 -22px;
	padding: 10px 0 0 31px;
	background: url(../images/slider-bg.png) top left no-repeat;
}

div.slider-wrap div.curve {
	width: 920px;
	height: 49px;
	position: absolute;
	bottom: 0;
	left: 31px;
	z-index: 1000;
	background: url(../images/slider-curve.png) bottom left no-repeat;
}

/* CODA SLIDER - see "slider1.css" */

div.coda-slider-wrapper { 
	clear: both; 
	padding: 20px 0;
}

/* PAGE TITLE */

h1.page-title {
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 1px #b57f14;
	padding-top: 30px;
}

/* PAGE SUB TITLE */

h3.page-sub {
	font-size: 13px;
	text-align: center;
	text-transform: none;
}



/********************************************
* CONTENT
********************************************/

div#content {
	width: auto;
	height: auto;
	min-height: 110px;
	clear: both;
	padding: 0 0 35px 0;
	overflow: hidden;
}

div#content img {
	margin-bottom: 10px;
}

div#main-col {
	width: 660px;
	float: left;
}

.doubleCol {
	width: 450px;
	float: left;
}

div#sidebar {
	width: 240px;
	float: right;
}

div#sidebar ul {
	margin-left: 0;
}

div#sidebar ul li {
	list-style: none;
}

div#content-inner a {
	color: #d68e1d;
	text-decoration: none;
}

div#content-inner a:hover {
	color: #f8b752;
	text-decoration: underline;
}

div.row {
	width: auto;
	height: auto;
	float: left;
	position: relative;
	padding-bottom: 10px;
}

/******* IMAGE ZOOM *******/

.fancy, .iconize {
	display: block;
	background: url(../images/image-zoom.png) center center no-repeat;
}

/******* GALLERY TEMPLATE *******/

ul#gallery-template {
	width: 720px;
	overflow: hidden;
	margin: 0;
}

ul#gallery-template li {
	width: 191px;
	height: 189px;
	margin: 0 25px 15px 0;
	padding: 11px 0 0 11px;
	float: left;
	list-style-type: none;	
	background: url(../images/thumb-gallery.png) top left no-repeat;
}

ul#gallery-template li a {
	width: 180px;
	height: 160px;
}

/* FULL WIDTH VERSION */

div#full ul#gallery-template {
	width: 1050px;
}

div#full ul#gallery-template li {
	margin: 0 40px 25px 0;
}


/* FULL WIDTH VERSION */

/******* PORTFOLIO TEMPLATE *******/

ul#portfolio-template {
	width: 720px;
	margin: 0;
}

ul#portfolio-template li {
	width: 220px;
	margin: 0 15px 45px -10px;
	float: left;
	list-style-type: none;	
}

ul#portfolio-template li div.thumb a {
	width: 180px;
	height: 160px;
}

/* FULL WIDTH VERSION */

div#full ul#portfolio-template {
	width: 1050px;
}

div#full ul#portfolio-template li {
	margin: 0 20px 55px 0;
}

/* FULL WIDTH VERSTION */

ul#portfolio-template li div.thumb {
	height: 171px;
	margin-bottom: 10px;
	padding: 11px 0 0 11px;
	background: url(../images/thumb-portfolio.png) top left no-repeat;
}

ul#portfolio-template li h4.title,
ul#portfolio-template li h4.title a {
	color: #555;
	font-size: 14px;
	margin-bottom: 5px;
}

ul#portfolio-template li h4.title,
ul#portfolio-template li div.snippet {
	padding-left: 11px;
}

ul#portfolio-template li div.snippet p{
	min-height:40px;
}

ul#portfolio-template li div.snippet p {
	margin-bottom: 0px;
}

/******* PROJECT TEMPLATE *******/

div#project {
	width: 720px;
	overflow: hidden;
	margin: 0;
}

div#project h2 {
	margin: 0 0 10px 0;
	padding-top: 0;
}

div#project h2,
div#project div.details {
	padding-left: 11px;
}

div#project div.details {
	width: 640px;
}

div#project div.project-thumb {
	width: 535px;
	height: 397px;
	margin: auto;
	margin-bottom: 25px;
	padding: 11px 0 0 11px;
	background: url(../images/thumb-project.png) top left no-repeat;
}

div#project div.project-thumb a {
	width: 640px;
	height: 280px;
}

/******* BLOG TEMPLATE *******/

ul#blog-template {
	width: 720px;
	overflow: hidden;
	margin: 0;
}

ul#blog-template li {
	width: 660px;
	margin-bottom: 45px;
	float: left;
	list-style-type: none;	
}

ul#blog-template li div.thumb a {
	width: 250px;
	height: 170px;
}

ul#blog-template li div.head {
	width: 660px;
	min-height: 30px;
	margin-bottom: 20px;
	float: left;
	border-bottom: 1px solid #ddd;
}

ul#blog-template li div.head h4 {
	width: 470px;
	float: left;
	margin-bottom: 5px;
}

ul#blog-template li div.head h4,
ul#blog-template li div.head h4 a {
	color: #555;
	font-size: 14px;
}

ul#blog-template li div.head div.meta {
	float: right;
	padding-top: 8px;
}

ul#blog-template li div.head div.meta a {
	font-size: 11px;
	color: #999;
	float: left;
	margin-left: 15px;
}

ul#blog-template li div.thumb {
	width: 261px;
	height: 199px;
	margin: 0 15px 10px 0;
	padding: 11px 0 0 11px;
	float: left;
	background: url(../images/thumb-blog.png) top left no-repeat;
}

ul#blog-template li div.snippet {
	width: 360px;
	float: right;
	padding-top: 10px;
}

ul#blog-template li div.snippet p {
	margin-bottom: 10px;
	padding: 0;
}



/******* Begin Row 1 - DESCRIPTIONS *******/

div#descriptions {
	width: 940px;
	min-height: 185px;
	margin-bottom: 20px;
}

div#descriptions b{
font-family:Arial;
}

div#descriptions img, div#descriptions div div {
	float: left;
}

div#descriptions div div {
	height: 65px;
	margin: 0 0 5px 15px;
}

div#descriptions div p {
	margin: 0 0 5px 0;
	padding: 0;
}

div#descriptions h3 {
	margin: 7px 0 0 0;
	padding-bottom: 5px;
}

/******* Begin Row 2 - IMAGE SET *******/

ul#home-thumbs {
	width: 960px;
	margin: 0;
}

ul#home-thumbs li {
	width: 156px;
	height: 135px;
	margin: 0 25px 15px 0;
	padding: 12px 0 0 11px;
	float: left;
	position: relative;
	display: block;
	background: url(../images/thumb-home.png) top left no-repeat;
}

ul#home-thumbs li a {
	width: 145px;
	height: 110px;
}

ul#home-thumbs li span {
	width: 70px;
	height: 40px;
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	margin-right: 3px;
	z-index: 100;
}

a.f-video {
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	background: #fff url(../images/video-zoom.png) center center no-repeat;
}

/* GLOBAL CLASSES */

.inner {
	width: 940px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

.left {
	float: left !important;
}

.right {
	float: right !important;
}

.clear {
	width: 100%;
	clear: both;
	display: inline-block;
	margin-top: 10px;
}

.center {
	text-align: center;
}

.image-left {
	float: left;
	margin: 0 15px 15px 0;
}

.image-right {
	float: right;
	margin: 0 0 15px 15px;
}



/********************************************
* WIDGETS
********************************************/

div.widget {
	overflow: hidden;
	margin-bottom: 40px;
}

div.widget h3.widget-title {
	font-size: 14px;
	color: #666;
}

div.widget ul li {
	margin-bottom: 5px;
}

/* LATEST TWEETS */

div#twitter {
	width: 210px;
	min-height: 30px;
	float: left;
	overflow: hidden;
	position: relative;
	padding: 5px 20px 0 0;
}

div#twitter div.twitters {
	
}

div#twitter div.twitters ul {
	list-style: none;
	padding: 0;
	line-height: 18px;
	margin-top: 0;
}

div#twitter div.twitters ul li {
	line-height: 1.6em;
	font-size: 11px;
	margin: 0 0 20px;
	padding-left: 26px;
	background: url(../images/tweet.png) left 4px no-repeat;
}

div#twitter span.twitterPrefix, div#twitter span.twitterPrefix a {
	display: none;
}

div#twitter span.twitterTime {
	font-style: italic;
	color: #888;
	display: none;
	clear: both;
}

div#twitter span.twitterStatus {
	color: #777;
	font-style: italic;
}

div#twitter span.twitterStatus a {
	font-style: italic;
}

div#twitter span.twitterStatus a:hover {
	text-decoration: underline;
}

/* RECENT POST */

div.recent-post h4 {
	float: left;
	margin-bottom: 10px;
	padding: 7px 0 2px 0;
}

div.recent-post h4,
div.recent-post h4 a {
	font-size: 12px;
	color: #777;
}

div.recent-post h4:hover a {
	text-decoration: none;
}

div.recent-post div.meta-data {
	clear: both;
}

div.recent-post div.meta-data span,
div.recent-post div.meta-data span a {
	font-size: 11px;
	color: #999;
	height: 10px;
	display: block;
	float: left;
	margin-bottom: 10px;
}

div.recent-post div.meta-data span.comment-count {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #bbb;
}

div.recent-post div.meta-data span a {
	color: #777;
}

/* FLICKR */

div.flickr-widget {
	width: 245px !important;
}

.flickr_badge_image {
	width: 45px;
	float: left;
	margin: 0 5px 10px 0;
	padding: 2px 2px 0 2px;
}

.flickr_badge_image img {
	width: 45px;
	height: 45px;
}

/* RECENT POSTS */

div.recent-posts {

	margin-bottom: -10px;
}

div.recent-posts ul li {
	width: 100px;
	height: 82px;
	font-size: 11px;
	color: #777;
	margin: 0 20px 15px 0px;
	padding-top: 5px;
	background: url(../images/thumb-recent.png) top left no-repeat;
	float:left;
}

div.recent-posts ul li a {
	color: #444;
	font-size: 10px;
	text-transform: uppercase;
	text-align: right;
	padding-right: 10px;
}

div.recent-posts ul li a:hover {
	color: #000;
	text-decoration: none !important;
}

div.recent-posts ul li span {
	width: 180px;
	clear: right;
	float: left;
	padding-top: 5px;
}

div.recent-posts ul li a img {
	display: block;
	float: left;
	margin: 1px 16px 0 7px;
}

/* SEARCH */

form.search {
	height: 35px;
}

form.search input {
	outline: none;
	border: none;
	float: left;
}

form.search input.search-box {
	width: 180px;
	height: 30px;
	padding: 0 10px;
	clear: both;
	border: 1px solid #d8d8d8;
	background: #f8f8f8;
}

form.search input.submit {
	width: 16px;
	height: 16px;
	margin: 8px 0 0 10px;
	text-indent: -9999px;
	background: url(../images/icon-search.png) top left no-repeat;
}



/********************************************
* CONTACT PAGE
********************************************/

/*### CONTACT FORM ###*/

form#contact-form {
	margin-top: 15px;
	padding-top: 30px;
	clear: both;
	float: left;
	background: url(../images/sep.png) top left repeat-x;
}

/* DIVIDERS */

form#contact-form div.textarea-block {
	clear: both;
	overflow: hidden;
	margin: 0 0 20px 0;
}

form#contact-form div.textbox-block {
	width: 660px;
	float: left;
}

.fblock {width: 450px}

form#contact-form div.textbox-block div {
	float: left;
	clear: both;
	margin: 0 8px 20px 0;
}

form#contact-form div.textbox-block div.last {
	margin-right: 0px;
}

/* LABELS */

form#contact-form label {
	font-family: 'Oswald', arial, serif;
	font-size: 12px;
	font-weight: lighter;
	text-transform: uppercase;
	color: #555;
	float: left;
	margin: 2px 4px 0px 2px;
	width:100px;
	text-align:right;
	display:block;
	-webkit-text-stroke: 1px transparent;

}

form#contact-form label span {
	color: #cc0000;
}

/* TEXT INPUTS AND AREAS */

form#contact-form input,
form#contact-form textarea,
form#contact-form button[type=submit] {
	outline: none;
	border: none;
	font-family: 'Droid Sans', arial, serif;
}

form#contact-form input[type=text],
form#contact-form textarea {
	padding: 0 5px;
	float: left;
	border: 1px solid #d8d8d8;
	background: #f8f8f8;
}

form#contact-form input[type=text]:focus,
form#contact-form textarea:focus {
	color: white;
	background: #e0741c;
}


form#contact-form input[type=text] {
	width: 280px;
	height: 20px;
}

form#contact-form textarea {
	width: 280px;
	height: 170px;
	padding-top: 9px;
	float:left;
}

form#contact-form button[type=submit] {
	float: left;
}

#mail_success {
	display: none;
}

form#contact-form p .red {
	color: #cc0000;
	background: none !important;
}


/* ERROR STYLES */

form#contact-form input.error,
form#contact-form textarea.error {
	border: 1px solid #cc0000;
}

form#contact-form label.error {
	color: #cc0000;
	font-size: 12px;
	text-transform: none;
	position: absolute;
	margin-left: 5px;
}



/********************************************
* FOOTER
********************************************/

div#footer {
	position: relative;
	color: #797979;
}

div#footer div#footer-wrap {
	padding-top: 10px;
	background: url(../gfx/bg_footer.jpg) repeat-x;
}

div#footer div#footer-widgets {
	width: 960px;
	min-height: 222px;
}

div#footer {
	clear: both;
}

div#footer p {
	color: #888;
}

div#footer div.widget {
	width: 220px;
	float: left;
	margin-right: 20px;
}

/* COPYRIGHT */

div#copyright {
	height: 43px;
	clear: both;
	padding-top: 35px;

}

div#copyright p {
	color: #b0b0b0;
}

div#copyright p.copy {
	width: 590px;
	float: left;
}

div#copyright a {
	color: #777;
}

div#copyright ul {
	width: 530px;
	height: 20px;
	float: left;
	margin-left: 5px;
}

div#copyright ul li {
	height: 10px;
	line-height: 10px;
	float: left;
	padding: 0 6px;
	border-left: 1px solid #797979;
}

div#copyright ul li a {
	color: #777;
}

div#copyright ul li a:hover {
	text-decoration: underline;
}

/* SOCIAL */

ul#social {
	width: 100px;
	float: right;
}

ul#social li {
	float: right;
	margin-left: 5px;
}

ul#social li a {
	width: 16px;
	height: 16px;
	display: block;
}



.mt4 {margin-top:4px}
.mt16 {margin-top:16px}
.ml20 {margin-left:20px}
.tac {text-align:center}
#credits a{color:#b3b3b3}
#credits a:hover{color:#000}

#gotop {width:40px;height:40px;cursor:pointer;background: url(../gfx/gotop_icon.png) top center no-repeat;margin-left:30px}

#gotop:hover {background: url(../gfx/gotop_icon.png) bottom center no-repeat;}
.vam {vertical-align:middle}
.mt4 {margin-top:4px}
.mr6 {margin-right:6px}
.colw {color:white}

.baloon {float:left;width:62px;height:62px;background:url(../gfx/baloon_icon.png) no-repeat;text-align:center}
.baloon h3 {margin-top:21px;color:white}
.expl {width:588px;margin-left:10px}
.col2 {border-left:1px solid #ccc;padding-left:20px;}
.sendform {width:480px;margin:auto;text-align:center}
.sendformbut {width:130px;margin:auto;text-align:center}

#faq {width:100%;background: url(../gfx/bg_faq.png) no-repeat;padding-top:10px;padding-left:10px}
#faq p {text-align:justify}
#lang h5 {margin:0px;padding:0px}

#lang UL LI {float:left;margin-left:20px;cursor:pointer;}

#lang UL LI:hover {float:left;margin-left:20px;cursor:pointer;opacity:1}


#lang li h5 {color:#fff;float:left}
#lang li img {opacity:.6}
#lang li h5 {opacity:.6}
#lang li.attivo h5 {color:#e0e0e0;opacity:1}
#lang li.attivo img {opacity:1}
#lang li:hover img, #lang li:hover h5 {opacity:1}
#lang li h5 a, #lang li h5 a:hover {color:#fff}

#content .inner .full p {font-size: 13px}
#main-col p,#main-col {font-size: 13px;text-align:justify}

#ideaImg {position:relative;width:942px;display:table;}
#ideaImg img, .angoli {border-bottom-right-radius:20px;border-top-left-radius:20px}
#ideaImg div.velina {z-index:1;top:0px;left:662px;position:absolute;height:312px;width:278px;background:black;opacity:.4;border-bottom-right-radius:20px;}
#ideaImg div.testo {z-index:2;top:0px;left:662px;position:absolute;height:292px;width:278px;padding:10px;}
#ideaImg div.testo p {color:white}

#faq a {color:#444}

ul.custom-list {
	list-style-type:disc

}

ul.custom-list li {
	margin-bottom: 16px;
	margin-left:0px;
}

.check li {
	background: url(../gfx/check.png) no-repeat;
	padding-left:20px;
	background-position: 0px 5px;
}

.chain li {
	background: url(../gfx/link-icon.png) no-repeat;
	padding-left:20px;
	background-position: 0px 0px;
	border-bottom:1px dotted #aaa;
	padding-bottom:10px;
}

#allegati {margin-bottom:20px;}

#links LI {border-bottom:1px dotted #aaa}
.h40 {height:40px}
