/* @override 
	http://www.fotoservice.it/css/style.css
*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, label, legend, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

ol,ul {
	list-style: none;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

caption,th {
	text-align: left;
}

q:before, q:after {
	content: '';
}

a:active {
	outline: none;
}

:focus {
	-moz-outline-style: none;
}

/* generali */

html {
	text-align: center;
}

body {
	text-align: left;
	font: 14px/1.3 Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: black;
}

p {
	font-size: 100%;
	margin: 0;
}

h2+p {
	font-size: 110%;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	margin: 0;
}

li > h4 {
	margin-left: 0;
}

li > p {
	margin-left: 0;
}

.clear {
	clear: both;
	height: 0;
	width: 0;
}

.offerte {
	cursor: pointer;
}

#breadcrumb {
	font-size: 12px;
	margin-top: 20px;
	text-transform: uppercase;
}

/* home */

#menu {
	width: 950px;
	height: 42px;
	margin: 0 auto;
	padding: 0;
}

#footer_cont {
	height: 244px;
	text-align: center;
	margin-top: 26px;
}

#footer {
	width: 950px;
	margin: 0 auto;
}

#footer ul {
	/*width: 166px;*/
	float: left;
	margin-top: 25px;
	margin-right: 25px;
	text-align: left;
	text-transform: uppercase;
	line-height: 12px;
}

#footer h3 {
	font-weight: bold;
	margin-bottom: 3px;
}

#footer li a {
	color: white;
	font-weight: normal;
	font-style: normal;
	font-size: 10px;
	text-decoration: none;
}

#footer li a:hover {
	color: black;
}

#footer p {
	color: white;
	font-weight: normal;
	font-style: normal;
	font-size: 10px;
	float: left;
	text-align: left;
	margin-top: 20px;
	clear: left;
	width: 700px;
}

#footer p a {
	color: white;
	font-style: normal;
}

#content_cont {
	text-align: center;
	background-color: #fff;
}

#content {
	width: 950px;
	margin: 0 auto !important;
	text-align: left !important;
	overflow: hidden;
}

.home .colonna_sx {
	width: 345px;
	margin-right: 25px;
	padding-top: 40px;
	float: left;
}

.home .colonna_dx {
	width: 580px;
	float: left;
}

.home .colonna_sx blockquote {
	margin-bottom: 40px;
}

.home .colonna_dx .box img.ico {
	float: left;
	margin-right: 10px;
}

.home .colonna_dx .box ul {
	margin-top: 30px;
	width: 560px;
	float: left;
}

.home .colonna_dx .box li {
	width: 245px;
	float: left;
	padding: 15px;
	margin: 0;
	height: 200px;
}

.home .colonna_sx .box img.sw_win {
	float: left;
	margin-top: 10px;
	margin-right: 3px;
	cursor: pointer;
}

.home .colonna_sx .box img.ico {
	float: left;
	margin-right: 15px;
}

.home .colonna_sx .box p.ico {
	float: left;
	width: 200px;
	margin-top: 10px;
}

.home .colonna_sx .box form {
	clear: left;
}

/* generale */

.generale #content {
	width: 750px;
}

.generale #content h1 {
	font-size: 36px;
	margin: 30px 0;
}

.generale #content li {
	list-style-type: disc;
	margin-bottom: 5px;
	list-style-position: inside;
}

.generale #content .items {
	clear: left;
}

.generale #content .items h3 {
	font-size: 18px;
	margin: 5px 0 20px;
	float: left;
	width: 700px;
}

.generale #content .items h3 span {
	font-weight: normal;
	font-style: normal;
}

.generale #content .items p {
	margin-bottom: 20px;
	margin-left: 40px;
}

.generale #content .items ol {
	margin-bottom: 30px;
	margin-left: 40px;
}

.generale #content .items ol li {
	list-style-type: decimal;
}

/* prodotti */

.prodotti #content {
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left !important;
}

.prodotti #colonna_menu {
	width: 200px;
	float: left;
	text-align: left;
	margin-top: 50px;
}

.prodotti #colonna_contenuto {
	width: 749px;
	float: left;
	text-align: left;
	border-left: 1px solid #c2c2c2;
	margin-top: 20px;
	margin-bottom: 0;
}

.prodotti #breadcrumb {
	margin-left: 20px;
	text-transform: uppercase;
	margin-top: 0;
}

/* download */
.generale div.sw_win img {
	float: left;
	margin-right: 20px;
	cursor: pointer;
}

.generale div.sw_mac {
	display:none;
}

/* curvycorner */

#myBox {
	margin: 0.5in auto;
	color: #fff;
	width: 60%;
	padding: 20px;
	text-align: left;
	background-color: #f00;
	border: 3px solid #fff;
}

#myBox p {
	padding: 0;
	margin: 1ex 0;
}

