@charset "UTF-8";
/* CSS Document */

html {
	height:100%;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bk_hqs2.gif);
	background-color: #353535;
	background-repeat: repeat-x;
	height:100%;
}
#currentLang {
	background:#0b0c0d;
}
.ul {
	margin:2px;
	padding:0px;
	list-style-position:outside;
	list-style-image:none;
	list-style-type:none;
	text-align: right;
}
#footer ul {
	margin-top:5px;
	padding:0px;
	list-style-position:outside;
	list-style-image:none;
	list-style-type:none;
}
#footer ol {
	margin-top:10px;
	margin-left:20px;
	padding:0px;
	list-style-position:outside;
	list-style-image:none;
	list-style-type:none;
}
.content_box {
/*
width:715px;
height:auto;
margin-bottom:20px;
*/
}
.titolo_box {
	padding-top:14px;
	padding-left:14px;
	width:701px;
	height:30px;
	background-image:url(images/headbox.jpg);
}
.content_box_sx {
	width:220px;
	height:auto;
	background-image:url(images/bkbox_sx.gif);
}
.content_box_sxTrasp {
	width:220px;
	height:auto;
}
.titolo_box_sx {
	padding-top:14px;
	padding-left:14px;
	width:206px;
	height:30px;
	background-image:url(images/headbox_sx.jpg);
}
/*
.titolo_box_half{
padding-top:14px;
padding-left:14px;
width:335px;
height:30px;
background-color:#7b2839;
}

.content_box_half{
width:349px;
height:auto;
margin-bottom:10px;
}
*/
.outerShadow {
	box-shadow:3px 3px 6px #333333;
	-webkit-box-shadow:3px 3px 6px #333333;
	-moz-box-shadow: 3px 3px 6px #333333;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#333333, direction=135, strength=4);
}
.HQSShadow {
	box-shadow:5px 1px 6px #333333;
	-webkit-box-shadow:5px 1px 6px #333333;
	-moz-box-shadow: 5px 1px 6px #333333;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#333333, direction=90, strength=4);
}
hr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	margin-top:15px;
	margin-bottom:15px;
}
