﻿@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600);

HTML
{
    padding-top: 0px;    
    padding-bottom: 0px;
    padding-left: auto;
    padding-right: auto;
    margin: 0px;
	background-color: #FFF;
}

/*@font-face{ 
    font-family: "Segoe UI Light";
    src: url('fonts/segoeuil.eot');
    src: url('fonts/segoeuil.eot?#iefix') format('embedded-opentype'),
         url('fonts/segoeuil.woff') format('woff'),
         url('fonts/segoeuil.ttf') format('truetype'),
         url('fonts/segoeuil.svg#SegoeUILight') format('svg');
}*/

body 
{
    padding-top: 10px;    
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
    font-family: "Open Sans", "Segoe UI Light", "Segoe UI", "Calibri", "Trebuchet MS";
	font-size: 18px;
	color: #5F6060;
    text-align: left;
	line-height: 26px;
}

.IE8Fix 
{ 
    z-index: 100;
}

A
{
    padding-top: 0px;    
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #001a33;
	text-decoration: none;
}

A:hover
{
    text-decoration: none;
}

LI
{
    margin-left: -20;
}

DIV
{
    padding-top: 0px;    
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
    BORDER-BOTTOM: 0px; 
    BORDER-LEFT: 0px; 
    BORDER-TOP: 0px; 
    BORDER-RIGHT: 0px;
}

IMG
{
    border-width: 0px;
}

#PageWrapper
{
    width: 1150px;
    margin-left: auto;
    margin-right: auto;
}

#PageMasterTop
{
    height: 100px;
    width: 1150px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    padding-top: 0px;
    background: url(../Images/TopBar.png);
    background-repeat: no-repeat;
    /*background-color: #000b10;*/
}

#PageMaster
{
    width: 100%;
    position: relative;
    padding-bottom: 20px;
    margin-top:20px;
}

.Footer
{
    width: 1150px;
    height: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    padding-top: 0px;    
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 16px;
    font-style: italic;
    text-align:center;
    text-decoration: none;
    color: #5F6060;
    background-color: #FFF;
    top: 0px;
    left: 0px;
}

.Footer A
{
    padding-top: 0px;    
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #249edb;
	text-decoration: none;
}

.Footer A:hover
{
    text-decoration: none;
}

.Clearfix
{
    clear:both;
}

.whyov
{
}

h1 /*titolo*/
{
    color: #002F3D;
    font-size: 24px;
}

h2 /*testo*/
{
    color: #5F6060;
    font-size: 18px;
}

h3 /*sottotitoli*/
{
    color: #002F3D;
    font-size: 20px;
}

h4 /*titolo agenda*/
{
    color: #002F3D;
    font-size: 28px;
}

h5 /*titolo default*/
{
    color: #FFF;
    font-size: 28px;
    padding-bottom:5px;
}

h6 /*testo default*/
{
    color: #FFF;
    font-size: 18px;
}

.h1style
{
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0px;
}


#Footer_Bar_Sponsor_Scroll img 
{
	display: block;
}

/* Home Page Carousel */

#PageMaster_SlideImage
{
    width: 1150px;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
	position: relative;
}

#PageMaster_SlideImage_Scroll
{
    width: 1150px;
    height: 400px;
    overflow: hidden;
}

#PageMaster_SlideImage_Scroll img 
{
	display: block;
    float: left;
}

#pager {
	text-align: right;
	padding: 20px 45px 0 0;
}

#pager a {
	background-color: #249edb;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 6px;
	border-radius: 10px;
	box-shadow: 0 1px 1px #cef;
}
#pager a.selected {
	background-color: #002F3D;
}
#pager a span {
	display: none;
}
