
/*  ----------------------------------------------------------------------------------------------------------------------------------------------  */
/*  --------------------------------------------------------------------------------------------------------------------------------------- GLOBAL  */
/*  ----------------------------------------------------------------------------------------------------------------------------------------------  */

html{
    background: #9fafb8 url('../images/bg-html.jpg') repeat-x top;
}
body{
    background: transparent url('../images/bg-body.jpg') no-repeat top center;
    font: normal 11pt Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #4f4f4f;   
}

a{
    color: #26335d;
    text-decoration: none;
    outline: 0;
    }
a:hover{
    color: #000;
    }
a img {
    border: none;
}

.clear {clear: both;}

h1{
    padding: 0 0 10px;
    font: normal 23pt Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #4f4f4f;
}

h2{
    margin: 20px 0 0;
    padding: 10px;
    font: normal 12pt Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #4f4f4f;
    background-color: rgba(0, 0, 0, 0.1);
    background-image: url('../images/bg-h2.png')\9; /* ----------------------------------------------------------- IE8 Hack -------- */ 
}

p{
    padding: 10px 0 5px;
    line-height: 19px;
    text-align: justify;
}


/*  ----------------------------------------------------------------------------------------------------------------------------------------------  */
/*  ------------------------------------------------------------------------------------------------------------------------------------ STRUCTURE  */
/*  ----------------------------------------------------------------------------------------------------------------------------------------------  */


#container{
	margin: auto;
    padding: 30px 0 0;
	width: 990px;
}

header{
    margin: 0 0 45px;
    width: 990px;
    height: 163px;
    text-align: right;
}

#content{
    float: left;
    margin: 45px 0 0\9; /* --------------------------------------------------------------------------------------- IE8 Hack -------- */ 
    padding: 75px 80px 70px;
    width: 800px;
    min-height: 450px;
    background: rgba(255, 255, 255, 0.5);
    background-image: url('../images/bg-content.png')\9; /* ------------------------------------------------------ IE8 Hack -------- */
    border: 1px solid rgba(255, 255, 255, 0.5);
    border: 1px solid #e6edf1\9; /* ------------------------------------------------------------------------------ IE8 Hack -------- */
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    -webkit-box-shadow: inset 0 0 15px 0 rgba(82, 95, 103, 0.1);
    box-shadow: inset 0 0 15px 0 rgba(82, 95, 103, 0.1);
    }
#content ul{
    margin: 5px 0 5px;
    }
#content ul li{
    padding: 0 0 5px 20px;
	background: url('../images/bullet.gif') no-repeat top left;
}

nav{
    float: right;
    margin: 45px 0 0\9; /* --------------------------------------------------------------------------------------- IE8 Hack -------- */
    width: 190px;
    height: 450px;
    background: transparent url('../images/bg-nav.png') no-repeat top right; 
    }
nav li{
    margin: 0 0 1px;
    width: 190px;
    height: 70px;
    }
nav li a{
    display: block;
    padding: 0 0 0 30px;
    width: 159px;
    height: 70px;
    color: #77868e;
    line-height: 70px;
    text-align: left;
    -webkit-box-shadow: inset 0 0 15px 0 rgba(82, 95, 103, 0.1);
    box-shadow: inset 0 0 15px 0 rgba(82, 95, 103, 0.1);
    font-size: 11pt;
    }
nav li a:hover{
    color: #77868e;
    }
nav li a.nav1{
    background: rgba(255, 255, 255, 0.4);
    background: url('../images/bg-nav1.png') no-repeat top left\9; /* -------------------------------------------- IE8 Hack -------- */
    border: 1px solid rgba(255, 255, 255, 0.4);
    border: 1px solid #e6edf1\9; /* ------------------------------------------------------------------------------ IE8 Hack -------- */
    border-left: 0;    
    }
nav li a.nav1:hover{
    background: rgba(255, 255, 255, 0.5);
    background-position: top right\9; /* ------------------------------------------------------------------------- IE8 Hack -------- */
    }
nav li a.nav2{
    background: rgba(255, 255, 255, 0.3);
    background: url('../images/bg-nav2.png') no-repeat top left\9; /* -------------------------------------------- IE8 Hack -------- */
    border: 1px solid rgba(255, 255, 255, 0.3);    
    border: 1px solid #e6edf1\9; /* ------------------------------------------------------------------------------ IE8 Hack -------- */
    border-left: 0;
    }
nav li a.nav2:hover{
    background: rgba(255, 255, 255, 0.4);
    background-position: top right\9; /* ------------------------------------------------------------------------- IE8 Hack -------- */
    }
nav li a.nav3{
    background: rgba(255, 255, 255, 0.2);
    background: url('../images/bg-nav3.png') no-repeat top left\9; /* -------------------------------------------- IE8 Hack -------- */
    border: 1px solid rgba(255, 255, 255, 0.2);    
    border: 1px solid #d9dfe3\9; /* ------------------------------------------------------------------------------ IE8 Hack -------- */
    border-left: 0;
    }
nav li a.nav3:hover{
    background: rgba(255, 255, 255, 0.3);
    background-position: top right\9; /* ------------------------------------------------------------------------- IE8 Hack -------- */
    }
nav li a.nav4{
    background: rgba(255, 255, 255, 0.1);
    background: url('../images/bg-nav4.png') no-repeat top left\9; /* -------------------------------------------- IE8 Hack -------- */
    border: 1px solid rgba(255, 255, 255, 0.1);    
    border: 1px solid #d9dfe3\9; /* ------------------------------------------------------------------------------ IE8 Hack -------- */
    border-left: 0;
    }
nav li a.nav4:hover{
    background: rgba(255, 255, 255, 0.2);
    background-position: top right\9; /* ------------------------------------------------------------------------- IE8 Hack -------- */
}
    
footer{
	clear: both;
	margin: 10px 0 0;
    width: 990px;
    height: 50px; line-height: 10px;
	text-align: left;
}

ul#signature li{
	display: inline-block;
	padding: 0 0 0 7px;
	font-size: 7pt;
	text-transform: uppercase;
    letter-spacing: 1px;
	color: #ced7d0;
	}
ul#signature li:first-child{
	padding: 0;
	background: none;
	}
ul#signature li:before{
    padding-right: 10px;
	content: "|"
	}
ul#signature li:first-child:before{
    padding-right: 0;
	content: ""
	}
ul#signature li a{
	color: #ced7d0;
	}
ul#signature li a:hover{
	color: #fff;
}


/*  ----------------------------------------------------------------------------------------------------------------------------------------------  */
/*  -------------------------------------------------------------------------------------------------------------------------------------- CONTENT  */
/*  ----------------------------------------------------------------------------------------------------------------------------------------------  */

#logobox{
    float: right;
    margin: 0 0 0 50px;
    width: 150px;
    }
#logobox img{
    display: block;
    margin: 0 0 20px;
    padding: 4px;
    width: 140px;
    height: 140px;
    background-color: rgba(255, 255, 255, 0.5);
    background-image: url('../images/bg-content.png')\9; /* --------------------------------------------------------------------- IE8 Hack -------- */
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
}

#enquiry{
    float: right;
    margin: 0 0 0 50px;
    width: 300px;
    }
#enquiry fieldset{
    position: relative;
    margin: 20px 0 0;
    padding: 10px 0 15px;
    border-top: 1px dotted #4f4f4f;
    }
#enquiry legend{
    position: absolute;
    top: -20px;
    left: 0;
    font-size: 7pt;
    text-transform: uppercase;
    letter-spacing: 3px;
    }
#enquiry .textfield, #enquiry .textareafield{
    width: 300px;
    margin: 0 0 5px;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    }
#enquiry label{
    display: inline-block;
    margin-right: 5px;
    width: 220px;
    border-bottom: 1px dotted #fff;
    line-height: 35px;
    text-align: right;
    }
#enquiry .spamfield{
    display: inline-block;
    width: 70px;
    margin: 0 0 5px;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right;
}
#enquiry .button{
	float: right;
    padding: 15px;
	border: 0;
	background: #606f8c;
	color: #fff;
	font-size: 10pt; 
	cursor: pointer;
	}
#enquiry  .button:hover{
	background: #26335d;
}

#contacterror{
    float: right;
    margin: 0 0 50px 50px;
    padding: 30px;
    width: 240px;
    background-color: red;
    color: #fff;    
}

#contactsuccess{
    float: right;
    margin: 0 0 50px 50px;
    padding: 30px;
    width: 240px;
    background-color: green;
    color: #fff;    
}


#contacterror h2, #contactsuccess h2{
    margin: 10px 0 20px;
    padding: 10px;
    font: normal 12pt Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.1); 
}

span.red{
    color: red;
}

span.green{
    color: green;
}

span.err{
    font-weight: bold;
}