/**
 * PEARLOGIC.COM
 * MAIN STYLESHEET
 * 20090306
 **/
body {
    background:#fff;
    font-size:12px;
    font-family:Tahoma;
    margin:0;
    padding:0;
}
a {
    text-decoration:none;
}
a {
   color: #2f913a; 
}
td a:hover {
  text-decoration:underline;  	
}
a:active {}
a:visited {}
table {}
table tbody {}
hr {}
h1, h2, h3, h4, h5 {}
h1 a, h2 a, h3 a, h4 a, h5 a {}
h1 { font-size:13pt; }
h2 { font-size:12pt; }
h3 { font-size:11pt; }
h4 { font-size:10.5pt; }
h5 { font-size:10pt;}
a img { 
    border:none;
}
ul {}
ol {}
li {}
.clearer, .clear-block {
    clear:both;
}
/* -- wrapper -- */
#wrapper_container {
    background:#fff url('../images/v3/body-bg.gif') repeat-y;
    width:963px;
    margin:auto;
    position:relative;
}
#wrapper {
    padding-left:10px;
    padding-right:10px;
    width:930px;
    margin:auto;
}

/** HEADER **/
#header {

}

/** header-top **/
#header_top .logo {
    float:left;
}
#header_top .contact {
    float:right;
}

/** header - NAVIGATION **/
#navigation {
    height:37px;
    width:929px;
    font-family:Arial;
}
#navigation ul.sf-menu {
    background: url('../images/v3/nav-bg.gif') repeat-x;
    padding:0;
    margin:0;
    height:37px;
    width:930px;
}
#navigation ul.sf-menu li.parent {
    list-style:none;
    float:left;
    padding:0;
    margin:0;
    width:auto;
}
#navigation ul.sf-menu li.parent a.parent {
    background: url('../images/v3/nav-bg.gif') repeat-x;
    color:#fff;
    height:27px;
    padding-left:29px;
    padding-right:29px;
    padding-top:10px;
    float:left;
    font-weight:bolder;
    font-size:12.5px
}
#navigation ul.sf-menu li.parent a.parent:hover, #navigation ul.sf-menu li.sfHover a.parent {
    background: url('../images/v3/nav-bg-over.gif') repeat-x;
}
#navigation ul.sf-menu li.last a.parent {
    padding-left:32px;
    padding-right:33px;
}

/** header - FLASH **/
#header_flash {
    height:247px;
    width:930px;
}

/** MAIN **/
div#main {
    width:932px;
}
div#main_container, div.frontpage {

}

/** --frontpage blocks --**/
div#main_container div.frontpage_block {
    background: url('../images/v3/block1-bg.jpg') no-repeat;
    float:left;
    height:255px;
    width:310px;
    margin-top:1px;
}
div#main_container div.middle {
    margin-left:1px;
    margin-right:1px;
}
div#main_container div.frontpage_block .frontpage_block_content {
    padding:5px;
}
div#main_container div.frontpage_block h2.block_title {
    font-family:Arial;
    color:#4b4c4d;
    font-size:11pt; 
    font-weight:bolder;
    margin:0;
    padding:0;
    padding-top:3px;
    padding-left:8px;
}
div#main_container div.frontpage_block div.block_content {
    padding:8px;
    padding-top:0px;
    color:#716b6b;
    line-height:18px;
}
div#main_container div.frontpage_block div.block_content img {
    float:left;
    padding-right:5px;
    padding-bottom:3px;
}
div#main_container div.frontpage_block div.block_content p {
    padding-top:3px;
    padding-bottom:10px;
    margin:0;
}
div#main_container div.frontpage_block div.block_content div.readmore a {
    color:#5a7e8f;
    font-weight:bolder;
}

/* --per blocks-- */
/* --per blocks -- frontpage -- */
.resource_center_block_list table {
    padding-top:0px;
}
.resource_center_block_list td {
    padding-bottom:0px;
}
.resource_center_block_list td a {
    color:#716b6b;
}
/* --per blocks -- testimonials -- */
.testimonials_block {
    padding-top:3px;
}
.testimonials_block_content {}
.testimonials_block_content .testi {
    background: url('../images/v3/block1-bg.jpg') no-repeat 0px -25px;
    width:270px;
    /*font-size:8pt;*/
    font-size:11px;
    line-height:12px;
    height:190px;
}
.testimonials_block_content .testi p {
    padding-bottom:5px;
    margin:0;
}
.testimonials_block_content .testi .testi_sig {}
.testimonials_block_content .testi .testi_sig h4 {
    padding:0px;
    margin:0px;
    font-size:9pt;
}
.testimonials_block_content .testi .testi_sig a {
    color:#5a7e8f;
    font-weight:bolder;
}
.testimonials_block .testi_nav {
    padding-top:6px;    
}
.testimonials_block .testi_nav .testi_nav_l {
    float:left;
    width:100px;
}
.testimonials_block .testi_nav .testi_nav_r {
    float:right;
    width:55px;
}

/** CONTENT BOTTOM **/
#content_bottom {
    width:932px;
    padding-top:5px;
}
#content_bottom .content_bottom_container {
}
#content_bottom .content_bottom_container .content_bottom_wrapper {
    width:930px;
    height:141px;
    background:url('../images/v3/bottom-content-bg.jpg') no-repeat;
    padding-top:1px;
    font-family:Arial;
}
#content_bottom .content_bottom_container .cb_block {
    float:left;
    padding-left:30px;
    padding-right:10px;
    border-right:solid 1px silver;
    font-size:8pt;
    width:145px;
    height:140px;
}
#content_bottom .content_bottom_container .cb_block_final {
    border:none;
}
#content_bottom .content_bottom_container .cb_block h3.cb_header {
    font-size:8pt;
    margin:0;
    padding:0px 0 0 10px;
    background: url('../images/v3/arrow-img.gif') no-repeat left 4px;
}
#content_bottom .content_bottom_container .cb_block ul {
    margin:0;
    padding:5px 0 0 10px;
}
#content_bottom .content_bottom_container .cb_block ul li {
    list-style:none;
}
#content_bottom .content_bottom_container .cb_block ul li.selected {
    /*list-style-image:url('../images/v3/arrow-img.gif');*/
}
#content_bottom .content_bottom_container .cb_block ul li a {
    color:#544d4d;
}

/**FOOTER **/
#footer {
    width:928px;
    margin:auto;
    padding-top:5px;
    padding-bottom:10px;
}
#footer .footer_content {
    line-height:18px;
    color:#686060;
}
#footer .footer_content .footer_links {

}
#footer .footer_content .footer_links a {
    color:#6b8870;
    font-weight:bolder;
}

/** ETC **/




/* -portfolio - */
.portfolio_container table {
    width:100%;
}
.portfolio_container td {
    padding:5px;
    padding-bottom:10px;
    text-align:center;
    vertical-align:top;
    width:100px;
}
.portfolio_container td div.pbox {
    background:#414453;
    padding-top:2px;
    width:156px;
}
.portfolio_container td div.title {
    background: transparent url('../images/v3/portfolio-arrows-ico.gif') no-repeat right center;
    color:#fff;
    text-align:left;
    font-weight:bolder;
    font-family:Arial;
    font-size:11px;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:5px;
}
.portfolio_container td img {
    border:solid 2px silver;
    background:#fff;
}

.portfolio_container img.right {
    float:none;
    margin:0;
    padding:0;
}

div.bh {
    position:absolute;
    width:550px;
    font-size:7pt;
    color:silver;
    left:390px;
    top:98%;
}
body div#bh_portfolio {
    top:97%;
}

div.portfolio_nav {
  ;
  font-size:13px;
  padding-top:10px;
  padding-bottom:10px;
  padding-right:16px;
  
}

/*
#preview{
    position:absolute;
    border:1px solid silver;
    background:#414453;
    padding:8px;
    display:none;
    color:#fff;
    text-align:center;
    width:638px;
}
#preview .beforetxt {
    float:left;
    padding-left:130px;
}
#preview .aftertxt {
    float:right;
    padding-right:130px;
}
#preview .prevlabel {
    display:block;
    padding-top:5px;
}
*/

#preview {    
    position:absolute;
    border:1px solid silver;
    background:#414453;
    padding:8px;
    display:none;
    color:#fff;
    text-align:center;
    width:938px;
}
#preview .beforetxt {
    float:left;
    padding-left:200px;
}
#preview .aftertxt {
    float:right;
    padding-right:200px;
}
#preview .prevlabel {
    display:block;
    padding-top:5px;
}

#single {    
    position:absolute;
    border:1px solid silver;
    background:#414453;
    padding:8px;
    display:none;
    color:#fff;
    text-align:center;
    width:600px;
}
#single .beforetxt {
    float:left;
    padding-left:200px;
}
#single .aftertxt {
    float:right;
    padding-right:200px;
}
#single .prevlabel {
    display:block;
    padding-top:5px;
}

#prevpfirst {    
    position:absolute;
    border:1px solid silver;
    background:#414453;
    padding:8px;
    display:none;
    color:#fff;
    text-align:center;
    width:938px;
}
#prevpfirst .beforetxt {
    float:left;
    padding-left:200px;
}
#prevpfirst .aftertxt {
    float:right;
    padding-right:200px;
}
#prevpfirst .prevlabel {
    display:block;
    padding-top:5px;
}
#previewtext {
    text-align:center;
    padding:2px;
    font-weight:bolder;
    clear:both;
    display:block;
}








/** CLIENTS PAGE **/
h1.clients {
    font-size:12px;
    color:#297931;
}
span#toggle_clients {
    font-size:16px;
    color:#297931;
}
#clients_page_container {
     width:865px;
     padding:2.5px;
     margin:auto;
}
#clients_page_container .clients_table {
     width:557px;
     float:left;
     padding-bottom:20px;
}
#clients_page_container .clients_table td {
     /*border-left:solid 1px #d9dcd9;
     border-bottom:solid 1px #d9dcd9;*/
     width:115px;
     height:115px;
     vertical-align:middle;
     text-align:center;
     background-color:fff;
}
/*#clients_page_container .clients_table td:hover {
     background-color:#f5f8f5;
}*/
#clients_page_container .clients_table td.first{
     border-left:none;
}
#clients_page_container .clients_table td.bottom  {
     border-bottom:none;
}

#testimonials_page_container {
     display: none;
}
#clients_page_container #clients_testimonials {
     padding-top:30px;
     float:right;
}
#clients_page_container #clients_testimonials .testi {
     width:264px;
     padding-top:10px;
     padding-bottom:10px;
}
#clients_page_container #clients_testimonials .testimonial {
}
#clients_page_container #clients_testimonials .welcome {
     width:264px;
     display:block;
}
#clients_page_container #clients_testimonials .testi .testi_top {
     height:8px;
/*      background:url('../work/clients-logos/clients-bg.gif') no-repeat 0px -19px; */
     background:url('../images/clients-bg.gif') no-repeat 0px -19px;
}
#clients_page_container #clients_testimonials .testi .testi_bot {
     height:30px;
/*      background:url('../work/clients-logos/clients-bg.gif') no-repeat bottom; */
     background:url('../images/clients-bg.gif') no-repeat bottom;
}
#clients_page_container #clients_testimonials .testi .testi_mid {
     width:264px;
     background-color:#E3E3E3;
     padding:10px;
     color:#7D7E89;
     font-size:8pt;
}
#clients_page_container #clients_testimonials .testi .testi_from span {
     font-family:Arial; 
     font-size:9pt;
     font-weight:bold;
     color:#1E8928;
}

.testiby {
     font-weight:bold;
     padding-top:10px;
}
.testiby span {
     color:#545455;
     font-weight:bolder;
}
.testiby a {
    color:#358349;
}
.testiby a:hover {
    color:#358349;
    text-decoration:none;
}
h1.clients {
     cursor: pointer;
}

#testimonials_page_container {
     padding-bottom:20px;
     display: none;
}
#testimonials_page_container td {
     padding-left:20px;
     vertical-align:top;
}
#testimonials_page_container #clients_testimonials {
     padding-top:30px;
}
#testimonials_page_container #clients_testimonials .testi {
     width:264px;
     padding-top:10px;
     padding-bottom:10px;
}
#testimonials_page_container #clients_testimonials .testimonial {
}
#testimonials_page_container #clients_testimonials .welcome {
     width:264px;
     display:block;
}
#testimonials_page_container #clients_testimonials .testi .testi_top {
     height:8px;
/*      background:url('../work/clients-logos/clients-bg.gif') no-repeat 0px -19px; */
     background:url('../images/clients-bg2.gif') no-repeat 0px -19px;
}
#testimonials_page_container #clients_testimonials .testi .testi_bot {
     height:30px;
/*      background:url('../work/clients-logos/clients-bg.gif') no-repeat bottom; */
     background:url('../images/clients-bg2.gif') no-repeat bottom;
}
#testimonials_page_container #clients_testimonials .testi .testi_mid {
     width:264px;
/*      background-color:#E3E3E3; */
     background-color:#accca9;
     padding:10px;
     color:#435c40;
     font-size:8pt;
}
#testimonials_page_container #clients_testimonials .testi .testi_from span {
     font-family:Arial; 
     font-size:9pt;
     font-weight:bold;
     color:#1E8928;
}
img.left {
	border: 1px solid #eee;
	padding: 4px;
	background: #fff;
	float: left;
	margin-right: 10px;
	margin-bottom: 2px;
}

img.right {
	border: 1px solid #eee;
	padding: 4px;
	background: #fff;
	float: right;
	margin-left: 10px;
	margin-bottom: 2px;
}
img.rightnoborder {
	padding: 4px;
	background: #fff;
	float: right;
	margin-left: 10px;
	margin-bottom: 2px;
}


/** CONTACT CONTAINER **/
.contact_container table td {
    vertical-align:top;
    font-family:Arial;
}
.contact_container .block_top {
    background: url('../images/contactheader.gif') no-repeat;
    width:850px;
    height:20px;
    color:#fff;
    padding-top:4px;
    padding-left:25px;
    font-size:11px;
    font-weight:bolder;
}
.contact_container .block_content {
    background: #ececec;
    width:875px;
}
div.contact_block .block_content .content table td {
     vertical-align:top;
     padding-bottom:5px;
}
div.contact_block .block_content .content table.a {
     width:250px;
}
div.contact_block .block_content .content table.a td {
     padding-top:5px;
     padding-bottom:5px;
}
div.contact_block .block_content .content table.b {
     width:230px;
}
div.contact_block .block_content .content table.c {
     width:320px;
}
div.contact_block .block_content .content table td.submit {
     border-top:solid 1px #c3c2c7;
     padding-top:10px;
}
form.block_form input#submit_contact {
     width:116px;
     height:27px;
     background:url('../images/submitbt.gif') no-repeat;
     font-size:0pt;
     border:none;
}
div.contact_block .block_bottom {
    width:875px;
    height:6px;
    background: url('../images/contactfooter.gif') no-repeat;
    padding-left:20px;
}

#errormsg {
    color:red;
}






/** ADITIONAL STYLING FOR VERSION 3.0 **/
.v3 #main_content .content {
  padding-left:0px;
}
.v3 #subpage_right {
  width:310px;
  padding-top:10px;
}
.rmlink {
  background: url('../images/3.0/rightarrow.gif') no-repeat right 4px;
  color:#57a6dd;
  padding-right:13px;
}
.fpabout {
  background: url('../images/3.0/aboutbubble.jpg');
  width:472px;
  height:153px;
  padding-top:7px;
  padding-left:120px;
  padding-right:10px;
}
.clientstesti {
  background: url('../images/3.0/rightblock.jpg') no-repeat top;
  width:307px;
  height:327px;
  padding-top:20px;
}
.testimonials_block_content_3 .testi {
    width:300px;
    font-size:11px;
    line-height:12px;
}
.testimonials_block_content_3 .testi .testicon {
  height:170px;
  width:280px;
  overflow:hidden;
  text-align:justify;
  padding-left:15px;
  padding-top:5px;
  color:#716B6B;
}
.testimonials_block_content_3 .testi .testinav {
  text-align:right;
  font-size:10px;
  text-transform: UPPERCASE;
  font-family:Trebuchet MS;
}
.testimonials_block_content_3 .testi .testinav a {
  color:#57a6dd;
}
.testimonials_block_content_3 .testi .testi_sig {
  color:#fff;
  padding-left: 80px;
  padding-top:25px;
  line-height:15px;
}
.testimonials_block_content_3 .testi .testi_sig h4 {
  margin:0;
  font-size:11px;
  font-weight:bolder;
}
.testimonials_block_content_3 .testi .testi_sig a {
  color:#fff;
  font-weight:bolder;
}
.clientstesti .bottomlinks {
  padding-top:50px;
}
.newsrotator {
  background: url('../images/3.0/newsbg.gif') no-repeat;
  width:700px;
  height:27px;
  padding-top:15px;
  padding-left:210px;
  color:#686868;
}
.newsrotator .newsitem {
  width:680px;
}
.newsrotator .newslink {
  float:right;
  width:70px;
}
.newsrotator .newslink a {
  color:#57a6dd;
}
.newsrotator .newstext {
  float:left;
  width:610px;
}

/** FEEDBACK SIDE BUTTON **/
div.side_buttons_outer  {
  height:200px;
  position:fixed;
  right:0;
  top:250px;
  z-index:99;
}
div.side_buttons_inner {
  position:relative;
}

#wel-text{
	width:310px;
	float:right;
	margin:0px;
	padding:0 10px 0 0px;
	
}
.wel-text{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#333333;
	font-weight:bold;
	text-decoration:none;
	
	
}
.banner-img{
	float:left;
	margin:opx;
	padding:0px;
	width:520px;
	}