@charset "UTF-8";

/* WEbRISES */

* {
	margin: 0;
	padding: 0;
}

html {
        height:100%;
        overflow-y: scroll;
}

#welcome-msg {
    font-size: 16px;
    padding:20px;
}

#welcome-msg p {
    color: #FF8000;
    padding: 20px 0;
}

#welcome-msg p a {
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
}

#welcome-msg p a:hover {
    color: #0000FF;
}

#welcome-msg p.white {
    color: #FFF;
    padding: 20px 0;
}

#welcome-msg p.right {
    padding:0;
    font-size: 12px;
    text-align: right;
    color: #FFF;
}

img {
	border: none;
}

body {
    background-color: #000;
    text-align:center;
    font-family:Verdana;
    color: #FFF;
    font-size:14px;
}

#topBar {
	height: 70px;
	background: #333;
	border-bottom: 5px solid #222;
}

#pagewrapper {
        width: 820px;
        text-align:left;
        margin: 0 auto;
}

table {
	text-align: left;
	margin: 0 auto;
}

.overlibDiv {
	width: 250px;
	padding: 2px;
	text-align: left;
	background: #FFF;
	color: #666;
	border: 2px solid #FF8000;
}

/* --> FORM CONTATTI */

input { padding: 2px; }

#formContainer {
	width: 500px;
	margin: 0 auto;
	padding: 20px;
	text-align: left;
	border: 3px solid #333;
}

.blur {
	font-family: Verdana;
	font-size: 12px;
	color: #666;
	border: 2px solid #FFF;
	/*background: #000;*/
	padding: 2px;
}

.focus {
	font-family: Verdana;
	font-size: 14px;
	color: #000;
	border: 2px solid #FF8000;
	/*background: #000;*/
	padding: 2px;
}

.required {
	font-family: Verdana;
	font-size: 14px;
	color: #F00;
	border: 2px solid #F00;
	/*background: #000;*/
	padding: 2px;
}

/* <-- FORM CONTATTI */

#borderTop {
    background:url(../images/borderTop.png) no-repeat 0px 0px;
    margin:0 auto;
    /*margin-top: 20px;*/
    padding-top:32px;
}

#borderMiddle {
    background:url(../images/borderMiddle.png) repeat-y 0px 0px;
    width:820px;
    margin:0 auto;
    text-align:center;
}

#borderBottom {
    background:url(../images/borderBottom.png) no-repeat 0px 0px;
    margin:0 auto;
    padding-top:41px;
}

#mainAreaStart {
	display:block;
	background:url(../images/mainAreaStart.png) no-repeat 0px 0px;
	margin:0 auto;
	padding-top:15px;
}

.sideBar {
	background: url('../images/sidebarMiddle.png') repeat-y 0px 0px;
	width: 156px;
	margin: 0 auto;
}

.sideBarTop {
	background: url('../images/sidebarTop.png') no-repeat 0px 0px;
	margin: 0 auto;
	padding-top: 13px;
}

.sideBarBottom {
	position: relative;
	background: url('../images/sidebarBottom.png') no-repeat 0px 0px;
	margin: 0 auto;
	padding-top: 13px;
}

#mainAreaMiddle {
	display:block;
	background:url(../images/mainAreaMiddle.png) repeat-y 0px 0px;
	width:697px;
	margin:0 auto;
	text-align:center;
}

#mainAreaEnd {
	display:block;
	background:url(../images/mainAreaEnd.png) no-repeat 0px 0px;
	margin:0 auto;
	padding-top:40px;
}
						
p {
    text-align:justify;
    padding:20px 20px 20px 10px;
    line-height: 25px;
}

.sidebarText {
	font-size: 12px;
	text-align: left;
	padding: 15px;
}

.accordion {
    width: 540px;
    background: #ccc;
    border: 2px solid #FFFFFF;
    padding: 20px 20px 20px 10px;
}

.accordion h5 {
    background: #999;
    border: 1px solid #333;
    color: #333;
    font-size: 14px;
    text-align: left;
    padding: 10px;
    margin-top: 2px;
    cursor: pointer;
}

.accordion h5:hover {
    color: #FAFAFA;
    background: url(../images/gradient.png)0px 0px repeat-x;
    border: 1px solid #333;
}

.accordion h5.active {
    border: 1px solid #333;
    background: #666;
    color: #FAFAFA;
}

.accordion p {
    background: #666;
    border: 1px solid #333;
    border-top: 1px solid #FAFAFA;
    margin-bottom: 10px;
    color: #FAFAFA;
}

.orange {
	color: #FF8000;
	padding: 20px 10px;
}

.red {
	font-size: 14px;
	color: #F00;
	padding: 20px 10px;
}

a.rosso:link, a.rosso:visited {
	color: #F00;
	font-weight: bold;
	text-decoration: none;
}

a.rosso:hover {
	color: #880000;
}

a.arancione:link, a.arancione:visited {
	color: #FF8000;
	font-weight: bold;
	text-decoration: none;
}

a.arancione:hover {
	color: #FFF;
}

a.nero:link, a.nero:visited {
	background: #666;
	border: 1px solid #666;
	padding: 1px 2px;
	color: #000;
	text-decoration: none;
}

a.nero:hover {
	border: 1px solid #000;
}

h1 {
    text-align:center;
    font-size:20px;
    font-weight:bold;
    color:#666;
    padding: 10px;
}

h2 {
    text-align:center;
    text-decoration: underline;
    font-size:20px;
    font-weight:bold;
    color:#FFF;
    padding-top: 20px;
    padding-bottom: 20px;
}

.horizontalBar {
	width: 780px;
	height: 5px;
	background: url('../images/hbar.png') repeat-x 0px 0px;
	margin: 0 auto;
}

ul.services {
	list-style: inside url(../images/visto.png);
	text-align: left;
	padding:0px 10px;
}

ul.services li {
	line-height: 30px;
}

#menu_bg {
	background: url(../images/navBar.png) no-repeat 0px 0px;
	margin: 0 auto;
	width: 600px;
	height: 25px;
}

#subMenu {
	margin: 0 auto;
	margin-bottom: 20px;
	width: 600px;
	height: 20px;
}

#menu {
	width: 400px;
	margin: 0 auto;
	text-align: center;
}

ul#menu {
	overflow: hidden;
	list-style: none;
}

ul#menu li {
	display: inline;
	height: 25px;
}

ul#menu li a {
	text-indent: -9999px;
	display: block;
	float: left;
	height: 25px; /* Height of buttons */
	margin-left: 0px;
}

ul#menu li a.home {
	width: 100px;
	height:25px;
	background: url(../images/home.png) no-repeat top;
}

ul#menu li a.servizi {
	width: 100px;
	height:25px;
	background: url(../images/servizi.png) no-repeat top;
}

ul#menu li a.portfolio {
	width: 100px;
	height:25px;
	background: url(../images/portfolio.png) no-repeat top;
}

ul#menu li a.contatto {
	width: 100px;
	height:25px;
	background: url(../images/contatto.png) no-repeat top;
}

ul#menu li a.home:hover, ul#menu li a.servizi:hover, ul#menu li a.portfolio:hover, ul#menu li a.contatto:hover {
	background-position: center;
}

ul#menu li a.homeSel {
	width: 100px;
	height:25px;
	background: url(../images/home.png) no-repeat bottom;
}

ul#menu li a.serviziSel {
	width: 100px;
	height:25px;
	background: url(../images/servizi.png) no-repeat bottom;
}

ul#menu li a.portfolioSel {
	width: 100px;
	height:25px;
	background: url(../images/portfolio.png) no-repeat bottom;
}

ul#menu li a.contattoSel {
	width: 100px;
	height:25px;
	background: url(../images/contatto.png) no-repeat bottom;
}

/*

ul.primario {
        text-align:left;
        list-style:inside;
        padding:5px 50px;
}

ul.primario li {
        line-height:20px;
        padding:5px 50px;
}

ul.secondario {
        text-align:left;
        list-style:inside square;
        padding:5px 50px;
        margin-top:20px;
}

ul.secondario li {
        line-height:20px;
        padding:5px 50px;
}

a.linkR:link, a.linkR:visited {
        font-size:16px;
        color:#990000;
        text-decoration:none;
        border:2px solid #999;
        padding:2px 10px;
}

a.linkR:hover {
        color:#999;
        border:2px solid #990000;
}

a.linkG:link, a.linkG:visited {
        font-size:16px;
        color:#999;
        text-decoration:none;
        border:2px solid #990000;
        padding:2px 10px;
}

a.linkG:hover {
        background-color:#cccccc;
        color:#990000;
        border:2px solid #999;
}

.googleMap {
        width:640px;
		border:4px solid #cccccc;
        margin:0 auto;
        text-align:center;
        padding:5px;
}

a.closeMap:link, a.closeMap:visited {
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:12px;
        text-decoration:none;
        border-bottom:1px dotted #ff8000;
        color:#ff8000;
}

a.closeMap:hover {
        color:#803c00;
        border-bottom:1px dotted #803c00;
}

a.bigmap:link, a.bigmap:visited {
        text-align:left;
        font-size:9px;
        text-decoration:none;
        border:none;
        color:#999999;
}

a.bigmap:hover {
        color:#000000;
}

#planMap {
        display:block;
        width:640px;
        margin:0 auto;
        text-align:center;
}

a.planMap:link, a.planMap:visited {
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:12px;
        text-decoration:none;
        border-bottom:1px dotted #ff8000;
        color:#ff8000;
}

a.planMap:hover {
        color:#803c00;
        border-bottom:1px dotted #803c00;
}

.overlibDiv {
	color:#333;
	background: #FFF;
	border: 3px solid #990000;
	padding: 3px;
}
*/
