body {
  /* #DBECF4; */
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  background-image: url(/images/bg_body.jpg);
  background-position: center;
  background-repeat: repeat-y;
}
form {
  padding: 0;
  margin: 0;
}
h1, h2, h3, h4, h5, h6, h7 {
  padding: 2px;
}
h1 {
  position: relative;
  font-size: 16px;
  color: #27769C;
  border-bottom: 1px solid #27769C;
}
h2 {
  position: relative;
  font-size: 14px;
  margin: 10px 0 0 0;
  color: #CC3387;
  font-weight: bold;
}
h3 {
  position: relative;
  font-size: 13px;
  margin: 10px 0 0 0;
  color: #27769C;
}
p {
  margin: 0;
  padding: 5px;
}
a:link, a:visited {
  text-decoration: underline;
  color: #333;
}
a:hover, a:active {
  text-decoration: underline;
  color: #666;
}
ul {
  margin: 5px 5px 5px 20px;
  padding: 3px;
}
#bodyContainer {
  width: 960px;
  margin: 0 auto;
  padding: 20px 0;
  
  background-color: #57A4CB;
}
#header {
  position: relative;
  background-image: url(/images/header_bg.jpg);
  background-repeat: repeat-x;
  background-position: top left;
  background-color: #B7D8E9;
  width: 100%;
  height: 150px;
  margin: 0 auto 0 auto;
}
#headerCompanyBranding {
  position: absolute;
  background-image: url(/images/header_curve.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  width: 580px;
  height: 150px;
}
#imgCompanyName {
  position: relative;
  top: 10px;
  left: 39px;
}
#imgCompanyLogo {
  position: relative;
  top: 8px;
  left: 50px;
}
#contactHeader {
  position: absolute;
  background-color: #DBECF4;
  right: 0px;
  width: 195px;
  height: 110px;
  padding: 20px;
  text-align: center;
  font-size: 18px;
  color: #27769C;
  /* temp hide */
  display: none;
}
#contactHeader h2 {
  margin: 0;
  padding: 0;
}
.smallForm {
  text-align: center;
  font-size: 15px;
  color: #27769C;
}
.smallForm p {
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 5px;
  font-size: 13px;
}
.smallForm label {
  float: left;
  width: 60px;
  padding: 0 4px 0 0;
  text-align: right;
  font-weight: normal;
  line-height: 20px;
}
.smallForm input {
  padding: 2px;
  margin: 0;
  border: 1px solid #C1D0D7;
  background-color: #D2E8F3;
  color: #27769C;
}
.smallForm .btn {
  margin: 0;
  padding: 2px;
  background-color: #57A4CB;
  border: 1px solid #C1D0D7;
  color: white;
  font-size: 14px;
}
/* 
Menu CSS
*/

#contentContainer {
  position: relative;
  background-image: url(/images/banner_bg.jpg);
  background-repeat: repeat-x;
  background-position: top left;
  background-color: White;
  margin-top: 20px;
  width: 100%;
}
#menuContainer {
  position: relative;
  height: 40px;
}
#menuBanner {
  position: absolute;
  left: 35px;
  background-image: url(/images/menu_bg.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  background-color: #57A4CB;
  width: 589px;
  height: 40px;
  font-size: 17px;
  font-weight: bold;
}
#menuBanner ul {
  list-style: none;
  margin: 10px 0 0 45px;
  padding: 0;
}
#menuBanner li {
  display: inline;
}
#menuBanner a:link, #menuBanner A:visited {
  padding: 3px 10px 2px 10px;
  color: #fff;
  text-decoration: none;
}
#menuBanner a:hover {
  color: #DBECF4;
  text-decoration: none;
}

/* 
Side Panel CSS
*/

#sidePanel {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 235px;
  background-color: #DBECF4;
  padding: 0;
  margin: 0;
  border-left: 20px solid #57A4CB;
  font-size: 11px;
  color: #333;
}
#sidePanel h2 {
  background-image: url(/images/side_banner_h2_bg.jpg);
  background-repeat: repeat-x;
  background-position: top left;
  background-color: #57A4CB;
  height: 55px;
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 17px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
}
#ourClients {
  margin: 0 15px;
}
.clientPanel {
  margin: 0 0 15px 0;
  padding: 4px;
  border: 1px solid #C1D0D7;
  background-color: White;
  text-align: center;
}
.clientPanel h3 {
  margin: 0;
  padding: 0;
  font-size: 11px;
  color: #333;
}
.clientPanel p {
  margin: 5px 10px;
  padding: 0;
  color: #666;
}
#clientLoginSection {
  margin: 0 15px;
  height: 130px;
}

/*
Page Content CSS
*/

#bodyContent {
  position: relative;
  width: 665px;
  padding: 20px;
  font-size: .8em;
  line-height: 1.5em;
  color: #333;
}

#contactBox {
  float: right;
  margin: 10px;
}
#servicesSection {
  margin-top: 10px;
}
#servicesSelection {
  margin-top: 10px;
  width: 300px;
}
.serviceInfo {
  margin-left: 40px;
}
#WebDesign {
  position: relative;
  border: 1px dashed #297BA4;
  background-color: #F7FBFD;
  margin-bottom: 20px;
  padding: 10px;
}
#WebDesign a {
  color: #297BA4;
}
#WebDesign h2 {
  font-size: 14px;
  position: relative;
  color: #297BA4;
  padding-left: 40px;
  height: 30px;
  background-image: url(/images/blue_ls.gif);
  background-repeat: no-repeat;
  background-position: center left;
}
#SEO {
  position: relative;
  border: 1px dashed #CC3387;
  background-color: #FDF7FA;
  margin-bottom: 20px;
  padding: 10px;
}
#SEO a {
  color: #CC3387;
}
#PPC {
  position: relative;
  border: 1px dashed #DBBC24;
  background-color: #FEFDF5;
  margin-bottom: 20px;
  padding: 10px;
}
#PPC a {
  color: #DBBC24;
}
.service2 {
  font-size: 14px;
  position: relative;
  color: #CC3387;
  padding-left: 40px;
  height: 30px;
  background-image: url(/images/purple_ls.gif);
  background-repeat: no-repeat;
  background-position: center left;
}
.service2 a {
  color: #CC3387;
}
.service3 {
  font-size: 14px;
  position: relative;
  color: #DBBC24;
  padding-left: 40px;
  height: 30px;
  background-image: url(/images/yellow_ls.gif);
  background-repeat: no-repeat;
  background-position: center left;
}
.service3 a {
  color: #DBBC24;
}
.engines {
  float: right;
  border-left: 1px solid #CC3387;
}

.directorName {
  text-align: right;
}

div.link_partner {
  margin: 10px 0;
}
div.link_partner h2 {
  font-size: 11px;
  line-height: 11px;
  margin: 0;
  margin-bottom: 3px;
  padding: 0;
}
div.link_partner p {
  font-size: 10px;
  line-height: 12px;
  margin: 0;
  padding: 0;
}

/*
Footer CSS
*/
#footer {
  visibility: hidden;
  position: relative;
  margin: 20px  0 0 0;
  width: 100%;
  height: 40px;
  background-color: #76B4D3;
  text-align: center;
}
#footer ul {
  list-style: none;
  margin: 3px 0 0 0;
  padding: 0;
  color: #fff;
  font-size: .8em;
}
#footer li {
  display: inline;
}
#footer a:link, #footer A:visited {
  padding: 3px 3px 3px 3px;
  color: #fff;
  text-decoration: none;
}
#footer a:hover {
  color: #DBECF4;
  text-decoration: none;
}

div.testimonial {
  margin: 20px 10px;
}

div.testimonial h2 {
  margin-right: 100px;
  border-bottom: 1px solid #c38;
}

div.testimonial p {
  margin: 0 10px;
}

div option, div select {
  font-size: 9px;
}

.error {
  color: #730012;
}
.general_form {
  text-align: right;
}
.compulsory_msg {
  font-size: 10px;
}
.standard_size_textarea {
  width: 280px;
  height: 80px;
}
.min_width {
  width: 1%;
}
/*=============================================================\
                         Table styles
\=============================================================*/

.form_table {
  background-color: #FCFCFC;
  border-collapse: collapse;
  width: 100%;
  empty-cells: show;
  margin-bottom: 15px;
  font-size: 11px;
}
.form_table caption {
   text-align: left;
   font-weight: bold;
   font-size: 13px;
   padding-bottom: 5px;
}
.form_table td, .form_table th {
  border: 1px solid White;
  padding: .5em;
  text-align: left;
}
.form_table th {
  white-space: nowrap;
  width: 25%;
  text-align: right;
}

input.txt {
  color: #000000;
  background-color: White;
  border: 1px solid #B6B6B6;
  width: 200px;
  font: normal 11px Arial, Helvetica, sans-serif;
  padding: 2px;
}

.align_left {
  text-align: left;
}