body {
  background-color: #FFFFFF;
  background-image: url(images/bg_1.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin: 0;
  padding: 0;
  width: 100%;
  }

#header {
  width: 942px;
  height: 166px;
  position: absolute;
  top: -10px;
  left: 50%;
  margin: 0;
  margin-left: -471px;
  background: transparent url(images/bg_header.png) no-repeat center top;
  padding: 0;
  }

#header_nav {
  position: absolute;
  top: 50px;
  right: 48px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 13px;
  list-style-type: none;
  }

#header_nav li {
  float: left;
  }

ul#header_nav li a {
  display: block;
  width: 90px;
  margin: 0;
  padding: 1px 0 1px 0;
  text-decoration: none;
  text-align: center;
  color: #A7A8AA;
  }

a.divider {
  border-right: #A7A8AA solid 1px;
  }

ul#header_nav li a.divider:hover {
  color: #6F6F6F;
  text-decoration: underline;
  border-right: #A7A8AA solid 1px;
  }

ul#header_nav li a.active {
  color: #006FB7;
  border-right: #A7A8AA solid 1px;
  }

ul#header_nav li a.active:hover {
  color: #006FB7;
  text-decoration: underline;
  border-right: #A7A8AA solid 1px;
  }

ul#header_nav li a.last:hover {
  color: #6F6F6F;
  text-decoration: underline;
  }

ul#header_nav li a.active_last {
  color: #006FB7;
  }

ul#header_nav li a.active_last:hover {
  color: #006FB7;
  text-decoration: underline;
  }

ul {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  color: #6F6F6F;
  }

ol {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  color: #6F6F6F;
  }

.tab_nav {
  position: absolute;
  bottom: -44px;
  right: 49px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  list-style-type: none;
  }

.tab_nav li {
  float: left;
  background: transparent url(images/bg_tab.png) no-repeat center top;
  }

ul.tab_nav li a {
  display: block;
  width: 142px;
  height: 47px;
  margin: 0;
  padding: 8px 0 0 0;
  text-decoration: none;
  text-align: center;
  color: #A7A8AA;
  }

ul.tab_nav li a.active {
  color: #006FB7;
  background: transparent url(images/bg_tab2.png) no-repeat center top;
  }

ul.tab_nav li a.active:hover {
  color: #006FB7;
  }

ul.tab_nav li a:hover {
  color: #6F6F6F;
  text-decoration: underline;
  }

#intro_1 {
  width: 942px;
  height: 352px;
  position: absolute;
  top: 150px;
  left: 50%;
  margin: 0;
  margin-left: -471px;
  background: transparent url(images/bg_intro1.png) no-repeat center top;
  padding: 0;
  }

#intro_2 {
  width: 942px;
  height: 492px;
  position: absolute;
  top: 150px;
  left: 50%;
  margin: 0;
  margin-left: -471px;
  background: transparent url(images/bg_intro2.png) no-repeat center top;
  padding: 0;
  }

#intro_3 {
  width: 942px;
  height: 786px;
  position: absolute;
  top: 160px;
  left: 50%;
  margin: 0;
  margin-left: -471px;
  background: transparent url(images/bg_main2.png) no-repeat center top;
  padding: 0;
  }

#intro_4 {
  width: 942px;
  height: 1391px;
  position: absolute;
  top: 160px;
  left: 50%;
  margin: 0;
  margin-left: -471px;
  background: transparent url(images/bg_main3.png) no-repeat center top;
  padding: 0;
  }

.gallery {
  float: left;
  width: 310px;
  height: 251px;
  margin: 63px 0 0 65px !important;
  }

#slider {
  width: 310px;
  height: 251px;
  position: absolute;
  top: 45px;
  left: 65px;
  margin: 0;
  padding: 0;
  list-style: none;
  }

#slider ul,

#slider li {
  width: 310px;
  height: 251px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  }

/* 
  define width and height of list item (slide)
  entire slider area will adjust according to the parameters provided here
*/

p#controls {
  margin: 0;
  position: relative;
  }

#prevBtn {
  display: block;
  margin: 0;
  overflow: hidden;
  width: 30px;
  height: 59px;
  position: absolute;
  left: -30px !important;
  top: 75px;
  }

#nextBtn {
  display: block;
  margin: 0;
  overflow: hidden;
  width: 30px;
  height: 59px;
  position: absolute;
  left: 310px !important;
  top:75px;
  }

#prevBtn a {
  display: block;
  width: 30px;
  height: 59px;
  background-image: url(images/btn_l_ghost.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  }

#nextBtn a {
  display: block;
  width: 30px;
  height: 59px;
  background-image: url(images/btn_r_ghost.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  }

h1 {
  font-family: Verdana,Geneva,sans-serif;
  margin: 30px 0 0 0;
  padding: 0 0 5px 5px;
  font-size: 25px;
  font-weight: normal;
  border-bottom: 1px solid #D0D0D0;
  }

h2 {
  font-family: Century Gothic,Trebuchet MS;
  text-align: right;
  margin: 0 0 40px 0;
  padding: 0 0 0 0;
  font-size: 12px;
  font-weight: normal;
  color: #006FB7;
  line-height: 1.2em;
  }

h3 {
  font-family: Verdana,Geneva,sans-serif;
  font-size: 22px;
  font-weight: normal;
  padding: 0 0 5px 5px;
  border-bottom: 1px solid #D0D0D0;
  color: #006FB7;
  margin: 25px 0 5px 0;
  }

span.h3_2nd {
  color: black;
  }

h4 {
  font-family: Verdana,Geneva,sans-serif;
  margin: 0;
  padding: 0 0 2px 2px;
  font-size: 16px;
  font-weight: normal;
  border-bottom: 1px solid #D0D0D0;
  }

h5 {
  font-family: Century Gothic,Trebuchet MS;
  text-align: right;
  margin: 0 0 15px 0;
  padding: 0 0 0 0;
  font-size: 12px;
  font-weight: normal;
  color: #006FB7;
  line-height: 1.2em;
  }

p {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  color: #6F6F6F;
  line-height: 1.8em;
  }

blockquote {
  font-family: Century Gothic,Trebuchet MS;
  font-size: 12px;
  color: #006FB7;
  }

#quote_name {
  position: absolute;
  right: 100px;
  }

.intro_text {
  width: 440px;
  float: right;
  margin: 10px 60px 0 0;
  }

.intro_text_2 {
  width: 830px;
  float: left;
  margin: 10px 0 0 50px;
  }

#read_more {
  display: block;
  width: 60px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  margin: 20px 0 0 0;
  padding: 1px 0 1px 0;
  text-decoration: none;
  text-align: center;
  color: #A7A8AA;
  }

#read_more:hover {
  color: #6F6F6F;
  text-decoration: underline;
  }

a.email {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  color: #006FB7;
  }

a.weblink {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  color: #006FB7;
  }

#main {
  width: 912px;
  height: 671px;
  position: absolute;
  top: 510px;
  left: 50%;
  margin: 0;
  margin-left: -456px;
  background: transparent url(images/bg_main.png) no-repeat center top;
  padding: 0;
  }

#main_1 {
  width: 430px;
  float: left;
  margin: 0 0 0 40px;
  }

#main_2 {
  width: 350px;
  float: right;
  margin: 0 40px 0 0;
  }

#main_3 {
  width: 430px;
  float: left;
  margin: 0 0 0 40px;
  }

.item_list li {
  list-style-type: circle;
  width: 240px;
  line-height: 2.3em;
  list-style-position: inside;
  border-bottom: 1px dotted #D0D0D0;
  }

#portfolio_list li {
  list-style-type: circle;
  line-height: 1.8em;
  }

#services_list_1 {
  float: right;
  }

#services_list_1 li {
  list-style-image: url(images/bullet.gif);
  list-style-type: circle;
  width: 170px;
  line-height: 2.2em;
  color: #006FB7;
  }

#services_list_1 li a {
  margin: 0 0 0 -15px;
  color: #006FB7;
  padding: 0 0 0 20px;
  }

#services_img {
  margin-top: 10px;
  float: left;
  }

#services_list_2 {
  float: left;
  }

#services_list_2 li {
  list-style-image: url(images/bullet.gif);
  list-style-type: circle;
  width: 170px;
  line-height: 3em;
  color: #006FB7;
  }

#services_list_2 li a {
  margin: 0 0 0 -15px;
  color: #006FB7;
  padding: 0 0 0 20px;
  }

#services_block {
  padding: 0 20px 25px 20px;
  border-right: #D0D0D0 dotted 1px;
  width: 300px;
  position: absolute;
  top: 106px;
  left: 50px;
  }

#site_map {
  padding: 0 20px 25px 20px;
  border-right: #D0D0D0 dotted 1px;
  width: 300px;
  height: 350px;
  position: absolute;
  top: 60px;
  left: 50px;
  }

#site_map_list li {
  list-style-type: circle;
  }

#site_map_list li a {
  list-style-type: circle;
  line-height: 1.5em;
  color: #006FB7;
  }

#contact_details {
  padding: 10px 20px 25px 20px;
  border-right: #D0D0D0 dotted 1px;
  width: 300px;
  height: 170px;
  position: absolute;
  top: 90px;
  left: 50px;
  }

#website_details {
  padding: 10px 20px 25px 20px;
  border-right: #D0D0D0 dotted 1px;
  width: 300px;
  height: 350px;
  position: absolute;
  top: 50px;
  left: 50px;
  }

#firefox {
  position: absolute;
  top: 650px;
  right: 250px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  color: #6F6F6F;
  line-height: 1.8em;
  }

#stats_1 {
  position: absolute;
  top: 650px;
  right: 32px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  color: #6F6F6F;
  line-height: 1.8em;
  }

#stats_2 {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  color: #6F6F6F;
  line-height: 1.8em;
  }

#footer_1 {
  width: 912px;
  height: 67px;
  position: absolute;
  top: 1180px;
  left: 50%;
  margin: 0;
  margin-left: -456px;
  background: transparent url(images/bg_footer1.png) no-repeat center top;
  padding: 0;
  }

#footer_2 {
  width: 912px;
  height: 65px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0;
  margin-left: -456px;
  background: transparent url(images/bg_footer2.png) no-repeat center top;
  padding: 0;
  }

#footer_3 {
  width: 912px;
  height: 67px;
  position: absolute;
  top: 945px;
  left: 50%;
  margin: 0;
  margin-left: -456px;
  background: transparent url(images/bg_footer1.png) no-repeat center top;
  padding: 0;
  }

#footer_4 {
  width: 912px;
  height: 67px;
  position: absolute;
  top: 1550px;
  left: 50%;
  margin: 0;
  margin-left: -456px;
  background: transparent url(images/bg_footer1.png) no-repeat center top;
  padding: 0;
  }

#footer_nav_1 {
  position: absolute;
  top: 15px;
  left: -25px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  list-style-type: none;
  }

#footer_nav_1 li {
  float: left;
  }

ul#footer_nav_1 li a {
  display: block;
  width: 60px;
  margin: 0;
  text-decoration: none;
  text-align: center;
  color: white;
  }

#footer_nav_2 {
  position: absolute;
  top: 15px;
  right: 30px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  list-style-type: none;
  }

#footer_nav_2 li {
  float: left;
  }

ul#footer_nav_2 li a {
  display: block;
  width: 60px;
  margin: 0;
  padding: 1px 0 1px 0;
  text-decoration: none;
  text-align: center;
  color: white;
  }

ul#footer_nav_1 a:hover {
  text-decoration: underline;
  }

ul#footer_nav_2 a:hover {
  text-decoration: underline;
  }

#copyright {
  color: #9FD6F1;
  padding: 0 4px 0 0;
  }