/* CSS Document */
body {
	background-color: #c500c5;
	margin: auto;
	font-size: 60%; /* Resets 1em to 10px */
	color: #333333;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#header {
	width: 1000px;
	height: 370px;
	margin: 0 auto;
	background: url(images/header.jpg);
}

#contenuto {
	margin: 0 auto;
	width: 820px;
	background: url(images/background.jpg) repeat-y top;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1.2em;
	padding: 0 90px 15px 90px;
	height: auto;
	overflow: hidden;
}

#footer {
	margin: 0 auto;
	width: 800px;
	padding: 50px 100px;
	background: url(images/footer.jpg) no-repeat;
	height: 100px;
}

#footer_bg {
	background: url(images/bg_footer.jpg) repeat-x;
	height: 200px;
}

#header_bg {
	background: url(images/bg_header.jpg) repeat-x;
	height: 370px;
}

#corpo {
	width: 440px;
	background: url(images/background.jpg) repeat-y top;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: justify;
	font-size: 1.2em;
	float: left;
	padding-right: 10px;
}

#sidebar {
	width: 200px;
	background: url(images/sidebar_bg.jpg) repeat-y top left;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: justify;
	float: right;
	padding-left: 20px;
	font-size: 1em; /* Resets 1em to 10px */
}

.sidebar_top {
	margin-left: -10px;
	width: 210px;
	height: 9px;
	background: url(images/sidebar_top.jpg) no-repeat top left;
}

.sidebar_bottom {
	margin-left: -10px;
	width: 210px;
	height: 9px;
	background: url(images/sidebar_bottom.jpg) no-repeat bottom left;
}

.headerLogo {
	height: 35px;
	margin: 220px 0 0 100px;
	position: absolute;
	width: 410px;
	cursor: pointer;
}

.footerMenu {
	margin: 0 auto;
	color: #777777;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 1.1em;
	text-align: center;
}

.footerMenu ul li {
	margin: 0 5px;
	padding: 0 5px;
	height: auto;
	display: inline;
	text-decoration: none;
}

.footerMenu ul {
	margin: 0 auto;
	padding: 0;
	text-decoration: none;
}

.footerMenu li a {
	color: #777777;
}

.footerMenu li a:hover {
	text-decoration: none;
	color: #444444;
}

.footer_last {
	color: #FFFFFF;
	margin-top: 85px;
	text-align: center;
}

#menu {
	width: 900px;
	height: 40px;
	position: absolute;
	margin-left: 115px;
	margin-top: 311px;
	color: #555555;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 1.2em;
	font-weight: bold;
	list-style: none;
}

p {
	text-align: justify;
	font-size: 0.95em;
	clear: both;
	margin: 10px 0;
}

.colorLite {
	color: #c500c5;
}

.colorDark {
	color: #6f0066;
}

h1 {
	text-align: left;
	font-size: 1.6em;
	clear: both;
	margin: 0 0 10px 0;
	font-weight: bold;
}

h2 {
	text-align: left;
	font-size: 1.2em;
	clear: both;
	margin: 0;
	font-weight: bold;
}

h2.color {
	color: #6e006f;
}

h3 {
	text-align: left;
	font-size: 1.1em;
	clear: both;
	margin: 0;
	font-weight: bold;
}

label {
	font-size: 0.9em;
}

input,textarea {
	margin: 5px 0;
}

small {
	color: #666;
	font-size: 1em;
	clear: both;
	margin: 10px 0;
}

p small {
	font-size: 1.1em;
}

cite {
	background: url(images/bg_cite.gif) repeat-x bottom;
	color: #666666;
	font-size: 0.85em;
	clear: both;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	font-style: normal;
	padding: 10px;
	float: left;
	margin: 10px 0;
}

a {
	color: #6f0066;
	text-decoration: none;
}

a:hover {
	color: #c500c5;
	text-decoration: underline;
}

a img {
	color: #fff;
	background-color: #FFF;
	border: 0;
	margin: 0;
}

.btnL {
	float: left;
	margin-top: 230px;
}

.btnR {
	float: right;
	margin-top: 230px;
}

.photo {
	margin-top: 25px;
	position: relative;
	width: 208px;
}

.photo_b {
	margin: 25px 0;
	padding-left: 65px;
	position: relative;
	width: 610px;
	float: left;
}

.photo img,.photo_b img {
	background: #fff;
	border: 1px solid #ccc;
	padding: 4px;
	width: 600px;
}

.photo img:hover,.photo_b img:hover {
	border: 1px solid #999;
}

.photo a,.photo_b a {
	text-decoration: none;
}

#conv {
	margin-top: 20px;
	width: 820px;
	height: 273px;
	background: url(images/conv.jpg) no-repeat;
}

.messageL {
	position: absolute;
	width: 150px;
	height: 100px;
	margin: 130px 0 0 120px;
	font-weight: bold;
}

.messageR {
	position: absolute;
	width: 150px;
	height: 100px;
	margin: 135px 0 0 545px;
	font-weight: bold;
}

#conv a,#conv a:hover {
	color: #c500c5;
	font-size: 0.95em;
}

#conv a:hover {
	color: #fff;
}

table.mytable {
	width: 100%;
	padding: 0px;
	border: 1px solid #777;
}

table.mytable td {
	font-size: 1em;
	border: 1px solid #bbb;
	vertical-align: middle;
	padding: 5px;
}
table.mytable tr:hover{
	background-color:#777;
}

table.mytable tr.special td {
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 2px solid #c500c5;
}

.immagine span {
	width: 28px;
	height: 21px;
	display: block;
	position: absolute;
	margin-top: -12px;
	margin-left: 100px;
	background: url(images/pin.png) no-repeat;
}

.gallery span {
	width: 122px;
	height: 72px;
	display: block;
	position: absolute;
	margin-top: -22px;
	margin-left: -15px;
}

.gallery em {
	background: #fff url(images/grey-gradient.gif) repeat-y;
	color: #000;
	font-style: normal;
	padding: 2px 10px;
	display: block;
	position: absolute;
	margin-top: 100px;
	margin-left: 110px;
	border: 1px solid #999;
	border-left-color: #888;
}

.gallery a:hover em {
	background: #ffdb01 url(images/orange-gradient.gif) repeat-y;
	border-color: #c25b08;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}

.menu_ita,.menu_eng {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	background-image: url(images/no_flicker.jpg);
	/*some browsers are to slow when aligning the menu items via jQuery and so the background shines through, this prevents this flickering*/
}

.menu_ita li,.menu_eng li {
	display: block;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
	float: left;
	width: 110px;
	height: 40px;
	margin-right: 0px;
	background-repeat: no-repeat;
}

.menu_ita li {
	background-image: url(images/kwicks_sprite_ita.jpg);
}

.menu_eng li {
	background-image: url(images/kwicks_sprite_eng.jpg);
}

.menu_ita a,.menu_eng a {
	display: block;
	height: 40px;
	text-indent: -9999px;
	outline: none;
}

#menu1 {
	background-position: 0px 0px;
}

#menu2 {
	background-position: -150px 0px;
}

#menu3 {
	background-position: -300px 0px;
}

#menu4 {
	background-position: -450px 0px;
}

#menu5 {
	background-position: -600px 0px;
}

#menu6 {
	background-position: -750px 0px;
}

#menu7 {
	background-position: -900px 0px;
}

#menu1.active,#menu1 :hover,#menu1.attivo {
	background-position: 0 bottom;
}

#menu2.active,#menu2 :hover,#menu2.attivo {
	background-position: -150px bottom;
}

#menu3.active,#menu3 :hover,#menu3.attivo {
	background-position: -300px bottom;
}

#menu4.active,#menu4 :hover,#menu4.attivo {
	background-position: -450px bottom;
}

#menu5.active,#menu5 :hover,#menu5.attivo {
	background-position: -600px bottom;
}

#menu6.active,#menu6 :hover,#menu6.attivo {
	background-position: -750px bottom;
}

#menu7.active,#menu7 :hover,#menu7.attivo {
	background-position: -900px bottom;
}

#menu1 a {
	background-image: url(images/end.jpg);
	background-repeat: no-repeat;
	background-position: left 0px;
}

#menu7 a {
	background-image: url(images/end.jpg);
	background-repeat: no-repeat;
	background-position: right -40px;
}

#menu1 a:hover,#menu1 a.active {
	background-position: left -80px;
}

#menu7 a:hover,#menu7 a.active {
	background-position: right -120px;
}

#text {
	margin: 50px auto;
	width: 500px
}

.hotspot {
	position: absolute;
	cursor: help;
	float: left;
	width: 60px;
	height: 50px;
}

#ttcont p {
	font-weight: bold;
	color: #ef33ef;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
}

#tt {
	position: absolute;
	display: block;
	background: url(images/tt_left.gif) top left no-repeat
}

#tttop {
	display: block;
	height: 5px;
	margin-left: 5px;
	background: url(images/tt_top.gif) top right no-repeat;
	overflow: hidden
}

#ttcont {
	display: block;
	padding: 2px 12px 3px 7px;
	margin-left: 5px;
	background: #4a4a4a;
	color: #FFF;
	text-align: justify;
}

#ttbot {
	display: block;
	height: 5px;
	margin-left: 5px;
	background: url(images/tt_bottom.gif) top right no-repeat;
	overflow: hidden
}

.chisiamo {
	overflow: hidden;
	background: url(images/chisiamo.jpg);
}

.riquadro {
	float: left;
	width: 360px;
	padding: 10px;
	margin: 10px;
}

.riquadro p img {
	float: left;
	width: 100px;
	padding: 4px;
	border: 1px solid #777;
	margin-right: 8px;
}

.riquadro h2 {
	font-size: 1.4em;
	color: #6e006f;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.riquadro h3 {
	font-size: 1.1em;
	color: #555;
	font-style: italic;
}

h2#chisiamo {
	background: url(images/servizi.jpg) no-repeat;
}

h2#visione {
	background: url(images/servizi.jpg) no-repeat;
}

h2#servizi {
	background: url(images/servizi.jpg) no-repeat;
}

h2#portfolio {
	background: url(images/servizi.jpg) no-repeat;
}

h2#contatti {
	background: url(images/servizi.jpg) no-repeat;
}

.TitoloPagine {
	font-size: 1.8em;
	color: #7a7a7a;
	height: 30px;
	padding: 35px 0 25px 35px;
	margin: 18px 0;
	float: left;
	width: 400px;
}

.button {
	color:#333;
	cursor: pointer;
	border:1px solid;
	border-color:#ccc #999 #999 #ccc;
	padding:7px 10px;
	font-size:14px;
	margin:0 10px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-radius:4px;
	background:#F0F0F0 url(images/gadmin_btn_bg.gif) repeat-x scroll 0 0;
}

.button:hover {
	color: #9e009f;
}

.servizi {
	width: 100%;
	border-bottom: 1px dotted #777;
	margin-top: 20px;
	padding: 10px 0 30px 0;
	overflow: hidden;
}

#riquadroServizi {
	border-right: 1px dotted #777;
	width: 195px;
	margin-right: 5px;
	padding-right: 4px;
	float: left;
}

#riquadroServizi .message_head {
	font-size: 0.95em;
	text-align: left;
}

.imgLeftLittle {
	float: left;
	margin: 0 5px 5px 0;
}

.imgLeftBig {
	float: left;
	margin: 0 10px 10px 0;
}

.caratteristiche {
	list-style: none;
	font-size: 0.9em;
	color: #666;
}

.caratteristiche li {
	margin: 0 2px;
	padding: 0 2px;
	height: auto;
	float: left;
	text-decoration: none;
}

.caratteristiche ul {
	margin: 0 auto;
	padding: 0;
	text-decoration: none;
	list-style: none;
}

.quadrato {
	width: 330px;
	padding: 0 10px;
	margin: 0;
	float: right;
	background: url(images/grad.jpg) top no-repeat;
}

.message_body {
	display: none;
}

.message_body p {
	padding: 8px 0 15px 0;
	margin: 0;
}

.message_body small {
	margin: 0;
}