body,div,td,th,dl,dt,dd,pre,form,fieldset,input,textarea,blockquote {
		margin: 0;
		padding: 0;
}

/*ul,ol,li,h1,h2,h3,h4,h5,h6*/
table {
		border-collapse: collapse;
		border-spacing: 0;
}

fieldset,img,abbr,acronym {
		border: 0;
}

address,caption,cite,code,dfn,th,var {
		font-style: normal;
		font-weight: normal;
}

/*ol,ul{list-style:none;}*/
caption,th {
		text-align: left;
}

/*h1,h2,h3,h4,h5,h6,textarea{font-size:100%;font-weight:normal;}*/
q:before,q:after {
		content: '';
}

body {
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		color: #fff;
		background: #f90 url(../img/bg_body.png) top left repeat-x;
		background-attachment: fixed;
}

/*
strong,em,b,i,h1,h2,h3,h4,h5,h6{font-family:Arial,Helvetica,sans-serif;}
h1,h2,h3,h4,h5,dl{font-weight:normal;font-size:12px;}
*/
a {
		color: #ffa500;
		text-decoration: none;
}

a:hover {
		text-decoration: underline;
}

#body_wrap {
		width: 100%;
		float: left;
		text-align: center;
}

#global_wrap {
		width: 960px;
		margin: 0 auto;
		text-align: left;
		position: relative;
}

#header_wrap {
		width: 960px;
		height: 80px;
		float: left;
}

#fblink {
		background: #3b5998 url(../img/fbicon.gif) 2px 50% no-repeat;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border: 1px solid #324161;
		position: absolute;
		top: 10px;
		left: 10px;
		display: block;
		height: 20px;
		font: 11px/ 20px arial, sans-serif;
		font-weight: bold;
		color: #fff;
		padding: 4px 4px 4px 20px;
}

#main_wrap {
		width: 780px;
		float: left;
		height: 630px;
}

#nav_wrap {
		width: 180px;
		float: left;
		height: 630px;
}

#footer_wrap {
		width: 960px;
		float: left;
		text-align: center;
		color: #fff;
		margin: 40px 0;
}

#logo {
		margin: 20px 0 0 480px;
		float: left;
}

#vitrman {
		position: absolute;
		z-index: 200;
		top: 10px;
		margin-left: 10px;
}

#mainnav_wrap {
		position: absolute;
		width: 192px;
		top: 90px;
		float: left;
		z-index: 100;
}

#mainnav_top {
		width: 192px;
		height: 8px;
		border: 0;
		margin: 0;
		padding: 0;
		line-height: 1px;
		background: transparent url(../img/bg_nav_top.png) top left no-repeat;
}

#mainnav_bot {
		width: 192px;
		float: left;
		background: transparent url(../img/bg_nav_bot.png) bottom left no-repeat;
}

#mainnav {
		margin: 0 0 20px 6px;
		padding: 0;
}

#mainnav li,#mainnav ul {
		margin: 0;
		padding: 0;
		list-style: none;
}

#mainnav li {
		font-size: 12px;
		line-height: 18px;
		padding: 0 4px 4px 4px;
		margin-right: 5px;
		color: #ffb34c;
}

#mainnav li a {
		color: #ffb34c;
		text-transform: uppercase;
}

#mainnav li.sel {
		background-color: #000;
}

#subnav_infotech,#subnav_servizi {
		border-left: 1px solid #ffb34c;
		margin-left: 4px;
}

#subnav_infotech li,#subnav_servizi li {
		font-size: 10px;
		padding: 0 4px;
}

#main_index {
		width: 770px;
		float: left;
		height: 630px;
		position: relative;
		background: #000;
}

#carousel {
		float: left;
		width: 770px;
		height: 630px;
		position: relative;
		overflow: hidden;
}

#sidebar_index {
		width: 250px;
		height: 630px;
		overflow: auto;
		right: 0;
		position: absolute;
		z-index: 99;
		background: transparent url(../img/bg_shader.png);
}

.indexmsg {
		font-size: 12px !important;
}

#main,#mainext {
		width: 536px;
		float: left;
		background: #222;
		height: 626px;
		border: 2px solid #545454;
}

#mainext {
		width: 770px;
}

#mainext.floor{
		background:url(../img/floor.jpg);
}

#main h1,#mainext h1 {
		line-height: 24px;
		font-size: 16px;
		font-weight: bold;
		color: #f90;
		padding: 4px 10px 16px 4px;
		clear: both;
		margin: 0;
}

#sidebar {
		width: 226px;
		float: left;
		margin-left: 10px;
		background: #333 url(../img/bg_box.png) repeat-x bottom left;
		height: 626px;
		border: 2px solid #545454;
		overflow-y: auto;
}

#sidebar h2 {
		clear: both;
		background: #f63;
		padding: 4px;
		margin: 4px 0 10px 0;
		font-size: 11px;
		font-weight: bold;
		color: #fff;
}

#sidebar ul {
		float: left;
		width: 220px;
		margin:0 0 0 2px;
		padding: 0;
}

#sidebar li {
		padding: 0 4px;
		line-height: 20px;
		margin: 0;
		padding: 0;
		list-style:none;
}

#sidebar li a {
		color: #ffb34c;
		font-size: 11px;
}

#sidebar li a:hover {
		color: #fff;
}

#sidebar li.sel,#sidebar li.sel a {
		background-color: #f63;
		color: #fff;
}


#search_form{
		clear:both;
		overflow:hidden;
		margin-top:6px;
}
#search_input{
		border-left:1px solid #641800;
		border-top:1px solid #641800;
		border-bottom:1px solid #641800;
		border-right:0;
		color:#FFB34C;
		font-family:arial, helvetica, sans-serif;
		font-size:10px;
		line-height:18px;
		height:22px;
		width:147px;
		float:left;
		background:#222 url(../img/bg-search.gif) top left repeat-x;
		-moz-border-radius: 4px 0 0 4px;
		-webkit-border-radius: 4px 0 0 4px;
		padding-left:2px;
}

#search_submit{
		width:22px;
		height:24px;
		background:url(../img/search-submit.gif) no-repeat;
		border:0;
		text-indent:-9999px;
		cursor:pointer;
}
#svalue{
		font-weight:bold;
		margin:20px 0 40px !important;
		font-size:16px !important;
}
#svalue span{
		color:#f90;
		font-style:italic;
}

#loading{
		display:none;
		width:100px;
		height:100px;
		background:#000 url(../img/preloader.gif) 10px 10px no-repeat;
		margin:20px auto;
		width:150px;
		height:40px;
		-moz-border-radius:6px;
}


#loading p{
		padding-top:10px;
		padding-left:40px;
}

.banner{
		float:left;
		margin:10px;
}




#article_wrap {
		border-top: 2px solid #f90;
		border-bottom: 2px solid #f90;
		margin: 0 5px;
		padding: 10px 0;
		float: left;
		width: 760px;
		height: 540px;
		overflow-x: hidden;
		overflow-y: auto;
}

#article {
		float: left;
		margin: 0 10px;
}

#article p {
		margin: 2px;
		color: #fff;
		font-family: arial;
		font-size: 12px;
		line-height: 18px;
}

#img_holder {
		background: #000;
		width: 536px;
		height: 626px;
		overflow: hidden;
}

.article {
		float: left;
		padding-right: 10px;
		height: 534px;
		overflow:auto;
		color: #fff !important;
		background: #222 !important;
}



.module {
		height: 100%;
		overflow: hidden;
}

#contactform {
		background-color: #545454;
		border: 0;
		padding: 10px;
}

#contactform td {
		border: 0;
		padding: 10px;
}

#contactform a {
		border: 1px solid #eee;
		padding: 4px;
}

.fl {
		float: left;

}

.fr {
		float: right;
}

.cb{
		clear:both;
}
.htxt {
		text-indent: -9999px;
}

.ml10 {
		margin-left: 10px;
}

.m10 {
		margin: 10px;
}
.w100{
		width:100%;
}
.block{
		float:left;
		width:100%;
		display:block;
}
.cf63 {
		color: #f63;
}
.c222{
		color:#222;
}

.fbold {
		font-weight: bold;
}

.error {
		color: #c00;
}

.pngfix {
		behavior: url(iepngfix.htc);
}

.error404{
		background:url(../img/bg_404.gif) no-repeat top left;
		width:500px;
		height:300px;
		display:block;
}

/*web gym */
#webgym_wrap {
		width: 760px;
		height: 540px;
		padding:10px 0;
}
.webgym_title h1{
		float:left;
}

.webgym_title p{
		float:right;
		line-height:20px;
		padding:0;
		margin:4px 4px 0 0;
}
.webgym_title img{
		border:1px solid #eee;
}

.webgym {
		float: left;
		height:545px;
		width:748px;
		overflow:auto;
		/*background:#222 url(../img/floor3.jpg);*/
		background:#fff;
		padding:10px;
}

.ptitle{
		background:url(../img/bg_title.png) repeat-x;
}

.subinfo{
		font-weight:bold;
		color:#222;
		padding:4px 6px;
		font-size:12px;
		line-height:22px;
		/*text-shadow:#666 0 1px 0;*/
}

#machines_list{
		float:left;
		margin:0;
		padding:0;
}

#machines_list li{
		list-style:none;
		margin:10px;
		width:120px;
		height:120px;
		float:left;
}
#machines_list li:hover{
		outline:none;
}

#machines_list img{
		/*border:1px solid #545454;*/
		width:120px;
		height:120px;
}
#screenshot{
		position:absolute;
		border:1px solid #333;
		background:#333;
		padding:5px;
		display:none;
		color:#fff;
		z-index:900;
}
.exerciseslist{
		overflow:hidden;
		display:block;
}
.exerciseslist li{
		color:#fc0;
		font-weight:bold;
		line-height:16px;
}
.machine_img{
		border:2px solid #545454;
		margin-right:10px;
		margin-bottom:20px;
		float:left;
}
