@font-face {
    font-family: 'code_boldregular';
    src: url('code_bold-webfont.eot');
    src: url('code_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('code_bold-webfont.woff') format('woff'),
         url('code_bold-webfont.ttf') format('truetype'),
         url('code_bold-webfont.svg#code_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: code_lightregular;
    src: url('code_light-webfont.eot');
    src: url('code_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('code_light-webfont.woff') format('woff'),
         url('code_light-webfont.ttf') format('truetype'),
         url('code_light-webfont.svg#code_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*reset*/
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, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

* { margin: 0; padding: 0; }
	 
html {
	/*background: url(../images/sfondo-prova.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
}

img.bg{
	min-height: 1000px;
	min-width: 1280px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index:-9999;
}

span{
	color: #6633CC;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearer { 
	height: 0px; 
	overflow: hidden;
	margin: 0px; 
	clear: both; 
}

/* Link */
a { 
	color:#c26306; 
	text-decoration:none;
}

a:link, a:visited { 
	color: #c26306; 
	text-decoration: none; 
}

a:active, a:hover { 
	color: #b80707; 
	text-decoration: underline 
}

h2 {
	font-family: 'code_boldregular';
	font-size:55px;
	color:#ffffff;
	margin: 20px 0 30px 0; 
	letter-spacing: -1.5px;
}

h3 {
	font-size:40px;
	color:#ffffff;
	margin: 10px 0 30px 0;
	letter-spacing:-1px;
}

p {
	line-height:24px; 
	font-size:16px;
	margin:0 0 0px 0;
}

#portfolio p {
	line-height:24px;
	font-size:13px;
	margin:0 0 30px 0;
}

body {
	font:12px "Century Gothic", arial, Helvetica, sans-serif;
	color:#fff;
}

.container {
	width:960px;
	margin: 85px auto 100px auto;
}

.logo {
	width:212px; 
	margin:10px 0 0 320px;
}

/*navigation*/
.TopNavigation {
	height:60px;
	background:#B2B2B2;
}

.social {
	width:119px; 
	height:60px;
	float:left; 
	margin-left: 20px;
	padding: 12px 0 0 0;
}

a.social { 
	width: 36px; 
	height: 36px; 
}

ul.nav { 
	margin: 0 auto 0 auto;
	width: 511px;
	height: 60px;
	background: #B2B2B2;
}

ul.nav li { 
	float:left;
	display:inline; 
	margin:20px 0px 0 0; 
	font-size:20px; 
	font-family:'code_boldregular';
}

ul.nav a {
	color:#fff;
	text-decoration:none;
}

ul.nav a:hover {
	background-color:#777777;
}

ul.nav .active {
	background-color:#777777;
}

/*Cu3er slider*/
#slider {
	margin: 0 0 0 10px;
}

.shadow {
	margin:0 0 50px 50px;
}

#containerAbout {
	width:960px;
}

.About {
	width:100%;
	margin: 0 auto 20px auto; 
	border-top: 1px solid #B2B2B2;
	background: #B2B2B2;
	no-repeat bottom right;
}

.About p {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	color: #fff;
}

#skills {
	width:960px;
	height:80px;
	background:url(../images/bg.skills.gif) no-repeat top center;
	margin:20px 0 50px 0;
}

#skills ul {
	margin: 0 0 0 270px;
	list-style:none;
	padding-top:30px;
}

#skills li {
	display:inline;
	margin:40px 40px 0 0;
	font-size:15px;
	font-family:"Century Gothic", arial, Helvetica;
}


/*twitter*/
ul#twitter_update_list li {
	list-style-type:none;
	padding: 0 0 15px 0;
	color:#fff;
	margin:0;
}

ul#twitter_update_list .divisor {
	height:1px;
	border-bottom:1px solid #b1b1b1;
}

ul#twitter_update_list .data {
	color:#6b6c69;
}

ul#twitter_update_list .data:before {
	content:"#[";
}

ul#twitter_update_list .data:after {
	content:"]";
}

ul#twitter_update_list a:link, ul#twitter_update_list a:visited {
	color:#ab4b05;
	text-decoration:none;
}

ul#twitter_update_list a:hover, ul#twitter_update_list a:active {
	color:#ab4b05;
	text-decoration:underline;
}

.quote {
	background:url(../images/quote.gif) no-repeat top left; 
	padding: 20px 0 0 60px; 
	border-top:1px dashed #b1b1b1;
}

/*contact form*/
#contact{
	border-top: 1px solid #B2B2B2;
	background: #B2B2B2;
}

#contact p{
	margin-top: 10px;
	margin-left: 5px;
}

#form {
	width:570px;
	margin: 20px 0 26px 0;
	float:left;
}

.notification_error{
	border: 1px solid #f1dfc5;
	height: auto;
	color: #ca5702;
	width: 84%;
	padding: 10px 10px 10px 60px;
	background:url(../images/icons/erro.png) no-repeat center left #fdf0dc;
	text-align:left;
	-moz-border-radius:5px;
	margin-bottom:10px;
}

.notification_ok{
	border: 1px #cbcf8e solid;
	height: auto;
	width: 92.61%;
	padding: 10px;
	background: #f5f9fd;
	color: #000000;
	text-align: center;
	-moz-border-radius: 5px;
	margin-bottom:10px;
}

label  { 
	width: 100px; 
	margin: 5px; 
	font-size: 16px;
	float: left; 
	text-align:left;
}

textarea{
	width:400px;
	margin: 5px;
	padding: 5px; 
	float: left;
	background-color: transparent;
	border: 1px solid #999999; 
	border-top-color: #CCCCCC; 
	border-left-color: #CCCCCC; 
	color: #fff; 
	font: 11px Verdana, Helvetica, Arial, sans-serif;
	-moz-border-radius: 3px;
}

.button {
	margin: 0 0 0 5px;
}

br { 
	clear: left;
 }

.textbox {
	width:400px;
	height:30px;
	margin: 5px;
	padding: 5px; 
	float: left;
	background-color: transparent;
	border: 1px solid #999999; 
	border-top-color: #CCCCCC; 
	border-left-color: #CCCCCC; 
	color: #fff; 
	font: 11px Verdana, Helvetica, Arial, sans-serif;
	-moz-border-radius: 3px;
}

.textbox2 {
	height:140px;
}

/*contact info*/
#contactInfo {
	float:left;
	width:350px;
	margin:20px 0 0 0;
}

#contactInfo a{
	color: #ffffff;
}

#contactInfo a:hover{
	text-decoration: none;
}

.bolder {
	font-weight:bold;
	font-size:24px;
	letter-spacing:-1.5px;
	color: #ffffff;
}

.footer{
	width: 100%;
	height: 60px;
	margin: 0px auto;
	bottom: 0px;
	position:fixed;
	z-index:999999;
	background: #B2B2B2;
}

#footer_cont{
	width: 1180px;
	margin:0px auto 0px auto;
}

p.text {
	text-align:center;
	font-size:16px;
	font-weight: bold;
	margin: 0px auto 0px auto;
	padding-top: 20px;
	color: #ffffff;
	float: left;
}

#home_p{
	width: 960px;
	height: 350px;
	margin-top: 15px;
}

#logo{
	width: 30%;
	height: 500px;
	float: left;
	border-right: 1px #000 SOLID;
}

#image{
	width: 250px;
	height: 250px;
	float: right;
	margin-right: 10px;
	border: 1px #000 SOLID;
}

#info_shop{
	width: 150px;
	height: 185px;
	float: left;
	margin-top: 40px;
	margin-right: 250px;
	background: #B2B2B2;
}

#info_shop li{
	margin-left: 5px;
	margin-top: 10px;
}

#info_shop a{
	color: #ffffff;
}

#info_shop a:hover{
	font-weight: bold;
	text-decoration: none;
}

#info_shop .active{
	font-weight: bold;
}

#content{
	width: 450px;
	height: 500px;
	float: left;
	margin: 20px auto 0 auto;
}

.button a{
	width: 250px;
	height: 35px;
	float: left;
	margin-top: 44%;
	margin-left: 10px;
	border-top: 1px solid #B2B2B2;
	background: #B2B2B2;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: transparent;
	font-size: 20px;
	font-family: Georgia, Serif;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}
.button a:hover {
	height: 32px;
	border: 2px #B2B2B2 SOLID;
	background: transparent;
	color: #B2B2B2
}
.button a:active {
	border-top-color: #B2B2B2;
	background: #B2B2B2;
}

#c_ordi{
	width: 550px;
	float: left;
	background: #B2B2B2;
}

#c_ordi p{
	margin-bottom: 30px;
	margin-left: 10px;
}

input:focus{
	border: 1px solid #ffffff;
}

#box{
	float: right;
	bottom: 50px;
	margin-right: 30px;
	height: 174px;
}

#opt{
	margin-bottom: 15px;
}