
/* Getting the new tags to behave */ #f8554f article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
    display: block;
}

mark, rp, rt, ruby, summary, time {
    display: inline;
}

/* Left & Right alignment */

.left {
    float: left;
}

.right {
    float: right;
}

.wrapper {
    width: 100%;
    overflow: hidden;
}

.relative {
    position: relative;
}

/* Global properties ======================================================== */

body {
    background: #252525;
    border: 0;
    font: 11px  Century Gothic,Arial, Helvetica, sans-serif;
    color: #afafaf;
    line-height: 18px;
    min-width: 1060px;
    overflow: hidden;
}

.page_spinner {
    position: absolute;
    background: url(../images/bg_top.gif) 50% 50% repeat #252525;
    z-index: 99;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

    .page_spinner > div {
        position: absolute;
        width: 100%;
        height: 100%;
        background: url(../images/loader.gif) 45% 50% no-repeat;
        top: 0;
        left: 0;
    }

    #AnchEntrarPT{
        visibility:hidden;
        position: absolute;
        width: 200px;
        height: 50px;
        top: 59%;
        left: 44%;
        font-size: 20px
    }

        #AnchEntrarEN{
        visibility:hidden;
        position: absolute;
        width: 200px;
        height: 50px;
        top: 59%;
        left: 52%;
        font-size: 20px
    }

        #AnchEntrar{
        visibility:hidden;
        position: absolute;
        width: 200px;
        height: 50px;
        top: 62%;
        left: 46%;
        font-size: 20px
    }


          #BarraMore{
        visibility:hidden;
        position: absolute;
        width: 200px;
        height: 50px;
        top: 59%;
        left: 50%;
        font-size: 20px
    }

.block {
    height: 63px;
}

.extra {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -63px;
    overflow: auto;
}

body, html {
    height: 100%;
}

/* Global Structure ============================================================= */

.main {
    margin: 0 auto;
    width: 1060px;
    position: relative;
    z-index: 1;
}

.bg1 {
    background: url(../images/bg_top.gif) center top repeat-x;
    height: 62px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.bg2 {
    background: url(../images/bg_bot.gif) 0 0 repeat-x;
    position: relative;
    z-index: 1;
}

#bgStretch {
    overflow: hidden;
    z-index: -1;
    position: fixed;
}

.top {
    height: 70px;
}

.spinner {
    width: 16px;
    height: 11px;
    right: 90px;
    bottom: 5px;
    background: url(../images/ajax-loader.gif) 0 0 no-repeat;
    position: absolute;
}

#pagination {
    position: absolute;
    bottom: -95px;
    /*right: 6px;*/
    z-index: 1;
    left:91%
}

    #pagination li {
        float: left;
        padding-left: 3px;
    }

    #pagination a {
        display: block;
        background: url(../images/buttons.png) right 0 no-repeat;
        width: 17px;
        height: 17px;
    }

        #pagination a:hover, #pagination .active a {
            background-position: left;
        }


/* ============================= main layout ====================== */

a {
    color: #CC33FF;
    text-decoration: none;
    outline: none;
}

    a:hover {
        color: #fff;
    }

h1 {
    padding: 0 0 0 15px;
}

h2 {
    font-size: 20px;
    font-weight: 200;
    color: #fff;
    line-height: 1.2em;
    padding: 0 0 20px 0;
}r

p {
    padding-bottom: 18px;
}

/* ============================= header ====================== */
header {
    height: 80px;
    margin-left:-12%;
}

#logo {
    display: block;
    text-indent: -9999px;
    background: url(../images/logoSoenco2.png) 0 0 no-repeat;
    width: 371px;
    height: 82px;
}

.menu {
    font-family:Century Gothic;
    float: left;
    position: relative;
    height: 45px;
    margin-left:25%;
    background: url(../images/bg_top.gif);
    margin-top: 8px;
}


    #menu > li {
        font-family:Century Gothic;
        float: left;
        padding-right: 1px;
        padding-top: 0px;
        position: relative;
    }

        #menu > li > a {
            display: block;
            font-size: 16px;
            font-weight: 300;
            color: #a0a0a0;
            height: 47px;
            background: url(../images/bg_menu.png) 0 0 repeat-x;
            padding: 0px 39px;
            line-height: 44px;
            text-align: center;
        }

        #menu > li > span, #menu > li > strong {
            position: absolute;
            width: 100%;
            height: 4px;
            background: #CC33FF;
            top: 0;
        }
		
	
        #menu > li > strong {
            background: #000;
        }

        #menu > li:hover > a, #menu > .active > a, #menu > .sfHover > a {
            color: #fff;
            background: url(../images/menu_bg_active.png) 0 0 repeat-x;

        }

.submenu {
    position: absolute;
    width: 100%;
    background: #000;
    z-index: 2121;
    margin-top:-2px;
}

    .submenu li {
        line-height: 40px;
        border-bottom: 1px solid #303030;
    }

        .submenu li:hover, .submenu .active {
            border-bottom: 1px solid #dd6c67;
        }

    .submenu a {
        display: block;
        font-size: 16px;
        font-weight: 300;
        color: #a0a0a0;
        text-align: center;
        height: 40px;
        line-height: 32px;
        padding-top:4px
        
    }

    .submenu li:hover a, .submenu .active a {
        background: #CC33FF;
        color: #fff;
    }
	
	.submenu.submenu-abs {
		left: 100%;
		top: 2px;
	}
	
	.submenu li:hover .submenu-abs li a {
		background: black;
	}
	
	.submenu li:hover .submenu-abs li a:hover {
			background: #CC33FF;
	}
	
#menu_close {
    float: right;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 22px;
    margin-top: -3px;
    padding: 11px 31px 19px 12px;
}

    #menu_close span {
        background: url(../images/menu_close.gif) right 0 no-repeat;
        display: block;
        padding-right: 43px;
        height: 30px;
    }

    #menu_close:hover {
        color: #CC33FF;
    }

#menu_down {
    position: absolute;
    top: 0px;
    right: 0;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 22px;
    padding: 12px 22px 16px;
    background: url(../images/menu_bg.gif) 0 0 no-repeat;
}

    #menu_down span {
        background: url(../images/menu_marker.gif) right 0 no-repeat;
        display: block;
        padding-right: 43px;
        height: 30px;
    }

    #menu_down:hover {
        color: #CC33FF;
    }

/* ============================= content ====================== */

#content {
    height: 590px;
    padding-bottom: 42px;
}

    #content > ul  {
        height: 590px;
        width: 100%;
    }

.content {
    /*height: 632px;*/
    position: absolute;
    height:80%;
    /*width:62%;*/
    z-index: 1;
}

.box {
    padding: 40px;
    background: url(../images/bg_content.png) repeat;
    width: 1065px;
    height:85%;
}


#page_Contact .box {
    padding-bottom: 13px;
}

#page_Contact .marg_top1.box {
    padding-bottom: 150px;
     width: 1065px;
}

#page_Contact .col1 {
    width: 60px;
    float: left;
}

#page_Privacy .box {
    padding-bottom: 26px;
}

figure {
    margin-top: 4px;
}

.marg_top1 {
    margin-top: 12px;
    width:850px;
}

.btns {
    display: table;
    padding-top: 20px;
    padding-left: 305px
}
.pad_bot1 {
    padding-bottom: 32px;
}

.font1 {
    color: #fff;
    text-transform: uppercase;
}

.color1 {
    color: #CC33FF;
}

.scroll {
    height: 153px;
    width: 265px;
    overflow: hidden;
    font-size:14px;
}

.track {
    width: 30px;
    height: 62px;
    padding: 0 0;
    top: -38px !important;
    left: 280px !important;
    background: none;
}

.shuttle {
    width: 0px;
    height: 0px;
    background: none;
}

._up-butt, ._down-butt {
    height: 30px !important;
    width: 30px;
    background: url(../images/markers.gif) right 0 no-repeat;
}

._down-butt {
    background-position: 0 bottom;
}

._up-butt:hover {
    background-position: 0 0;
}

._down-butt:hover {
    background-position: right bottom;
}

#page_Soenco .scroll {
    height: 360px;
    width: 1017px;
    overflow: hidden;
     font-size:14px;
}

#page_Privacidade .scroll {
    height: 360px;
    width: 1017px;
    overflow: hidden;
     font-size:14px;
}

#page_Parcerias .scroll {
    height: 360px;
    width: 1017px;
    overflow: hidden;
     font-size:14px;
}

#page_Soenco .track {
    left: 98% !important;
}

#page_RespSocial .scroll {
    height: 360px;
    width: 1017px;
    overflow: hidden;
     font-size:14px;
}

#page_Projectos .scroll {
    height: 360px;
    width: 1027px;
    overflow: hidden;
     font-size:14px;
}

#page_Galeria .track {
    left: 98% !important;
}
#page_Galeria .scroll {
    height: 50%;
    width: 1157px;
    overflow: hidden;
     font-size:14px;
}

#page_GaleriaArquitectura .track {
    left: 98% !important;
}
#page_GaleriaArquitectura .scroll {
    height: 50%;
    width: 1157px;
    overflow: hidden;
     font-size:14px;
}

#page_GaleriaInfraestrutura .track {
    left: 98% !important;
}
#page_GaleriaInfraestrutura .scroll {
    height: 50%;
    width: 1157px;
    overflow: hidden;
     font-size:14px;
}

#page_GaleriaAeroportos .track {
    left: 98% !important;
}
#page_GaleriaAeroportos .scroll {
    height: 50%;
    width: 1157px;
    overflow: hidden;
     font-size:14px;
}

#page_GaleriaEstradas .track {
    left: 98% !important;
}
#page_GaleriaEstradas .scroll {
    height: 50%;
    width: 1157px;
    overflow: hidden;
     font-size:14px;
}

#page_GaleriaFiscalizacaoAeroportos .track {
    left: 98% !important;
}
#page_GaleriaFiscalizacaoAeroportos .scroll {
    height: 50%;
    width: 1157px;
    overflow: hidden;
     font-size:14px;
}

#page_GaleriaFiscalizacaoEstradas .track {
    left: 98% !important;
}
#page_GaleriaFiscalizacaoEstradas .scroll {
    height: 50%;
    width: 1157px;
    overflow: hidden;
     font-size:14px;
}

#page_GaleriaAbastecimentoAguas .track {
    left: 98% !important;
}
#page_GaleriaAbastecimentoAguas .scroll {
    height: 50%;
    width: 1157px;
    overflow: hidden;
     font-size:14px;
}


#page_GaleriaAbastecimentoEnergia .track {
    left: 98% !important;
}
#page_GaleriaAbastecimentoEnergia .scroll {
    height: 50%;
    width: 1157px;
    overflow: hidden;
     font-size:14px;
}

#page_GaleriaPostoCombustivel .track {
    left: 98% !important;
}
#page_GaleriaPostoCombustivel .scroll {
    height: 50%;
    width: 1157px;
    overflow: hidden;
     font-size:14px;
}

#page_GaleriaPontes .track {
    left: 98% !important;
}
#page_GaleriaPontes .scroll {
    height: 50%;
    width: 1157px;
    overflow: hidden;
     font-size:14px;
}

#page_GaleriaFiscalizacaoOutros .track {
    left: 98% !important;
}
#page_GaleriaFiscalizacaoOutros .scroll {
    height: 50%;
    width: 1157px;
    overflow: hidden;
     font-size:14px;
}
#page_GaleriaEspecialidades .track {
    left: 98% !important;
}
#page_GaleriaEspecialidades .scroll {
    height: 50%;
    width: 1157px;
    overflow: hidden;
     font-size:14px;
}

#page_GaleriaOutros .track {
    left: 98% !important;
}
#page_GaleriaOutros .scroll {
    height: 50%;
    width: 1157px;
    overflow: hidden;
     font-size:14px;
}

#page_GaleriaProjectosPaisagisticos .track {
    left: 98% !important;
}
#page_GaleriaProjectosPaisagisticos .scroll {
    height: 50%;
    width: 1157px;
    overflow: hidden;
     font-size:14px;
}

#page_GaleriaVideos .track {
    left: 98% !important;
}
#page_GaleriaVideos .scroll {
    height: 50%;
    width: 1157px;
    overflow: hidden;
     font-size:14px;
}

#page_Gallery_63 .track {
    left: 98% !important;
}
#page_Gallery_63 .scroll {
    height: 50%;
    width: 1157px;
    overflow: hidden;
     font-size:14px;
}

#page_GaleriaEdificios .track {
    left: 98% !important;
}
#page_GaleriaEdificios .scroll {
    height: 50%;
    width: 1157px;
    overflow: hidden;
     font-size:14px;
}

#page_Projectos .track {
    left: 98% !important;
}

#page_Consultoria .scroll {
   height: 360px;
    width: 1017px;
    overflow: hidden;
    font-size:14px;
}

#page_Consultoria .track {
    left: 98% !important;
}

#page_Fiscalizacao .scroll {
    height: 360px;
    width: 1017px;
    overflow: hidden;
    font-size:14px;
}

#page_Fiscalizacao .track {
    left: 98% !important;
}

#page_ControleQualidade .scroll {
    height: 360px;
    width: 1017px;
    overflow: hidden;
    font-size:14px;
}

#page_ControleQualidade .track {
    left: 98% !important;
}



#page_More .scroll {
    height: 454px;
    width: 1017px;
    overflow: hidden;
    font-size:14px;
}

#page_More .track {
    left: 98% !important;
}

#gallery1 {
    position: relative;
    /*width: 815px !important;*/
}

    #gallery1 li {
        float: left;
        width: 190px;
        margin-right: 6px;
    }

        #gallery1 li a {
            position: relative;
            padding: 6px;
            background: #fff;
            display: block;
            margin-bottom: 10px;
        }

    #gallery1 .img_act {
        position: absolute;
        top: 6px;
        left: 6px;
    }

    #galleryEspecialidades {    
    position: relative;
    /*width: 815px !important;*/
}

    #galleryEspecialidades li {
        float: left;
        width: 190px;
        margin-right: 6px;
    }

        #galleryEspecialidades li a {
            position: relative;
            padding: 6px;
            background: #fff;
            display: block;
            margin-bottom: 10px;
        }

    #galleryEspecialidades .img_act {
        position: absolute;
        top: 6px;
        left: 6px;
    }

    #gallery163 {
    position: relative;
    /*width: 815px !important;*/
}

    #gallery163 li {
        float: left;
        width: 190px;
        margin-right: 6px;
    }

        #gallery163 li a {
            position: relative;
            padding: 6px;
            background: #fff;
            display: block;
            margin-bottom: 10px;
        }

    #gallery163 .img_act {
        position: absolute;
        top: 6px;
        left: 6px;
    }

#gallery2 {
    position: relative;
   /* width: 590px !important;*/
}

    #gallery2 li {
        float: left;
        width: 190px;
        margin-right: 6px;
    }

        #gallery2 li a {
            position: relative;
            padding: 6px;
            background: #fff;
            display: block;
            margin-bottom: 10px;
        }

    #gallery2 .img_act {
        position: absolute;
        top: 6px;
        left: 6px;
    }

#gallery3 {
    position: relative;
    /*width: 590px !important;*/
}

    #gallery3 li {
        float: left;
        width: 190px;
        margin-right: 6px;
    }

        #gallery3 li a {
            position: relative;
            padding: 6px;
            background: #fff;
            display: block;
            margin-bottom: 10px;
        }

    #gallery3 .img_act {
        position: absolute;
        top: 6px;
        left: 6px;
    }

#gallery4 {
    position: relative;
    width: 590px !important;
}

    #gallery4 li {
        float: left;
        width: 190px;
        margin-right: 10px;
    }

        #gallery4 li a {
            position: relative;
            padding: 6px;
            background: #fff;
            display: block;
            margin-bottom: 10px;
        }

    #gallery4 .img_act {
        position: absolute;
        top: 6px;
        left: 6px;
    }


    #gallery5 {
    position: relative;
    /*width: 590px !important;*/
}

    #gallery5 li {
        float: left;
        width: 190px;
        margin-right: 10px;
    }

        #gallery5 li a {
            position: relative;
            padding: 6px;
            background: #fff;
            display: block;
            margin-bottom: 10px;
        }

    #gallery5 .img_act {
        position: absolute;
        top: 6px;
        left: 6px;
    }

    #gallery6 {
    position: relative;
    /*width: 590px !important;*/
}

    #gallery6 li {
        float: left;
        width: 190px;
        margin-right: 10px;
    }

    #gallery6 li a {
            position: relative;
            padding: 6px;
            background: #fff;
            display: block;
            margin-bottom: 10px;
        }

    #gallery6 .img_act {
        position: absolute;
        top: 6px;
        left: 6px;
    }


    #gallery7 {
    position: relative;
    /*width: 590px !important;*/
}

    #gallery7 li {
        float: left;
        width: 190px;
        margin-right: 10px;
    }

    #gallery7 li a {
            position: relative;
            padding: 6px;
            background: #fff;
            display: block;
            margin-bottom: 10px;
        }

    #gallery7 .img_act {
        position: absolute;
        top: 6px;
        left: 6px;
    }

    #gallery8 {
    position: relative;
    /*width: 590px !important;*/
}

    #gallery8 li {
        float: left;
        width: 190px;
        margin-right: 10px;
    }

    #gallery8 li a {
            position: relative;
            padding: 6px;
            background: #fff;
            display: block;
            margin-bottom: 10px;
        }

    #gallery8 .img_act {
        position: absolute;
        top: 6px;
        left: 6px;
    }

    #gallery9 {
    position: relative;
    /*width: 590px !important;*/
}

    #gallery9 li {
        float: left;
        width: 190px;
        margin-right: 10px;
    }

    #gallery9 li a {
            position: relative;
            padding: 6px;
            background: #fff;
            display: block;
            margin-bottom: 10px;
        }

    #gallery9 .img_act {
        position: absolute;
        top: 6px;
        left: 6px;
    }

     #gallery10 {
    position: relative;
    /*width: 590px !important;*/
}

    #gallery10 li {
        float: left;
        width: 190px;
        margin-right: 10px;
    }

    #gallery10 li a {
            position: relative;
            padding: 6px;
            background: #fff;
            display: block;
            margin-bottom: 10px;
        }

    #gallery10 .img_act {
        position: absolute;
        top: 6px;
        left: 6px;
    }

    #gallery11 {
    position: relative;
    /*width: 590px !important;*/
}

    #gallery11 li {
        float: left;
        width: 190px;
        margin-right: 10px;
    }

    #gallery11 li a {
            position: relative;
            padding: 6px;
            background: #fff;
            display: block;
            margin-bottom: 10px;
        }

    #gallery11 .img_act {
        position: absolute;
        top: 6px;
        left: 6px;
    }


     #gallery11 {
    position: relative;
    /*width: 590px !important;*/
}

    #gallery12 li {
        float: left;
        width: 190px;
        margin-right: 10px;
    }

    #gallery12 li a {
            position: relative;
            padding: 6px;
            background: #fff;
            display: block;
            margin-bottom: 10px;
        }

    #gallery12 .img_act {
        position: absolute;
        top: 6px;
        left: 6px;
    }


     #gallery13 {
    position: relative;
    /*width: 590px !important;*/
}

    #gallery13 li {
        float: left;
        width: 190px;
        margin-right: 10px;
    }

    #gallery13 li a {
            position: relative;
            padding: 6px;
            background: #fff;
            display: block;
            margin-bottom: 10px;
        }

    #gallery13 .img_act {
        position: absolute;
        top: 6px;
        left: 6px;
    }


     #gallery14 {
    position: relative;
    /*width: 590px !important;*/
}

    #gallery14 li {
        float: left;
        width: 190px;
        margin-right: 10px;
    }

    #gallery14 li a {
            position: relative;
            padding: 6px;
            background: #fff;
            display: block;
            margin-bottom: 10px;
        }

    #gallery14 .img_act {
        position: absolute;
        top: 6px;
        left: 6px;
    }


     #gallery15 {
    position: relative;
    /*width: 590px !important;*/
}

    #gallery15 li {
        float: left;
        width: 190px;
        margin-right: 10px;
    }

    #gallery15 li a {
            position: relative;
            padding: 6px;
            background: #fff;
            display: block;
            margin-bottom: 10px;
        }

    #gallery15 .img_act {
        position: absolute;
        top: 6px;
        left: 6px;
    }

     #gallery16 {
    position: relative;
    /*width: 590px !important;*/
}

    #gallery16 li {
        float: left;
        width: 190px;
        margin-right: 10px;
    }

    #gallery16 li a {
            position: relative;
            padding: 6px;
            background: #fff;
            display: block;
            margin-bottom: 10px;
        }

    #gallery16 .img_act {
        position: absolute;
        top: 6px;
        left: 6px;
    }



     #gallery17 {
    position: relative;
    /*width: 590px !important;*/
}

    #gallery17 li {
        float: left;
        width: 190px;
        margin-right: 10px;
    }

    #gallery17 li a {
            position: relative;
            padding: 6px;
            background: #fff;
            display: block;
            margin-bottom: 10px;
        }

    #gallery17 .img_act {
        position: absolute;
        top: 6px;
        left: 6px;
    }

/* Lightbox image */
.lightbox-image {
    position: relative;
    overflow: hidden;
    display: block;
    background: #fff;
    z-index: 1;
}

    .lightbox-image img {
        position: relative;
        z-index: 2;
    }

    .lightbox-image > span {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

.pp_details {
    height: 0;
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
    visibility: visible !important;
}

.pp_description {
    display: none;
    height: 0;
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
}

div.light_square .pp_close {
    position: absolute;
    z-index: 99;
    top: -50px;
    right: 0px;
    width: 30px;
    height: 30px;
    background: url(../images/close.gif) 0 0 no-repeat;
}

    div.light_square .pp_close:hover {
        background-position: right 0;
    }

div.light_square .pp_next {
    position: absolute;
    top: 48%;
    right: 0px;
    width: 30px;
    height: 30px;
    background: url(../images/markers2.gif) right bottom no-repeat;
    visibility: visible !important;
}

    div.light_square .pp_next:hover {
        background-position: right top;
    }

div.light_square .pp_previous {
    position: absolute;
    top: 48%;
    left: 0px;
    width: 30px;
    height: 30px;
    background: url(../images/markers2.gif) left top no-repeat;
    visibility: visible !important;
}

    div.light_square .pp_previous:hover {
        background-position: left bottom;
    }

.pp_arrow_previous, .pp_arrow_next {
    display: none !important;
}

.prev, .next {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    top: 1px;
    right: -69px;
    background: url(../images/markers2.gif) bottom right no-repeat;
}

.prev {
    right: -38px;
    background-position: 0 0;
}

    .prev:hover {
        background-position: 0 bottom;
    }

.next:hover {
    background-position: right 0;
}

/* ============================= footer ====================== */

footer {
    height: 63px;
    text-transform: uppercase;
}



    footer .grid_24 {
        padding-top: 24px;
    }

#privacy {
    margin-left: 3px;
    background: url(../images/footer_line.gif) 0 3px no-repeat;
    padding-left: 11px;
}

#icons {
    float: right;
}

    #icons li {
        float: left;
        padding-left: 2px;
    }

    #icons a {
        position: relative;
        display: block;
    }

    #icons .img_act {
        position: absolute;
        top: 0;
        left: 0;
    }

/* Tooltips */
.aToolTip {
    background: url(../images/bg_content.png) repeat;
    color: #fff;
    margin: 0;
    padding: 3px 10px 4px;
    font-size: 11px;
    line-height: 1.2em;
    position: absolute;
}

    .aToolTip .aToolTipContent {
        position: relative;
        margin: 0;
        padding: 0;
    }


/* ============================= forms ============================= */

#ContactForm {
    position: relative;
    margin-top: 6px;
    height: 160px;
}

    #ContactForm .col1 {
        width: 214px;
        float: left;
        margin-right: 40px;
    }

        #ContactForm .col1 .wrapper {
            overflow: inherit;
            min-height: 40px;
        }

    #ContactForm .col2 {
        float: right;
        width: 508px;
    }

    #ContactForm .success {
        display: none;
        position: absolute;
        bottom: 5px;
        left: 0;
    }

    #ContactForm label {
        position: relative;
        min-height: 30px;
        display: inline-block;
    }

    #ContactForm .message {
        min-height: 118px;
    }

    #ContactForm span {
        display: block;
    }

    #ContactForm .error, #ContactForm .empty {
        font-size: 10px;
        color: #CC33FF;
        line-height: 14px;
        display: none;
        width: 100%;
    }

    #ContactForm a {
        margin-left: 6px;
        float: right;
        position: relative;
        text-transform: uppercase;
        color: #fff;
        background: #000;
        line-height: 30px;
    }

        #ContactForm a span {
            position: relative;
            padding: 0 17px;
        }

        #ContactForm a strong {
            position: absolute;
            background: #CC33FF;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

    #ContactForm .input {
        margin: 0;
        width: 500px;
        height: 14px;
        background: #000;
        padding: 8px 10px;
        color: #afafaf;
        font: 11px Arial, Helvetica, sans-serif;
    }


    .img_description{
    color: rgb(82, 80, 80);
    font: 11px Century Gothic,Arial, Helvetica, sans-serif;
    background: #FFFFFF;
    padding-top: 5px;
}
    #ContactForm textarea {
        overflow: auto;
        margin: 0;
        width: 500px;
        height: 93px;
        background: #000;
        padding: 8px 10px;
        color: #afafaf;
        font: 11px Arial, Helvetica, sans-serif;
    }


    #ContactForm .bg {
        display: inline-block;
    }
