ul, li, p, img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
* {
    padding: 0;
    margin: 0;
}

html, body {
  margin:0px;
  padding:0px;
  border: 0px;
  width:100%;
  height:100%;
  min-height:100%;
  font-family: Tahoma, sans-serif;
  font-size: 12px;
  background: #B3B4B8;
}
img, div, a { behavior: url(js/iepngfix.htc) }
table.main td.topper {
	height: 17px !important;
	font-size: 0px;
	padding: 0px;
}
table.main td.indent {
	width: 25px !important;
	font-size: 0px;
	padding: 0px;
	margin: 0px;
}
table.main td{
	vertical-align: top;
}
#content {
  	height: 100%;
	background-color: blue;
}
/**/
.clear {
	clear: both;
}
.alignright {
	text-align: right;
}
.wide {
	background-color: #ffc;
}
.top {
	border-bottom: 1px solid #000;
}
.bottom {
	border-top: 1px solid #000;
	padding-bottom: 1px;
}
.testfloat {
	width: 50px;
	border: 2px solid #f90;
	background-color: #ffd;
}
.to-right {
	float: right;
}
.to-left {
	float: left;
}

.wrapper {
	min-width: 1000px;
}
.outer {
	margin-left: 235px; /* L */
	margin-right: 235px; /* R */
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	padding-bottom: 106px;
}
.wrap-cl {
	float: left;
	width: 100%;
	margin-right: -1px;
	overflow: hidden;
}
.center {
	float: right;
	width: 100%;
	margin-left: -1px;
	padding-bottom: 25px;
}
.left {
	float: left;
	position: relative;
	width: 234px;  /* L */
	/*margin-left: -235px;  /* -L-1 */
	margin-right: 2px;
	margin-bottom: 20px;
}
.right {
	float: right;
	position: relative;
	width: 234px;  /* R */
	/*margin-right: -235px;  /* -R-1 */
	margin-left: 2px;
	margin-bottom: 20px;
}
.minwidth {
	min-height: 100%;
	min-width: 1000px;
	max-width: 1100px;
	margin-left: auto !important;
	margin-right: auto !important;
	width: 100%;	
	_width: expression(((document.documentElement.clientWidth || document.body.clientWidth) < 1000)? "1000px" : "100%");
	background: #FFFFFF url(../images/main-top.jpg) top repeat-x;
	_width: expression(document.body.clientWidth > 1100? "1100px": "auto" );
}
* html .minwidth {
	height: 100%;
}
.inleft {
	width: 184px;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: left;
}
.inleft .menu {
	background: #E9ECEE url(../images/menu_bg.jpg) 0px 31px repeat-x;
	padding-bottom: 10px;
	margin-bottom: 7px;
}
.inleft .menu ul li {
	height: 1%;
}
.inleft .menu ul li a:link,
.inleft .menu ul li a:visited {
	color: #384860;
	padding: 5px 6px 5px 20px;
	display: block;
	text-decoration: none;
	background: url(../images/arrow.gif) 7px 10px no-repeat;
}
.inleft .menu ul li a:hover,
.inleft .menu ul li span {
	color: #1959B8;
	padding: 5px 6px 5px 20px;
	display: block;
	text-decoration: none;
	background: #C2C9D0 url(../images/arrow.gif) 7px 10px no-repeat;
}
.inleft span.title {
	background: url(../images/title_bg.jpg) 0 0 no-repeat;
	display: block;
	height: 21px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 18px;
}
/**/
.inleft .ask_question {
	background: #E9ECEE url(../images/menu_bg.jpg) 0px 31px repeat-x;
	margin-bottom: 15px;
}
.inleft .ask_question .text {
	margin-top: 10px;
	padding: 0px 9px 9px 7px;
	font-size: 11px;
}
.inleft .ask_question .text textarea,
.inleft .ask_question .text input.txt {
	width: 160px;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 3px;
	border: 1px solid #B0AFAF;
	color: #70747A;
	font-size: 11px;
	padding: 2px;
	font-family: Tahoma, sans-serif;
}
.inleft .ask_question .text textarea {
	height: 100px;
	overflow: auto;
}
.inleft .ask_question .text input.button {
	background: #A5AFB6 url(../images/button_bg.jpg) 0 0 repeat-x;
	border: 1px solid #A5AFB6;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	padding: 3px 10px 2px 10px;
	margin: 0px;
	cursor: pointer;
	padding: -1px;
}
.inleft span.icq {
	background: #A7B0BC;
	display: block;
	height: 35px;
	padding-left: 8px;
	margin-bottom: 12px;
}
.inleft span.icq img {
	vertical-align: middle;
	margin-right: 5px;
}
.inleft span.icq a:link,
.inleft span.icq a:visited,
.inleft span.icq a:hover {
	color: #000000;
	vertical-align: middle;
}
.inleft span.icq a:hover {
	color: #000000;
	text-decoration: none;
	vertical-align: middle;
}
.inleft .logo {
	background: url(../images/logo.gif) center top no-repeat;
	height: 75px;
}
.inleft a.map:link,
.inleft a.map:visited {
	color: #376CBD;
	text-decoration: underline;
}
.inleft a.map:hover {	
	color: #376CBD;
	text-decoration: none;
}
/**/
.inright {
	width: 182px;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: left;
}
.inright .call {
	background: url(../images/agirl.jpg) right top no-repeat;
	margin-bottom: 10px;
}
.inright .call p {
	color: #E60202;
	font-size: 14px;
	padding-top: 20px;
	height: 51px;
}
.inright .call p span {
	color: #E60202;
	font-size: 18px;
	display: block;
	margin-top: 3px;
}
.inright .call .number {
	background: #3B70C0;
	color: #FFFFFF;
	font-size: 18px;
	padding: 7px 0px 7px 24px;
	line-height: 1.2;
}
.inright .news {
	background: #E9ECEE url(../images/menu_bg.jpg) 0px 0px repeat-x;
	margin-bottom: 11px;
}
.inright .news span.title {
	display: block;
	background: #FFFFFF url(../images/news_bg.jpg) 0 0 no-repeat;
	padding: 10px 0px 0px 10px;
	height: 20px;
	margin-bottom: 8px;
	color: #13448D;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 3px solid #FFFFFF;
}
.inright .news .date {
	background: #B5BDC6;
	display: block;
	padding: 2px 10px 2px 10px;
	width: 75px;
	color: #384860;
	font-size: 11px;
}
.inright .news .text {
	padding: 0px 17px 10px 12px;
	font-size: 11px;
	color: #384860;
	line-height: 1.2;
}
.inright .news .text a:link,
.inright .news .text a:visited {
	color: #384860;
	font-weight: bold;
	display: block;
	margin-bottom: 2px;
	line-height: 1.2;
	margin-top: 5px;
}
.inright .news .text a:hover {
	color: #384860;
	font-weight: bold;
	text-decoration: none;
	display: block;	
	margin-bottom: 2px;
	line-height: 1.2;
	margin-top: 5px;
}
.inright .news .text a.more:link,
.inright .news .text a.more:visited {
	color: #13448D;
	text-decoration: underline;
	font-weight: normal;
	margin: 0px !important;
	display: block;
}
.inright .news .text a.more:hover {
	color: #13448D;
	text-decoration: none;
	font-weight: normal;
	margin: 0px !important;
	display: block;
}
.inright .discount {
	background: url(../images/discount.jpg) 0 0 no-repeat;
	height: 163px;
	width: 182px;
	line-height: 1.1;
}
.inright .discount .inner {
	padding: 15px 12px 16px;
	color: #DAEEFD;
	font-size: 12px;
}
.inright .discount .inner span.big {
	font-size: 18px;
	display: block;
}
.inright .discount .inner span {
	font-size: 14px;
	display: block;
}
a.more:link,
a.more:visited {
	color: #13448D;
	text-decoration: underline;
	font-weight: normal;
	display: block;
	font-size: 11px;
}
a.more:hover {
	color: #13448D;
	text-decoration: none;
	font-weight: normal;
	display: block;
	font-size: 11px;
}
/**/
.incenter {
	padding: 25px 0px 0px;
	font-size: 12px;
	line-height: 1.2;
}
.incenter .reason {
	color: #13448D;
	font-size: 18px;
	margin-bottom: 25px;
}
.incenter .reason span{
	color: #13448D;
	font-size: 24px;
	display: block;
	margin-bottom: 3px;
}
.incenter ul.number {
	list-style: decimal;
	font-weight: bold;
	margin-left: 0px;
}
.incenter ul.number li {
	margin-left: 30px;
	padding-left: 0px;
	line-height: 1.2;
	margin-bottom: 0.8em;
}
.incenter ul.number li span {
	font-weight: normal;
}
.incenter h1 {
	font-size: 24px;
	font-weight: normal;
	margin: 33px 0px 20px;
	line-height: 1.2;
}
.incenter table.services {
	margin-left: auto !important;
	margin-right: auto !important;
	border-collapse: separate;
	border-spacing: 7px;
	width: 526px;
}
.incenter .about {
	width: 526px;
	margin-left: auto !important;
	margin-right: auto !important;
}
.incenter table.services td {
	cursor: pointer;
	/padding-bottom: 3px;
	_padding-bottom: 3px;
}
.incenter table.services td a:link,
.incenter table.services td a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	display: block;
}
.incenter table.services td a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
	display: block;
}
.incenter table.services td.block-01 {
	background: url(../images/block-01.jpg) 0 0 no-repeat;
	width: 166px !important;
	height: 96px;
	vertical-align: middle;
	text-align: center;
}
.incenter table.services td.block-02 {
	background: url(../images/block-02.jpg) 0 0 no-repeat;
	width: 166px !important;
	height: 96px;
	vertical-align: middle;
	text-align: center;
}
.incenter table.services td.block-03 {
	background: url(../images/block-03.jpg) 0 0 no-repeat;
	width: 166px !important;
	height: 96px;
	vertical-align: middle;
	text-align: center;
}
.incenter table.services td.block-04 {
	background: url(../images/block-04.jpg) 0 0 no-repeat;
	width: 166px !important;
	height: 96px;
	vertical-align: middle;
	text-align: center;
}
.incenter table.services td.block-05 {
	background: url(../images/block-05.jpg) 0 0 no-repeat;
	width: 166px !important;
	height: 96px;
	vertical-align: middle;
	text-align: center;
}
.incenter table.services td.block-06 {
	background: url(../images/block-06.jpg) 0 0 no-repeat;
	width: 166px !important;
	height: 96px;
	vertical-align: middle;
	text-align: center;
}
/* previene allargamento floats (hidden) e problemi rendering left col (relative) in IE/Mac \*//*/
* html .inleft, * html .inright, * html .incenter {
	width: 100%;
	overflow: hidden;
}
* html .wrap-cl {
	position: relative;
	margin-right: 0;
}
* html .center {
	margin-left: 0;
}
* html .left {
	margin-right: 1px;
}
* html .right {
	margin-left: 1px;
}
* html .minwidth {
	border-left: 504px solid #fff;
}
* html .wrapper {
	margin-left: -504px;
	overflow: hidden;
}
/**/

.outer {
	word-wrap: break-word;
}
/**/
.minwidth .wrapper .header {
	height: 312px;
	background: url(../images/top_right.jpg) right 32px no-repeat;
	position: relative;
	margin-bottom: 14px;
}
.minwidth .wrapper .header .icons {
	float: right;
	margin-right: 2%;
}
.minwidth .wrapper .header .icons img {
	margin-left: 14px;
	margin-top: 11px;
}
.minwidth .wrapper .header .phone {
	float: right;
	background: #3B70C0;
	padding: 6px 7px 0px 10px;
	line-height: 1;
	margin-top: 5px;
	height: 17px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	margin-right: 7px;
}
.minwidth .wrapper .header .bird {
	position:absolute;
	top: 114px;
	left: 40px;
}
.minwidth .wrapper .header .name {
	position:absolute;
	top: 65px;
	left: 54px;
}
.minwidth .wrapper .header .slogan {
	position:absolute;
	top: 135px;
	left: 292px;
}
.minwidth .wrapper .header .top_menu {
	position:relative;
	top: 250px;
	height: 32px;
	float: right;
	padding-right: 30px;
}
.minwidth .wrapper .header .top_menu ul li {
	float: left;
	background: url(../images/dot.gif) left center no-repeat;
}
.minwidth .wrapper .header .top_menu ul li.first {
	background: none;
}
.minwidth .wrapper .header .top_menu ul li a:link,
.minwidth .wrapper .header .top_menu ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	padding: 5px 15px;
	margin: 6px 3px;
	font-size: 12px;
}
.minwidth .wrapper .header .top_menu ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #5882C2;
	float: left;
	padding: 5px 15px;
	margin: 6px 3px;
	font-size: 12px;
}
.minwidth .wrapper .header .search {
	float: left;
	position: relative;
	top: 250px;
	margin-left: 25px;
	_margin-left: 10px;
	padding-top: 7px;
}
.minwidth .wrapper .header .search input.text {
	height: 14px;
	border: 1px solid #B0B9BF;
	color: #70747A;
	font-size: 11px;
	padding: 2px 0px 2px 7px;
}
.minwidth .wrapper .header .search input.submit {
	background: url(../images/button.jpg) 0 0 no-repeat;
	border: none;
	color: #000000;
	font-size: 11px;
	height: 20px;
	width: 58px;
	padding-bottom: 3px;
	cursor: pointer;
}
/*======================= FOOTER =======================*/
.footer {
	background: url(../images/footer_bg.jpg) 0 0 repeat-x;
	height: 86px;
	margin-top: -106px;	
	padding: 20px 0px 0px;
	margin-left: auto !important;
	margin-right: auto !important;
	color: #384860;
	font-size: 11px;
	line-height: 1.2;
	max-width: 1100px;
	_width: expression(((document.documentElement.clientWidth || document.body.clientWidth) < 1000)? "1000px" : "100%");
	_width: expression(document.body.clientWidth > 1100? "1100px": "auto" );
}
.footer table {
	width: 90%;
	margin-left: auto !important;
	margin-right: auto !important;
}
.footer td {
	vertical-align: top;
}
.footer td a:link,
.footer td a:visited{
	color: #384860;
	text-decoration: none;
}
.footer td a:hover{
	color: #384860;
	text-decoration: underline;
}
.empty {
	height: 106px;
}