html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
html, body {
    color: #000000;
    font-family: 'arial','helvetica',sans-serif;
    font-size: 12px;
    height: 100%;
    line-height: 1;
    margin: 0;
    padding: 0;
    background-image: url('/img/bg.png');
    background-repeat: repeat-x;
    background-color: #d7d7d7;
}
ol, ul {
    list-style: none outside none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    color: inherit;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
h1 {
    font-size: 30px;
    font-weight: bold;
    margin: 10px 0;
}
h2 {
    font-size: 26px;
    font-weight: bold;
    margin: 8px 0;
    color: #65B3CC;
}
h3 {
    font-size: 22px;
    font-weight: bold;
    margin: 7px 0;
}
h4 {
    font-size: 18px;
    font-weight: bold;
    margin: 6px 0;
}
h5 {
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0;
}
b {
    font-weight: bold;
}
.clear {
    clear: both;
}
.errors{
    color: #FF0000;
}
.center{
    text-align: center;
    margin: 0 auto;
}
.textarea_small{
    width: 500px;
    height: 150px;
}
#flashMessages-overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    background: #333;
    height: 100%;
    width: 100%;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5;
}

#flashMessages-wrapper,
#flashMessages-wrapper * {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-family: Helvetica, Ubuntu, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 19px;
    color: #555;
    text-shadow: 1px 1px 1px #fff;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
}

#flashMessages-wrapper {
    position: fixed;
    overflow: hidden;
    background: #f0f0f0;
    border: 1px solid #fff;
    box-shadow: 0 0 5px #111;
    -moz-box-shadow: 0 0 5px #111;
    -webkit-box-shadow: 0 0 5px #111;
}

#flashMessages-icon {
    position: absolute;
    top: 35px;
    left: 20px;
    height: 64px;
    width: 64px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

#flashMessages {
    position: relative;
    padding: 40px 20px 20px 72px;
}

#flashMessages-buttons {
    position: relative;
    bottom: 0;
    right: 0;
    margin: 15px;
    clear: both;
    display: block;
    text-align: right;
}

#flashMessages-wrapper .flashMessages-button,
#flashMessages button,
#flashMessages input[type="submit"] {
    position: relative; 
    overflow: visible; 
    display: inline-block; 
    padding: 4px 15px; 
    border: 1px solid #d4d4d4; 
    margin-left: 10px;
    margin-top: 10px;
    text-decoration: none; 
    text-shadow: 1px 1px 0 #fff;
    white-space: nowrap; 
    cursor: pointer;
    background-color: #ececec;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
    background-image: -moz-linear-gradient(#f4f4f4, #ececec);
    background-image: -o-linear-gradient(#f4f4f4, #ececec);
    background-image: linear-gradient(#f4f4f4, #ececec);
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    -o-background-clip: padding-box; 
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px; 
    border-radius: 3px;
}

#flashMessages-wrapper .flashMessages-button:hover,
#flashMessages-wrapper .flashMessages-button:focus,
#flashMessages button:hover,
#flashMessages button:focus,
#flashMessages input[type="submit"]:hover,
#flashMessages input[type="submit"]:focus {
    border-color: #3072b3;
    border-bottom-color: #2a65a0;
    text-decoration: none; 
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3); 
    color: #fff; 
    background-color: #3C8DDE;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#599bdc), to(#3072b3));
    background-image: -moz-linear-gradient(#599bdc, #3072b3);
    background-image: -o-linear-gradient(#599bdc, #3072b3);
    background-image: linear-gradient(#599bdc, #3072b3);
}

#flashMessages-wrapper .flashMessages-button.flashMessages-button-danger {
    color: #900;
}

#flashMessages-wrapper .flashMessages-button.flashMessages-button-danger:hover,
#flashMessages-wrapper .flashMessages-button.flashMessages-button-danger:focus {     
    border-color: #b53f3a;
    border-bottom-color: #a0302a;
    color: #fff; 
    background-color: #dc5f59;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dc5f59), to(#b33630));
    background-image: -moz-linear-gradient(#dc5f59, #b33630);
    background-image: -o-linear-gradient(#dc5f59, #b33630);
    background-image: linear-gradient(#dc5f59, #b33630);
}

#flashMessages abbr {
    border-bottom: 1px dotted #333;
}

#flashMessages h1, 
#flashMessages h2,
#flashMessages h3,
#flashMessages h4,
#flashMessages h5,
#flashMessages h6,
#flashMessages p,
#flashMessages form,
#flashMessages input,
#flashMessages label {
    margin-bottom: 10px;
}

#flashMessages h3 {
    font-size: 30px;
    line-height: 45px;
}

#flashMessages h4 {
    font-size: 25px;
    line-height: 37px;
}

#flashMessages h5 {
    font-size: 20px;
    line-height: 30px;
}

#flashMessages input[type="text"],
#flashMessages input[type="password"], 
#flashMessages textarea {
    background: #fff;
    border: solid 1px #999;
    color: #777;
    padding: 5px;
    width: 97%;
    box-shadow: inset #bbb 0px 0px 5px;
    -moz-box-shadow: inset #bbb 0px 0px 5px;
    -webkit-box-shadow: inset #bbb 0px 0px 5px; 
}

#flashMessages ol li, 
#flashMessages ul li,
#flashMessages blockquote, 
#flashMessages q {
    margin-left: 20px;
}

#flashMessages table {
    border: 1px solid #ddd;
    border-collapse:collapse;
    border-spacing: 0;
    line-height: 1.35em;
    width: 100%;
}

#flashMessages th, 
#flashMessages td {
    padding: 10px;
}

#flashMessages th {
    background-color: #cecece;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ececec), to(#cecece));
    background-image: -moz-linear-gradient(#ececec, #cecece);
    background-image: -o-linear-gradient(#ececec, #cecece);
    background-image: linear-gradient(#ececec, #cecece);
}
#container {
    min-height:100%;
    position:relative;
    width: 928px;
    margin: 0 auto;
}
#header{
    padding:0px;
    height: 76px;
    color: #FFFFFF;
    width: 928px;
    background-image: url('/img/head.png');
    background-repeat: repeat-y;
}
#footer {
    position:absolute;
    bottom:0;
    width:100%;
    width: 928px;
    height:30px;
    line-height:30px;
    font-size: 11px;
}
#main_content{
    min-height: 300px;
    width: 928px;
    padding-bottom: 30px;
}
#content{
    background-image: url('/img/cont.png');
    width: 928px;
    min-height: 300px;
    display: block;
}
#content-bottom{
    background-image: url('/img/cont-bottom.png');
    width: 928px;
    height: 38px;
    display: block;
}
#center-footer{
    height: 30px;
    width: 928px;
    margin: 0 auto;
}
#footer-right, #footer-left{
    float: left;
    font-size: 10pt;
    color: #6c6c6c;
    width: 434px;
}
#footer-right{
    margin-right: 30px;
}
#footer-left{
    margin-left: 30px;
}
#footer-right a{
    width: 388px;
    height: 30px;
    display: block;
    text-align: right;
    padding-right: 46px;
    background-image: url('/img/gswtech.png');
    background-repeat: no-repeat;
    background-position: right center;
}
#header-left{
    background-image: url('/img/logo.png');
    padding-left: 99px;
    background-repeat: no-repeat;
    height: 76px;
    margin-left:14px;
    width: 250px;
    float: left;
}
#header-right{
    width: 551px;
    padding-right: 14px;
    height: 76px;
    float: left;
}
.company{
    color: #000000;
    font-size: 24pt;
    font-style: italic;
    font-weight: bold;
    padding-top: 22px;
    display: block;
}
.motto{
    color: #65B3CC;
    display: block;
    font-size: 11pt;
    font-weight: bold;
    display: block;
}
#logout{
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    top: 0;
    right: 0;
}
#menu-top ul{
    font-size: 9.5pt;
    height: 13px;
    line-height: 13px;
    margin-top: 31px;
}
#menu-top ul li{
    border-left: 1px solid #E5E5E5;
    color: #000000;
    display: block;
    float: left;
    height: 11px;
    margin-left: 16px;
    padding-left: 16px;
}
#menu-top ul li.first{
    border: medium none;
    margin-left: 0 !important;
}
#menu-top ul li a:hover, #menu-top ul li.active a{
    text-decoration: none;
    color: #3299bb;
}
#content-left{
    float: left;
    margin-left: 30px;
    width: 270px;
}
#content-right{
    float: left;
    margin-left: 25px;
    width: 589px;
    min-height: 300px;
    color: #4B4B4B;
    line-height: 1.5;
}
#left-menu-header{
    color: #BCBCBC;
    font-size: 18pt;
}
#left-menu-header span{
    color: #949494;
    font-weight: bold;
}
#content-left ul{
    background-color: #BCBCBC;
    padding-bottom: 7px;
    padding-left: 19px;
    padding-top: 7px;
}
#content-left ul li{
    border-bottom: 1px solid #DEDEDE;
    color: #4B4B4B;
    font-size: 11pt;
    height: 30px;
    line-height: 30px;
    width: 251px;
}
#content-left ul li a{
    height: 30px;
    line-height: 30px;
    width: 251px;
    display: block;
}
#content-left ul li:hover,#content-left ul li.active{
    background-image: url('/img/menu-left.png');
}
#content-left ul li:hover a,#content-left ul li.active a{
    text-decoration: none;
    color: #FFFFFF;
}
#content-head{
    height: 326px;
    margin-left: 14px;
    width: 900px;
    background-image: url('/img/cont-head.jpg');
    margin-bottom: 26px;
    position: relative;
}
#info-slider-back{
    background: none repeat scroll 0 0 #000000;
    height: 326px;
    opacity: 0.83;
    width: 300px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
#info-slider{
    height: 280px;
    width: 300px;
    top: 0;
    left: 0;
    color: #FFFFFF;
    position: absolute;
    z-index: 1;
    overflow: hidden;
    word-wrap: break-word;
}
#info-slider-nav{
    height: 29px;
    width: 300px;
    bottom: 0;
    left: 0;
    color: #FFFFFF;
    position: absolute;
    z-index: 1;
    padding-top:17px;
}
.slider-element{
    display: block;
    float: left;
    height: 229px;
    padding-left: 31px;
    padding-top: 51px;
    position: relative;
    width: 269px;
    overflow: hidden;
}
.slider-content{
    font-size: 11pt;
    display: block;
}
.slider-title{
    display: block;
    font-size: 22pt;
    font-weight: bold;
    margin-bottom: 20px;
}
#nav-dots{
    right:0;
    position: absolute;
    margin-right: 13px;
}
.dots{
    width: 12px;
    height:12px;
    display:block;
    float:left;
    margin-right: 5px;
    background-image: url('/img/slider_dot.png');
    cursor: pointer;
}
.dots.active{
    background-image: url('/img/slider_dot_active.png');
}
#logout_button a{
    width: 48px;
    height: 48px;
    display: block;
    background-image: url('/img/logout.png');
}
#form-contact dt{
    margin-bottom: 5px;
    margin-top: 5px;
}
#form-contact input{
    background-image: url("/img/input.gif");
    border: medium none;
    height: 26px;
    line-height: 26px;
    outline: medium none;
    padding: 15px;
    width: 222px;
}
#form-contact textarea{
    background-image: url("/img/textarea.gif");
    border: medium none;
    height: 244px;
    outline: medium none;
    padding: 15px;
    width: 444px;
}
#submit{
    background-color: transparent;
    background-image: url("/img/submit.png") !important;
    height: 40px !important;
    line-height: 40px !important;
    padding: 0 !important;
    width: 122px !important;
}
#submit:hover{
    background-image: url('/img/submit_active.png')!important;
    color: #FFFFFF;
}
#gallery, #documents{
    margin-top: 20px;
}
#gallery img{
    -moz-box-shadow: 0px 0px 5px #000000;
    -webkit-box-shadow: 0px 0px 5px #000000;
    box-shadow: 0px 0px 5px #000000;
    box-shadow: 0 0 5px black;
    margin: 5px;
}
#documents a{
    display: block;
    height: 125px;
    width: 100px;
}
#documents a span{
    height: 25px;
    line-height: 25px;
    width: 100px;
    overflow: hidden;
    text-align: center;
    display: block;
}
#gallery a, #documents a{
    outline: none;
    border: none;
}
#cookie-box{position:fixed;bottom:0;left:0;width:100%;height:40px; background: black;opacity:0.75;z-index: 2147483647;}
#cookie-box-short{width:800px; color:lightgrey;font-size:14px;line-height:20px;text-align:center;margin:0 auto;}
#cookie-box-more{font-weight:bold; cursor:pointer;}
#cookie-box-close{font-size: 15px;background:whitesmoke;cursor: pointer;font-weight: bold;height: 25px;line-height: 25px;position: absolute;right: 0;text-align: center;top: 0;width: 25px;z-index: 2147483647;}
#cookie-box-info{font-size: 14px; background: black;color: lightgray;overflow: auto;height: 270px;opacity: 0.75;padding: 15px;bottom:-340px;position: fixed;right: 0;text-align: justify;z-index: 2147483647;width:800px;}
#cookie-box-info ul{list-style: circle inside none;padding-left: 15px;padding-top:10px;}
#cookie-box-info ul li a{color:#28BEFF}