/* 
    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;
}

a:hover {
    text-decoration: underline;
}

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: 10000;
}

.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: 0;
    padding-top: 18px;
	padding-right: 4px;
}

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

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

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

.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: #becd00;
	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;
	font-weight: bold;
	height: 27px;
	background: url(../images/box_top.png) top center no-repeat;
	margin: 0;
	padding-top: 30px;
	padding-left: 20px;
}

.box_middle {
	height: auto;
	background: url(../images/box_middle.png) top center repeat-y;
	margin: 0;
	padding-top: 6px;
	padding-left: 20px;
}

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

.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: 14px 0 0 0;
	margin: 4px 0 6px 0;
	font-size: 22px;
	font-weight: bold;
	color: #333;
}

/* footer */

#foot {
	position: absolute;
	height: 192px;
	width: 100%;
    text-align: left;
    background: #fff url(../images/bg_footer.gif) top center repeat-x;
	margin: 800px 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: 194px;
	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;
}

#blank a {
    color: #becd00;
	font-size: 11px;
    text-decoration: none;
}

#blank a:hover {
    text-decoration: underline;
}

#ragione {
	float: left;
    text-align: left;
    padding: 160px 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: 138px 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; }