/* Aree di visualizzazione dei contenuti */

div.content {
	position: absolute;
	line-height: 1em;
	left: 200px;
	top: 80px;
	width: 570px; 
	height: 490px;
	z-index: 2;
	margin: 0px;
	border-left-width: 10px;
	border-right-width: 10px;
	border-top-width: 10px;
	border-bottom-width: 10px;
	background-repeat: no-repeat;
	overflow: hidden;
	font-size: 14px;
}


div.content p {
	margin: 10px;
}

div#root_content {
/*	background-image:  url(../images/background/bg_content_tree.jpg);*/
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	background-repeat: no-repeat;
	overflow: hidden;	
	background-color: rgb(128,128,255);
}

div#presentation_content, div#story_content {
	background-color: transparent;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(64,32,0);
	color: rgb(128,64,0);
}

/* div#company_content {
	background-image:  url(../images/background/bg_content_lightbrown.jpg);
	background-color: rgb(192,128,0);
	color: rgb(128,64,0);
}

div#brand_content {
	background-image:  url(../images/background/bg_content_lightred.jpg);
	background-color: rgb(255,0,0);
}

div#products_content {
	background-image:  url(../images/background/bg_content_products.jpg);
	background-color: rgb(128,128,128);
}*/

div#company_content {
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	background-repeat: no-repeat;
	overflow: hidden;	
	background-color: rgb(192,128,0);
	color: rgb(128,64,0);
}

div#brand_list_content {
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	background-repeat: no-repeat;
	overflow: hidden;	
	background-color: rgb(255,0,0);
}

div#brand_content {
	background-color: transparent;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(255,0,0);
}

div#products_content {
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	background-repeat: no-repeat;
	overflow: hidden;	
	background-color: rgb(128,128,128);
}

div#but_high_content {
	background-color: transparent;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(192,0,192);
}

div#but_med_content {
	background-color: transparent;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(0,128,0);
}

div#but_std_content {
	background-color: transparent;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(128,128,128);
}

div#but_spec_content {
	background-color: transparent;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(192,0,0);
}

div#but_chem_content {
	background-color: transparent;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(128,128,128);
}

div#curt_clip_content, div#stand_content, div#room_content {
	background-color: transparent;
	border-width: 1px;
	border-style: solid;
	color: rgb(128,64,0);
	border-color: rgb(192,128,0);
}

div#contacts_content {
	background-image:  url(../images/background/bg_content_lightgreen.jpg);
	background-color: rgb(128,255,128);
	color: white;
	text-align: center;
	font-size: 20px;
}

div#contacts_content a {
	color: white;
	text-decoration: none;
}

div#contacts_content a:hover {
	color: rgb(128,255,128);	
	background-color: rgb(64,192,64);
	text-decoration: none;
}

div.det_title {
	position: relative;
	top: 20px;
	text-align: center;
	font-size: 30px;
	color: inherit;
}

div.size_link {
	position: relative;
	margin-top: 20px;
	padding: 5px 5px 5px 5px;
	left: 250px;
	width: 80px;
	height: 25px;
	font-size: 25px;
	text-align: center;
}

div.size_link a {
	text-decoration: none;
}

div.detail_link {
	position: relative;
	margin-top: 20px;
	padding: 5px 5px 5px 5px;
	left: 195px;
	width: 180px;
	height: 25px;
	font-size: 20px;
	text-align: center;
}

div.detail_link a {
	text-decoration: none;
}

div.curtain_link {
	position: relative;
	margin-top: 20px;
	padding: 5px 5px 5px 5px;
	font-size: 20px;
	text-align: center;

}

div.curtain_link a {
	text-decoration: none;
	color:#CC9900;
}

span.left_link{
	position: absolute;
	left: 0;
	margin-top: 20px;
	padding: 5px 5px 5px 5px;
	font-size: 20px;

}

span.right_link{
	position: absolute;
	right: 0;
	margin-top: 20px;
	padding: 5px 5px 5px 5px;
	font-size: 20px;

}

span.left_link a, span.right_link a {
	text-decoration: none;
	color:#CC9900;
}
