/* ////////////////////////////////////////////////////////////////////////////////////////// */
/* v1.0 | 20080212 / reset css by meyerweb.com 																								*/
/* ////////////////////////////////////////////////////////////////////////////////////////// */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
small {
	font-size: 80%;
	font-style: italic;
	}


/* ////////////////////////////////////////////////////////////////////////////////////////// */
/*	www.stoneline.it																																					*/
/*
		Definizione colori
		grigio body : 58585A
		grigio banda media : 373737
		colore footer : 000000
		banda arancio : CC5F1E
		
		CE5E1E: colore logo
		D88B47: header background
				
 */
/* ////////////////////////////////////////////////////////////////////////////////////////// */
body {
	margin: 0;
	padding: 0;
	background: #58585A;
	font-family:  Arial, sans-serif;
	font-size: 0.85em;
	line-height: 1.4em;
	color: #58585A;
	height: 100%;
	text-align:center;
}
h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #221D1D;
}
h1 {
	font-size: 3.0em;
	color: #606060;
}
h2 {
	font-size: 2.4em;
	font-weight: 300;
	font-style: italic;
	color: #606060;
}
h3 {
	font-size: 1.6em;
	color: #CC5F1E;
	color: #606060;
}
p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}
ul, ol {
}
a {
	text-decoration: none;
	color: #58585A;
}
a:hover {
	text-decoration: none;
	color: #CC5F1E;
}
small {
	font-size: 80%;
	}


/* ////////////////////////////////////////////////////////// global classes */
borderOn {
	border: 1px solid #999999;
	}
.ta-justify {
	text-align: justify;
	}
.ta-left {
	text-align: left;
	}
.ta-right {
	text-align: right;
	}
.ta-center {
	text-align: center;
	}
.floatleft {
	float: left;
	}	
.floatright {
	float: right;
	}	
.floatleftPad {
	float: left;
	padding: 5px 10px 5px 0px;
	}	
.floatrightPad {
	float: right;
	padding: 5px 0px 5px 10px;
	}	
.width45 {
	width: 45%;
	}
.width98 {
	width: 98%;
	}
.myorange	{
	color: #CC5F1E;
	}
.maillink {
	font-weight: bold;
	color: #CC5F1E;
	}
.color-orange {
	color: #CC5F1E;
	}		

/* ////////////////////////////////////////////////////////// Page */
#wrapper {
	width: 1000px;
	margin: 0 auto 0 auto;
	padding: 0;
	background-color: #000000;
	text-align: left;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	}
	
#page-wrapper {
	width: 1000px;
	margin: 0 auto 0 auto;
	padding: 0;
	background-color: #000000;
	}

	
/* ////////////////////////////////////////////////////////// Header */
#header {
	width: 1000px;
	height: 130px;
	margin: 0px auto 0px auto;
	}
#header .topsec {
	background-color: #D88B47;
	background-image: url(../images/logo.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 100px;
	}
#header .botsec {
	background-color: #CE5E1E;
	height: 30px;
	}
#header .flags {
	float: right;
	margin: 10px 35px 0px 0px;
	vertical-align: top;
	}
#header .info {
	padding: 54px 35px 0px 0px;
	text-align: right;
	color: #FFFFFF;
	line-height: 1.4em;
	}


/* ////////////////////////////////////////////////////////// Menu */
#menu {
	width: 1000px;
	height: 36px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
}
#menu ul {
	margin: 0px 0px 0px 10px;
	padding: 0;
	list-style: none;
	line-height: normal;
}
#menu li {
	float: left;
}
#menu a {
	display: block;
	height: 26px;
	padding: 5px 17px 0px 24px;
	margin: 0 auto 0 auto;
	text-decoration: none;
	text-align: center;
	font-weight: 500;
	font-size: 0.85em;
	color: #58585A;
	border: none;
}
#menu a:hover, #menu .current_page_item a {
	color: #CC5F1E;
	text-decoration: none;
}


/* ////////////////////////////////////////////////////////// Menu */
#product-gallery {
	width: 1000px;
	margin: 260px 35px 0px 35px;
	padding: 0;
	background: #FFFFFF;
}
#product-gallery ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
#product-gallery li {
	float: left;
}
#product-gallery a {
	display: block;
	height: 180px;
	width: 180px;
	padding-right: 2px;
	margin-right: 5px;
}
#product-gallery a:hover {
	color: #CC5F1E;
}


/* ////////////////////////////////////////////////////////// Content */
#main-content {
	width: 1000px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	color: #373737;
	overflow: hidden;
	height: auto;
}
#main-content h1 {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	font-size: 1.6em;
	color: #CC5F1E;
}
#main-content h2 {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	font-size: 1.1em;
	font-weight: bold;
}
#main-content .myBox {
	margin: 0px 35px 0px 35px;
	overflow: hidden;
}
#main-content .myBoxLeft {
	margin: 0px 10px 0px 35px;
	overflow: hidden;
	float: left;
	width: 45%;
}
#main-content .myBoxRight {
	margin: 0px 34px 0px 10px;
	overflow: hidden;
	float: right;
	width: 45%;
}


/* ////////////////////////////////////////////////////////// Footer */
#prefooter {
	width: 930px;
	height: 160px;
	margin: 0px auto 0px auto;
	padding: 15px 35px 15px 35px;
	background: #373737;
	color: #999999;
	font-size: 0.9em;
	line-height: 1.6em;
	text-align: justify;
	}
#prefooter h2 {
	font-size: 2.0em;
	margin: 0px 0px 10px 0px;
	}
#prefooter h3 {
	font-size: 1.6em;
	color: #999999;
	margin: 0px 0px 10px 0px;
	}
#prefooter .pf-left {
	float: left;
	width: 49%;
	padding: 20px 00px 0px 0px;
	text-align: justify;
	}
#prefooter .pf-middle {
	float: left;
	margin-left: 40px;
	width: 12%;
	}
#prefooter .pf-right {
	float: right;
	width: 28%;
	padding: 20px 3px 0px 00px;
	text-align: justify;
	}
#prefooter a {
	text-decoration: none;
	color: #B32421;
}
#prefooter a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

/* ////////////////////////////////////////////////////////// Footer */
#footer {
	width: 1000px;
	margin: 0px auto 0px auto;
	background: #000000;
	}
#footer .footer-data {
	margin: 20px 35px 0px 35px;
	padding: 0px 0px 30px 0px;
	color: #FFFFFF;
	font-size: 0.85em;
	text-align: center;
	letter-spacing: 0.1em;
	}
	
	
/* ////////////////////////////////////////////////////////// sitoinallestimento */
#sitoinallestimento {
	position: relative;
	clear: both;
	overflow: hidden;
	width: 1000px;
	height: 60px;
	margin: 0px 0px 0px 0px;
	padding: 30px 35px 0px 35px;
	background-color: #E0E0E0;
	background-image: url(../images/back_allestimento.jpg);
	background-position: left;
	background-repeat: repeat-x;
	text-align: justify;
	font-size: 3.1em;
	letter-spacing: 0.7em;
	color: #EEEEEE;
}

