/* ========================== */
/* === Internal Structure === */
.content {
  background: url(../img/bg_intbody.png) 697px top no-repeat;
}

.main_content {
  background: #efefef;
  float: left;
  width: 642px;
  padding: 10px 10px 10px 45px;
  min-height: 440px;
  color: #333;
}

.content_col {
  width: 455px;
  padding: 10px 0;
  float: left;
  margin-top: 10px;
}

.content_col p {
  margin-bottom: 15px;
  line-height: 15px;
}

.content_side {
  color: #333;
  padding: 5px;
  width: 160px;
}


/* == Headlines == */
.main_content h1 {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 25px;
  font-weight: normal;
  color: #0066b3;
  border-bottom: 1px solid #d2d2d2; 
}

/* == Headlines == */
body.blog .main_content h1 {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 25px;
  font-weight: normal;
  color: #0066b3; 
  border-bottom: none;
}

.main_content h3 {
  font-size: 15px;
  line-height: 19px;
  color: #0066b3;
  font-weight: normal;
  margin: 5px 0 20px 0px;
}

/* == Breadcrumb == */
.breadcrumb {
  text-align: right;
  text-transform: uppercase;
  font-size: 9px;
}

.breadcrumb .selected {
  color: #555;
}

/* == Content Side Col == */
.content_side {
  background: #e5eaee;
  float: right;
  width: 170px;
  margin-top: 45px;
}

.content_side ul {
  border-bottom: 1px solid #d2d2d2;
  margin: 0 10px 10px;
}

.content_side h2 {
  font-size: 11px;
  text-transform: uppercase;
  color: #0066b3;
  margin: 15px 10px 3px;
}

.content_side li {
  border-top: 1px solid #d2d2d2;
  list-style: none;
  font-size: 12px;
  padding: 7px 0;
}

/* == Footer == */
.footer {
  /* margin: 0 0 0 -10px; */
  padding-left: 0;
  /* text-align: left; */
}


/* ========================== */
/* === Shared Side Blocks === */
.testimonial_single {
  padding: 5px 10px;
}

.testimonial_single img {
  float: left;
  margin: 0 5px 5px 0;
}

.testimonial_single cite {
  display: block;
  margin: 34px 0 7px;
  font-style: normal;
  font-size: 10px;
  line-height: 12px;
}

.testimonial_single cite strong {
  display: block;
}

.testimonial_single p {
  margin-bottom: 10px;
}

.testimonial_single .more {
  background: #0066b3;
  margin: 0 -10px -5px;
  padding: 5px 10px;
}

.testimonial_single .more a {
  color: #fff;
  text-transform: uppercase;
}


/* ========================= */
/* === Testimonials Page === */
.testimonial_featured {
  background: url(../img/img_featured_testimonial.png) no-repeat;
  height: 123px; width: 278px;
  padding: 40px 30px 0 155px;
  margin: 0 0 15px -4px;
  font-size: 15px;
  line-height: 18px;
  color: #2f3e4a;
}

.testimonial_featured blockquote span {
  font-size: 18px;
}

.testimonial_featured cite {
  margin-top: 8px;
  font-size: 10px;
  line-height: 13px;
  font-style: normal;
  display: block;
}

.testimonials_block {
  overflow: hidden;
}

.testimonial {
  float: left;
  border-left: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  width: 228px;
  padding: 12px 5px 15px 0;
  margin-left: -1px;
}

body.testimonials div.alt {
  float: right;
  padding-left: 15px;
  width: 202px;
}

.testimonial img {
  float: left;
  margin: 4px 10px 5px 0;
}

.testimonial cite {
  margin: 5px 0;
  display: block;
  font-style: normal;
  font-size: 10px;
}

.testimonial strong {
  display: block;
  font-size: 11px;
}


/* ===================== */
/* === Business Page === */
.content_side .form {
  padding: 10px;
  margin-bottom: 5px;
  overflow: hidden;
}

.content_side .form h4 {
  color: #333;
  font-size: 11px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
}

.content_side .form input {
  border: 1px solid #ccc;
  width: 138px;
  padding: 2px 5px;
  margin-bottom: 5px;
}

.content_side .form textarea {
  font: 11px Arial, Helvetica, sans-serif;
  border: 1px solid #ccc;
  padding: 4px;
  width: 140px;
  margin-bottom: 5px;
}

.content_side .form button {
  background: url(../img/btn_submit.png) no-repeat;
  border: none;
  float: right;
  color: #fff;
  text-transform: uppercase;
  width: 69px;
  padding: 2px 0 3px;
  font-size: 11px;
}


/* ================= */
/* === Blog Page === */
.blog_entry {
  background: #fff;
  border: 1px solid #e8e8e8;
  margin: -1px 0 10px;
  padding: 15px 20px 0;
  width:400px;
  float:left;
}

.blog_entry h3 {
  font-size: 21px;
  line-height: 25px;
  font-weight: normal;
  margin-bottom: 10px;
}

.blog_entry p {
  font-size: 12px;
  line-height: 16px;
}

.blog_entry img.inline {
  float: left;
  margin: 0 10px 10px 0;
}

.blog_entry a.learn_more {
  clear: both;
  background: url(../img/bg_learnmore.png) no-repeat;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  color: #fff;
  width: 83px;
  padding: 4px 0;
  margin-bottom: 10px;
}

.blog_footer p {
  border-top: 1px solid #d2d2d2;
  font-size: 11px;
  margin-bottom: 5px;
  padding-top: 3px;
}

.blog_nav {
  position: relative;
  height: 30px;
}

.blog_nav a {
  background: url(../img/bg_blognav.png) no-repeat;
  position: absolute;
  top: 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  color: #fff;
  width: 90px;
  padding: 3px 0;
}

.blog_nav .prev {
  left: 0;
}

.blog_nav .next {
  right: 0;
}

body.blog .content_side {
  background: none;
  padding: 0;
  width: 175px;
  float:right;
 /* margin-top:23px; */
}

body.blog .content_side .subscribe {
  background: url(../img/bg_subscribe.png) no-repeat;
  display: block;
  width: 161px;
  padding: 5px 10px;
  margin-bottom: 5px;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
}

body.blog .content_side h4 {
  color: #666;
  text-transform: uppercase;
  margin: 15px 0 5px;
  font-size: 11px;
}

body.blog .content_side ul {
  border: none;
  margin: 0;
}

body.blog .content_side li {
  border: none;
  padding: 2px 0;
}


/* ===================== */
/* === Products Page === */
.product_row {
  margin: 0 -3px 10px;
  padding-bottom: 5px;
  clear: left;
  overflow: hidden;
  _height: 200px;
  border-bottom: 1px solid #d2d2d2;
}

.product {
  float: left;
  display: inline;
  width: 144px;
  margin: 4px;
  _margin: 3px;
}

.product p {
  padding: 2px;
  margin-bottom: 5px;
}

.product .buy {
  background: url(../img/btn_buy.png) no-repeat;
  text-transform: uppercase;
  text-align: center;
  display: block;
  width: 40px;
  color: #fff;
  padding: 3px 0 2px;
}

.content_col_full {
	float:left;
	margin-top:10px;
	padding:10px 0;
	width:625px;
}