/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	background: #a1a1a1;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 70%;
	color: #474747;
}
A {
	color: #474747;
	text-decoration: none;
}
A:hover {
	color: #e9665f;
	text-decoration: none;
}
.none {
	display: none;
}
p {
	margin-bottom: 10px;
}
.imgright {
	float: right;
	border: solid 1px #474747;
	margin: 0px 0px 4px 4px;
}
.img_allinea_destra {
	float: right;
	margin: 0px 0px 4px 4px;
	clear: right;
}
.img_allinea_sinistra {
	float: left;
	margin: 0px 4px 4px 0px;
	clear: left;
}
.alignright {
    float: right;
    margin: 0px 0px 4px 4px;
    clear: right;
}
.alignleft {
    float: left;
    margin: 0px 4px 4px 0px;
    clear: left;
}
ul {
	margin-left: 20px;
}
li {
	margin-bottom: 4px;
}
.paddingleft {
	margin: 10px 10px 5px 20px;
}
.paddingright {
	margin: 10px 25px 5px 15px;
}
fieldset, img {
	border: none;
}
input, textarea, select {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 100%;
	color: #474747;
	background: #e2e2e2;
	border: solid 1px #a1a1a1;
	padding: 2px;
	margin-bottom: 2px;
}
.date {
    color: #999999;
    padding-top: 3px;
}

/*struttura*/
div#container {
	background: url(profili_pvc_serramenti/bg_container.jpg) left repeat-y;
	width: 780px;
	margin: 0 auto;
	padding: 4px 0;
}
div#header {
	height: 97px;
	border-top: solid 4px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	background: url(profili_pvc_serramenti/hr.jpg) bottom left no-repeat;
}
div#flash {
	background: url(profili_pvc_serramenti/hr.jpg) bottom no-repeat;
	padding: 0px 0px 4px 0px;
}
div#wrapper {
	border-top: solid 1px #FFFFFF;
	background: #ffffff url(profili_pvc_serramenti/bg_content.gif) left repeat-y;
}
div#content {
	float: right;
	width: 516px;
}
div#navigation {
	float: left;
	width: 264px;
	color: #e2e2e2;
}
div#wrapperfoot {
	clear: both;
	width: 100%;
}
div#footer {
	background: url(profili_pvc_serramenti/bg_footer.gif) left top no-repeat;
	border-bottom: solid 4px #FFFFFF;
	padding: 20px 15px 10px 15px;
	font-size: 90%;
	color: #c1c1c1;
	font-weight: bold;
}
/*struttura*/

/*header*/
h1 {
	float: left;
	width: 254px;
	height: 93px;
	margin-left: 10px;
}
div.top {
	float: right;
	color: #e2e2e2;
	margin-top: 5px;
	width: 480px;
	text-align: right
}
div.top a {
	padding-right: 10px;
	color: #e2e2e2;
}
div.top ul.mainmenu {
	float: right;
	width: 486px;
	margin-top: 18px;
    height: 56px;
}
div.top ul.mainmenu li {
    float: left;
	padding-top: 22px;
	list-style: none;
	margin-right: 3px;
}
div.top ul.mainmenu li.bg1 {
    background: url(profili_pvc_serramenti/bg_mainmenu1.gif) top no-repeat;
}
div.top ul.mainmenu li.bg2 {
    background: url(profili_pvc_serramenti/bg_mainmenu2.gif) top no-repeat;
}
div.top ul.mainmenu li.bg3 {
    background: url(profili_pvc_serramenti/bg_mainmenu3.gif) top no-repeat;
}
div.top ul.mainmenu li.bg4 {
    background: url(profili_pvc_serramenti/bg_mainmenu4.gif) top no-repeat;
}
div.top ul.mainmenu li.bg5 {
    background: url(profili_pvc_serramenti/bg_mainmenu5.gif) top no-repeat;
}
div.top ul.mainmenu a {
	background: #222222;
	display: block;
	color: #ffffff;
	border-top: solid 1px #ffffff;
	font-weight: bold;
	text-align: center;
	padding: 4px 17px;
}
div.top ul.mainmenu a:hover {
	background: #868686;
}
/*header*/

/*content*/
h2 {
	background: url(profili_pvc_serramenti/tit.gif) 0px 3px no-repeat;
	color: #e86200;
	font-size: 150%;
	font-weight: normal;
	padding-left: 25px;
	margin-bottom: 20px;
}
.contacts label {
	display: block;
	float: left;
	width: 150px;
	text-align: right;
	margin-right: 20px;
	padding-top: 4px;
}
.contacts label.required {
	font-weight: bold;
}
.form_error {
	display: block;
	font-weight: bold;
	color: #e86200;
	padding-left: 40px;
}
.contacts select {
	width: 170px;
}
.linkback {
	border-top: solid 1px #a1a1a1;
	text-align: right;
	padding: 4px;
	margin-top: 10px;
}
ul.docs li {
	list-style: none;
	margin-bottom: 10px;
}
.map, .map ul, .map ul ul {
	list-style: square;
}
.map .map1 {
	color: #b1b1b1;
}
.map .map2 {
	color: #2ea1e4;
}
.map .map3 {
	color: #bf2e3f;
}
.map .map4 {
	color: #1f8a5e;
}
.map .map5 {
	color: #eb6a20;
}
.map .map6 {
	color: #7b148a;
}
.map .map7 {
	color: #ffd800;
}
.map .map8 {
	color: #7ec19e;
}
#content td {
    padding: 3px;
    border-bottom: solid 1px #cccccc;
}
#content .gallery td {
    background: #eaeaea;
    padding: 6px;
    text-align: center;
    border: solid 1px #a1a1a1;
}
#content .gallery label {
    font-weight: bold;
}
#content .gallery img {
    border: solid 1px #333333;
    background: #FFFFFF;
    padding: 3px;
    margin: 3px 0;
}
.faq_startpage {
    margin-bottom: 10px; 
    text-align: right;
}
.faq_startpage a {
    background: url(profili_pvc_serramenti/startpage.gif) left no-repeat;
    padding-left: 15px;
    text-decoration: underline;
}
/*content*/

/*navigation*/
h3 {
	background: url(profili_pvc_serramenti/tit_nav.gif) 0px 3px no-repeat;
	color: #e2e2e2;
	font-size: 150%;
	font-weight: normal;
	padding-left: 25px;
	margin-bottom: 10px;
}
#navigation div.line-top {
	border-top: solid 2px #a1a1a1;
	padding: 10px;
}
#navigation .news a {
	color: #e9665f;
}
#navigation .news li {
	list-style: url(profili_pvc_serramenti/li_news_nav.gif);
	margin-bottom: 10px;
}
#navigation a {
	color: #e2e2e2;
}
#navigation li {
	list-style: url(profili_pvc_serramenti/li_nav.gif);
}
/*navigation*/

/*club*/
.club label {
	font-weight: bold;
	width: 120px;
	display: block;
	float: left;
	padding-top: 4px;
}
.bottone {
	background-color: #a1a1a1;
	font-weight: bold;
	border: none;
}
/*club*/