
@font-face {
    font-family: 'GillSansStdBold';
    src: url('inc/font/gillsansstd-bold.eot');
    src: url('inc/font/gillsansstd-bold.eot') format('embedded-opentype'),
         url('font/gillsansstd-bold.woff') format('woff'),
         url('font/gillsansstd-bold.ttf') format('truetype'),
         url('font/gillsansstd-bold.svg#GillSansStdBold') format('svg');
}


body{
	margin: 0;
	border: 0;
	background-repeat: repeat-y;
	background-color: #eeeeee;
	background-position: top center;
	background-image: url('bg360_bg.jpg') ;
}
.iveco{
	background-repeat: repeat-y;
	background-color: #eeeeee;
	background-position: top center;
	background-image: url('bg360_head.jpg') ;
	height: 80px !important;
	overflow: hidden;
}
body, div, h1, h2, h3, span, p {
	font-family: GillSansStdBold,Verdana,Arial,Helvetica,sans-serif;
	color: #000000; 
}
body {
  font-size: 10pt;
}
table,tr,td {
	font-size: 10pt;
	border-color : #777777;
	background : #dddddd; 
	color: #000000; 
	border-style : solid;
	border-width : 1px;
}
h1 {
	font-size: 18pt;
}
h2 {
	font-size: 14pt;
}
.warning {
	font-weight: bold;
}
/* fix for scroll bars on webkit & Mac OS X Lion */ 
::-webkit-scrollbar {
	background-color: rgba(0,0,0,0.5);
	width: 0.75em;
}
::-webkit-scrollbar-thumb {
	background-color:  rgba(255,255,255,0.5);
}
.wrapper{
	height: 770px;
	width: 100%;
	display: block;
	text-align: center;
}
.row{
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 100%;
}
.header{				
	margin-right: auto;
	margin-left: auto;
	display: inline-block;
	position: relative;
	content: ' ';
	left: 120px;
	top: 20px;
}
.header span{
	font-size: 37px;
	font-weight: bold;
	margin-right: -2%;
	display: inline-block;
	position: relative;
	top: -2px;
}
.bottons{
	vertical-align: middle;
	width:600px;
}
.bottons a{
	font-size: 20px;
	padding: 10px 8px 5px 8px ;
	background-color: #ffffff;
	color: #000000;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	width: 220px;
	display: inline-block;
	text-transform: uppercase;
}
.bottons a.selected, .bottons a:hover{
	background-color: #000000;
	color:#ffffff;
}

div.row.360box {
	margin-top: -25px;
}
.container{
	position: relative;
	display: inline-block;
	width: 960px;
	height: 720px;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:     3px 3px 5px 0px rgba(50, 50, 50, 0.2);
	box-shadow:          3px 3px 5px 0px rgba(50, 50, 50, 0.2);
	margin-bottom: 40px;
	border: 0px;
}
.container img, .container div{
	width:100%;
}
.verticalrotate {
	background-color: transparent;
	position: relative;
    display: block;
    margin: auto;
    margin-top: -30px;
    margin-left: auto;
    margin-right: auto;
    top:258px;
    right:499px;
    text-align: center;
    z-index: 999;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    
    transform: rotate(-90deg);
}
