html, body
{
    height: 100%;
    margin: 0;
    padding: 0;
    background-image: url(pieces/bg2.jpg);
    font-family: Verdana, Geneva, sans-serif; /*background-repeat:no-repeat; 	background-position:top;*/
}

#page-all
{
    min-height: 100%;
    margin-bottom: 0px;
    background-image: url(pieces/bg.jpg);
    background-repeat: no-repeat;
    background-position: top;
}

.all
{
    width: 1000px;
    margin: 0 auto;
}

.banner
{
    width: 1000px;
    height: 131px;
    border: 0px solid;
}



.banner .banner_left
{
    width: 555px;
    height: 131px;
    background-image: url(pieces/banner_left.jpg);
    background-repeat: no-repeat;
    float: left;
}

.banner_left .banner_link
{
    width: 599px;
    border: 0px solid;
}

.banner_left .banner_link a
{
    width: 500px;
    height: 60px;
    border: 0px solid red;
    margin-top: 30px;
    display: block;
    margin-left: 50px;
}

.banner .banner_right
{
    width: 444px;
    height: 131px;
    background-image: url(pieces/banner_right.jpg);
    background-repeat: no-repeat;
    float: left;
}


.content_all
{
    width: 1000px;
    background-image: url(pieces/bg3.jpg);
    background-repeat: no-repeat;
    background-position: top;
}


.content
{
    width: 1000px;
    min-height: 732px;
    background-image: url(pieces/bg4.png);
    background-repeat: no-repeat;
    background-position: bottom;
}


.content .content_left
{
    width: 124px;
    height: 300px;
    border: 0px solid red;
    float: left;
}

.content_left h2
{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 1em;
    color: White;
    font-weight: bold;
    padding-left: 12px;
}

.content_left a
{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 0.8em;
    color: White;
    font-weight: normal;
    padding-left: 12px;
}

.content .content_left ul
{
    margin: 0;
    padding: 0;
}

.content .content_left li
{
    font-family: Verdana, Geneva, sans-serif;
    list-style: none;
    border: 0px solid red;
    margin-bottom: 5px;
    opacity: .8; /* For IE 5-7 */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.content .content_left li a
{
    width: 109px;
    height: 20px;
    color: #FFF;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    padding-left: 10px;
    display: block;
    padding-top: 7px;
    padding-bottom: 1px;
    background-color: #340930;
    background-image: url(pieces/glan2.png);
    background-repeat: no-repeat;
}

.content .content_left li a:hover
{
    background-color: #850606;
    background-image: url(pieces/glan.png);
    background-repeat: no-repeat;
    background-position: left;
}



.content .content_center
{
    width: 546px;
    border: 0px solid red;
    float: left;
    padding-left: 5px;
    padding-right: 25px;
}

.content_center h1
{
    color: #FFF;
    font-size: 36px;
    min-height: 50px;
    border: 0px solid;
    margin-top: 10px;
    font-family: "Times New Roman" , Times, serif;
}

.content_center h1 span
{
    font-size: 20px;
}

.content_center .welcome
{
    width: 566px;
    color: #FFF;
    font-size: 11px;
    font-weight: bold;
    background-color: #000;
    padding: 7px;
    opacity: .5; /* For IE 5-7 */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.content_center .welcome span
{
    color: #ff56f9;
}

.content_center .welcome a
{
    color: #FFF;
    text-decoration: none;
}

.content_center .welcome a:hover
{
    color: #900;
}


.girl .girl_right a
{
    color: #FFF;
    text-decoration: none; /*border-bottom:1px dotted #FFF;*/
}

.girl .girl_right a:hover
{
    color: #FFF;
}

.content_center h2
{
    color: #FFF;
    font-size: 16px;
    font-weight: normal;
}

.content_center .girl h2
{
    margin: 0px;
    font-size: 16px;
    padding-top: 5px;
    border: 0px solid red;
}

.styling
{
    width: 540px;
    float: left;
    font-size: 10px;
    color: #FFF;
    border: 0px solid red;
}


.stylingBox{
    padding-top: 10px;
}

.stylingPicture
{
    float: left;
    padding-right: 40px;
}

.stylingPicture img
{
    border: solid 1px #90BED6;
}

.stylingPicture div 
{
    font-weight: bold;
    text-align:center;
}

.title
{
    font-size: 19px;
    height: 0px;
}


.clent_title img
{
    border: 1px solid #FFF;
}
.content_center .gallery_menu
{
    border-bottom: 1px solid #FFF;
    height: 37px;
    width: 580px;
    color: #FFF;
    font-size: 14px;
    font-weight: normal;
    background-color: #000000;
    text-align: center;
}

.content_center .gallery_menu ul
{
    margin: 0px;
    padding: 0px;
    border: 0px solid;
}

.content_center .gallery_menu li
{
    list-style: none;
    float: left;
    width: 145px;
    height: 17px;
}

.content_center .gallery_menu li a
{
    width: 145px;
    height: 27px;
    color: #FFF;
    font-size: 14px;
    text-decoration: none;
    display: block;
    padding-top: 10px;
    font-weight: bold;
}

.content_center .gallery_menu li a:hover
{
    background-color: #4a0202;
    color: #fec204;
}


.content_center .gallery_content
{
    min-height: 608px;
    background-color: #000;
    background-image: url(pieces/gallery_bg.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    text-align: center;
}

.content_center .gallery_content img
{
    border: 1px solid #FFF;
    margin-top: 30px;
    margin-bottom: 10px;
}

.content_center .gallery_content p
{
    color: #FFF;
    font-size: 12px;
}

.content_center .gallery_bottom
{
    background-color: #390101;
    background-image: url(pieces/gallery_bottom.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    padding-top: 10px;
    padding-bottom: 10px;
}


.content_center .testi_content
{
    min-height: 100px;
    background-color: #2a0228;
    margin-top: 20px;
    background-image: url(pieces/testi_bg.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    border: 1px solid #70176b;
    font-size: 11px;
    color: #FFF;
    padding: 15px;
}

.content_center .testi_content img
{
    float: left;
    margin-right: 15px;
    border: 1px solid #FFF;
}







.girl
{
    border: 0px solid red;
    width: 560px;
    min-height: 100px;
    padding-top: 10px;
}

.girl_left
{
    float: left;
}

.girl_right
{
    width: 300px;
    float: left;
    padding-left: 15px;
    font-size: 10px;
    color: #FFF;
    border: 0px solid red;
}


.girl_right p
{
    padding-top: 10px;
}

.girl_right a
{
    color: #ffff00;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
}

.girl_right a:hover
{
    color: #C00;
}







.content .content_right
{
    width: 260px;
    border: 0px solid red;
    float: left;
    margin-left: 15px;
}

.content_right .promo
{
    width: 240px;
    min-height: 150px;
    border: 0px solid red;
    background-image: url(pieces/promo.png);
    background-repeat: no-repeat;
    background-position: top;
    padding-left: 15px;
    padding-right: 15px;
}

.content_right .promo .promo_title
{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    color: #ffff00;
    font-weight: bold;
    margin-left: 1px;
    padding-top: 10px;
}

.content_right .promo .promo_content
{
    width: 240px;
    margin-top: 15px;
}

.content_right .promo .promo_content img
{
    float: left;
    margin-right: 10px;
}

.content_right .promo .promo_content span
{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #FFF;
}

.content_right .promo .promo_content a
{
    color: #FFF;
    padding-bottom: 3px;
    border-bottom: 1px dotted #FFF;
    font-weight: bold;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    text-decoration: none;
}

.content_right .promo .promo_content a:hover
{
    color: #CC0;
}


.content_right .client
{
    color: #FFF;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    margin-top: 20px;
    font-weight: bold;
}

.content_right .client img
{
    margin-top: 15px;
}


.content_right .client2
{
    color: #FFF;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    margin-top: 100px;
    font-weight: bold;
}

.content_right .client2 img
{
    margin-top: 15px;
}


.content_right .clent_title
{
    width: 268px;
    border: 0px solid;
    padding: 10px;
    font-size: 11px;
    color: #FFF;
}

.content_right .clent_title img
{
    float: left;
    margin-right: 10px;
}


.content_right .read
{
    margin-top: 15px;
    margin-left: 10px;
}

.content_right .myriam_content
{
    margin-top: 15px;
    color: #FFF;
    font-size: 10px;
    font-weight: bold;
}

.content_right .myriam_content ul
{
    margin: 0;
    padding: 0;
}

.content_right .myriam_content li
{
    list-style: square;
    color: #CC0;
    margin-top: 15px;
    margin-left: 30px;
}

.content_right .myriam_content li a
{
    color: #FFF;
    text-decoration: none;
    border-bottom: 1px dotted #FFF;
    padding-bottom: 5px;
}

.content_right .myriam_content li a:hover
{
    color: #C00;
}



.content .content_right .gallery_all
{
    background-color: #000;
    border: 1px solid #FFF;
    min-height: 300px;
    margin-bottom: 50px;
}

.content .content_right .gallery_all .all_img_gallery
{
    padding: 10px;
}

.content .content_right .gallery_all .all_img_gallery p
{
    color: #FFF;
    height: 10px;
    margin-top: 0px;
    font-weight: bold;
}

.content .content_right .gallery_all .all_img_gallery img
{
    margin-left: 8px;
    margin-top: 8px;
    border: 1px solid #FFF;
}



/* Client List */


#client_list ol
{
    margin: 0;
    padding: 0;
}

#client_list li
{
    margin: 0;
    padding: 0;
    line-height: 1.3em;
}

.footer
{
    margin: 0 auto;
    border: 0px solid red;
    height: 183px;
    color: #ffffff;
    background-image: url(pieces/footer_bg.jpg);
    background-repeat: repeat-x;
    opacity: .7; /* For IE 5-7 */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.footer_map
{
    width: 170px;
    min-height: 100px;
    float: left;
    border: 0px solid;
    padding-top: 10px;
    padding-left: 10px;
}

.footer_map span
{
    font-weight: bold;
    color: #898989;
    font-size: 11px;
    padding-left: 10px;
}

.footer_map ul
{
    margin: 0;
    padding: 0;
}

.footer_map li
{
    list-style: none;
    font-size: 11px;
    padding-top: 5px;
}

.footer_map li a
{
    color: #FFF;
    text-decoration: none;
    margin-left: 10px;
}

.footer_map li a:hover
{
    color: #900;
}

.footer_adress
{
    width: 200px;
    font-size: 12px;
    font-weight: bold;
    float: left;
    padding-top: 20px;
}

.copy
{
    font-size: 10px;
    text-align: right;
    margin-right: 20px;
}



/* Tables */
#hor-minimalist-b
{
    font-family: "Lucida Sans Unicode" , "Lucida Grande" , Sans-Serif;
    font-size: 12px;
    width: 550px;
    border-collapse: collapse;
    text-align: left;
    margin: 0px;
}
#hor-minimalist-b th
{
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    border-bottom: 2px solid #fff;
    padding: 10px 8px;
}
#hor-minimalist-b td
{
    border-bottom: 1px solid #ccc;
    color: #fff;
    padding: 6px 8px;
}
#hor-minimalist-b tbody tr:hover td
{
    color: #fff;
    font-weight: bolder;
}







* html #page-all
{
    height: 100%;
}


#page-empty
{
    height: 0px;
    clear: both;
}


#page-footer
{
    width: 1024px;
    border: 0px solid red;
    margin: 0 auto;
}

.clear
{
    clear: both;
}

/* Errors */
.validation-summary-errors
{
    color: Red;
    font-weight: bold;
}

.field-validation-error
{
    color: Red;
    margin: 0px 0px 10px 0px;
}

/* Contact form */
#contact-area
{
    width: 570px;
    margin-top: 25px;
}

#contact-area input, #contact-area textarea
{
    padding: 2px;
    width: 471px;
    font-family: Helvetica, sans-serif;
    font-size: 1.3em;
    margin: 0px 0px 8px 0px;
    border: 2px solid #ccc;
}

#contact-area textarea
{
    height: 170px;
}

#contact-area textarea:focus, #contact-area input:focus
{
    border: 2px solid #900;
}

#contact-area input.submit-button
{
    width: 100px;
    float: right;
}

label
{
    float: left;
    text-align: right;
    margin-right: 15px;
    width: 100px;
    padding-top: 5px;
    font-size: 1.2em;
}


#slideshow
{
    list-style: none;
    color: #fff;
}
#slideshow span
{
    display: none;
    background-color: #0F0;
}
#wrapper
{
    width: 580px;
    margin: 2px auto;
    display: none;
    border: 0px solid red;
}
#wrapper *
{
    margin: 0;
    padding: 0;
}
#fullsize
{
    position: relative;
    width: 574px;
    height: 504px;
    padding: 2px;
    border: 1px solid #ccc;
    background: #000;
}
#information
{
    position: absolute;
    bottom: 0;
    width: 574px;
    height: 0;
    background: #000;
    color: #fff;
    overflow: hidden;
    z-index: 200;
    opacity: .7;
    filter: alpha(opacity=70);
}
#information h3
{
    padding: 4px 8px 3px;
    font-size: 14px;
}
#information p
{
    padding: 0 8px 8px;
}
#image
{
    width: 580px;
    height: 504px;
}
#image img
{
    position: absolute;
    z-index: 25;
    width: auto;
    background-color: #000;
}
.imgnav
{
    position: absolute;
    width: 25%;
    height: 504px;
    cursor: pointer;
    z-index: 150;
    border: 0px solid red;
}
#imgprev
{
    left: 0;
    background: url(images/left.gif) left center no-repeat;
}
#imgnext
{
    right: 0;
    background: url(images/right.gif) right center no-repeat;
}
#imglink
{
    position: absolute;
    height: 306px;
    width: 100%;
    z-index: 100;
    opacity: .4;
    filter: alpha(opacity=40);
}
.linkhover
{
    background: url(images/link.gif) center center no-repeat;
}
#thumbnails
{
    margin-top: 15px;
}
#slideleft
{
    float: left;
    width: 20px;
    height: 81px;
    background: url(images/scroll-left.gif) center center no-repeat;
    background-color: #222;
}
#slideleft:hover
{
    background-color: #333;
}
#slideright
{
    float: right;
    width: 20px;
    height: 81px;
    background: #222 url(images/scroll-right.gif) center center no-repeat;
}
#slideright:hover
{
    background-color: #333;
}
#slidearea
{
    float: left;
    position: relative;
    width: 535px;
    margin-left: 5px;
    height: 81px;
    overflow: hidden;
}
#slider
{
    position: absolute;
    left: 0;
    height: 81px;
}
#slider img
{
    cursor: pointer;
    border: 1px solid #666;
    padding: 2px;
}

.slideshow { height: 318px; width: 222px; margin: auto }
.slideshow img { padding: 8px; border: 1px solid #ccc; background-color: #eee; }

.phone 
{
    height: 60px;
    background: url(pieces/phone2.png) no-repeat left;
    padding-left: 38px;
    padding-top: 10px;
}

.callToAction a:visited
{
    color: #fff;
    text-decoration: dashed;
}

.callToAction a:link
{
    color: #fff;
    text-decoration: dashed;
}

/*  Location */
.locations
{
    float: left; 
    width: 270px; 
}

.map{
    float: right;
}

.findByCar
{
    background: url(pieces/car.png) no-repeat left;    
    height: 48px;
    width: 170px;
    padding-left: 60px;
    font-weight: bold;
    line-height: 35px;
}

.findByTrain
{
    background: url(pieces/train.png) no-repeat left;    
    height: 48px;
    width: 170;
    padding-left: 60px;
    font-weight: bold;
    line-height: 35px;
}

