
/* ----- start:basics ------------------------- */

body {
  margin: 0;
  background-color: #111112;
}

a:link, a:visited {
  color: #71CEF5;
  text-decoration: none;
}

#footer a:link, #footer a:visited {
  color: #FFFD7B;
  text-decoration: none;
}

#header a:link, #header a:visited {
  color: #000;
  text-decoration: none;
}

#header a:active, #header a:hover {
  color: #FFEE5E;
  text-decoration: none;
}

a:active, a:hover {
  color: #FFBE00;
  text-decoration: none;
}

/* ----- end:basics ------------------------- */
/* ----- start:header ------------------------- */

#header {
  height: 119px;
  background-color: #fff;
}

#logo {
  float:left;
  width:320px;
  height:119px;
  background: url(imgs/logo.png) no-repeat top left;
}

#top_right {
  margin-left:320px;
}

#tr_top {
  height:80px;
  background: url(imgs/top_black_fade.png) repeat-x top left;
}

#tr_top span.first {
  margin-left:29px;
}

#tr_bot {
  background: url(imgs/top_orange_fade.png) repeat-x top left;
  height: 39px;
}

#tr_bot_left {
  height:39px;
  width:9px;
  float: left;
}

#tr_bot_right {
  margin-left:9px;
  line-height:39px;
  font-family: tahoma, verdana; arial;
  font-size: 0.75em;
  padding-left: 10px;
}

#tr_bot_right span {
  margin-right: 10px;
}

/* ----- end:header ------------------------- */
/* ----- start:main ------------------------- */

#main_space {
  height: 45px;
  background-color: #fff;
}

#main {
  background-color: #fff;
}

#main_left {
  float:left;
  width: 320px;
}

#main_right {
  margin-left:320px;
  width: 680px;
}

#main_header {
  height: 46px;
  font-family: trebuchet ms, verdana, arial;
  font-size: 1.8em;
  color: #185A81;
  border-bottom: 21px solid #DBDBDB;
  background: url(imgs/main_head_back.jpg) top right;
  position: relative;
}

#main_home {
  font-family: verdana, arial;
  font-size: 0.8em;
  color: #000;
  width: 900px;
  min-height: 300px;
  padding: 0px 60px 60px 60px;
}

#main_home1 {
  font-family: verdana, arial;
  font-size: 0.8em;
  color: #000;
  width: 900px;
  padding: 0px 60px 40px 60px;
}

#contact_left {
  font-family: verdana, arial;
  font-size: 0.8em;
}

#main_header_text {
  position: absolute;
  bottom: -9px;
}

#main_content {
  margin-top: 20px;
  font-family: verdana, arial;
  font-size: 0.8em;
  color: #000;
}

#main_content h1 {
  font-family: trebuchet ms, verdana, arial;
  font-size: 1.7em;
  color: #FFA032;
  margin: 0 0 15px 0;
  padding: 0;
  font-weight: normal;
}

h1 {
  font-family: trebuchet ms, verdana, arial;
  font-size: 1.7em;
  color: #FFA032;
  margin: 0 0 15px 0;
  padding: 0;
  font-weight: normal;
}

.main_content_left {
  width: 48%;
  float: left;
}

.main_content_right {
  margin-left: 50%;
}

table.pricing_table td {
  height: 30px;
  padding-right: 20px;
  border-bottom: 1px solid #ccc;
  line-height: 20px;
}

table.pricing_table td.title {
  font-family: verdana, arial;
  font-weight: bold;
  border-bottom: 2px solid #ccc;
} 

table.pricing_table_v2 td {
  height: 30px;
  padding-right: 20px;
  line-height: 20px;
}

table.pricing_table_v2 td.title {
  font-family: verdana, arial;
  font-weight: bold;
}

ul.additional_info {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #fff;
}

ul.additional_info li {
  min-height: 30px;
  padding: 8px 0 0 45px;
  margin: 0 0 20px 0;
  background: url(imgs/bullet_point_exclamation.png) 0 5px no-repeat;
  line-height: 1.5em;
}

#left_pictures {
  margin-top: 20px;
}

#left_pictures span {
  margin-right: 10px;
}

#left_order {
  margin-top: 20px;
  text-align: center;
}

/* ----- end:main ------------------------- */
/* ----- start:footer ------------------------- */

#footer_space {
  height:60px;
  background-color:#fff;
}

#footer {
  border-top: 3px solid #FFA032;
  background: url(imgs/footer_back.jpg) top left repeat-x #111112;
  min-height: 77px;
}

#footer_pad {
  padding: 30px;
  font-family: tahoma, verdana, arial;
  font-size: 0.7em;
}

#footer_left {
  float:left;
  width:320px;
  color: #fff;
}

#footer_right {
  margin-left:320px;
  width:680px;
  text-align:right;
}

#footer_right ul {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align:right;
}

#footer_right ul li {
  height:20px;
  float: left;
  padding: 0 6px 0 6px;
  margin-right: 6px;
  background-color: #4B4B4A;
  line-height: 20px;
  color: #FFFD7B;
}

/* ----- end:footer ------------------------- */
/* ----- start:misc ------------------------- */

.clear {
  clear:both;
}

.spacer30 {
  height: 30px;
  display: block;
}

/* ----- end:misc ------------------------- */