* {
	margin: 0;
	padding: 0;
}

body {
     background: #216cec url("images/back.png") repeat-x;
    text-align: center;
    font: normal 11px/18px verdana, arial, tahoma, sans-serif;
    color: #333;
    padding-top: 40px;
   /* background-color: #1d55ec; */
   background-color: #216CEC;
}

a {
    color: #666;
    text-decoration: none;
}

a:visited {
    text-decoration: underline;
}

a:hover {
    color: #ccc;
}

#header {
    width: 580px;
    height: 250px;
    background: #000 url("images/header.jpg") no-repeat;
    background-position: top right;
    color: #000000;
    background-color: #ffffff;
}



#wrapper {
    width: 580px;
    /*    background: #b1d6ff url("images/sidebar.gif") repeat-y; */
    background-color: white;
    background-position: 0 0;
    border: solid 10px #fff;
    margin: 0 auto;
    text-align: left;
}

#content {
    float: left;
    margin: 10px 0 0 10px;
    width: 400px;
}

h1 {
    width: 140px;
    height: 30px;
    background-color: #0b5adb;
    margin: 1px 1px 1px 0;
    float: left;
    font: bold 16px/30px arial, verdana, tahoma, sans-serif;
    padding-left: 10px;
    color: #fff;
    cursor: default;
}

h1:first-letter {
    color: #f00;
    text-decoration: underline;
}

h2 {
    height: 30px;
    background-color: #0b5adb;
   /* float: left; */
    font: bold 16px/30px arial, verdana, tahoma, sans-serif;
    padding-left: 10px;
    color: white;
    margin-top: 1px;
    cursor: default;
}

.h2WithoutBar {
    width:570px;
}

.h2WithBarFirst  {
    position:relative;
    top:-10px;
    left: -10px;
    width: 420px;
}

.h2WithBar {
    width:410px;
}


#nav {
    list-style: none;
    z-index: 2;
    border-right: 1px solid #fff;
    height: 210px;
    width: 150px;
}

#nav li a {
    color: #fff;
    font: normal 11px/24px verdana, arial, tahoma, sans-serif;
    display: block;
    width: 140px;
    height: 24px;
    background-color: #0b5adb;
    border-bottom: 1px solid #fff;
    padding-left: 10px;
    text-decoration: none;
}

#nav li a:hover {
    background-color: #b1d6ff;
    color: #0b5adb;

}

#current a {
    background-image: url("images/bullet.gif");
    background-repeat: no-repeat;
    background-position: 100% 50%;
}


img {
    border: none;
}
/*
a img {
    margin-bottom: 20px;
    border: 1px solid #fff;
}
*/

p {
    margin-bottom: 10px;
}

p:first-line {
    font-weight: bold;
}

#footer {
    text-align: center;
    width: inherit;
    clear: both;
    margin-top: 30px;
}



#lateralBrand{
    position:fixed;
    top:40px;
    left:50%;
    width:50px;
    height:433px;
    margin-left:-340px;
    background:url(images/Fiorelli_V.png) no-repeat top left;
}

* html #lateralBrand{
    position:absolute;
}

#title {
    position: absolute;
    top: 210px;
    left:inherit;
    width:580px;
    height:50px;
    background:url(images/Fiorelli_H.png) no-repeat top center;
    font-size: 30px;
    font-family: 'Stone Sans ITC TT','Arial Black';
    color: #0b5adb;
}

#title2 {
    width: 100%;
    text-align: center;
    font: bold 16px/30px arial, verdana, tahoma, sans-serif;
    color: #0b5adb;
}

* html #title{
    position:absolute;
}


#climbingMan {
    position: relative;
    top: -25px;
    left: 450px;
    width:110px;
    height:86px;
    background:url(images/omino.png) no-repeat top left ;
    color: #0b5adb;
}


* html climbingMan{
    position:absolute;
}

/*
#sidebar {
    width: 132px;
    background-color: #b1d6ff;
    float: left;
    position: relative;
    left: -4px;
    margin-left: -147px;
    border-top: 1px solid #fff;
    font: normal 10px/18px verdana, arial, tahoma, sans-serif;
    padding: 8px;
}
*/

#sidebar {
    position: absolute;
    top: 335px;
    width: 133px;
    margin-left: 0px;
    border-top: 1px solid #fff;
    padding: 8px;
    background-color: #b1d6ff;
    font: normal 10px/18px verdana, arial, tahoma, sans-serif;
}


* html #sidebar{
    position:absolute;
}

.brandIcon{
    border-top-width:5px;
    border-bottom-width:5px;
    border-right-width:3px;
    border-left-width:0px;

    border-top-style:solid;
    border-bottom-style:solid;
    border-right-style:solid;
    border-left-style:solid;

    border-color:#fff;
    height:100px;
    width:100px;
}

.brandIconOver{
    border-top-width:5px;
    border-bottom-width:5px;
    border-right-width:5px;
    border-left-width:0px;

    border-top-style:solid;
    border-bottom-style:solid;
    border-right-style:solid;
    border-left-style:solid;

    border-top-color:#fff;
    border-bottom-color:#fff;
    border-right-color:#fff;
    border-left-color:#fff;

    border-color: #fff;
    height:100px;
    width:100px;
}


.brandTitle{
    height: 30px;
    color: #0b5adb;
    font: bold 16px/30px arial, verdana, tahoma, sans-serif;
    padding-left: 0px;
    background-color: white;
}

.stripeHorizontal{
    width: 100%;
    text-align: center;
    /*
    border-top-width: 120px;
    border-top-style:solid;
    border-bottom-style: solid;
    border-bottom-width: 120px;
    */
    margin-top: 30px;
    margin-bottom: 20px;
}

#contactsFormTitle {
    height: 30px;
    background-color: #0b5adb;
    margin: 1px 1px 1px 0;
    font: bold 16px/30px arial, verdana, tahoma, sans-serif;
    padding-left: 10px;
    color: #fff;
}

