/* CSS Document */

body{background:#fff; color:#0F0F0F; font:15px/20px Arial, Helvetica, sans-serif; margin:32px 0 0; padding:0;}
div, ul, h1, h2, h3, li, p, img{margin:0; padding:0;}
ul{list-style-type:none;}

/* TOP PANEL*/
#topPanel{width:762px; height:116px; position:relative; margin:0 auto; padding:0;}
#topPanel img{width:230px; height:80px; z-index:1; padding:0; position:absolute; margin:0 0 0 21px;}
/* MENU PANEL*/
#topPanel ul{display:block; width:732px; height:36px; position:absolute; top:0; right:0; margin:11px 0 0; padding:0 29px 0 0; border-bottom:1px solid #AEAEAE;}
#topPanel ul li{float:right; font:12px/36px "Trebuchet MS",Arial, Helvetica, sans-serif; font-weight:bold;}
#topPanel ul li a{width:74px; height:36px; display:block; padding:0; color:#555; background:#fff; text-decoration:none; text-align:center; margin:0 1px 0 0; top:0px; left:0px;}
#topPanel ul li a:hover{width:74px; height:36px; text-decoration:none; background:url(images/button.gif) no-repeat 0 0 #AEAEAE; color:#fff;}
#topPanel ul li.active{width:74px; display:block; height:36px; background:url(images/button.gif) no-repeat 0 0 #AEAEAE; color:#fff; text-align:center; margin:0 1px 0 0;}
/* /TOP PANEL*/

/* BODY PANEL*/
#bodyPanel{width:762px; position:relative; margin:0 auto 25px auto; padding:0;}
#bodyPanel h2{ background:#fff; display:block; width:550px; height:50px; margin:0; font:30px/30px Georgia, "Times New Roman", Times, serif; font-weight:normal; 
			   padding:0 0 7px 202px; color:#FF7113;}
#bodyPanel p {background:url(images/symbol.jpg) 0 0 no-repeat #fff; margin:0 0 0 54px; padding:0 42px 30px 150px; color:#0F0F0F; text-align: justify;}
#bodyPanel p span{font-weight:bold;}
#bodyPanel p span.orange{font-weight:bold; color: #4a9819; font-size: 17px;}
#bodyPanel p span.header{font-weight:bold; margin: 61px;}
#bodyPanel p span.block{font-weight: normal; display: block; margin-top: 12px;}
#bodyPanel p span.contact{font:13px/15px Arial, Helvetica, sans-serif; font-weight: normal; display: block; margin: 0;}
#bodyPanel p span.author {display: block; font-weight: bold; font-style: italic; font-size: 13px; text-align: right;}
#bodyPanel p.dotline{background:url(images/dot-line.gif) 0 0 repeat-x #fff; padding:0; margin:0 40px 0 30px; color:#000;}

#bodyPanel h3{background:#fff; display:block; width:250px; height:34px; margin:47px 0 12px 0; font:30px/30px Georgia, "Times New Roman", Times, serif; font-weight:normal; padding:0 0 0 20px; color:#FF7113;}
#bodyPanel #embodytext{width:388px; height:243px; display:block; position:absolute; left: 0; top:189px; background:#fcf7f2; padding:16px 33px 0 43px; margin:43px 0 0 20px; color:#786321;}
#bodyPanel #embodytext p{background:none; margin:0; padding:0 0 5px 0;}
#bodyPanel #embodytext p span{display:block; margin: 7px 0 7px 0; color:#786321 !Important; background:#FFFAED !Important;}
#bodyPanel #embodytext span.actionCall{font-weight: normal; display: block; margin: 15px 0 25px 0;}
#bodyPanel #embodytext span a{width:705px; height:36px; padding:3px 0; background:#fff; color:#0081db; text-decoration:none; text-align:left; margin:0; font-weight:bold; font-size: 14px;}
#bodyPanel #embodytext span a:hover{width:705px; height:36px; text-decoration:none; background: #fff; font-weight:bold; color:#FC5F00;}


#bodyPanel #contact{width:500px; height:350px; display:block; position:relative; background:#fcf7f2; padding:7px 0 0 13px; margin:15px 0 15px 205px; color:#786321;}
#bodyPanel #contact p{background:none; margin:0; padding:0 0 5px 0;}
#bodyPanel #contact p span{display:block; margin: 7px 0 7px 0; color:#786321 !Important; background:#FFFAED !Important;}
#bodyPanel p.moretwo a:hover{background:url(images/more2.gif) 0 0 no-repeat #FFF5D6; color:#216EBD; text-decoration:none;}
#bodyPanel h4{ background:#fff; width:250px; height:30px; position:absolute; top:243px; right:5px; margin:0; font:30px/30px Georgia, "Times New Roman", Times, serif; font-weight:normal; padding:0px; color:#FF7113;}
#bodyPanel ul{width:225px; display:block; position:absolute; right:30px; top:293px; }
#bodyPanel ul li{font:12px/25px Arial, Helvetica, sans-serif; font-weight:normal; background:url(images/symbol2.gif) 0 8px no-repeat; padding:0 0 0 30px;}
#bodyPanel ul li a{width:225px; height:36px; padding:0; background:#fff; color:#0F0F0F; text-decoration:none; text-align:left; margin:0 1px 0 0; top:0px; left:0px;}
#bodyPanel ul li a:hover{width:225px; height:36px; text-decoration:none; background: #fff; font-weight:bold; color:#0F0F0F;}
#bodyPanel ul li.active{font:12px/25px Arial, Helvetica, sans-serif; font-weight:normal; background:url(images/symbol2-active.gif) 0 8px no-repeat; padding:0 0 0 30px;}
#bodyPanel ul span{ background:url(images/dot-line.gif) repeat-x 0 100%; height:25px; display:block;}

/*edits*/
#bodyPanel #contact .item {
  clear: both;
  padding: 5px 0;
  margin:0;
}
#bodyPanel #contact .item label {
  display:block; margin: 2px 0; color:#786321 !Important; background:#FFFAED !Important;
  width: 125px;
  float:left;
  font-weight: bold;
}

#bodyPanel #contact .item .form-item {
  width: 275px;
  float:left;
  border: 1px solid;
  font-size: 10pt;
  margin-bottom: 7px;
}
#bodyPanel #contact .item .error {
  border-color: #FF7113;
}
#bodyPanel #contact .item .error-message {
  color: #FF7113;
  margin-left: 10px;
  float: left;
  font-size: 10pt;
  display:block;
  width: 150px;
}
#bodyPanel #contact .item textarea.form-item {
  height: 120px;
}

#bodyPanel #contact #submit {
  margin-left: 340px;
}

#bodyPanel #contact .success {
  margin-left: 170px;
}

.clear {
  clear:both;
}

#bodyPanel #wideBlock {width:705px;  position:relative; margin:334px auto 7px auto; padding:0; background:#fff; color:#fff;}
#bodyPanel #wideBlock h3{background:#fff; display:block; width:705px; height:34px; margin:34px 0 13px 0; font:23px/19px Georgia, "Times New Roman", Times, serif; font-weight:normal; padding: 25px 0 0 0; color:#0081db;}
#bodyPanel #wideBlock p {background: #fff; ; margin:0; padding:0; color:#0F0F0F; text-align: justify;}
#bodyPanel #wideBlock img {background: #e8edfc; float: left; border: solid 1px #FC5F00; margin: 0 25px 3px 0; padding: 12px 0 25px 18px;}
#bodyPanel #wideBlock img.google {height: 254px; float: left; border: solid 1px #FC5F00; margin: 0 25px 3px 0; padding: 12px 7px 25px 7px;}
#bodyPanel #wideBlock img.solutions {height: 205px; float: left; border: solid 2px #FC5F00; margin: 0 25px 3px 0; padding: 0;}
#bodyPanel #wideBlock img.analytics {height: 170px; width: 210px; float: left; border: solid 1px #FC5F00; margin: 0 25px 10px 0; padding: 12px;}
#bodyPanel #wideBlock span.block{font-weight: normal; display: block; margin-top: 10px;}
#bodyPanel #wideBlock p a{width:705px; height:36px; padding:3px 0; background:#fff; color:#0081db; text-decoration:none; text-align:center; margin:0 ; 
font-weight:bold; font-size: 14px;}
#bodyPanel #wideBlock p a:hover{width:705px; height:36px; text-decoration:none; background: #fff; font-weight:bold; color:#FC5F00;}

#bodyPanel #lastBlock {width:705px;  position:relative; margin:14px auto 0 auto; padding:0; background:url(images/seo-assessment.gif) 0 0 no-repeat #FFF6DB;}
#bodyPanel #lastBlock span.mainText {margin:0; padding:0 7px 0 7px; color:#0F0F0F; text-align: justify;}
#bodyPanel #lastBlock span.note {float: right; width: 200px; margin: 16px 16px 3px 16px; padding: 7px; background-color: #9ccaf9; font-weight: normal; font-style: italic; font-size: 12px;}
#bodyPanel #lastBlock span.source {font-weight: bold; font-style: italic; font-size: 12px; text-align: left;}
#bodyPanel #lastBlock span.block{font-weight: normal; display: block; margin-top: 10px;}
#bodyPanel #lastBlock span a{width:705px; height:36px; padding:3px 0; background:#fff5d6; color:#0081db; text-decoration:none; text-align:center; margin:0 ; 
font-weight:bold; font-size: 14px;}
#bodyPanel #lastBlock span a:hover{width:705px; height:36px; text-decoration:none; background: #fff; font-weight:bold; color:#FC5F00;}


#webDevelopment {width:705px;  position:relative; margin:0 auto; padding:0; background:#fff;}
#webDevelopment ul.qualityMarks {position: relative; list-style-image: url(images/checkmark.gif); background: none; color:#0F0F0F; font:15px/20px Arial, Helvetica, sans-serif; font-weight:normal; margin:-15px 0 0 34px; padding: 0 3px; }
#webDevelopment li.qualityItem {background: none; padding-bottom: 7px; text-align: justify;}
#webDevelopment #development {width:695px; text-align: justify; padding: 10px 0 20px 10px; margin: 0;}
#webDevelopment #development span.promise {background:#fff5d6; display:block; width:695px; height:34px; color:#0081db; text-align: center; margin:16px 0 20px 0; font:20px/16px Georgia, "Times New Roman", Times, serif; font-weight:normal; padding: 15px 0 0 0;}
#webDevelopment #development a{width:75px; height:36px; padding:3px 0; background:#fff; color:#0081db; text-decoration:none; text-align:center; margin:0; font-weight:bold; font-size: 15px;}
#webDevelopment #development a:hover{width:75px; height:36px; text-decoration:none; background: #fff; font-weight:bold; color:#FC5F00;}

#webAnalytics {width:705px;  position:relative; margin:0 auto; padding:5px 0 15px 0; background:#fff;}
#webAnalytics p {background: #fff; ; margin:0 0 25px 0; padding:0; color:#0F0F0F; text-align: justify;}
#webAnalytics p a{width:705px; height:36px; padding:3px 0; background:#fff; color:#0081db; text-decoration:none; text-align:center; margin:0; font-weight:bold; font-size: 14px;}
#webAnalytics p a:hover{width:705px; height:36px; text-decoration:none; background: #fff; font-weight:bold; color:#FC5F00;}
#webAnalytics ul.serviceList {position: relative; list-style-image: url(images/checkmark.gif); background: none; color:#0F0F0F; font:15px/20px Arial, Helvetica, sans-serif; font-weight:normal; margin:-15px 0 0 34px; padding: 0 3px; }
#webAnalytics li.serviceItem {background: none; padding-bottom: 7px; text-align: justify;}

/* FOOTER PANEL*/
#footerPanel{width:100%;  background:#DCDCDC; color:#4C4C4C; font-size:12px;}
#footerbodyPanel{width:762px;height:133px; position:relative; margin:0 auto; padding:0;}
#footerPanel ul{width:320px; display:block; position:absolute; right:10px; top:33px; }
#footerPanel li{float:left; font:12px/15px Arial, Helvetica, sans-serif; font-weight:normal;}
#footerPanel ul li a{padding:0 6px; color:#4C4C4C; background:#DCDCDC; text-decoration:none;}
#footerPanel ul li a:hover{text-decoration:underline;}
#footerPanel ul li a.padl{padding:0 0 0 6px;}
#footerPanel p.copyright{background:#DCDCDC; display:block; position:absolute; top:54px; right:45px; color:#A64200;}
#footerPanel ul.templateworld{width:158px; background:#DCDCDC; color:#4C4C4C; display:block; position:absolute; top:74px; right:40px;}
#footerPanel ul.templateworld li a{background:#DCDCDC; display:block; color:#4C4C4C; text-decoration:none;}
#footerPanel ul.templateworld li a:hover{text-decoration:underline;}

#footerhtmlPanel{ width:86px; height:31px; display:block; position:absolute; top:34px; left:29px; margin:0; padding:0;} 
#footerhtmlPanel a{ width:86px; height:31px; display:block; background:url(images/html-img.gif) no-repeat 0 0 #DCDCDC; text-decoration:none; font:14px/31px "Trebuchet MS",Arial, Helvetica, sans-serif; color:#2F2F2F; text-transform:uppercase; padding:0 0 0 10px; position:absolute; top:0px; right:0px;}
#footerhtmlPanel a:hover{background:url(images/html-img.gif) no-repeat 0 0 #DCDCDC; color:#216EBD; text-decoration:none; }
#footercssPanel{ width:86px; height:31px; display:block; position:absolute; top:34px; left:115px; margin:0; padding:0;} 
#footercssPanel a{ width:86px; height:31px; display:block; background:url(images/css-img.gif) no-repeat 0 0 #DCDCDC; text-decoration:none; font:14px/31px "Trebuchet MS",Arial, Helvetica, sans-serif; color:#2F2F2F; text-transform:uppercase; padding:0 0 0 10px; position:absolute; top:0px; right:0px;}
#footercssPanel a:hover{background:url(images/css-img.gif) no-repeat 0 0 #DCDCDC; color:#216EBD; text-decoration:none; }

