.clear { clear: both; }

body { 
  background: #060606 url(../images/bg.jpg) center top repeat-x;
  text-align: center; 
}

#wrapper {
  width: 940px;
  margin: 0 auto;
  text-align: left;
}

#main {
  width: 940px;
  padding-bottom: 14px;
  float: left;
  background: url(../images/header_body.png) no-repeat; 
}



/******************************************************************* TOP INFO *****/
/**********************************************************************************/

#top_info {
  width: 940px;
  height: 64px;
  float: left;
}

#top_phone {
  float: right;
  padding: 11px 14px 0 0;
}



/******************************************************************* HEADER *****/
/********************************************************************************/

#header {
  width: 940px;
  float: left;
}

#header_top {
  width: 940px;
  height: 12px;
  font-size: 1px;
  float: left;
  background: url(../images/header_top.png) no-repeat;
}

#header_content {
  float: left;
  width: 895px;
  padding: 0 22px;
  height: 389px;
  background: url(../images/header_body.png) no-repeat;
}

#header_image {
  width: 895px;
  height: 342px;
  float: left;
  background: url(../images/header_pic.jpg) no-repeat;
}

a#logo {
  display: inline;
  float: left;
  width: 320px;
  height: 50px;
  margin: 29px 410px 0 17px;
  text-indent: -99999px;
}

a#acc_link {
  display: inline;
  float: left;
  width: 140px;
  height: 170px;
  margin: -7px 0 0 0;
  text-indent: -99999px;
  background: url(../images/acc_link_hover.png) no-repeat;
}

a#acc_link:hover { background-position: 0 -245px; }



/******************************************************************* MENU *****/
/******************************************************************************/

ul#menu { float: left; background: url(../images/menu.png) no-repeat; }
ul#menu li { 
  width: 178px; 
  float: left; 
  padding-right: 1px; 
  height: 47px; 
}
ul#menu li.last { padding-right: 0; }
ul#menu li a {
  float: left;
  height: 47px;
  display: block;
  text-indent: -99999px;
  background: url(../images/menu.png) no-repeat;
  width: 178px;
}

ul#menu li a#link_01 { background-position: 0 0; }
ul#menu li a#link_02 { background-position: -179px 0; }
ul#menu li a#link_03 { background-position: -358px 0; }
ul#menu li a#link_04 { background-position: -537px 0; }
ul#menu li a#link_05 { width: 179px; background-position: -716px 0; }

ul#menu li a#link_01:hover, ul#menu li a#link_01.active { background-position: 0 -47px; }
ul#menu li a#link_02:hover, ul#menu li a#link_02.active { background-position: -179px -47px; }
ul#menu li a#link_03:hover, ul#menu li a#link_03.active { background-position: -358px -47px; }
ul#menu li a#link_04:hover, ul#menu li a#link_04.active { background-position: -537px -47px; }
ul#menu li a#link_05:hover, ul#menu li a#link_05.active { background-position: -716px -47px; }



/******************************************************************* SIDEBAR *****/
/*********************************************************************************/

#sidebar {
  padding: 23px 16px 0 22px;
  width: 277px;
  float: left;
}

#testimonial {
  width: 245px;
  border: 1px solid #070707;
  padding: 17px 15px 5px;
  margin-bottom: 23px;
  border-bottom: none; 
  background: #000 url(../images/sidebar_testimonial.png) repeat-x;
}

#testimonial p {
  font: bold 14px Arial, Helvetica, sans-serif;
  line-height: 14px;
  color: #fff;
  font-style: italic;
  margin-bottom: 14px;
}

#testimonial p.author { 
  font-size: 12px;
  font-style: normal;
}

a#newsletter_link, a#suppliers_link {
  width: 277px;
  height: 56px;
  margin-bottom: 13px;
  text-indent: -99999px;
  display: block;
  float: left; 
}

a#newsletter_link { background: url(../images/sidebar_newsletter_link.png) no-repeat; }
a#suppliers_link { background: url(../images/sidebar_suppliers_link.png) no-repeat; }



/******************************************************************* MAIN *****/
/******************************************************************************/

#content {
  width: 610px;
  padding: 0 0 28px 0;
  float: left;
  min-height: 390px;
}

h1 {
  float: left;
  width: 610px;
  height: 80px;
  text-indent: -99999px;
}

h2 {
  font: bold 18px Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 18px;
  margin-bottom: 18px;
}

h3 {
  font: bold 18px Arial, Helvetica, sans-serif;
  line-height: 18px;
  margin-bottom: 18px;
}

h4 {
  font: bold 14px Arial, Helvetica, sans-serif;
  width: 528px;
  float: left;
  line-height: 18px;
  margin: 18px 0;
  text-decoration: underline;
}

#content p {
  font: normal 12px Arial, Helvetica, sans-serif;
  line-height: 18px;
  color: #000;
  width: 528px;
  margin-bottom: 18px;
}

#content.home_content p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 24px;
}

#main_bot {
  width: 940px;
  height: 13px;
  float: left;
  background: url(../images/main_bot.png) no-repeat;
}

#content ul.numbered {
  float: left;
  margin: 0;
  padding-left: 17px;
  width: 511px;
}

#content ul.numbered li {
  padding: 4px 0 4px 21px;
  height: 16px;
}
#content ul.numbered li.num_1 { background: url(../images/bullet_1.png) 0 5px no-repeat; }
#content ul.numbered li.num_2 { background: url(../images/bullet_2.png) 0 5px no-repeat; }
#content ul.numbered li.num_3 { background: url(../images/bullet_3.png) 0 5px no-repeat; }
#content ul.numbered li.num_4 { background: url(../images/bullet_4.png) 0 5px no-repeat; }
#content ul.numbered li.num_5 { background: url(../images/bullet_5.png) 0 5px no-repeat; }

#content ul.numbered li a {
  font: normal 14px Arial, Helvetica, sans-serif;
  line-height: 16px;
  color: #000;
  text-decoration: none;
  float: left;
  padding: 0 2px;
}

#content ul.numbered li a:hover {
  color: #fff;
  background: #000;
}






/******************************************************************* MAIN BOTTOM *****/
/*************************************************************************************/

#contact_info { 
  float: left;
  width: 316px;
  padding-top: 7px; 
}
#contact_info_text { 
  float: left;
  padding: 12px 0 0 42px; 
}

#contact_info_text p {
  font: normal 12px Arial, Helvetica, sans-serif;
  color: #000;
  margin-top: 12px;
  line-height: 12px;
  width: 167px;
}
#contact_info_text p.title {
  font: bold 14px Arial, Helvetica, sans-serif;
  margin-top: 0;
  text-transform: uppercase;
  line-height: 14px;
  letter-spacing: -1px;
}

a#click_here {
  float: left;
  display: block;
  width: 68px;
  height: 61px;
  text-indent: -99999px;
  background: url(../images/sidebar_contact_badge.png) no-repeat;
}

a.view_map {
  margin-top: 19px;
  width: 66px;
  height: 27px;
  background: url(../images/sidebar_contact_map_bg.png) repeat-x; 
  font: bold 12px Arial, Helvetica, sans-serif;
  line-height: 27px;
  color: #fff; 
  float: left;
  text-align: center;
}

a.view_map:hover { text-decoration: none; }

a#main_bottom_consultation {
  float: left;
  display: block;
  width: 306px;
  height: 124px;
  text-indent: -99999px;
  background: url(../images/main_bottom_consultation.png) no-repeat;
}

a#main_bottom_more_info {
  float: left;
  display: block;
  width: 296px;
  height: 124px;
  text-indent: -99999px;
  background: url(../images/main_bottom_more_info.png) no-repeat;
}



/******************************************************************* FOOTER *****/
/********************************************************************************/

#footer {
  width: 896px;
  float: left;
  padding: 38px 22px 102px;   
}

#footer_nav_cont {
  float: left;
  width: 896px;
  height: 56px;
  border-top: 1px solid #808080;
  background: url(../images/footer_bg.png) left bottom no-repeat; 
}

ul#footer_nav li { 
  float: left;
  height: 55px;
  padding-right: 14px;
}
ul#footer_nav li a, #designer p, #designer p a { 
  font: normal 10px Arial, Helvetica, sans-serif;
  color: #808080;
  height: 55px;
  line-height: 55px;
}

#footer a:hover { text-decoration: none; }

#designer {
  float: right;
}

