/* Resetto il css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, 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%;
	font-weight:normal;
	vertical-align: baseline;
	background: transparent;
	list-style: none;
	text-decoration:none;
	color:#2e2e2e;
}
html, body {
	font-weight: normal;
	font-size:14px;
	height:100%;
	font-family:helvetica, arial, san-serif;
}
#contenitore {
	min-height: 100%;
	width: 100%;
}
#top_wrapper, #frame {
	width:100%;
	height:100%;
	background-image: linear-gradient(bottom, rgb(217,217,217) 15%, rgb(240,240,240) 58%);
	background-image: -o-linear-gradient(bottom, rgb(217,217,217) 15%, rgb(240,240,240) 58%);
	background-image: -moz-linear-gradient(bottom, rgb(217,217,217) 15%, rgb(240,240,240) 58%);
	background-image: -webkit-linear-gradient(bottom, rgb(217,217,217) 15%, rgb(240,240,240) 58%);
	background-image: -ms-linear-gradient(bottom, rgb(217,217,217) 15%, rgb(240,240,240) 58%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.15, rgb(217,217,217)),
	color-stop(0.58, rgb(240,240,240)));
}
#top_wrapper {
	height:150px;
}
#top {
	width:940px;
	margin:0 auto;
}
#menu_wrapper {
	width:100%;
	height:45px;
	background-color:#990000;
	 box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.99), 0px -1px 0px rgba(0, 0, 0, 0.99), 0px -2px 6px rgba(0, 0, 0, 0.99);
    -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.99), 0px -1px 0px rgba(0, 0, 0, 0.99), 0px -2px 6px rgba(0, 0, 0, 0.99);
    -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.99), 0px -1px 0px rgba(0, 0, 0, 0.99), 0px -2px 6px rgba(0, 0, 0, 0.99);
}
#top img {
	margin:10px 0 0 10px;
	float:left;
}
#flag {
	float: right;
}
.mouse_act {
	opacity:0.4;
}
.mouse_act:hover {
	opacity:1.0;
}
.clear {
	clear:both;
}
#menu {
	width:940px;
	margin:0 auto;
}
#menu ul li a {
	font-family: "BigCaslonMedium", times, serif;
	float:left;
	font-size:16px;
	padding: 15px 0 0 32px;
	font-weight:normal;
	color:#ffffff;
}
#menu ul li a:hover {
	color:#e7e7e7;
}
#image_bar {
	width:920px;
	height:300px;
	margin:0 auto;
	padding-top:50px;
}
.shadow, #box_pren, #box_cerr img  {
    border: 5px solid white;
    position:relative;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.99);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.99);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.99);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-left:8px;
	margin-top:10px;
}
#container_main {
	width:930px;
	margin:0 auto;
	padding-top:20px;
}
#left_column {
	width:610px;
	float:left;
	padding:10px;
}
#left_column p {
	text-align:justify;
	font-size:14px;
}
#right_column {
	width:280px;
	float:left;
	padding:40px 10px 10px 10px;
}
#box_pren {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	width:260px;
	height:325px;
	margin:0 auto;
	background-color:#e5e5e5;
}
#ribbon {
	background-image:url(../images/ribbon.png);
	width:198px;
	height:66px;
	margin:0 auto;
	border-image-repeat:no-repeat;
	margin-top:-40px;
}
#ribbon p {
	padding:8px 0 0 70px;
	font-family:"BigCaslonMedium";
	color:#ffffff;
	font-size:18px;
}
#box_pren img {
	margin:10px 0 0 10px;
	float:left;
}
#box_cerr {
	margin-top:30px;
	margin-left:4px;
}
#box_cerr img {
	width:260px;
	margin:0 auto;
	margin-top:5px;	
}
#footer_wrapp {
	margin:0px 0px 0px 0px;
	bottom:0;
	height:110px;
	width:100%;
	background-color: #990000;
	 box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.99), 0px -1px 8px rgba(0, 0, 0, 0.99);
    -moz-box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.99), 0px -1px 8px rgba(0, 0, 0, 0.99);
    -webkit-box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.99), 0px -1px 8px rgba(0, 0, 0, 0.99);
}
#footer {
	width:940px;
	margin:0 auto;
}
#footer p {
	color:#ffffff;
	text-align:center;
	padding:30px;
}
#footer p a {
	color:#ffffff;
}
#footer img {
	margin:-10px;
}
h2, h3 {
	color:#990000;
	font-family:"BigCaslonMedium";
	font-size:22px;
	font-weight:normal;
}
#box_cerr p {
	font-size:12px;
	text-align:center;
	font-family:"BigCaslonMedium";
}

h3 {
	text-align:center;
}
.red {
	color:#990000;
}
.btn
{
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    background:#a2021d;
    background:-moz-linear-gradient(top, #990000, #b60000);
    background:-webkit-gradient(linear, left top, left bottom, from(#990000), to(#b60000));
    border:1px solid #24282b !important;
    cursor: pointer;
    font:bold 8px Verdana, Tahomma, Geneva;
    text-shadow:rgba(0,0,0,0.2) 0 1px 0px; 
    color:#fff;
    -moz-box-shadow:inset rgba(255,255,255,0.6) 0 1px 1px, rgba(0,0,0,0.1) 0 1px 1px;
    -webkit-box-shadow:inset rgba(255,255,255,0.6) 0 1px 1px, rgba(0,0,0,0.1) 0 1px 1px;
    box-shadow:inset rgba(255,255,255,0.6) 0 1px 1px, rgba(0,0,0,0.1) 0 1px 1px;
	margin:5px 0 0 28px;
	padding:7px 15px;
}
.contact input[type=text],
.contact textarea,
.txtField,
.cjComboBox

{
	color: #333333;
	font:normal 12px/14px Verdana, Helvetica, Sans-serif;
	
	-moz-background-clip: padding;     /* Firefox 3.6 */
	-webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
	background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */

	
    border:5px solid rgba(255, 255, 255, 0.1);
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
	
    -moz-box-shadow:2px 3px 3px rgba(0, 0, 0, 0.06) inset, 0 0 1px #95a2a7 inset;
    -webkit-box-shadow:2px 3px 3px rgba(0, 0, 0, 0.06) inset, 0 0 1px #95a2a7 inset;
    box-shadow:2px 3px 3px rgba(0, 0, 0, 0.06) inset, 0 0 1px #95a2a7 inset;
    padding:10px 10px;
    width:180px;
	float:right;
}

