/* CSS Document */

html,body
{
height:100%;
width:100%;
margin:0;
padding:0;
}
body
{
font-family:Arial, Helvetica, sans-serif;
background:#268FCD;
color:#363232;
}
/*-------------------wrapper-----------------------*/
#wrapper
{
width:808px;
height:auto;
margin:0 auto;
padding:0;
background:#FFFFFF;
}

/*-------------------main-----------------------*/
#main
{
width:802px;
height:auto;
margin:0 auto;
}

/*-------------------banner-----------------------*/
#banner
{
width:802px;
height:152px;
background:#268FCD url(../images/banner.png) no-repeat center top;
}

/*-------------------content-----------------------*/
#content
{
width:802px;
height:auto;
background:#FFFFFF url(../images/bgstrip.png) repeat-y 0 0;
overflow:hidden;
}
.heading, .selected
{
font-weight:bold;
color: #363232;
}

.message
{
font-family:Trebuchet MS;
font-size:13px;
line-height:20px;
}
.menu
{
padding-top:20px;
}

a
{
color: #363232;
}

a:hover
{
text-decoration: None;
}

/*-------------------leftcolumn-----------------------*/
#leftcolumn
{
float:left;
width:190px;
height:100%;

}

#leftcolumn ul
{
list-style:none;
margin:10px 0 0 5px;
padding:10px 0 0 10px;

}

#leftcolumn li a
{
text-decoration:none;
color:#000000;
font-size:14px;
color:#363232;
}


#leftcolumn li a:hover
{
text-decoration:none;
color:gray;
font-size:14px;
}

/*-------------------rightcolumn-----------------------*/
#rightcolumn
{
float:right;
width:570px;
height:100%;
background:#FFFFFF;
padding:20px;
}

/*-------------------footer-----------------------*/
#footer
{
width:802px;
height:213px;
}
#logo
{
width:235px;
height:52px;
float:right;
margin-top:98px;
background:url(../images/bv.png) bottom right no-repeat;
}
#footerleft
{
margin-bottom:autopx;
float:left;
width:186px;
height:213px;
background:#FFFEBD;

}

#footerright
{
float:right;
width:610px;
height:190px;
background:#FFFFFF;
}

#address ul, .address
{
padding:0 0 0 15px;
margin:0;
list-style:none;
color:#363232;
font-size:13px;
}
#address li
{
padding:10px 0 0 30px;
list-style-position:outside;
}

.tel
{
background:url(../images/tel.png) bottom left no-repeat;
}

.tel1
{
background:url(../images/tel1.png) bottom left no-repeat;
}

.fax
{
background:url(../images/fax.png)  bottom left no-repeat;
}

.email
{
background:url(../images/email.gif)  bottom left no-repeat;
}

#footerltext
{
width:250px;
height:120px;
background:#A5D0E6;
margin:41px 0 0 20px;
padding:15px 0 0 15px;
float:left;
}

#footerrtext
{
width:250px;
height:135px;
margin:41px 0 0 60px;
float:left;
}
#footerrtext img
{
border:2px solid #A5D0E6;
}

.copyright
{
position: absolute;
color: white;
font-size: 8pt;
margin-left: 21.5%;
}

.copyright a
{
color: white;
}


.copyright a:hover
{
color: white;
text-decoration: underline;
}

.realisation
{
position: absolute;
color: white;
font-size: 8pt;
margin-left: 67%;
}

.realisation a
{
color: white;
}


.realisation a:hover
{
color: white;
text-decoration: underline;
}
