

/* Global Reset */
@import url("global.css");

/* Home Page */
@import url("inner.css");

/* Navigation */
@import url("menu-bar.css");

/* faq's page tabbed panel */
@import url("SpryTabbedPanels.css");



ol, ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
color:#FF6600
}
.leftt {
float:left !important;
}
.right {
float:right !important;
}

.row {
margin-bottom:28px;
padding-top:50px;
width:915px;
}

.p-img {
position:relative;
width:739px;
border:1px solid #C00;
background-color:#F93;
padding:2px;;

}
.p-info {
width:160px;
}

.p-info strong {
display:block;
}

.p-footer {
border-bottom:1px solid #F30;
border-top:1px solid #F63;
float:left;
margin-top:20px;
margin-bottom:40px;
padding:11px 0;
text-align:right;
width:915px;

}
.p-title { width: 100%; font-size: 24px; margin-top: 20px; padding-bottom: 30px; color:#C00 }

.p-testimonial { width: 575px; padding-right:50px; color:#F33}


strong { color:#CC0000}







/*- project boxes -*/
#box_wrap { width: 960px; margin-left: -10px; }
.box { float: left; margin: 0 10px 10px 10px; float: left; padding: 0; width: 300px; border-bottom: 1px solid #eaeaea; }
.box .boxgrid { width: 300px; height: 200px; background: #cdd0d7; overflow: hidden; position: relative; }
.box .boxgrid img { position: absolute; top: 0; left: 0; border: 0; }
.box .boxgrid img:active { opacity: 0.90; filter:alpha(opacity=90); } 
.box a.view { background: #242f33 url('img/box_view.png') no-repeat 0 0; display: block; width: 270px; padding-left: 30px; font-weight: bold; text-transform: uppercase; color: #fff; line-height: 40px; height: 40px; display: block; text-shadow: 1px 1px 0 #131a1c; border: 0; }
.box a.view:hover { background: #242f33 url('img/box_view.png') no-repeat 0 0; text-shadow: 1px 1px 0 #131a1c; }
.box .pad { padding: 20px 0; }
.box p.name { font-weight: bold; font-size: 12px; color: #242f33; text-transform: uppercase; }
.box p.date {  }
.box p a { color: #1e5772; }






/*- jquery slideshow | next & prev btn -*/
#btn_wrap { position: relative; float: right; }
#btn_next { background: url('../images/btn_next.png') no-repeat top; float: left; height: 30px; width: 30px; display: block; cursor: pointer; text-indent: -9999px; }
#btn_next:hover { background-position: bottom; }
#btn_prev { background: url('../images/btn_prev.png') no-repeat top; float: left; margin-right: 6px; height: 30px; width: 30px; display: block; cursor: pointer; text-indent: -9999px; }
#btn_prev:hover { background-position: bottom; }

/*- jquery slideshow -*/
#slideshow { width: 620px; height: 413px; position: relative; }
#slideshow .images { padding: 0; margin: 0; overflow: hidden; }
#slideshow .images img { width: 620px; top:0; left:0 }