@CHARSET "UTF-8";
/*
 COLORI LAYOUT:
 - Marrone Box: 		rgb(67,33,12)
 - Marrone Chiaro: 		rgb(200,155,113)
 - Arancione:			rgb(255,157,0)
 - Arancione Hover:
 - Turchese:			rgb(40,171,226)
 */
#container {
	display: block;
	clear: both;
	margin: 0px auto;
	padding: 0;


	width: 970px;
}

/* MENUBAR */
#menubar {
	display: block;
	clear: both;
	width: 970px;
	height: 84px;
	line-height: 84px;
	background: transparent url('/img/homepage/turquoise_the_original.gif') no-repeat scroll top right;
}

#menubar .logo {
	border: none;
	float: left;
}

#menubar #menu_elements {
	background: transparent url('/img/homepage/turquoise_bg_mainmenu.gif') no-repeat scroll top left;
	margin-left: 314px;
	height: 84px;
}

#menubar #menu_elements .menu_element:link,
#menubar #menu_elements .menu_element:visited {
	text-transform: uppercase;
	text-align: center;
	font-weight: bolder;
	font-size: 0.75em;

	margin-top: 22px;
	padding: 0px 5px;

	height: 34px;
	line-height: 34px;
	display: block;
	float: left;

}

#menubar #menu_elements .menu_element.selected,
#menubar #menu_elements .menu_element:hover {
	background: rgb(40,171,226);
	color: white;
}


/*------------------------------------------------------------------ CONTENT STAFF */

#content {
	display: block;
	clear: both;
}

#content #flash_movie {
	width: 970px; height: 445px;
}

#content #last_news {
	float:left;
	background: transparent url('/img/homepage/turquoise_box_news2.gif') no-repeat scroll top right;
	height: 159px;
	width: 314px;
}

#last_news h2 {
	color: rgb(255,157,0);

	font-family: 'Arial', 'Lucida Sans Unicode', sans-serif;
	font-size: 0.7em;
	font-weight: bolder;

	text-transform: uppercase;

}
#last_news img {
    display: block;
    width: 20%;
    float: left;
    margin: 0;
    margin-right: 10px;
}

#last_news p {
    display: block;
	font-size: 0.7em;
	width: 170px;
	voice-family: '"}"';
	voice-family:inherit;
	width: 200px;
	margin-left: 63px;
}

* html #last_news p {
    width: 170px;
}

html*#last_news p {
    width: 170px;
}



#content #last_news .shoulder {
	float: left;
	background: transparent url('/img/homepage/turquoise_box_news1.gif') no-repeat scroll top left;
	width: 47px;
	height: 159px;
}

#content #featured_product {
	float:left;
	background: transparent url('/img/homepage/turquoise_box_feat-prod2.gif') no-repeat scroll top right;
	height: 159px;
	width: 320px;
}
#content #featured_product .shoulder {
	float: left;
	background: transparent url('/img/homepage/turquoise_box_feat-prod1.gif') no-repeat scroll top left;
	width: 42px;
	height: 159px;
}

#featured_product h2 {
	color: rgb(255,157,0);

	font-family: 'Arial', 'Lucida Sans Unicode', sans-serif;
	font-size: 0.7em;
	font-weight: bolder;

	text-transform: uppercase;
}

#featured_product img {
    display: block;
    margin: 0;
    margin-right: 10px;
    float: left;
    width: 20%;
}

#featured_product p {
	font-size: 0.7em;
	margin-left: 60px;
	width: 170px;
	voice-family: '"}"';
	voice-family:inherit;
	width: 200px; /* NON IE */
}
/* IE 6*/
* html #featured_product p {
    width: 170px;
}
/* IE 7*/
html*#featured_product p {
    width: 170px;
}

#content #sponsor {
	float: left;
	background: transparent url('/img/homepage/turquoise_box_sponsors1.gif') no-repeat scroll top left;
	height: 159px;
	width: 336px;
}

#content #sponsor .shoulder {
	float: right;
	background: transparent url('/img/homepage/turquoise_box_sponsors2.gif') no-repeat scroll top right;
	width: 77px;
	height: 159px;
}

#sponsor h2 {
	color: rgb(67,33,12);

	font-family: 'Arial', 'Lucida Sans Unicode', sans-serif;
	font-size: 0.7em;
	font-weight: bolder;

	text-transform: uppercase;
	padding-left: 50px;
}

#sponsor p {
	color: black;
	font-size: 0.7em;
	margin-left: 50px;
}



/*
------------------------------------------------------------------ FOOTER STAFF
*/
#footer {
	display: block;
	clear: both;
	height: 59px;
	margin: 10px 0px auto;
}

.disclaimer {
	color: White;
	font-size: 0.7em;
	font-weight: bold;
	display: block;
	float: left;
}

.company_info {
	color: rgb(200,155,113);
	font-weight: bold;
	font-size: 0.7em;
	margin-left: 10px;
	float: left;
	display: block;
}

.lang_chooser {
	font-family: 'Arial Black', 'Lucida Sans Unicode', sans-serif;
	font-size: 0.7em;
	font-weight: bolder;
	text-align: left;
	width: 60px;
	float: left;
}

.core41 {
        float: left;
}

.core41 a img {
        border: none;
}

.terraeacqua {
        float: right;
}

.terraeacqua a img {
        border: none;
}

html>body #post-footer {
        margin-top: -30px;
}

.lang_chooser a:link,
.lang_chooser a:visited {
	color: rgb(40,171,226);
}

.lang_chooser a:hover,
.lang_chooser a.selected {
	color: white;
}
