@CHARSET "UTF-8";
/* +----------------> Reset <----------------+ */
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,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
html * { font-size:100.01%; }
  
body {
    color:#24394B;
    font:12px/1.55 arial, helvetica, sans-serif;
}

p { line-height:1.55em; margin:0 0 15px 0; }
img { border:0; vertical-align:top; }

/* +----------------> Nivo <----------------+ */

.theme-default #slider {
    margin:0;
    margin-bottom: 93px;
    width:1163px; /* Make sure your images are the same size */
    height:302px; /* Make sure your images are the same size */
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.theme-default .ribbon {
    width:393px;
    height:92px;
    position:absolute;
    top:302px;
    left:0;
    z-index:300;
    background: url("../images/home/featured_project.jpg") no-repeat 0 0;
    
}

#home-slider { height: 394px; overflow: hidden; width: 1163px; background: url("../images/bg/slider-bg.jpg") repeat-x left bottom; position: relative; }

#slider {
    margin-bottom:110px;
}
#slider .nivo-controlNav {
    position:absolute;
    right: 28px;
    left: auto;
    top: 318px;
}
#slider .nivo-controlNav a {
    display:inline;
}
#slider .nivo-controlNav img {
    display:inline;
    position:relative;
    margin-right:10px;
    opacity: 0.8;
}
#slider .nivo-controlNav a.active img {
  opacity: 1;
}

