*
{
    padding: 0;
    margin: 0;
}
ul
{
    list-style: none;
}
.clear
{
    clear: both;
}
h1, h2, h3, h4
{
    font: 25px/1.2em "Enriqueta" , "serif";
}

html
{
    display: block;
    height: 100%;
    width: 100%;
    background: url(../images/htmlbg.jpg) repeat;
}
body
{
    background-color: #ECF0F1;
    font: 12px Verdana, Geneva, sans-serif;
    color: #808080;
}
#wrap
{
    width: 930px;
    padding: 15px;
    background: #fefefd;
    margin: auto;
}
#topbanner
{
    width: 51%;
    margin: 0;
    height: 90px;
    position: absolute;
    top: 0;
}
#header
{
    background: url(../images/bg.jpg);
    margin-bottom: 3px;
    position: relative;
}
#menu
{
    height: 39px;
}
#slider
{
    width: 930px;
    overflow: hidden;
    height: 350px;
    position: relative;
}
.container
{
    height: 350px;
    overflow: hidden;
    cursor: pointer;
}
ul.slides
{
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    width: 930px;
    height: 350px;
}
ul.slides li
{
    display: none;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    width: 930px;
    height: 350px;
}
ul.slides li .thumbholder
{
    height: 350px;
    width: 625px;
    float: left;
    position: relative;
}
ul.slides li .txtholder
{
    width: 285px;
    float: right;
    padding-right: 20px;
}
#slider .pagination
{
    display: block;
    list-style: none;
    position: absolute;
    right: 14px;
    top: 309px;
    z-index: 999;
    width: 295px;
    text-align: center;
}
ul.pagination li
{
    display: inline;
}

ul.pagination li a
{
    display: block;
    float: left;
    width: 19px;
    height: 19px;
    margin: 3px;
    background: url(../images/slidernav.png) no-repeat;
    text-indent: -9000px;
}
ul.pagination li.active a
{
    background: url(../images/slidernav-active.png) no-repeat !important;
    text-indent: -9000px;
}
#slider .container h2
{
    display: block;
    font: normal 30px Georgia, "Times New Roman" , Times, serif;
    color: #0F3A69;
    padding-top: 30px;
    margin-bottom: 15px;
}
#slider .container p
{
    display: block;
    font: normal 16px Georgia, "Times New Roman" , Times, serif;
    color: #808080;
    line-height: 22px;
}
h1#sitename
{
    display: block;
    float: left;
    font: bold 34px "Trebuchet MS" , Arial, Helvetica, sans-serif;
    color: #fff;
    padding: 20px 10px 0 0;
    text-shadow: #54494a 1px 1px 1px;
}
h1#sitename span
{
    display: block;
    font: bold 12px "Trebuchet MS" , Arial, Helvetica, sans-serif;
    color: #fff;
    text-shadow: none !important;
    float: right;
}

#menu li
{
    display: inline;
    font: bold 18px "Trebuchet MS" , Arial, Helvetica, sans-serif;
}
#menu li a
{
    background-color: #D4D4D4;
    border-radius: 17px 17px 17px 17px;
    color: #111;
    float: left;
    font-size: 14px;
    line-height: 32px;
    padding: 0 40px 0 10px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    float: left;
    height: 35px;
}
#menu li a:active, #menu li a:visited
{
    color: #111;
    text-decoration: none;
}
#menu li a:after
{
    background: url(       "../images/arrow1.gif" ) no-repeat scroll 0 0 transparent;
    content: "";
    display: block;
    height: 7px;
    position: absolute;
    right: 12px;
    top: 13px;
    width: 4px;
}
#menu li a:hover, #menu li.active a
{
    background-color: #0F3A69;
    color: #fff;
}

#submenu
{
    padding: 5px;
    border-bottom: solid 1px #957f80;
    border-top: solid 1px #957f80;
    height: 17px;
}
#submenu li
{
    display: inline;
    font: normal 12px Verdana, Geneva, sans-serif;
}
#submenu li a
{
    display: block;
    color: #666;
    padding: 0 15px 0 15px;
    border-right: solid 1px #ccc;
    float: left;
    text-decoration: none;
}
#submenu li.last a
{
    border: none !important;
}
#submenu li a:hover
{
    color: #222;
}
#content
{
    padding-top: 15px;
}
#sidebar1
{
    width: 270px;
    background-color: #fff;
}
#maincontent
{
    float: right;
    width: 632px;
    position: relative;
    min-height: 500px;
}
#sidebar1 .hotimg
{
    width: 250px;
    margin: auto;
    position: relative;
    padding-top: 5px;
    margin-bottom: 10px;
}

#sidebar1 .subhead
{
    display: block;
    background: url(../images/sidebar_ribbon1.png) no-repeat;
    height: 55px;
    padding: 24px 0 0 21px;
    margin-left: -17px;
    color: #fff;
}
.menu li
{
    display: block;
    font: normal 14px Georgia, "Times New Roman" , Times, serif;
    height: auto;
}
.menu
{
    margin-bottom: 10px;
    margin-right: 20px;
}
.menu tr
{
    border-bottom: dashed 1px #6a5758;
    height: auto;
}
.menu li a
{
    display: block;
    padding: 5px 5px 5px 25px;
    color: #111;
    text-decoration: none;
    background: url(../images/menublt.png) 3px 5px no-repeat;
}
.menu li a span:hover
{
    text-decoration: underline;
    color: #111;
}

#maincontent h2
{
    display: block;
    font: bold 18px "Trebuchet MS" , Arial, Helvetica, sans-serif;
    color: #333;
    margin-bottom: 10px;
}
#maincontent p
{
    margin-bottom: 15px;
    text-align: justify;
    line-height: 25px;
}

img.leftalign, img.rightalign
{
    padding: 8px;
    border: solid 1px #ddd;
    background: #eee;
    display: block;
}
.leftalign
{
    float: left;
    margin-right: 10px;
}
.rightalign
{
    float: right;
    margin-left: 10px;
}
#footer
{
    background-color: #0F3A69;
    padding: 20px 0px 52px;
    text-align: center;
    color: #87B0D1;
    height: 260px;
}
#footer a
{
    color: #87B0D1;
    text-decoration: none;
}
#footer a:hover
{
    color: #fff;
    -moz-transition: all 0.3s ease-out; /* FF3.7+ */
    -o-transition: all 0.3s ease-out; /* Opera 10.5 */
    -webkit-transition: all 0.3s ease-out; /* Saf3.2+, Chrome */
}
.credit
{
    font-size: 10px;
    display: block;
}

#contact-form
{
    display: block;
    border: none;
}
#contact-form label
{
    display: block;
    height: 30px;
    overflow: hidden;
}
#contact-form input
{
    float: left;
    width: 526px;
    font-size: 13px;
    line-height: 1.23em;
    color: #0f0f0f;
    padding: 4px 10px;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #ebebeb;
    background: none;
}
#contact-form textarea
{
    height: 262px;
    overflow: auto;
    float: left;
    width: 526px;
    font-size: 13px;
    line-height: 1.23em;
    color: #0f0f0f;
    padding: 4px 10px;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #ebebeb;
    background: none;
}

.text-form
{
    float: left;
    display: block;
    font-size: 14px;
    width: 73px;
    line-height: 1.78em;
    color: #0f0f0f;
}
.buttons
{
    padding-top: 16px;
    text-align: right;
}
.buttons a
{
    margin-left: 6px;
    padding: 9px 25px 11px;
}

.wrapper
{
    overflow: hidden;
    width: 100%;
}
.button-2
{
    background: url(                     "../images/topbg.jpg" ) repeat-x scroll 0 0 #3C3C3C;
    border-radius: 8px 8px 8px 8px;
    color: #FEFEFE;
    display: inline-block;
    font-size: 19px;
    letter-spacing: -1px;
    line-height: 1.21em;
    padding: 9px 20px 11px;
    text-decoration: none;
}

.section_w580
{
    width: 580px;
}
.float_l
{
    float: inherit;
}

.showcase
{
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.showcase li
{
    background: url(                     "../images/templatemo_portfolio_frame.jpg" ) no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 196px;
    margin: 0 13px 12px 0;
    padding: 0;
    width: 180px;
}

.showcase li a
{
    display: block;
    margin: 20px;
    text-decoration: none;
}
a:link, a:visited
{
    font-weight: bold;
}

.showcase li a img
{
    margin-bottom: 5px;
}
img
{
    border: medium none;
    margin: 0;
    padding: 0;
}

.showcase li a span
{
    color: #5E5E5E;
    font-weight: normal;
    margin-top: 5px;
}
#imageline
{
    background-color: #FFFFFF;
    display: block;
}

#imageline ul
{
    display: inline;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

#imageline li
{
    border: 1px solid #999999;
    display: block;
    float: left;
    margin: 0 10px 0 0;
    padding: 4px;
}

#imageline li img
{
    border: medium none;
    margin: 0;
    padding: 0;
}

.ruled
{
    background-image: url(                     "../images/rule1.gif" );
    background-position: 0 bottom;
    background-repeat: repeat-x;
}

#inquiry_form .finish-button
{
    background: url(               "../images/submit.png" ) no-repeat scroll 0 0 transparent;
    height: 59px;
    width: 172px;
}
#inquiry_form .finish-button:hover
{
    background-position: -172px 0;
}
.dropdownlist
{
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: inline-block;
    font-family: "Helvetica Neue" ,Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    height: 18px;
    line-height: 18px;
    margin-bottom: 9px;
    padding: 4px;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    vertical-align: middle;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus
{
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}
/* gallery */
#gallery
{
    clear: both;
}

#gallery a
{
    border: none;
}
#gallery ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
#gallery ul li
{
    padding: 0;
    margin: 0 0 40px 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #CCC;
}

#gallery ul li .left
{
    float: left;
    width: 190px;
}

#gallery ul li .left img
{
    width: 180px;
    height: 110px;
    border: none;
    border: 5px solid #d4cbaf;
}

#gallery ul li .right
{
    float: right;
    width: 350px;
}

#gallery ul li .right button
{
    margin: 0;
}

/* end of gallery */

.cleaner
{
    clear: both;
    width: 100%;
    height: 0px;
    font-size: 0px;
}
h5
{
    font-size: 16px;
    margin: 0px 0px 10px;
    padding: 0px;
}
#templatemo_content
{
    float: left;
    width: 595px;
    padding: 25px 0px 0px 30px;
}
.btnread_more
{
    background: url(                   "../images/menuactive.gif" ) no-repeat scroll center top transparent;
    color: rgb(255, 255, 255);
    text-shadow: 1px 1px 1px rgb(94, 73, 74);
    padding: 5px;
    float: right;
    text-decoration: none;
    border-radius: 5px 5px 5px 5px;
}
.btnread_more:hover
{
    background-color: steelblue;
    color: rgb(255, 255, 255);
    text-shadow: 1px 1px 1px rgb(94, 73, 74);
    padding: 5px;
    float: right;
    text-decoration: none;
    border-radius: 5px 5px 5px 5px;
    transition: all 0.3s ease-out 0s;
}
/* gallery1 */
#gallery1
{
    clear: both;
}

#gallery1 a
{
    border: none;
}
#gallery1 ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
#gallery1 ul li
{
    padding: 0;
    margin: 0 0 40px 0;
    padding-bottom: 30px;
}

#gallery1 ul li .left
{
    float: left;
    width: 190px;
    margin: 0px 30px 20px 0px;
}

#gallery1 ul li .left img
{
    width: 180px;
    height: 110px;
    border: none;
    border: 5px solid #d4cbaf;
}

#gallery1 ul li .right
{
    float: right;
    width: 375px;
}

#gallery1 ul li .right button
{
    margin: 0;
}

/* end of gallery */
.img-border2
{
    padding: 10px;
    border: 1px solid #D4CBAF;
    background: #fff;
    border-radius: 6px;
    float: left;
}

.facebook
{
    display: block;
    width: 41px;
    height: 32px;
    background-image: url(../images/facebook.png);
    background-repeat: no-repeat;
    background-position: 0 -32PX;
    float: left;
}

.twitter
{
    display: block;
    width: 41px;
    height: 32px;
    background-image: url(../images/twitter.png);
    background-repeat: no-repeat;
    background-position: 0 -32px;
    float: left;
}
.gplus
{
    display: block;
    width: 41px;
    height: 32px;
    background-image: url(../images/google-plus.png);
    background-repeat: no-repeat;
    background-position: 0 -32px;
    float: left;
}
.youtube
{
    display: block;
    width: 41px;
    height: 32px;
    background-image: url(../images/youtube.png);
    background-repeat: no-repeat;
    background-position: 0 -32px;
    float: left;
}
.linkedin
{
    display: block;
    width: 41px;
    height: 32px;
    background-image: url(../images/linkedin.png);
    background-repeat: no-repeat;
    background-position: 0px -32px;
    float: left;
}


