/* 
    Document   : default
    Created on : 2-feb-2010, 11.28.42
    Author     : Victor M. de Jonge
    Description: CSS defailt
*/

body {
    text-align: left;
    background: #0d0d0d url(../images/bg_img.gif) top center repeat-x;
	color: #555;
    font-family: Arial, sans-serif;
	font-size: 15px;
    padding: 0px;
    margin: 0px;
}

a {
    color: #becd00;
    text-decoration: none;
	outline:0 none;
}

a:hover {
    text-decoration: underline;
}

object, embed {
  outline: 0;
}

img {
    border: 0px;
}

hr {
	background-color: #222;
	border: 1px dotted #999;
	border-style: none none dotted;
}

.clear {
	clear: both;
}

#container {
    width: 920px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#header {
	position: absolute;
	width: 920px;
	z-index: 1000;
}

.header_logo {
	float: left;
    margin: 0;
	padding: 0;
    padding-left: 14px;
}

.claim {
	float: left;
	background: url(../images/ideas.gif) top center no-repeat;
	width: 184px;
	height: 31px;
    margin-top: 31px;
	margin-left: 62px;
    padding: 0;
}

.iten {
	float: right;
	color:#999;
	font-size: 13px;
    margin: -36px 0 0 0;
	padding-right: 680px;
	text-shadow: 0 1px 1px #FFF;
}

.iten a {
    color: #444;
    text-decoration: none;
}

.iten a:hover {
    color: #444;
    text-decoration: underline;
}

.blog {
	float: right;
	color:#999;
    margin: 0;
	margin-left: 6px;
	margin-right: 14px;
    padding-top: 2px;
}

.press {
	float: right;
	color:#aaa;
	font-size:15px;
	background:#000;
    margin:32px 14px;
	padding:4px 12px 6px;
	-webkit-border-radius: 8px; /* Saf3+, Chrome */
	border-radius: 8px; /* Opera 10.5, IE 9 */
	-moz-border-radius: 8px; /*  Disabled for FF1+ */
}

.press a {
	color:#f9f9f9;
	font-size:11px;
}


.image {
	position: absolute;
	margin: 75px 0 0 0;
    padding: 0;
}

#shade {
	position: absolute;
	margin-top: 75px;
    padding: 0;
}

.txt {
	position: absolute;
	width: 580px;
	font-size: 13px;
	color: #FFF;
	margin: 270px 0 0 320px;
    padding: 0;
}

.txt span {
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
}

.txt p {
	margin: 0;
	padding: 0 0 4px 0;
}

#content {
	position: absolute;
	width: 920px;
	margin: 446px 0 0 0;
    padding: 0;
}

#box_1 {
	float: left;
	width: 244px;
	font-size: 13px;
	color: #FFF;
	margin-left: 12px;
    padding: 0;
}

.box_top {
	color: #becd00;
	height: 40px;
	background: url(../images/box_top.png) top center no-repeat;
	margin: 0;
	padding-top: 24px;
	padding-left: 20px;
}

.box_above {
	height: auto;
	color:#CCCCCC;
	background: url(../images/box_above.png) top center repeat-y;
	margin: 0;
	padding:10px 0 6px 20px;
}

.box_middle {
	height: 78px;
	background: url(../images/box_middle.png) top center no-repeat;
	margin: 0;
	padding:0;
}

/*
.box_bottom {
	height: 88px;
	background: url(../images/box_bottom.png) top center no-repeat;
	margin: 0;
}

.box_bottom:hover {
	background: url(../images/box_bottom_on.png) top center no-repeat;
}
*/

#box_bottom
{
  display: block;
  width: 244px;
  height: 88px;
  background: url(../images/box_bottom.jpg) no-repeat 0 0;

}

#box_bottom:hover
{ 
  background-position: 0 -88px;
}

#box_bottom span
{
  position: absolute;
  top: -999em;
}

.newsletterwrap {
	height: 40px;
}
.newsletterwrap input {
	background: url(../images/strike.png) no-repeat transparent;
	border: 0 none;
	float: left;
	height: 30px;	
	width: 164px;
}
.newsletterwrap input.invalid {
	background: url(../images/strike.png) no-repeat scroll left -90px transparent;
}
.newsletterwrap input.newsletteremail {
	height:25px;
	padding:5px 0 0 6px;
}
.newsletterwrap input.newsletterSubmit {
	background: url(../images/strike.png) no-repeat scroll right 0px transparent;
	margin-right: 20px;
	cursor:pointer;
	float:right;
	width:34px;
}
.newsletterwrap input.newsletterSubmit:hover {
background-position: right -30px;
}
.newsletterwrap input.newsletterSubmit:active {
background-position: right -60px;
}

#we {
	float: right;
	width: 580px;
	margin: 0 20px 0 0;
    padding: 0;
}

#we p {
	margin: 0;
	padding: 2px 0 4px 0;
}

#we ul {
    margin: 0;
	padding: 0 0 0px 24px;
}

#we li {
	list-style-image:url(../images/ul.gif);
	margin: 0;
	padding: 0 0 2px 0;
}

#we a {
	font-weight:bold;
    color: #555;
    text-decoration: none;
}

#we a:hover {
    color: #222222;
}

.header_01 {
	padding: 12px 0 0 0;
	margin: 2px 0 6px 0;
	font-size: 22px;
	font-weight: bold;
	color: #333;
}

/* footer */

#foot {
	position: absolute;
	height: 150px;
	width: 100%;
    text-align: left;
    background: #fff url(../images/bg_footer.gif) top center repeat-x;
	margin: 766px 0 0 0;
    padding: 0;
}

#footchat {
	position: absolute;
	height: 150px;
	width: 100%;
    text-align: left;
    background: #fff url(../images/bg_footer.gif) top center repeat-x;
	margin: 666px 0 0 0;
    padding: 0;
}

#footer {
	width: 920px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#blank {
	float: left;
	background: url(../images/blank.png) top left no-repeat;
	height: 136px;
	width: 200px;
    text-align: left;
    padding: 14px 18px 0 28px;
	margin: 0 0 0 14px;
	font-size: 13px;
}

#blank p {
	margin: 0;
	padding: 2px 0 4px 0;
}

#foot_left {
	float:right;
	background:url(../images/bg_cg.png) top left no-repeat;
	font-size:12px;
	margin:66px 0 0;
	padding:0 0 0 12px;
	text-align:left;
	width:240px;
	height:66px;	
}

#foot_left a {
    color: #777;
	text-shadow: 0 0 1px #FFF;
	font-weight:bold;
}

#cg {
	width:190px;
	height:42px;
}	

#ragione {
	float: left;
    text-align: left;
    padding: 66px 0 0 0;
	margin: 0 0 0 14px;
	font-size: 11px;
	color: #777;
}

#small {
	float: right;
	width: 98px;
	height: 54px;
	background: url(../images/brand_cmps_small.png) top left no-repeat;
    padding: 0;
	margin: 146px 20px 0 0;
}

.contact_form {
	margin: 0;
	padding: 0;
}

.contact_form label {
	float: left;	
	display: inline-block;
	width: 150px;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	color:#888;
	margin: 4px 10px 0 0;
}

.contact_form .input_field {
	float: left;
	display: inline-block;
	width: 312px;
	text-align: left;

}

.contact_form textarea {
	background:#fff none repeat fixed 0 0;
	border:1px solid #BBB;
	display:block;
	height: 68px;
	margin-top:4px;
	padding:4px;
	width:306px;
}

.contact_form .submit_btn {
	background: url(../images/invia_off.gif) top left no-repeat;
	margin: 0;
	width: 75px;
	height: 20px;
	border: 0;
	cursor: pointer;
}

.contact_form .submit_btn:hover {
	background: url(../images/invia_on.gif) top left no-repeat;
}

.margin_bottom { clear: both; width: 100%; height: 4px; }
.margin_bottom_02 { clear: both; width: 100%; height: 16px; }
