/*------------------- Global Reset ------------------ */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, cite, code, em, img, q, small, strike, strong, sub, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
ol, ul {
	list-style: none;
}
/* ----- General styles ------- */

.skip, hr, #title h1 span {
	position: absolute;
	left: -9999px;
}
h2, h3, h4 {
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	margin: 0 0 15px 0;
	color: #333;
}
p {
	margin: 0 0 10px 0;
}
a:link, a:visited {
	color: #224FB2;
	text-decoration: underline;
}
a:hover, a:active {
	color: #177abb;
	text-decoration: none;
}
a img {
	border: none;
}
.avatar {
	padding: 1px;
	border: 1px solid #aaa;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}
.alignleft {
	float: left;
	display: inline;
	margin: 0 10px 5px 0;
}
.alignright {
	float: right;
	display: inline;
	margin: 0 0 5px 10px;
}
.clear {
	clear: both;
}
.clearer {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin: 0;
}
.big {
	font-size: 16px;
}
.huge{
	font-size: 24px;
	font-weight: bold;
}
acronym, abbr {
	border-bottom: 1px dashed #333;
}
acronym, abbr {
	cursor: help;
}
blockquote {
	background: url(images/quote.png) -4px -2px no-repeat;
	margin: 5px;
	color: #73be1e;
	padding: 10px 10px 0 35px;
	border-top: 3px double #73be1e;
	border-bottom: 3px double #73be1e;
}
cite {
	font-size: 100%;
	font-style: normal;
}
#title {
	height: 62px;
	background: url(images/title.png) no-repeat left top;
}
h1 {
	font-size: 2em;
	letter-spacing: -0.5px;
}
h2 {
	font-size: 1.6em;
	letter-spacing: -0.2px;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.1em;
}

em{
	background: #D4FBA8;
}
p, li, .feedback {
	letter-spacing: 0;
}
#header {
	position: relative;
	height: 83px;
}
#header h1 a {
	position: absolute;
	width: 360px;
	height: 62px;
	top: 0px;
	left: 0px;
}
#header .payoff {
	position: absolute;
	top: 8px;
	right: 60px;
	width: 500px;
	height: 62px;
	line-height: 20px;
	font-style: italic;
	font-size: 15px;
	text-align: center;
	color: #B0283C;
}
/* --------- Layout ---------- */
#container {
	width: 960px;
	margin: 10px auto 0;
	background: transparent;
}
#outer {
	background: #fff url(images/bg-outer.png) top center no-repeat;
	min-height: 600px;
}
* html #outer {
	height: 600px;
}

#content {
    padding: 20px;
}
#wrapper2 {
	float: left;
	display: inline;
	width: 100%;
	margin: 0;
	/*width: 580px;
	margin-left: -345px;*/
}
#content2 {
	padding: 20px;
	/*width: 580px;
	margin-left: 340px;*/
}
.custompage #content2{
	padding: 20px 0;
}

#sidebar-top {
	width: 339px;
	margin: 10px auto;
}
#sidebar-top h2 {
	width: 279px;
	padding: 5px 10px 5px 50px;
	margin: 0;
	height: 28px;
	line-height: 28px;
	font-size: 18px;
	font-weight: normal;
	cursor: pointer;
	background: url(images/bg-prodotti.png) no-repeat;
}
#sidebar-top h2:hover {
	color: #437010;
}
#sidebar-top .slidemenu {
	margin-bottom: 8px;
}
#sidebar-top .slidemenu img {
	margin: 10px 0 0;
}
#mail_form {
	font-size: 12px;
	line-height: 1.4;
	text-align: center;
	background: url(images/form-bottom.jpg) no-repeat center bottom;
}
#form_inner {
	padding: 38px 10px 30px;
	background: url(images/form-top.jpg) no-repeat center top;
}
#fields {
	
}
#mail_form label {
	line-height: 34px;
	width: 100px;
	font-size: 13px;
}
#mail_form input {
	width: 180px;
}
#mail_form input#submit {
	width: 150px;
	margin: 5px 5px 10px;
}
.abstract {
	font-size: 11px;
}

/* ------ Footer ------*/
#footer {
	clear: both;
	color: #fff;
	text-align: center;
	font-size: 0.75em;
	background: #177abb url(images/footer.png) repeat-x;
}
#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover, #footer a:active {
	color: #e4f6ce;
	text-decoration: none;
}
#footer p.credit {
	clear: both;
	height: 16px;
	line-height: 16px;
	padding: 15px 0;
	margin: 0;
	font-size: 1em;
}
#logout {
	float: right;
}

/* Video Squeeze Page */
#content h1{
	text-align: center;
	color: #224FB2;
	margin-bottom: 15px;
}
#content h2, #content h3{
	text-align: center;
}
#content h2 {
	color: #B0283C;
}
#content h3 {
	color: #224FB2;
	margin: 0 30px 10px;
}
#content h3.huge {
	margin: 20px 30px;
}

#form {
	float: right;
	margin: 10px 20px 10px 0;
	width: 320px;
	padding: 0 0 30px;
	background: url(images/form-bottom.png) bottom center no-repeat;
	color: #123Fa2;
}
#form form {
	padding: 50px 20px 0;
	background: url(images/form-top.png) top center no-repeat;
}
#form div {
	padding: 10px 20px;
}
#form label {
	width: 120px;
	line-height: 20px;
	float: left;
	display: inline;
}
#form input#send {
	display: block;
	margin: 0 auto;
	/*width: 150px;    */
}
#form .istruzioni {
	font-size: 18px;
	text-align: center;
	line-height: 1.2;
}
#form .abstract {
	line-height: 1.4;
	text-align: center;
	padding: 0 20px;
	margin: 0;
}
#bottom_form {
	clear: both;
	text-align: center;
	margin: 30px auto 20px;
	width: 700px;
	color: #224FB2;
	background: #E7F4CE;
	padding: 20px;
	border: 1px solid #BBD882;
}
#bottom_form .istruzioni {
	font-size: 24px;
	line-height: 1.3;
	margin-bottom: 10px;
}
#bottom_form #name2 {
	margin-right: 30px;
}
#bottom_form #send2 {
	margin-top: 20px;
}
/* -- testimonials squeeze page -- */
#minitest .user {
	float: left;
	display: inline;
	width: 410px;
	margin: 10px;
	padding: 10px;
	font-size: 13px;
	border-bottom: 1px dotted #B0283C;
} 
#minitest .user img {
	float: left;
	display: inline;
	margin: 0 10px 5px 0;
	padding: 1px;
	border: 1px solid #B0283C;
}
#minitest .user h4 {
	color: #B0283C;
	margin-bottom: 10px;
	font-size: 18px;
}
#minitest .user .link {
	font-size: 11px;
	font-style: italic;
}
/* -- Lettera di Vendita -- */
#lettera-video{
	width: 700px;
	margin: 0 auto 20px;
	padding: 30px 0 30px;
	background: url(images/lettera-video.jpg) no-repeat;
}
#lettera-video .inner {
	width: 500px;
	margin: 0 auto;
}
#mainletter {
	padding: 20px 10px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 15px;
}
#mainletter p {
	line-height: 1.4;
}
#mainletter h2 {
	margin: 15px 0; 
	border-bottom: 1px dotted #B0283C;
	padding-bottom: 5px;
	font-size: 30px;
}
#mainletter ul, #mainletter ol {
	margin: 10px 0;
}
#mainletter ul li {
	line-height: 1.2em;
	margin-bottom: 8px;
	padding-left: 20px;
	background: url(images/list.gif) 0 3px no-repeat;
}
#mainletter ol li{
	line-height: 1.3em;
	list-style: decimal;
	margin: 0 0 6px 20px;
}
#mainletter .checklist {
	margin: 15px 0 40px 80px;
	font-size: 120%;
}
#mainletter .checklist li {
	background: url(images/tick.jpg) 0 3px no-repeat;
	margin-bottom: 10px;
	font-family: Verdana, sans-serif;
	padding-left: 25px;
}
#mainletter #inner h2, #mainletter #inner h3 {
	margin: 25px 0 20px 0;
	border-bottom: 1px dotted #B0283C;
	padding: 0 0 5px 0;
	width: 600px;
	color: #B0283C;
}
#mainletter #inner h3 {
	border: none;
}
.middlebox {
	width: 750px;
	padding-top: 20px;
	border-top: 1px solid #B0283C;
	margin: 20px auto;
}
.box {
	padding: 0 20px;
	border: 3px solid #B0283C;
	width: 450px;
	margin: 40px 50px;
	font-weight: bold;
	position: relative;
	background: #fffec6;
}
.box .alert {
	background: url(images/alert.jpg) no-repeat;
	width: 70px;
	height: 60px;
	display: block;
	position: absolute;
	left: -15px;
	top: -15px;
}
.box2{
	padding: 10px 20px 0;
	background: #E4F3D2;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	border: 1px solid #B0283C;
}
.enhance {
	font-size: 17px;
	margin: 40px 0 50px 50px;
	width: 500px;
}
#mainletter .enhance ol li{
	list-style-type: none;
	margin-bottom: 15px;
}
.enhance ol li span{
	font-size: 30px;
	font-weight: bold;
	color: #B0283C;
}
#mainletter #inner .enhance h2, #mainletter #inner .box h2, #mainletter #inner .box h3{
	width: auto;
}
.singletest{
	background: #f4ffe2 url(images/testimonial-title.jpg) no-repeat;
	padding: 60px 20px 5px;
	border-bottom: 3px solid #c4e68e;
	margin: 30px auto;
	font-size: 13px;
	width: 480px;
	font-family: "Courier New", Courier, monospace;	
}
.singletest img.alignleft {
	padding: 1px;
	border: 1px solid #ccc;
}
#mainletter #inner .singletest h2, #mainletter #inner .singletest h3, #mainletter .singletest h3{
	width: 450px;
	margin: 0 0 10px;
	font-size: 1.4em;
}
#mainletter #inner .singletest h3, #mainletter .singletest h3 {
	color: #B0283C;
	width: auto;
}
.singletest .sign{
	text-align: right;
}
.singletest .sign p {
	margin-bottom: 0;
}
.singletest .link{
	font-style: italic;
	font-size: 12px;
}
#inner .singletest {
	width: 440px;
	margin: 20px 0 30px 60px;
	background: #f4ffe2 url(images/testimonial-inner-title.jpg) no-repeat;
}
#testimonials {
	float: right;
	display: inline;
	width: 230px;
	background: #E4F3D2;
	border: 3px solid #b4d3b2;
	padding: 10px;
	font-size: 14px;
	margin: 0 0 10px 15px;
	font-family: "Courier New", Courier, monospace;	
}
#testimonials .user {
	padding-bottom: 30px;
	border-bottom: 1px solid #b4d3b2;
	margin-bottom: 30px;
}
#testimonials .user h4 {
	width: auto;
	margin: 0 0 15px;
	color: #224FB2;
	text-align: center;
	font-size: 18px;
}
#testimonials .avatar {
	float: left;
	display: inline;
	border: 1px solid #aaa;
	padding: 1px;
	margin: 0 10px 5px 0;
}
#testimonials .user .sign p {
	text-align: right;
	margin-bottom: 0px;
	font-weight: bold;
}
#testimonials .user .sign p.link{
	font-weight: normal;
	font-style: italic;
}
.garanzia {
	width: 550px;
	padding: 0;
	background: url(images/garanzia-bottom.jpg) repeat-y;
	margin: 10px auto 20px;
}
.garanzia-inner{
	padding: 40px 20px 10px;
	border-bottom: 5px solid #B2C9E9;
	background: url(images/garanzia-top.jpg) no-repeat;
}
.warranty{
	border: 3px solid #dda;
	background: #ffffcc url(images/warranty.jpg) no-repeat;
	padding: 40px 40px 10px;
	width: 520px;
	margin: 20px auto 20px;
	text-align: center;
}
#mainletter .garanzia h3, #mainletter .warranty h3 {
	padding: 10px 20px;
	border: 1px solid #fff;
	text-align: center;
	font-size: 22px;
	width: auto;
	color: #fff;
	margin: 10px 0 15px;
	background: #B0283C;
}
#buy {
	background: #eee;
	border: 1px solid #177abb;
	width: 400px;
	margin: 0 auto 20px;
	text-align: center;
}
#buy th, #buy td {
	padding: 10px 20px;
}
#buy th {
	border-bottom: 1px solid #177abb;
	background: #4499cc;
	border-right: 1px solid #177abb;
	color: #fff;
}
#ordine {
	width: 500px;
	margin: 0 auto 20px;
	text-align: center;
}
/* -- Order Page -- */
#order {
	width: 700px;
	margin: 20px auto;
	background: #ffffcc url(images/order.jpg) no-repeat;
}
#order-inner {
	padding: 50px 50px 20px;
	border: 1px solid #ffc000;
}
#order p {
	line-height: 1.4;
	font-size: 16px;
}
#order h3 {
	margin: 0 0 30px 25px;
	font-size: 18px;
	text-align: left;
}
#order input {
	float: left;
	display: inline;
	margin-right: 10px;
}
#order h3 strong {
	font-size: 26px;
}
#order ul {
	margin: 10px 0;
}
#order ul li {
	padding-left: 25px;
	background: url(images/tick-yellow.jpg) 0 2px no-repeat;
	line-height: 1.3;
	margin-bottom: 10px;
}
#orderprocess {
	width: 600px;
	margin: 20px auto;
	text-align: center;
}
#orderprocess div.form {
	padding: 10px;
	height: 20px;
}
#orderprocess div.form label{
	float: left;
	display: inline;
	margin-right: 20px;
	width: 275px;
	text-align: right;
}
#orderprocess div.form input, #orderprocess div.form select{
	float: left;
	display: inline;
}
#orderprocess h3{
	margin: 20px 0 10px;
}
#orderprocess h4{
	color: #B0283C;
	font-size: 23px;
}

#webform{
    width:280px;
    float:left;
    margin:0;
    padding:0;
    margin-top:30px;
    margin-left:40px;
    
}

#webform table td{
    font-family:Arial;
    font-weight: bold;
}
#video {
    float: left;
    display: inline;
    width: 420px;
    padding: 21px 1px 90px;
    text-align: center;
    margin: 10px 0;
    background: url(images/videobkg.jpg) 1px 1px no-repeat;
}
* html #video{
    padding: 21px 1px 90px;           
    padding-left:4px;
}
#video img {
}
#flashcontent{
    height: 318px;
    margin-bottom: 20px;
}
#video p {
    padding-top: 0;
    color: #123Fa2;
    line-height: 1.1;
    font-size: 18px;
}
