html,body,div,h1,h2,h3,h4,h5,h6,ul,ol,li,p,span,img,a,fieldset,table,thead,tbody,tr,th,td{
 padding: 0;
 margin: 0;
 color: #fff;
}

@font-face {
 font-family: VivaldiDCL;
 src: url("assets/fonts/mfFEixa6.eot") /* EOT file for IE */
}
@font-face {
 font-family: VivaldiDCL;
 src: url("assets/fonts/mfFEixa6.ttf") /* TTF file for CSS3 browsers */
}

.clr,.cls{
    clear: both;
}

#text li{
    margin: 0 0 0 30px;
}

a{

}

a img{
    border: none;
}

h1,h2,h3,h4,h5,h6{
    color:#fff;
    padding-top: 0.8em;
}

p{
    color: #fff;
    padding: 0 0 1% 0;
}

html{
    height: 100%;
}

body{
    height: 100%;
    text-align: center;
    background: url(assets/css/images/body-big.jpg) no-repeat center top fixed;
}

table{
    color:#fff;
    border-collapse:collapse;
}

tr td{
    padding: 0 5px 0 0;
    border-bottom: 1px dotted #116dde;
}

tr:hover td{
    border-bottom: 1px dotted #fff;
}

fieldset{
    border: none;
}

#container{
    text-align: left;
    margin: 2% auto 2% auto;
    width: 80%;
    min-width:924px;
    background: #116dde;
    font-family: Tahoma,Arial,sans-serif;
}

#tl{
    background: url(assets/css/images/tl.png) no-repeat left top;
}

#tr{
    background: url(assets/css/images/tr.png) no-repeat right top;
}

#bl{
    background: url(assets/css/images/bl.png) no-repeat left bottom;
}

#br{
    background: url(assets/css/images/br.png) no-repeat right bottom;
}

#inner{
    padding: 2% 4%;
}

#header{
    min-height: 300px;
    margin-bottom: 10px;
}

#header .main-menu{
    min-width: 410px;
    margin-left: 33px;
    height: 39px;
}

#header .main-menu li{
    list-style-type: none;
    float: left;
    margin-right: 10px;
}

#header .main-menu li a{
    color: #fff;
    text-decoration: none;
}

#header .main-menu li.active a{
    text-decoration: underline;
}

#header .main-menu li a:hover{
    text-decoration: underline;
}

#hleft{
    width: 47%;
    float: left;
}

#logo{
    width: 391px;
    float: right;
    text-align: center;
    color: #fff;
}

#sitetitle{
    font-family: VivaldiDCL,Tahoma,Arial,sans-serif;
    text-shadow: 1px 1px 2px black, 0 0 1em black;
    display: block;
    font-size: 88px;
    margin-bottom: 10px;
}

#slogan{
    clear: left;
    text-shadow: 1px 1px 2px black, 0 0 1em black;
    display: block;
    margin-bottom: 22px;
    font-size: 21px;
}

#h1{
    float: right;
    margin-right: 10px;
    border: 1px solid #fff;
    width: 389px;
    height: 173px;
    background: url(assets/css/images/h1.jpg) no-repeat center center;
    -webkit-border-top-right-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-radius-topright: 50px;
    -moz-border-radius-bottomleft: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

#h2{
    border: 1px solid #fff;
    width: 450px;
    height: 295px;
    background: url(assets/css/images/h2.jpg) no-repeat center center;
    -webkit-border-top-left-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-topleft: 50px;
    -moz-border-radius-bottomright: 50px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

#h3{
    margin-left: 33.8%;
    border: 1px solid #fff;
    width: 321px;
    height: 173px;
    background: url(assets/css/images/h3.jpg) no-repeat center center;
    -webkit-border-top-right-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-radius-topright: 50px;
    -moz-border-radius-bottomleft: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

#hright{
    margin-left:47%;
}

#left-collumn{
    width: 20%;
    float: left;
}

#left-collumn .left-menu{
    background: url(assets/css/images/lmenuborder.png) no-repeat left top;
}

#left-collumn .left-menu li{
    list-style-type: none;
    background: url(assets/css/images/lmenuborder.png) no-repeat left bottom;
}

#left-collumn .left-menu li a{
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 5px 0 8px 0;
}

#left-collumn .left-menu li.active a{
    background: url(assets/css/images/lmenubg.png) no-repeat left center;
    padding-left: 15px;
    color: #25184d;
}

#left-collumn .left-menu li:hover a{
    background: url(assets/css/images/lmenubg.png) no-repeat left center;
    padding-left: 15px;
    color: #25184d;
}

#right-collumn{
    margin-left: 20%;

}

#searchtel{
    float: left;
    width: 33.8%;
}

#searcht{
    text-align: right;
    min-width: 246px;
}

.sisea-search-form{
    margin-right: 10px;
}

.sisea-search-form label{
    display: none;
}

.sisea-search-form input#search{
    color: #fff;
    padding: 10px;
    margin-right: 5px;
    border: 1px solid #fff;
    background: #2464b3;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.sisea-search-form input[type='submit']{
    color: #fff;
    padding: 10px;
    border: 1px solid #fff;
    background: linear-gradient(to top right, #97077f, #da07a1);
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

#tel{
    text-align: center;
    font-size: 39px;
    color: #fff;
    text-shadow: 1px 1px 2px black, 0 0 1em black;
}

#content{
    padding-top: 20px;
}

#content #pagetitle{
    font-family: VivaldiDCL,Tahoma,Arial,sans-serif;
    text-align: center;
    color: #fff;
    font-weight: normal;
    font-size: 55px;
}

#text{
    min-height: 260px;
}

#text p{
    text-align: justify;
}

table.pricetable{
    width: 100%;
    margin-bottom: 20px;
}

td.pricetime{
    text-align: center;
    width: 20%;
}

td.pricecost{
    text-align: right;
    width: 20%;
}

td.pricedesc{
    text-align: justify;
}

#text td.pricedesc p{
    text-align: center;
}

.gal-item-active{
    float: left;
    margin: 0 10px 10px 0;
}

.postImg{
    float: right;
    margin: 0 0 10px 10px;
}

#newsTitle{
    margin: 39px 0 10px 0;
    font-family: VivaldiDCL,Tahoma,Arial,sans-serif;
    font-size: 39px;
}

.post{
    margin-bottom: 20px;
}

.post a img{
    border:1px solid #fff;
    -webkit-border-top-left-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -moz-border-radius-topleft: 25px;
    -moz-border-radius-bottomright: 25px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.post h4{
    margin: 0;
    padding: 0;
    line-height: 100%;
}

.post h4 a{
    text-decoration: none;
}


.post p{
    padding: 0;
    margin: 0 0px 0 0;
    font-size: 14px;
}

.post p.date{
    text-decoration: underline;
}

#action{
    float: right;
    width: 30%;
    min-height: 50px;
    margin: 0 0 20px 20px;
}

#actionTitle{
    font-family: VivaldiDCL,Tahoma,Arial,sans-serif;
    font-size: 39px;
    line-height: 100%;
    margin: 0 0 10px 0;
    padding: 0;
    text-align: center;
}

#actionContent{
    border: 1px solid #fff;
    background: linear-gradient(to top right, #97077f, #da07a1);
    -webkit-border-top-left-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-topleft: 50px;
    -moz-border-radius-bottomright: 50px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    padding: 10px 20px 20px 30px;
}

#actionContent h1,
#actionContent h2,
#actionContent h3,
#actionContent h4,
#actionContent h5,
#actionContent h6{
    font-size: 0.9em;
    margin-bottom: 15px;
}

#actionContent p{
    font-size: 14px;
}

#footer{
    font-family: Tahoma,Arial,sans-serif;
    background: url(assets/css/images/footerbg.png) repeat-y top left #be0774;
    color: #fff;
    padding: 10px 0;
}
