@import url('core.css');



/********************************************
        PRIMARY STYLES
********************************************/

.clear {clear: both;}

body {
  background: url(../images/core/bg.gif) repeat-x top left #000;
  color: #dbdbdb;
  font: normal normal normal 12px/18px Arial, Helvetica, sans-serif;
}

#logo {
  height: 126px;
  margin: 0 auto;
  vertical-align: bottom !important;
  width: 940px;
}

#logo a {display: block; width: 692px; height: 126px; float: left;}

#logo_phone {
  color: #bbb;
  float: right;
  font-size: 14px;
  width: 145px;
  margin: 50px 0 0 0;
}

#logo_phone img {
  margin-right: 10px;
  vertical-align: middle;
}

#navigation {
  margin: 0 auto;
  width: 940px;
}

#navigation li a {
  color: #fff;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: bold;
  height: 30px;
  line-height: 32px;
  padding: 4px 15px 0px 15px;;
  text-decoration: none;
}

#banner {
  background: url(../images/core/banner-trans.png) no-repeat top left;
  height: 320px;
  margin: 0 auto;
  width: 940px;
}

#banner div {
  padding-left: 700px;
  padding-top: 80px;
}

#banner h1 {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;
  margin-bottom: 10px;
}

#banner li {
  font-size: 14px;
  line-height: 30px;
  list-style-image: url(../images/core/banner-bullet.gif);
  margin-left: 35px;
}

#banner li.no-list-image {
  list-style-image: none !important;
}

#banner a {
  color: #f41d25;
  text-decoration: underline;
}

#content {
  margin: 10px auto 0 auto;
  width: 940px;
}

#primary {
  width: 660px!important;
  background: #1f1f1f;
}

#primary_body {
  background: #1f1f1f;
  margin: 0;
  padding: 20px 30px;
  min-height: 400px;
}

#primary_bottom {
  background: url(../images/core/bg-primary-bottom.gif) no-repeat bottom left;
  height: 17px;
}

#primary h1 {
  background: url(../images/core/bg-h1.gif) no-repeat top left;
  font-size: 18px;
  font-weight: normal;
  height: 55px;
  line-height: 55px;
  margin: 0;
  padding: 0 30px;
}

#primary p {
  line-height: 18px;
  margin: 0;
  padding-bottom: 18px;
}

#secondary {
  width: 270px;
  float: right;
}

#secondary_body {
  background: url(../images/core/bg-secondary.gif) no-repeat top left #1f1f1f;
  width: 250px;
  padding: 20px 0 0 20px!important;
  margin: 0px!important;
  min-height: 475px;
}

#secondary_bottom {
  background: url(../images/core/bg-secondary-bottom.gif) no-repeat bottom left;
  height: 17px;
  width: 270px;
}

#secondary h1 {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
}

#secondary a {
  color: #f21e2c;
}

#cta_address {
  background: url(../images/core/bg-cta-address.jpg) no-repeat top left;
  color: #000;
  height: 97px;
  padding: 21px 0 0 90px;
  width: 131px;
}

#cta_address li {
  line-height: 16px;
}

#cta_phone {
  background: url(../images/core/bg-cta-phone.jpg) no-repeat top left;
  color: #000;
  height: 97px;
  padding: 21px 0 0 90px;
  width: 131px;
}

#cta_phone li {
  line-height: 16px;
}

#footer {
  color: #656565;
  font-size: 11px;
  height: 40px;
  padding: 10px 30px 0 30px;
}

#footer p {
  display: block;
  float: left;
  margin-right: 10px;
  padding-top: 6px;
}

#sitemap {
  display: block;
  float: left;
}

#sitemap li {
  margin-right: 5px;
  padding-top: 6px;
}

#sitemap a {
  color: #656565;
  text-decoration: none;
}

#sitemap a:hover {
  color: #fff;
}

#navigation a:hover {
  background: url(../images/core/nav-hover.jpg) repeat-x top left;
}

body#p-index #nav-index {
  background: url(../images/core/nav-hover.jpg) repeat-x top left;
}

body#p-services #nav-services {
  background: url(../images/core/nav-hover.jpg) repeat-x top left;
}

body#p-about_us #nav-about {
  background: url(../images/core/nav-hover.jpg) repeat-x top left;
}

body#p-contact_us #nav-contact {
  background: url(../images/core/nav-hover.jpg) repeat-x top left;
}


ul.services {width: 300px; height: 200px; list-style-type: none; margin: 0 0 10px 0!important; float: left;}
ul.services li { float: left; width: 100px; margin: 10px 10px; display: inline; }

ul.services li.title {width: 250px;}
ul.services li.thumbs {clear: both;}


ul.agent_list {width: 400px; list-style-type: none; margin: 0 0 10px 0!important; float: left;}
ul.agent_list li {padding: 0 0 10px 0;}
ul.agent_list li.location {width: 200px; float: left;}

.aligncenter {text-align: center; margin: 0px 10px 0 10px!important;}

/********************************************
        LISTING STYLES
********************************************/

.list {margin: 0 0 0 20px; list-style: circle;}


.item_listing li div.img {
  border: 5px solid #C0C0C0;
  text-align: center;
  color: #C0C0C0;
}



/********************************************
        PRODUCT DETAIL STYLES
********************************************/



#p-product #content .img{
  border: 5px solid #C0C0C0;
  text-align: center;
  color: #C0C0C0;
  display: inline;
  float: left;
  height: 250px;
  margin-right: 20px;
  width: 250px;
}
#p-product #content .item{
  display: inline;
  float: left;
  width: 360px;
}


/********************************************
        DYANMIC PAGE DETAIL STYLES
********************************************/


#p-dynamic_page #content .img {
  border: 5px solid #C0C0C0;
  text-align: center;
  color: #C0C0C0;
  display: inline;
  float: left;
  height: 150px;
  margin-right: 20px;
  width: 150px;
}
#p-dynamic_page #content .item {
  display: inline;
}


/********************************************
        GOOGLE MAP STYLES
********************************************/



.googlemap{
  height:400px;
  width:600px;
}
.googlemap span{
  display: block;
  margin-bottom: 3px;
  text-align: center;
}

/********************************************
        BREADCRUMB STYLES
********************************************/



ul#breadcrumbs li {
  margin-right: 10px;
  font-size: 0.8em;
  
}
.googlemap span{
  display: block;
  margin-bottom: 3px;
  text-align: center;
}

