@import 'https://fonts.googleapis.com/css?family=Assistant';
@import 'https://fonts.googleapis.com/css?family=Roboto';
@import 'https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css';

/* ---[TEXT STYLES] ------------------------------------------------------- */

* {
  margin: 0;
}
html,
body {
  font-family: 'Roboto', sans-serif;
}
img {
  border: none;
  max-width: 100%;
}
em {
  font-style: italic;
}
.content_images {
  padding: 10px 0 10px 0;
}
.space {
  width: 800px;
  clear: both;
  height: 235px;
}
#top_space {
  height: 5px;
  width: 100%;
  clear: both;
}
.holiday {
  background: url('http://assets.nomadicdisplay.com/img/holiday/holiday_whitebg1.jpg');
  width: 990px;
  height: 500px;
  padding: 0 0 0 2px;
}
.spaceTwo {
  width: 800px;
  clear: both;
  height: 120px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Assistant', sans-serif;
  font-weight: 600;
  color: #333333;
  margin-bottom: .5em;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}

b {
  font-weight: bold;
}
p {
  text-align: left;
  font-size: 14px;
  line-height: 20px;
}
a {
  color: #b6130e;
  text-decoration: none;
}
a:hover {
  color: #b6130e;
  text-decoration: underline;
}
ul {
  /*float:left;*/

  padding-left: 25px;
  list-style-type: disc;
  text-decoration: none;
  font-size: 14px;
}
ol {
  padding-left: 30px;
  list-style-type: decimal;
  text-decoration: none;
  font-size: 14px;
}
li {
  list-style-type: inherit;
  padding-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
}
br {
  clear: both;
}
strong {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
}
#header,
#main-nav {
  font-family: 'Assistant', sans-serif;
}
/*-----------------------------------------------------------
----------COMMON STYLES--------------------------------------*/

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.list-inline {
  list-style: none;
}
.list-inline li {
  display: inline-block;
}
.text-center {
  text-align: center;
}

.btn {
  font-size: 18px;
  font-family: 'Assistant', sans-serif;
  font-weight: bold;
  padding: 15px 25px;
  background: #e8e8e8;
  border-radius: 5px;
  color: #333333;
  line-height: 1.5;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 2px;
}


.btn:hover {
  text-decoration: none;
  background: #d8d8d8;
}

.btn.btn-primary {
  background: #A50F01;
  color: #fff;
}

.btn.btn-primary:hover {
  background: #b6130e;
}

.btn.btn-action .fa {
  font-size: .8em;
  padding-left: 10px;
}

/** Yellow Button ***/

.btnyellow {
  font-size: 18px;
  font-family: 'Assistant', sans-serif;
  font-weight: bold;
  padding: 15px 25px;
  background: #f79935 !important;
  border-radius: 5px;
  color: #333333;
  line-height: 1.5;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 2px;
}


.btnyellow:hover {
  text-decoration: none;
  background: #b35f05;
}


.btnyellow.btn-primary {
  background: #f79935;
  color: #fff;
}


.btnyellow.btn-primary:hover {
  background: #b35f05;
}

.btnyellow.btn-action .fa {
  font-size: .8em;
  padding-left: 10px;
}

/*** Custom Grid ***/
.container {
 
  display: block;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/*-----------------------------------------------------------
----------PAGE STYLES--------------------------------------*/

body {
  padding: 0;
  margin: 0;
  color: #333333;
  font-size: 15px;
  line-height: 1.5;
  margin: 0 auto;
  overflow-x: hidden;
}
body a {
  color: #a50f01;
}
/*body {
padding: 0;
margin: 0;
background:#b6130e url(../images/bg.jpg) repeat-y center top;
text-align:left;
font-family:verdana;
color: #383838;
font-size: 12px;
line-height:1.5;
 width: 100%;
display: table;
}*/

#wrapper-dist {
width:995px;
margin: 0 auto; /* the bottom margin is the negative value of the footer's height */
text-align:left; /*For IE6 Shenanigans*/

}

#wrapper {
  text-align: left;
  /*For IE6 Shenanigans*/

  padding: 0px 0 0;
}

#wrapper-dist {
  text-align: left;
  /*For IE6 Shenanigans*/

  padding: 0 0 0;
}

#header {
  margin: 0 auto !important;
  clear: both;
  height: auto !important;
  padding: 15px 0 5px;
}
@media only screen and (min-width: 768px) {
  #header {
    padding: 30px 0;
  }
}
#header:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
#logo {
  float: left;
}
ul.topNav {
  float: right;
  heigth: 50px;
  margin-top: 30px;
}
ul.topNav li {
  text-decoration: none;
  list-style-type: none;
  float: left;
  padding-left: 10px;
}
ul.topNav a {
  text-decoration: none;
  list-style-type: none;
  color: #FFFFFF;
}
ul.topNav a:hover {
  color: #999999;
}
.icons_v1 {
  margin-top: -5px;
  margin-right: 5px;
  padding-left: 0px;
  height: 15px;
  vertical-align: middle;
}
#container {
  width: 1050px;
  margin: 0 auto;
  background: #FFFFFF;
  overflow: hidden;
  padding: 0 0 15px 15px;
  position: relative;
}

#old-container {
  width: 991px;
  margin: 0 auto;
  background: #FFFFFF;
  overflow: hidden;
  padding: 0 0 40px 0;
  position: relative;
}

#container-dist{
  width: 1000px;
  margin: 0 auto;
  background: #FFFFFF;
  overflow: hidden;
  padding: 0 0 40px 0;
  position: relative;
}

#content-dist {
  width: 800px;
  float: left;
  padding: 5px 0 0 5px;
}


#content {
  width: 745px;
  float: left;
  padding: 5px 0 0 5px;
}
#content-ppc {
  width: 800px;
  float: left;
  padding: 5px 0 0 5px;
}
#contentmesssagge {
  float: left;
  padding: 20px 0 0 20px;
  width: 745px;
}
#contentSitemap {
  width: 100%;
  float: left;
  margin-left: 0px;
  background-color: #FFFFFF;
}

#old-contentSitemap {
  width: 990px;
  float: left;
  margin-left: 2px;
  background-color: #FFFFFF;
}


.line_break {
  width: 725px;
  float: left;
  border-bottom: 1px dotted #999999;
  /*padding:0 0 20px 0;*/
}
#side_bar {
  width: 200px !important;
  float: left;
  padding: 0 !important;
  margin: 0 !important;
}
#fake_sidebar {
  width: 100px;
  float: left;
  padding: 5px 15px 10px 10px;
}
#side_bar_contact {
  width: 200px;
  float: left;
  padding: 0 15px 2px 10px;
}
#side_bar_contact p {
  font-size: 12px;
  line-height: 25px;
}
.request_header {
  width: 180px;
  padding: 25px 0 15px 0;
  float: left;
  clear: both;
}
.request_header a {
  color: #FFF;
  text-align: left;
  font-size: 14px;
  text-decoration: none;
  position: relative;
  top: 140px;
  font-weight: bold;
}
.request_header {
  color: #FFFFFF;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.request_quote a {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
}
.quote_image a {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}
.quote_text {
  position: relative;
  top: 0;
  left: 0px;
}
.quote_image_displays {
  position: relative;
  top: -20px;
}
.quote_image_rentals {
  position: relative;
  top: 10px;
}
.quote_text a {
  color: #fff;
}
.quote_image {
  float: left;
  position: relative;
  top: 10px;
}
.linkedIn_btn {
  float: right;
  width: 135px;
  height: 21px;
  padding-top: 5px;
  text-decoration: none;
  list-style-type: none;
}
.linkedIn_btn2 {
  float: right;
  width: 80px;
  height: 21px;
  padding-top: 5px;
  text-decoration: none;
  list-style-type: none;
}
.coupon_btn {
  float: right;
  width: 250px;
  height: 30px;
  padding-top: 5px;
  text-decoration: none;
  list-style-type: none;
}
.madein_btn {
  float: right;
  width: 115px;
  height: 55px;
  padding-bottom: 5px;
  text-decoration: none;
  list-style-type: none;
}
.madein_btn1 {
  float: right;
  width: 115px;
  height: 55px;
  padding-bottom: 15px;
  text-decoration: none;
  list-style-type: none;
}
h1.main_title_madein {
  width: 600px;
  color: #b6130e;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  float: left;
  padding: 5px 0 5px 0;
}
h1.title_ppc {
  font-size: 26px;
  font-weight: bold;
  text-align: left;
  float: left;
}
.product_main_image {
  padding: 10px 10px 5px 0;
  clear: both;
}
.ppc_field {
  padding-left: 30px !important;
  width: 800 clear: both;
}
.product_main_image h1 {
  font-size: 22px;
  color: #FFFFFF;
  font-weight: bold;
  position: relative;
  top: -290px;
  left: 30px;
}
.graphic-source-btn {
  position: relative;
}
.quote_position {
  width: 400px;
  padding: 0 0 10px 2px;
  clear: both;
  float: right;
}
.quote_position h2 {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  float: left;
}
.quote_position p {
  font-size: 12px;
  color: #333333;
  float: left;
}
h2.subHeader {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  padding: 10px 0 10px 2px;
  clear: both;
}
h2.subHead_ppc {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  clear: both;
}
.subHeader1 {
  width: 600px;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  float: left;
  padding: 10px 0 10px 2px;
  clear: both;
}
.form_subheader {
  width: 320px;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  float: left;
  padding: 10px 0 10px 2px;
  clear: both;
}
h2.subHeaderSocial {
  font-size: 14px;
  width: 700px;
  color: #333333;
  font-weight: bold;
  float: left;
  padding: 10px 0 10px 0;
  clear: both;
}
.subHeaderLeft h2 {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
}
.subHeaderLeft {
  width: 250px;
  float: left;
  /*padding:10px 0 10px 2px;*/

  margin-left: 40px;
}
.subHeaderRight h2 {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
}
.subHeaderMiddle h2 {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  float: left;
  padding: 5px 18px 5px 18px;
}
.subHeaderMiddle h3 {
  font-size: 14px;
  color: #b6130e;
  font-weight: bold;
  text-align: center;
  float: left;
  padding: 5px 10px 5px 10px;
}
.subHeaderMiddle h3:hover {
  text-decoration: underline;
}
.subHeaderMiddle {
  position: relative;
  left: 30px;
}
.client_left {
  float: left;
  text-align: left;
  padding: 10px 0 10px 30px;
  width: 280px;
  display: block;
}
.client_center {
  float: left;
  text-align: left;
  padding: 10px 0 10px 30px;
  width: 280px;
  display: block;
}
.client_right {
  float: left;
  text-align: left;
  padding: 10px 0 10px 30px;
  width: 280px;
  display: block;
}
.dotted_divider {
  width: 720px;
  height: 5px;
  border-bottom: 1px dotted #666666;
}
.europe {
  width: 720px;
  position: relative;
  left: 13px;
  /*padding:10px 0 10px 2px;*/
}
.americas {
  width: 720px;
  position: relative;
  left: -15px;
  /*padding:10px 0 10px 2px;*/
}
.uk-left {
  float: left;
  margin: 0 0 0 50px;
}
.uk-right {
  float: right;
  margin: 0 90px 0 0;
}
.showroom_states {
  position: relative;
  left: 20px;
}
.left_text {
  float: left;
  padding: 10px 0 10px 30px;
  width: 205px;
  display: block;
}
.center_text {
  float: left;
  padding: 10px 0 10px 30px;
  width: 205px;
  display: block;
}
.right_text {
  float: left;
  padding: 10px 0 10px 30px;
  width: 205px;
  display: block;
}
.subHeaderMiddleEurope h2 {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  float: left;
  padding: 5px 20px 5px 20px;
}
.subHeaderRight {
  width: 350px;
  float: right;
  margin-right: 60px;
  /*padding:10px 0 10px 2px;*/
}
h2.showroomHeader {
  font-size: 14px;
  width: 230px;
  color: #333333;
  font-weight: bold;
  float: left;
  clear: both;
}
h2.subQuote {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  float: left;
  padding: 0 0 10px 2px;
  clear: both;
}
.main_copy h2 {
  font-size: 14px;
  width: 800px;
  color: #333333;
  font-weight: bold;
  float: left;
  padding: 10px 0 10px 2px;
  clear: right;
}
.banner_linkbtn {
  float: center;
  display: block;
  width: 200px;
}
.main_copy_left .content_left {
  width: 230px;
  float: left;
}
.content_left_dist {
  width: 350px;
  float: left;
}
.services_left {
  width: 230px;
  float: left;
  padding: 10px 0 0 0;
}
.promo_left {
  width: 230px;
  float: left;
  padding: 10px 0 0 0;
}
.services_left p {
  width: 230px;
  float: left;
  font-size: 14px;
  padding: 10px 0 0 0;
}
.services_left h2 {
  width: 215px;
  float: left;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  padding: 30px 0 10px 0;
}
.services_center {
  width: 230px;
  float: left;
  position: relative;
  left: 30px;
  padding: 10px 0 0 0;
}
.promo_center {
  width: 230px;
  float: left;
  position: relative;
  left: 30px;
  top: 15px;
  padding: 10px 0 0 0;
}
.thumb-checked {
  float: left;
}
.thumbLeft p {
  position: relative;
  left: 5px;
}
.promo_thumbs {
  float: left;
}
.thumbLeft {
  float: left;
  margin: 15px 45px 15px 0;
}
.services_center h2 {
  width: 215px;
  float: left;
  text-align: center;
  padding: 30px 0 10px 0;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
}
.services_center p {
  width: 220px;
  float: left;
  font-size: 14px;
  padding: 10px 0 0 0;
}
.services_right {
  width: 230px;
  float: right;
  clear: right;
  padding: 10px 0 0 0;
}
.services_right h2 {
  width: 230px;
  float: right;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  padding: 30px 0 10px 0;
}
.services_right p {
  width: 220px;
  float: right;
  font-size: 14px;
  padding: 10px 0 0 0;
}
#services_container {
  width: 720px;
  padding-top: 20px;
}
.content_center {
  width: 230px;
  float: left;
  margin-left: 13px;
}
.content_right {
  width: 230px;
  float: right;
}
.content_right_dist {
  width: 350px;
  float: right;
}
.content_left h1 {
  color: #b6130e;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  float: left;
  padding: 5px 0 5px 0;
  clear: both;
}
.content_right h1 {
  color: #b6130e;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  float: left;
  padding: 5px 0 5px 0;
  width: 400px;
  clear: right;
}
.content_left_dist h1 {
  color: #b6130e;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  float: left;
  padding: 5px 0 5px 0;
  clear: both;
  width: 350px;
}
.content_right_dist h1 {
  color: #b6130e;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  float: left;
  padding: 5px 0 5px 0;
  width: 400px;
  clear: right;
}
.content_left p {
  float: left;
  padding: 15px 5px 15px 0;
  font-size: 12px;
}
.content_center p {
  float: left;
  padding: 15px 5px 15px 0;
  font-size: 12px;
}
.content_right p {
  float: left;
  padding: 15px 5px 15px 0;
  font-size: 12px;
}
.content_left_dist p {
  float: left;
  padding: 15px 5px 15px 0;
  font-size: 12px;
}
.content_right_dist p {
  float: left;
  padding: 15px 5px 15px 0;
  font-size: 12px;
}
.cookie {
  padding: 15px 5px 15px 0;
}
.green {
  float: right;
}
/*p.main_copy {
float:left;
padding:15px 5px 15px 0;
width:730px;
clear:both;
font-size:12px;
}*/

.main_copyfrank {
  float: left;
  padding-left: 160px;
  padding-top: 10px;
  width: 770px;
  clear: both;
  font-size: 12px;
}
.main_copy_testimonial {
  font-size: 14px;
  color: #666666;
  text-align: left;
  float: left;
  padding-left: 330px;
  font-weight: normal;
  line-height: 20px;
}
.main_copy {
  float: left;
  padding: 5px 5px 5px 0;
  width: 730px;
  clear: both;
  font-size: 14px;
}
.main_copy1 p {
  float: left;
  padding: 5px 5px 5px 0;
  width: 730px;
  clear: both;
  font-size: 15px;
}
.main_copy_green {
  float: left;
  padding: 5px 5px 5px 0;
  width: 550px;
  clear: both;
  font-size: 14px !important;
}
.main_copy_green p {
  line-height: 25px;
}
#swf_container {
  max-width: 800px;
  max-height: 800px;
}
.main_copy ul {
  padding: 15px 0 10px 25px;
}
.main_copy_showrooms {
  float: left;
  position: relative;
  top: -20px;
  width: 730px;
  font-size: 12px;
}
#left_container {
  float: left;
  padding: 5px 5px 5px 0;
  width: 400px;
}
#right_container {
  float: right;
  padding: 5px 5px 5px 0;
  width: 300px;
  position: relative;
  top: -40px;
}
.movie1 {
  float: left;
  padding: 0 0 0 0;
}
.movie2 {
  float: left;
  padding: 0 0 0 35px;
}
.movie3 {
  float: right;
  padding: 0 28px 0 0;
}
#left_container p {
  font-size: 14px !important;
  color: #333333;
}
#left_container h2 {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
}
.main_copy p {
  line-height: 25px;
  clear: right;
}
.main_copy_ent {
  float: left;
  padding: 15px 5px 15px 0;
  width: 330px;
  font-size: 14px;
}
.main_copy_ent p {
  line-height: 25px;
}
.ent_img {
  width: 300px;
  float: right;
  clear: right;
  padding: 10px 0 10px 0;
}
p.main_copy_bottom {
  float: left;
  padding: 15px 5px 45px 0;
  width: 730px;
  clear: both;
  font-size: 14px;
}
#quote_section {
  width: 710px;
  height: 230px;
  padding-top: 5px;
  padding-bottom: 5px;
  clear: both;
}
.display_pics {
  width: 233px;
  margin-left: auto;
  margin-right: auto;
}
.quote_display img {
  float: left;
  padding: 15px 0 0 0;
}
.quote_text {
  float: right;
  padding: 15px 0 0 0;
  width: 450px;
}
.quote_text h3 {
  width: 380px;
  font-size: 14px;
  color: #666666;
  text-align: left;
  float: right;
  padding: 2px 0 0 0;
  font-weight: normal;
  line-height: 20px;
}
#quote_section_testimonial {
  width: 710px;
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  clear: both;
}
.quote_text_testimonial {
  float: right;
  padding: 15px 0 0 0;
  width: 700px;
}
.quote_text_testimonial h3 {
  width: 700px;
  font-size: 14px;
  color: #666666;
  text-align: left;
  float: right;
  padding: 2px 0 0 0;
  font-weight: normal;
  line-height: 20px;
}
.quote_gallery {
  float: left;
  padding: 15px 0 0 0;
  width: 750px;
}
.quote_gallery h3 {
  font-size: 14px;
  color: #666666;
  text-align: left;
  float: left;
  padding: 2px 0 0 0;
  font-weight: normal;
  width: 700px;
  line-height: 20px;
}
.quote_text img {
  float: left;
  padding: 0 0 0 0;
}
.clients_btn {
  float: left;
  padding: 10px 0 0 70px;
}
.clients_btn a {
  color: #b6130e;
}
.left_col {
  width: 325px;
  float: left;
  padding-right: 10px;
}
.right_col {
  width: 350px;
  float: right;
  padding-right: 20px;
}
.left_col_seo {
  width: 250px;
  float: left;
  padding-right: 10px;
}
.right_col_seo {
  width: 425px;
  float: right;
  padding-right: 20px;
}
.left_col_form {
  width: 300px;
  float: left;
  padding-right: 10px;
}
.right_col_form {
  width: 410px;
  float: right;
  padding-right: 0px;
}
.left_col_form_contact {
  width: 410px;
  float: left;
  padding-left: 20px;
}
.right_col_form_contact {
  width: 280px;
  float: right;
  padding-right: 0px;
}
.left_form_ppc {
  width: 410px;
  float: left;
  padding-left: 20px;
}
.right_form_ppc {
  width: 320px;
  float: right;
  padding-right: 0px;
}
.email_submit_btn {
  background-color: #b6130e;
  padding-top: 15px;
  padding-left: 20px;
  -moz-border-radius: 6px;
  width: 180px;
  height: 40px;
}
h9 {
  color: #b6130e;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: bold;
}
h14 {
  color: #075a8d;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: bold;
}
h10 {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 35px;
  font-weight: regular;
}
h11 {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: regular;
}
h12 {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: regular;
}
.left_col_email {
  width: 410px;
  float: left;
  padding-left: 0px;
  padding-top: 20px;
  padding-bottom: 30px;
}
.right_col_email {
  width: 300px;
  float: right;
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom: 30px;
}
.ppc_image {
  float: left;

  padding-left: 100px;

}
.body_ppc {
  width: 1060px;
}

.left_col_ppc {
  width: 460px;
  float: left;
  padding-left: 100px;
  padding-top: 15px;
  padding-bottom: 30px;
}
.right_col_ppc {
  width: 320px;
  float: left;
  padding-top: 15px;
  padding-right: 0px;
  padding-left: 100px;
  padding-bottom: 30px;
}
.left_col_email1 {
  width: 410px;
  float: left;
  padding-left: 60px;
  padding-top: 20px;
  padding-bottom: 30px;
}
.email-thankyou {
  width: 550px;
  float: left;
  padding-left: 30px;
  padding-top: 20px;
  padding-bottom: 30px;
}
.right_col_email1 {
  width: 280px;
  float: right;
  padding-top: 20px;
  padding-right: 70px;
  padding-bottom: 30px;
}
.email_image {
  float: right;
  padding-top: 200px;
  padding-right: 50px;
}
.email-copy {
  float: left;
  width: 900px;
  font-size: 14px;
  padding-top: 20px;
  padding-left: 60px;
  line-height: 20px;
  text-align: left;
}
.email-copy p {
  float: left;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #383838;
}
.email-copy1 {
  width: 600px;
  font-size: 14px;
  padding-top: 20px;
  padding-left: 0px;
  line-height: 20px;
  text-align: left;
}
div.anniversary-copy1 {
  width: 900px !important;
  margin-left: 30px !important;
}
.anniversary-copy {
  float: left;
  width: 900px !important;
  font-size: 14px;
  padding-top: 20px;
  line-height: 20px;
  text-align: left;
  color: #383838;
}
div.emailtitle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px !important;
  color: #b6130e;
  font-weight: bold;
  padding: 0px;
  text-align: left;
  width: 500px;
}
.email-title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px !important;
  color: #b6130e;
  font-weight: bold;
  text-align: left;
  width: 500px;
  padding-left: 60px;
  padding-top: 60px;
}
.anniversary-title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px !important;
  color: #b6130e;
  font-weight: bold;
  text-align: left;
  width: 500px;
  padding-left: 60px;
  padding-top: 30px;
}
.email-title2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px !important;
  color: #b6130e;
  font-weight: bold;
  text-align: left;
  width: 500px;
  padding-left: 60px;
  padding-top: 5px;
}
.email-title1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px !important;
  color: #b6130e;
  font-weight: bold;
  text-align: left;
  width: 500px;
  padding-left: 0px;
  padding-top: 0px;
}
.form_color {
  background: #b42025 !important;
  height: 350px;
  width: 300px;
  alignment-adjust: auto;
  padding-left: 20px;
  padding-right: 50px;
}
.col1 {
  width: 175px;
  float: left;
  padding-right: 5px;
}
.col2 {
  width: 175px;
  float: left;
  padding-right: 5px;
}
.col3 {
  width: 175px;
  float: left;
  padding-right: 5px;
}
.col4 {
  width: 175px;
  float: left;
  padding-right: 5px;
}
.left_col_semi {
  width: 380px;
  float: left;
  padding-right: 10px;
}
.right_col_semi {
  width: 350px;
  float: right;
  padding-right: 20px;
}
/*---------------------------------------------------------
--------------SIDEBAR CSS-----------------------------*/

.menu_list {
  width: 180px;
  float: left;
}
textarea {
  width: 380px;
  height: 200px !important;
}
.like_most {
  width: 275px;
}
.menu_head {
  font-family: 'Assistant', sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
}
.menu_body {
  font-size: 13px;
  padding-left: 25px;
  margin-bottom: 5px;
  display: block !important;
}
.menu_body a {
  display: block;
  color: #333333;
  padding-bottom: 1px;
}
.menu_body li {
  list-style-type: none;
}
span.side_bar_header {
  font-family: 'Assistant', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #333333;
}
/*---------------------------------------------------------
--------------HOMEPAGE CSS-----------------------------*/
.client-logo-section {
  background: #f2f2f2;
  padding: 70px 0;
}

.client-logo-section ul {
  margin: 0 -30px;
  display: block;
  box-sizing: border-box;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .client-logo-section ul {
    margin: 0;
  }
}

.client-logo-section img {
  height: 54px;
  width: auto;
  padding: 0 30px;
}


.call-button-section {
  background: #ffffff;

}

.call-button-section ul {
  margin: 0 30px;
  display: block;
  box-sizing: border-box;
  padding: 0;
}
.call-button-section img {
  height: 160px;
  width: auto;
  
}


#homepage-content {
 padding: 70px 0;
 
}


.main_copyHome,
.main_copyHomeRight {
  box-sizing: border-box;
}

.main_copyHome {
}
.main_copyHome p {
	  
  margin-bottom: 15px;
}


.main_copyHomeRight ul {
  list-style: none;
  font-weight: 600;
  font-family: 'Assistant';
  color: #A50F01;
  padding: 0;
}
.main_copyHomeRight ul li {
  font-size: 24px;
  padding: 15px 0;
}
.main_copyHomeRight ul img {
  width: 70px;
  vertical-align: middle;
  display: inline-block;
  margin: 0 35px 0 0;
}
.main_copyHomeRight ul span {
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  .main_copyHome,
  .main_copyHomeRight {
    float: left;
  }

  .main_copyHome {
    width: 66.6666%;
    padding-right: 60px;
  }

  .main_copyHomeRight {
    widows: 33.3333%;
  }
}

.browse-the-gallery-section {
  background-size: cover;
  padding: 100px 0;
}

.browse-the-gallery-section .btn {
  border: 2px solid #fff;
  background: rgba(0,0,0,.65);
  color: #fff;
}

.browse-the-gallery-section .btn:hover {
  background: rgba(0,0,0,.85);
}

.promise-section {
  padding: 90px 0;
  background: url('images/cross-pattern.png') top center;
}
.promise-section h2 {
  font-size: 36px;
  line-height: 52px;
    margin-bottom: 80px;
}
.promise-section ul {
  padding: 0;
  display: block;
    margin: 0 auto;
    width: 221px;
}
.promise-section li {
  text-align: center;
  display: block;
  float: left;
  font-weight: bold;
  font-family: 'Assistant', sans-serif;
  font-size: 20px;
  color: #A50F01;
  margin-bottom: 50px;
  width: 221px;
}

.promise-section li img {
  margin-bottom: 31px;
}

@media only screen and (min-width: 768px) and (max-width: 990px) {
  .promise-section ul {
    width: 442px;
  }
  .promise-section li {
  }

  .promise-section li img {
    margin-bottom: 28px;
  }
}

@media only screen and (min-width: 991px) {
  .promise-section ul {
    width: 884px;
    margin: 0 auto;
  }
  .promise-section li {
    width: 221px;
  }

  .promise-section li img {
    margin-bottom: 52px;
  }
}

.virtual-tour-section {
  background-size: cover;
  padding: 180px 0;
}

.virtual-tour-section .btn {
  border: 2px solid #fff;
  background: rgba(0,0,0,.65);
  color: #fff;
}

.virtual-tour-section .btn:hover {
  background: rgba(0,0,0,.85);
}

.testimonial-section {
  padding: 30px 0;
  background-size: cover;
  color: #fff;
}

.testimonial-section ul {
  list-style: none;
  padding: 0;
}

.testimonial-section li {
  box-sizing: border-box;
}

.testimonial-section li .testimonial-img,
.testimonial-section li .testimonial-text {
  float: left;
  display: block;
  padding: 0 25px;
  box-sizing: border-box;
}

.testimonial-section li .testimonial-text {
  text-align: center;
  font-family: 'Assistant', sans-serif;
  line-height: 1.4;
}

.testimonial-section li .testimonial-quote {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 30px;
}

.testimonial-section li .testimonial-from {
  font-size: 18px;
  font-weight: bold;
}

#testimonials {
  padding-bottom: 70px;
  position: relative;
}

.testimonial-section .unslider-nav {
  bottom: 0px;
}

.testimonial-section .unslider-arrow {
  bottom: 4px;
}


@media only screen and (min-width: 768px) {
  .testimonial-section li .testimonial-img,
  .testimonial-section li .testimonial-text {
    width: 50%;
  }

  .testimonial-section li .testimonial-img {
    padding-left: 0;
  }

  .testimonial-section li .testimonial-text {
    padding-right: 0;
  }

  .testimonial-section .unslider-nav,
  .testimonial-section .unslider-arrow {
    left: 50%;
    max-width: 495px;
    padding-left: 10px;
  }

  .testimonial-section .unslider-arrow {
    position: absolute;
    color: #fff;
    z-index: 22;
    transform: translateX(252px);
  }

  .testimonial-section .unslider-arrow.prev {
    left: 50%;
    margin-left: -55px;
  }

  .testimonial-section .unslider-arrow.next {
    right: 50%;
    margin-right: -55px;
  }
}

/*---------------------------------------------------------
--------------BREADCRUMB CSS-----------------------------*/

ul.breadcrumb {
  padding: 0 0 20px;
  float: left;
  width: 580px;
  text-align: left;
  clear: right;
}
.breadcrumb li {
  text-decoration: none;
  float: left;
  line-height: 2.3em;
  padding-left: .75em;
  padding-right: 10px;
  color: #666666;
  font-size: 10px;
  text-align: left;
  list-style-type: none;
}
.breadcrumb li a {
  position: relative;
  padding-right: 10px;
  color: #666666;
}
.breadcrumb li a:before {
  content: '';
  position: absolute;
  top: -6px;
  left: 100%;
  border-left: 7px solid rgb(204,204,204);
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.breadcrumb li a:after {
  content: '';
  position: absolute;
  left: 100%;
  top: -4px;
  border-left: 6px solid #ffffff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
/*---------------------------------------------------------
----------------------COOKIE CONTROL-------------------------*/

.ccc-inner span.h2 {
  background-color: #f0942b;
  background-position: 9px 6px;
  border-radius: 3px 3px 0 0;
  color: #fff;
  font-size: 1.3em;
  font-weight: bold;
  margin: 0;
  display: block;
  padding: 10px 9px 8px 44px;
}
/*---------------------------------------------------------
----------------------NAVIGATION-------------------------*/
/*#navigation {

width:995px;
height:50px;
clear:both;
background-image:url(../images/nav_background.png);
background-repeat:no-repeat;
margin: 0 auto;



}*/

.nav li {
  padding-left: 15px;
}
.nav_divider {
  padding: 0 2px 0 2px;
  color: #999999;
  position: relative;
  top: 0;
  /*background:url(../img/nav_sep.jpg) no-repeat right center;*/

  float: left;
  line-height: 50px;
  list-style-type: none;
  width: 1px;
  height: 17px;
}
.home_icon {
  position: relative;
  top: 0;
}
#navigation li {
  list-style-type: none;
  float: left;
  line-height: 18px !important;
  font-weight: bold;
  margin: 15px 0 0 5px;
  color: #848484;
}
#navigation a {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  list-style-type: none;
  font-size: 14px;
  float: left;
  line-height: 18px !important;
}
#navigation a:link {
  color: #00000;
}
/* unvisited link */

#navigation a:visited {
  color: #000000;
}
/* visited link */

#navigation a:hover {
  color: #333333;
}
/* mouse over link */

#navigation a:active {
  color: #b6130e;
}
/* selected link */

li.active_home {
  position: relative;
  top: 0;
  left: -10px;
}
#main_image {
  width: 995px;
  height: 427px;
}
#subContents {
  background-color: #FFFFFF;
  width: 991px;
  clear: both;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 0 0 0;
}

#old-subContents {
  background-color: #FFFFFF;
  width: 991px;
  clear: both;
  overflow: hidden;
  margin: 0 auto;
  padding-bottom: 30px;
}
#subContents h1 {
  padding: 20px 20px 10px 30px;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
#subContents h2 {
  padding: 20px 0 0 30px;
  text-align: left;
  clear: both;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
#subContents p {
  padding: 20px 20px 10px 30px;
  text-align: left;
  font-size: 14px;
}
.main_box1 {
  float: left;
  width: 315px;
  /*padding:0 10px 0 0;*/

  margin-left: 25px;
}
.main_box2 {
  width: 315px;
  float: left;
  /*padding:0 10px 0 0;*/
}
.main_box3 {
  width: 315px;
  float: left;
  /*padding:0 10px 0 0;*/

  clear: right;
}
.services_box1 {
  float: left;
  width: 215px;
  /*padding:0 10px 0 0;*/

  margin-left: 0px;
}
.services_box1 h1 {
  padding: 0 0 0 0;
  text-align: center;
  position: relative;
  top: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
.services_box1 {
  float: left;
  width: 215px;
  /*padding:0 10px 0 0;*/

  margin-left: 0px;
}
.services_box1 h5 {
  padding: 0 0 0 0;
  text-align: center;
  position: relative;
  top: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
.services_box4 {
  float: left;
  width: 215px;
  padding: 0 0 0px 0;
  margin-left: 0px;
}
.services_box4 h5 {
  padding: 30px 0 0 0;
  text-align: center;
  position: relative;
  top: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #333333 !important;
}
.services_box2 h5 {
  padding: 0 0 0 0;
  text-align: center;
  position: relative;
  top: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
.services_box2_text {
  padding: 0 0 0 0;
  text-align: center;
  position: relative;
  top: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
.services_box5 h5 {
  padding: 30px 0 0 0;
  text-align: center;
  position: relative;
  top: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
.services_box5 {
  float: left;
  width: 215px;
  padding: 0 0 0px 0;
  margin-left: 36px;
}
.services_box3 h5 {
  padding: 0 0 0 0;
  text-align: center;
  position: relative;
  top: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
.services_box2 {
  float: left;
  width: 215px;
  /*padding:0 10px 0 0;*/

  margin-left: 36px;
}
.services_box3 {
  float: right;
  width: 215px;
  /*padding:0 10px 0 0;*/

  margin-right: 28px;
}
.services_box6 h5 {
  padding: 30px 0 0 0;
  text-align: center;
  position: relative;
  top: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
.services_box6 {
  float: right;
  width: 215px;
  padding: 0 0 0px 0;
  margin-right: 28px;
}
.services_box7 {
  float: left;
  width: 215px;
  /*padding:0 10px 0 0;*/

  margin-left: 0px;
}
.services_box7 h5 {
  padding: 30px 0 0 0;
  text-align: center;
  position: relative;
  top: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
.services_box8 h5 {
  padding: 30px 0 0 0;
  text-align: center;
  position: relative;
  top: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
.services_box8 {
  float: left;
  width: 215px;
  /*padding:0 10px 0 0;*/

  margin-left: 36px;
}
.services_box9 {
  float: right;
  width: 215px;
  /*padding:0 10px 0 0;*/

  margin-right: 28px;
}
.services_box9 h5 {
  padding: 30px 0 0 0;
  text-align: center;
  position: relative;
  top: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
.services_box10 {
  float: left;
  width: 215px;
  /*padding:0 10px 0 0;*/

  margin-left: 0px;
}
.services_box10 h5 {
  padding: 30px 0 0 0;
  text-align: center;
  position: relative;
  top: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #333333 !important;
}
.services_box11 {
  float: left;
  width: 215px;
  /*padding:0 10px 0 0;*/

  margin-left: 36px;
}
.services_box11 h5 {
  padding: 30px 0 0 0;
  text-align: center;
  position: relative;
  top: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
.services_box12 {
  float: right;
  width: 215px;
  /*padding:0 10px 0 0;*/

  margin-right: 28px;
}
.services_box12 h5 {
  padding: 30px 0 0 0;
  text-align: center;
  position: relative;
  top: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
.main_box1 h5 {
  padding: 0px 0 0 0;
  text-align: center;
  font-size: 16px !important;
  font-weight: bold;
  color: #333333;
}
.main_box2 h5 {
  padding: 0px 0 0 0;
  text-align: center;
  font-size: 16px !important;
  font-weight: bold;
  color: #333333;
}
.main_box3 h5 {
  padding: 0px 0 0 0;
  text-align: center;
  font-size: 16px !important;
  font-weight: bold;
  color: #333333;
}
#main_text {
  margin-top: -1px;
  margin-left: -1px;
}
.animatedgif {
  padding: 30px 0 20px 0;
  float: left;
  border: none;
}
.animatedgif img {
  border: none;
}
.form {
  width: 700px;
  float: left;
}
#corporate_sponsor {
  width: 990px;
  margin-top: 30px;
}
#premium_logo {
  width: 990px;
  clear: both;
  overflow: hidden;
}
#premium_logo h1 {
  width: 500px;
  color: #b6130e;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  float: left;
  padding: 5px 0 5px 0;
  margin: 45px 0 0 30px;
}
.full_dotted_line {
  width: 800;
  height: 15px;
  border-bottom: 1px dotted #666666;
}
#premium_logoTwo {
  width: 990px;
  clear: both;
}
.premium_image img {
  float: right;
  padding: 20px 0 0 0;
  clear: right;
}
.premium_image {
  width: 350px;
  float: right;
  padding: 20px 0 0 0;
  margin: 0 40px 0 0;
}
#premium_logoTwo img {
  width: 230px;
  height: 64px;
  padding: 20px 0 0 40px;
  float: right;
  clear: right;
}
.sponsor {
  width: 500px;
  margin-left: 50px;
  float: left;
}
.sponsor p {
  float: left;
}
.sponsor img {
  padding-left: 40px;
}
.googlemaps {
  float: left;
  width: 400px;
  position: relative;
  left: -20px;
}
span.h3 {
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #fff;
  width: 300px;
  position: relative;
  top: 0px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  display: block;
}
/*---------------------------------------------------------
----------------------Client/Rental Gallery-------------------------*/

.request_btn {
  background-image: url('http://assets.nomadicdisplay.com/img/request_quote_btn1.jpg');
  background-repeat: no-repeat;
  /*padding:5px 0 0 0;
margin:5px 0 0 -27px;*/

  width: 255px;
  height: 38px;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  border: none;
  text-align: center;
  cursor: pointer;
  position: relative;
  left: -25px;
  top: 5px;
  background-color: #b6130e;
}
.request_btn a {
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
}
.request_btn2 {
  background-image: url('http://assets.nomadicdisplay.com/img/pdf_btn1.jpg');
  background-repeat: no-repeat;
  /*padding:5px 0 0 0;
margin:5px 0 0 -27px;*/

  width: 255px;
  height: 38px;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  border: none;
  text-align: center;
  cursor: pointer;
  position: relative;
  left: 5px;
  top: 5px;
  background-color: #b6130e;
}
.request_btn2 a {
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
}
.request_btn3 {
  background-image: url('http://assets.nomadicdisplay.com/img/pdf-silver2.jpg');
  background-repeat: no-repeat;
  /*padding:5px 0 0 0;
margin:5px 0 0 -27px;*/

  width: 180px;
  height: 30px;
  color: #B6130E;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  border: none;
  cursor: pointer;
  position: relative;
  top: 5px;
  left: 15px;
  padding-top: 7px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: -2px;
}
.request_btn3 a {
  color: #B6130E;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  padding: 5px 0 0 5px;
}
.forward_print_container {
  width: 255px;
  height: 30px;
  float: left;
  position: relative;
  top: 5px;
  left: -23px
}
.forward {
  /*background-image:url('http://assets.nomadicdisplay.com/img/friend-btn.jpg');
background-repeat:no-repeat;*/

  width: 123px;
  height: 30px;
  float: left;
  text-align: center;
}
.forward img {
  top: -10px;
  z-index: 0;
}
.forward a {
  font-size: 10px;
  color: #000;
  padding: 5px 0 0 5px;
  z-index: 9999;
  text-align: center;
  width: 123px;
  height: 30px;
  font-weight: bold;
}
.print {
  /*background-image:url('http://assets.nomadicdisplay.com/img/friend-btn.jpg');
background-repeat:no-repeat;*/

  width: 180px;
  height: 30px;
  float: left;
  margin-left: 10px;
  text-align: center;
}
.print a {
  font-size: 10px;
  color: #000;
  padding: 5px 0 0 5px;
  margin-top: 40px;
  text-align: center;
  font-weight: bold;
  vertical-align: bottom;
  ;
}
#detail_container {
  width: 250px;
  float: right;
  margin-top: -5px;
}
.alternative_view {
  position: relative;
  left: -25px;
}
.alt_view_text h2 {
  font-size: 12px;
  color: #000;
  font-weight: bold;
  text-align: left;
  position: relative;
  top: 5px;
  left: -25px;
  padding: 5px 0 5px 0;
}
.price_label {
  width: 250px;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  position: relative;
  left: -25px;
}
.price_note {
  width: 250px;
  font-size: 10px;
  font-weight: normal;
  color: #666;
  font-style: oblique;
  float: left;
  position: relative;
  top: -3px;
  left: -25px;
  padding: 5px 0 5px 0;
}
.price_note2 {
  width: 250px;
  font-size: 10px;
  font-weight: normal;
  color: #666;
  font-style: oblique;
  float: left;
  position: relative;
  top: -3px;
  left: -25px;
  padding: 5px 0 5px 0;
}
.detail_img {
  width: 450px;
  height: 450px;
  border: 1px solid #ddd;
  float: left;
}
.detail_title {
  width: 700px;
  color: #b6130e;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  float: left;
}
.showroomTitle {
  width: 250px;
  color: #b6130e;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  float: left;
  padding: 5px 0 5px 0;
}
.thumbnail_port {
  float: left;
  width: 170px;
  height: 132px;
  margin: 5px;
}
.listitem {
  margin: 10px 0 10px 0;
}
.listitem a {
  color: #333;
}
.listitem_detail {
  width: 120px;
  float: left;
  border: 1px solid #ddd;
  position: relative;
  left: -35px;
  margin: 2px 0 7px 10px;
}
.caption {
  width: 120px;
  font-size: 10px;
  font-weight: bold;
  background: none;
}
.small-image-path {
  width: 120px;
  overflow: hidden;
  font-size: 10px;
  font-weight: bold;
}
.image-list {
  width: 120px;
  float: left;
  border: solid 0px #ff0000;
  margin-right: 15px;
  margin-bottom: 10px;
  margin-top: 15px;
}
.list-header {
  padding: 0 0 5px 0;
  clear: both;
  text-align: center;
  position: relative;
}
.list-footer {
  position: relative;
}
.results {
  text-align: center;
}
.previous-link,
.next-link {
  position: absolute;
  font-weight: bold;
  top: 0;
}

.previous-link {
  left: 0;
}

.next-link {
  right: 0;
}

.list-footer .previous-link,
.list-footer .next-link {
  top: -25px;
}
/* TABS FOR GALLERY ---------------------------------------
--------------------------------------------------------*/

.main_container {
  width: 740px;
  margin: 0 auto;
  position: relative;
  top: 20px;
}
ul.tabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  height: 32px;
  /*border-bottom: 1px solid #999;*/

  border-left: 1px solid #ddd;
  width: 100%;
}
ul.tabs li {
  float: left;
  margin: 0;
  padding: 0;
  height: 31px;
  line-height: 31px;
  border: 1px solid #ddd;
  border-left: none;
  margin-bottom: -1px;
  /*background: #e0e0e0;*/

  background-image: url('http://assets.nomadicdisplay.com/img/gradient2.jpg');
  overflow: hidden;
  position: relative;
}
ul.tabs li a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  display: block;
  font-size: 12px;
  padding: 0 20px;
  border: 1px solid #fff;
  outline: none;
}
ul.tabs li a:hover {
  /*background: #ccc;*/

  background-image: url('http://assets.nomadicdisplay.com/img/gradient2.jpg');
}
html ul.tabs li.active,
html ul.tabs li.active a {
  /*background: #fff;
border-bottom: 1px solid #fff;*/

  background-image: url('http://assets.nomadicsites.net/images/hot.jpg');
  color: #fff;
}
.tab_container {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  clear: both;
  float: left;
  width: 100%;
  background: #fff;
  /*-moz-border-radius-bottomright: 5px;
-khtml-border-radius-bottomright: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-bottomleft: 5px;
-khtml-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;*/
}
.tab_content {
  padding: 20px;
  font-size: 1.2em;
}
.tab_content h2 {
  font-weight: normal;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ddd;
  font-size: 1.8em;
}
.tab_content h3 a {
  color: #254588;
}
.tab_content img {
  float: left;
  margin: 0 20px 20px 0;
  border: 1px solid #ddd;
  padding: 5px;
}
/*mine */
/*.main_container {width: 740px; margin: 10px auto;}
ul.tabs {
margin: 0;
padding: 0;
float: left;
list-style: none;
height: 32px;
border-bottom: 1px solid #999;
border-left: 1px solid #999;
width: 100%;
}
ul.tabs li {
float: left;
margin: 0;
padding: 0;
height: 31px;
line-height: 31px;
border: 1px solid #999;
border-left: none;
margin-bottom: -1px;
background: #e0e0e0;
overflow: hidden;
position: relative;
}
ul.tabs li a {
text-decoration: none;
color: #000;
display: block;
font-size: 1.2em;
padding: 0 20px;
border: 1px solid #fff;
outline: none;
}
ul.tabs li a:hover {
background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  {
background: #fff;
border-bottom: 1px solid #fff;
}
.tab_container {
border: 1px solid #999;
border-top: none;
clear: both;
float: left;
width: 100%;
background: #fff;
-moz-border-radius-bottomright: 5px;
-khtml-border-radius-bottomright: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-bottomleft: 5px;
-khtml-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
padding: 20px;
font-size: 1.2em;
}
.tab_content h2 {
font-weight: normal;
padding-bottom: 10px;
border-bottom: 1px dashed #ddd;
font-size: 1.8em;
}
.tab_content h3 a{
color: #254588;
}
.tab_content img {
float: left;
margin: 0 20px 20px 0;
border: 1px solid #ddd;
padding: 5px;
}

*/
/*---------------------------------------------------------
----------------------FOOTER-------------------------*/

#footer {
  background: rgb(204, 204, 204);
  width: 100%;
  padding-bottom: 30px;
}
#footer .footer_top {
  background: #E5E5E5;
 padding: 15px 100px 5px 200px;
}
#footer .footer_top ul{
  padding: 0;
}
.footer_links_top li {
  list-style-type: none;
  text-align: left;
  float: left
}
.footer_links_top a {
  color: #000000;
  text-decoration: none;
  padding: 0 10px;
  font-weight: normal;
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .footer_links_top li:first-child a {
    padding-left: 0;
  }
  ul.social_icons {
    float: right;
  }
}
.social_icons li {
  list-style-type: none;
  float: left;
  padding: 0 0 0 10px;
}
.social_icons li a {
  display: block;
}
.footer_links_top a:hover {
  color: #333333;
}
.footer_links_bottom {
  padding: 20px 0 0 200px;

  text-align:center;
}
#twitter {
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-size: 12px;
  color: #333;
  width: 280px;
  height: auto;
  overflow: hidden;
}
.copyright {
  width: 100%;
  ] text-align: center;
  margin: 0 auto;
  font-size: 10px;
  margin-top: 0;
  clear: both;
  position: relative;
  top: 10px;
}
p.copyright {
  text-align: center;
  color: #666666;
}
.footer_links_bottom ul {
  padding-left: 0;
  padding-bottom: 20px;
  color: #000000;
  clear: right;
  display: block;
}
@media only screen and (min-width: 768px) {
  .footer_links_bottom ul {
    float: left;
    width: 25%;
  }
}
.footer_links_bottom li {
  text-align: left;
  list-style-type: none;
  padding: 0 0 0 0;
  font-size: 12px;
  line-height: 20px;
}
.footer_links_bottom h2 {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
}
.footer_links_bottom a {
  color: #000000;
  text-decoration: none;
  padding: 0 0 0 0;
}
.footer_links_bottom a:hover {
  text-decoration: underline;
}
.partner_list {
  float: left;
  margin: 0 0 15px 0;
}
.partners {
  width: 745px;
}
.partners h2 {
  color: #b6130e;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  padding: 15px 0 10px 0;
}
.partner {
  float: left;
  margin: 0 0 15px 30px;
  width: 200px;
  min-height: 160px;
}
.partner h3 {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
}
.distributors {
  width: 745px;
  float: left;
  clear: both;
}
.distributors h2 {
  color: #b6130e;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  padding: 15px 0 10px 0;
}
.showroom_image {
  float: left;
}
.showroom_partner {
  float: right;
  position: relative;
  top: -40px;
  right: 30px;
}
.showroom_selector {
  width: 200px;
  height: 20px;
  float: right;
  position: relative;
  top: -300px;
  left: -30px;
}
#CountryList {
  position: relative;
  top: 0;
  left: 10px;
}
#CountryList p {
  position: relative;
  top: 0;
  left: 0;
  color: #ffffff;
  font-weight: bold;
}
.zip {
  position: relative;
  top: 5px;
  left: 10px;
  color: #ffffff;
  font-weight: bold;
}
.distributor_search_text {
  position: relative;
  top: 0;
  left: 10px;
}
#DoLookup {
  position: relative;
  top: 5px;
  left: 10px;
}
.distributor_search_text h2 {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
}
#TerritoryCode {
  position: relative;
  top: 0;
  left: 10px;
}
.distributor_search_text p {
  font-size: 12px;
  position: relative;
  top: 0;
  color: #ffffff;
  font-weight: bold;
}
.checkbox {
  margin-right: 5px;
}
.footer_links_bottom span.h2 {
  font-size: 14px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  display: block;
}
/* BUZZ STYLES --------------------------------------------
--------------------------------------------------------*/

#NomadicDisplayTradeShowDisplaysBlogpd92vt2cspkinep5o4oi4jfftg {
  /*background-image:url(http://assets.nomadicdisplay.com/img/blogfeed3.jpg);*/

  background-repeat: no-repeat;
  width: 303px;
  height: 217px;
  position: relative;
  top: 0;
  left: 0;
}
.europe_image3 {
  position: relative;
  left: -3px;
}
.europe_image4 {
  position: relative;
  /*left:-3px;*/
}
.feedburnerFeedBlock {
  background-repeat: no-repeat;
  width: 310px;
  height: 217px;
  position: relative;
  top: 0;
  float: left;
  list-style-type: none;
}
.feedburnerFeedBlock li {
  list-style-type: none;
  text-align: left;
  position: relative;
  left: 5px;
  width: 910px;
  height: 75px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.feedburnerFeedBlock a {
  list-style-type: none;
  text-align: left;
  font-weight: bold;
}
#myfeeduri1234 {
  position: relative;
  top: 0;
  left: 5px;
  background-repeat: no-repeat;
  overflow: hidden;
  list-style-type: none;
}
.feedburnerFeedBlockUK {
  background-repeat: no-repeat;
  width: 918px;
  height: 220px;
  position: relative;
  top: 0;
  float: left;
  list-style-type: none;
}
.feedburnerFeedBlockUK li {
  list-style-type: none;
  text-align: left;
  font-weight: bold;
  position: relative;
  left: -15px;
}
.feedburnerFeedBlockUK a {
  list-style-type: none;
  text-align: left;
  font-weight: bold;
}
#myfeeduri1234UK {
  position: relative;
  top: 0;
  left: 5px;
  background-repeat: no-repeat;
  overflow: hidden;
  list-style-type: none;
}
#NomadicDisplayTradeShowDisplaysBlogpd92vt2cspkinep5o4oi4jfftg ul {
  width: 280px;
  position: relative;
  top: 2px;
  left: -12px;
  text-align: left;
}
#NomadicDisplayTradeShowDisplaysBlogpd92vt2cspkinep5o4oi4jfftg a {
  font-weight: bold;
  text-align: left;
}
#NomadicDisplayTradeShowDisplaysBlogpd92vt2cspkinep5o4oi4jfftg p {
  font-weight: bold;
  text-align: left;
}
#NomadicDisplayTradeShowDisplaysBlogpd92vt2cspkinep5o4oi4jfftg li {
  list-style-type: none;
  text-align: left;
  position: relative;
  left: 17px;
  width: 910px;
  height: 75px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.headline {
  position: relative;
  top: 5px;
}
.feedburnerFeedBlock {} #creditfooter {
  background: none;
  visibility: hidden;
}
#creditfooter img {
  background: none;
  visibility: hidden;
}
.specifications p {
  line-height: 25px;
  font-size: 12px;
}
.sitemap {
  float: left;
  text-align: left;
  font-size: 11px;
}
.sitemap a {
  font-size: 11px;
  color: #b6130e;
  margin-left: 10px;
  float: left;
  text-align: left;
}
.sitemapContainer {
  margin: 0 auto;
}
h1.sitemapTitle {
  width: 750px;
  color: #b6130e;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  float: left;
  padding: 15px 0 5px 15px;
}
.sitemapLeft {
  float: left;
  display: block;
  width: 120px;
  padding-left: 20px;
}
h2.sitemapHeader {
  font-size: 12px;
  color: #333333;
  font-weight: bold;
  float: left;
  margin: 10px 0 10px 0;
  clear: both;
}
.sitemapHeader {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  float: left;
  margin: 10px 0 10px 0;
  clear: both;
}
.sitemapHeader a {
  font-size: 12px;
  color: #333333;
  font-weight: bold;
  float: left;
  margin: 10px 0 10px 12px;
  clear: both;
}
h2.sitemapMainHeader {
  font-size: 12px;
  text-align: left;
  color: #333333;
  font-weight: bold;
  float: left;
  margin: 10px 0 5px 2px;
  clear: both;
  float: left;
}
/*------------------------------------------------------------
---------------------GALLERY SLIDER-------------------------*/

.image_list {
  width: 320px;
  float: left;
}
.image_list a {
  display: inline;
  float: left;
}
/*------------------------------------------------------------
---------------------FORM STYLES-------------------------*/

.univ_form {
  width: 80px;
}
/*.first_name {
height:15px;
margin:10px 0 10px 20px;
}

.last_name {
margin:0px 0 10px 20px;

height:15px;

}
.email {
margin:0px 0 10px 48px;

height:15px;

}
.phone {
margin:0px 0 10px 43px;
height:15px;
}
.position {
margin:0px 0 10px 35px;
height:15px;
}
.address1 {
margin:0px 0 10px 27px;
height:15px;
}
.city {
margin:0px 0 10px 56px;
height:15px;
}
.stateprov {
margin:0px 0 10px 50px;
height:15px;
}
.company2 {
margin:0px 0 10px 27px;
height:15px;


}
.postcode {
margin:0px 0 10px 28px;
height:15px;


}
*/
/*#country {
margin:10px 0 0 35px;
height:15px;

}*/

input,
select {
  line-height: 1.2;
}
/*#timeframe {
margin:10px 0 0 10px;
}

#shows-per-year {
margin:0 0 0 10px;
}*/

.sonum {
  margin: 0 0 0 0;
  height: 20px;
}
.sonumLabel {
  margin: 0 10px 0 10px;
}
.serialLabel {
  margin: 0 10px 0 10px;
}
.purchaseLabel {
  margin: 0 10px 0 10px;
}
.serial {
  margin: 0 0 0 0;
}
.purchased_from {
  margin: 0 0 0 0;
}
.use {
  margin: 0 0 0 0;
}
.use_other {
  margin: 0 0 0 0;
}
.comments {
  width: 410px;
}
.comments-v1 {
  width: 410px;
  height: 300px !important;
}
.privacy {
  float: left;
  margin-right: 5px;
}
.errors {
  color: #B6130E;
}
.validation-panel {
  color: #B6130E;
}
.validation-message {
  color: #B6130E;
}
.validation-note {
  color: #B6130E;
  font-size: 1.5em;
  font-weight: bold;
}
label {
  display: inline-block;
  /*width:70px;*/

  margin-bottom: 10px;
}
.accepts-marketing {
  width: 600px;
}
.banner {
  float: center;
  display: block;
  padding: 0 20px 0 0;
  margin-top: 0px;
}

.old-banner {
  float: center;
  display: block;
  margin-top: 20px;
}
.featured {
  float: left;
  display: block;
}
.featured_img {
  border: 1px solid #999;
  width: 170px;
  height: 170px;
}
.list-item {
  float: left;
  display: block;
}
.list-item a {
  color: #333;
}
.listitem {
  width: 170px;
  float: left;
  border: solid 0px #ff0000;
  margin-bottom: 15px;
  font-size: 10px;
  font-weight: bold;
}
.listitem a {
  font-size: 10px;
  font-weight: bold;
}
.listitem img {
  height: 170px;
  width: 170px;
  border: 1px solid #999999;
}
.featured_wrap {
  width: 170px;
  padding: 20px 0 0 0;
  margin: 0 11px 15px 0;
}
.featured_wrap a:hover {
  text-decoration: none;
}
.name {
  float: left;
  font-size: 10px;
  font-weight: bold;
  padding: 5px 0 0;
}
.namedesc {
  float: left;
  font-size: 10px;
}
.price {
  float: right;
  margin: 0 0 0 0;
  font-size: 10px;
  font-weight: bold;
}
.help {
  width: 90px;
}
#features7 {} .features7 {
  /*padding:10px 0 10px 0;*/

  height: 15px;
  /*margin:10px 0 10px 20px;*/
}
.go {
  float: right;
  /*position:relative;
top:-17px;
left:0;*/

  position: relative;
  left: -20px;
  margin-top: 0px;
}
.goEU {
  float: right;
  position: relative;
  top: 0px;
  left: -15px;
}
.go_rentals {
  float: right;
  position: relative;
  top: 0px;
  left: -15px;
  padding-bottom: 10px;
}
.go_search {
  float: left;
}
.workstations {
  margin: 10px;
}
.search_form {
  position: relative;
  top: -18px;
}
.search_form_rentals {
  position: relative;
  top: 0px;
}
.filter_results {
  margin: 0 55px 10px 0;
}
.height10 {
  margin: 0 36px 10px 0;
}
.lockable_storage {
  margin: 0 131px 10px 0;
}
.height8 {
  margin: 0 134px 10px 0;
}
.overhead {
  margin: 0 19px 10px 0;
}
.private {
  margin: 0 130px 10px 0;
}
.product_display {
  margin: 0 35px 10px 0;
}
/*GOOGLE SEARCH BOX ----------------------------------------
----------------------------------------------------------*/
/**
* Default theme
*
*/
/* Slight reset to make the preview have ample padding. */

.cse .gsc-control-cse,
.gsc-control-cse {
  padding: 1em;
  width: auto;
}
.cse .gsc-branding,
.gsc-branding {
  display: none;
}
.cse .gsc-control-cse div,
.gsc-control-cse div {
  position: normal;
}
/* Selector for entire element. */

.cse .gsc-control-cse,
.gsc-control-cse {
  background-color: #ffffff;
  border: 1px solid;
  border-color: #ffffff;
}
.cse .gsc-control-cse:after,
.gsc-control-cse:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.cse .gsc-resultsHeader,
.gsc-resultsHeader {
  border: block;
}
/* Search button */

.cse input.gsc-search-button,
input.gsc-search-button {
  font-family: inherit;
  color: #000000;
  text-shadow: 0 1px 2px #FFFFFF;
  background-color: #CECECE;
  border: 1px outset;
  border-color: #666666;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
/* Inactive tab */

.cse .gsc-tabHeader.gsc-tabhInactive,
.gsc-tabHeader.gsc-tabhInactive {
  border-bottom: none;
  color: #666666;
  background-color: #e9e9e9;
  border: 1px solid;
  border-color: #e9e9e9;
  border-bottom: none;
}
/* Active tab */

.cse .gsc-tabHeader.gsc-tabhActive,
.gsc-tabHeader.gsc-tabhActive {
  background-color: #FFFFFF;
  border: 1px solid;
  border-top: 2px solid;
  border-color: #e9e9e9;
  border-top-color: #FF9900;
  border-bottom: none;
}
/* This is the tab bar bottom border. */

.cse .gsc-tabsArea,
.gsc-tabsArea {
  margin-top: 1em;
  border-bottom: 1px solid #e9e9e9;
}
/* Inner wrapper for a result */

.cse .gsc-webResult.gsc-result,
.gsc-webResult.gsc-result,
.gsc-imageResult-column,
.gsc-imageResult-classic {
  padding: .25em;
  border: 1px solid;
  border-color: #ffffff;
  margin-bottom: 1em;
}
/* Result hover event styling */

.cse .gsc-webResult.gsc-result:hover,
.gsc-webResult.gsc-result:hover,
.gsc-results .gsc-imageResult-classic:hover,
.gsc-results .gsc-imageResult-column:hover {
  border: 1px solid;
  border-color: #FFFFFF;
}
/*Promotion Settings*/
/* The entire promo */

.cse .gs-promotion,
.gs-promotion {
  background-color: #FFFFFF;
  border: 1px solid;
  border-color: #336699;
}
/* Promotion image */

.cse .gs-promotion .gs-promotion-image,
.gs-promotion .gs-promotion-image {}
/* Promotion links */

.cse .gs-promotion a.gs-title:link,
.gs-promotion a.gs-title:link,
.cse .gs-promotion a.gs-title:link *,
.gs-promotion a.gs-title:link *,
.cse .gs-promotion .gs-snippet a:link,
.gs-promotion .gs-snippet a:link {
  color: #0000CC;
}
.cse .gs-promotion a.gs-title:visited,
.gs-promotion a.gs-title:visited,
.cse .gs-promotion a.gs-title:visited *,
.gs-promotion a.gs-title:visited *,
.cse .gs-promotion .gs-snippet a:visited,
.gs-promotion .gs-snippet a:visited {
  color: #0000CC;
}
.cse .gs-promotion a.gs-title:hover,
.gs-promotion a.gs-title:hover,
.cse .gs-promotion a.gs-title:hover *,
.gs-promotion a.gs-title:hover *,
.cse .gs-promotion .gs-snippet a:hover,
.gs-promotion .gs-snippet a:hover {
  color: #0000CC;
}
.cse .gs-promotion a.gs-title:active,
.gs-promotion a.gs-title:active,
.cse .gs-promotion a.gs-title:active *,
.gs-promotion a.gs-title:active *,
.cse .gs-promotion .gs-snippet a:active,
.gs-promotion .gs-snippet a:active {
  color: #0000CC;
}
/* Promotion snippet */

.cse .gs-promotion .gs-snippet,
.gs-promotion .gs-snippet,
.cse .gs-promotion .gs-title .gs-promotion-title-right,
.gs-promotion .gs-title .gs-promotion-title-right,
.cse .gs-promotion .gs-title .gs-promotion-title-right *,
.gs-promotion .gs-title .gs-promotion-title-right * {
  color: #000000;
}
/* Promotion url */

.cse .gs-promotion .gs-visibleUrl,
.gs-promotion .gs-visibleUrl {
  color: #008000;
}
/* Style for auto-completion table
* .gsc-completion-selected : styling for a suggested query which the user has moused-over
* .gsc-completion-container : styling for the table which contains the completions
*/

.gsc-completion-selected {
  background: #D5E2FF;
}
.gsc-completion-container {
  font-family: Arial, sans-serif;
  font-size: 13px;
  position: absolute;
  background: white;
  border: 1px solid #666666;
  margin-left: 0;
  margin-right: 0;
  /* The top, left, and width are set in JavaScript. */
}
/* Full URL */

.gs-webResult div.gs-visibleUrl-short {
  display: none;
}
.gs-webResult div.gs-visibleUrl-long {
  display: block;
}
/****** Distributor Site Begin *************/

.dist_redbar {
  height: 15px;
  background: #980101;
  width: 785px;
  margin-left: 15px;
}
#dist_footer {
  background-image: url(../images/dist-footer.png);
  background-repeat: repeat-x;
  width: 100%;
  height: 250px;
  clear: both;
}
#dist_form_content {
  width: 745px;
  float: left;
  margin-left: 15px;
  padding: 5px 0 0 5px;
}
.dist_contactimg {
  align: right;
  width: 150px;
  margin-left: 625px;
  margin-top: 10px;
  padding: 10px;
}
#dist_title {
  width: 980px;
  color: #b6130e;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  float: left;
  margin-left: 15px;
  margin-top: 10px;
  margin-bottom: -15px;
  padding: 5px 0 5px 0;
}
.dist_contactcpy {
  margin-left: 20px;
  margin-top: -10px;
  float: left;
  width: 600px;
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
}
.dist_contactdept {
  margin-left: 15px;
  margin-top: 5px;
  alight: left;
  width: 680px;
  font-size: 20px;
  font-weight: bold;
  color: #a2a2a2;
}
.dist_contactemail {
  align: right;
  margin-top: -27px;
  width: 290px;
  margin-left: 510px;
  font-size: 16px;
  font-weight: bold;
  text-align: right;
}
.dist_contactfax {
  color: #A2A2A2 align: right;
  margin-top: -5px;
  width: 290px;
  margin-left: 510px;
  font-size: 12px;
  text-align: right;
}
.dist_contactadd {
  margin-left: 20px;
  margin-top: 5px;
  alight: left;
  width: 480px;
}
.dist_contactsocial {
  align: right;
  margin-top: -105px;
  width: 500px;
  margin-left: 375px;
}
#dist_sidebar {
  width: 170px;
  padding: 0px;
  margin-top: 20px;
  margin-left: 10px;
}
.dist_product_main_image {
  padding: 10px 10px 5px 0;
  clear: both;
  margin-left: 15px;
}
.dist_main_copy {
  margin-left: 15px;
  padding: 5px 5px 5px 0;
  width: 750px;
  clear: both;
  font-size: 12px;
}
.dist_main_form_copy {
  padding: 5px 5px 5px 0;
  width: 750px;
  clear: both;
  font-size: 12px;
}
h4 {
  font-weight: bold;
  color: #980101;
}
.dist_column_left {
  width: 230px;
  float: left;
}
.dist_column_right {
  width: 230px;
  float: right;
  clear: right;
}
.dist_column_right_graphic_source {
  width: 500px;
  float: right;
  clear: right;
}
.dist_col_left_contact {
  width: 300px;
  float: left;
  margin-top: 20px;
  margin-left: 25px;
}
.dist_col_right_contact {
  margin-top: 20px;
  width: 230px;
  float: right;
  clear: right;
}
.dist_col_left_setup {
  float: left;
  padding: 10px 0 10px 20px;
  width: 220px;
  display: block;
}
.dist_col_center_setup {
  float: left;
  padding: 10px 0 10px 20px;
  width: 220px;
  display: block;
}
.dist_col_right_setup {
  float: left;
  padding: 10px 0 10px 20px;
  width: 220px;
  display: block;
}
.dist_col_1 {
  margin-left: 15px;
  float: left;
  padding: 0px 0 0px 5px;
  width: 175px;
  display: block;
}
.dist_col_2 {
  float: left;
  padding: 0px 0 0px 5px;
  width: 175px;
  display: block;
}
.dist_col_3 {
  float: left;
  padding: 0px 0 0px 5px;
  width: 175px;
  display: block;
}
.dist_col_4 {
  float: left;
  padding: 0px 0 0px 5px;
  width: 175px;
  display: block;
}
.dist-dotted_divider {
  width: 725px;
  height: 5px;
  border-bottom: 1px dotted #666666;
  margin-left: 25px;
}
.dist-featured {
  background-color: #FFFFFF;
  clear: both;
  margin-left: 1px;
  overflow: hidden;
  padding-bottom: 30px;
  width: 992px;
}
.dist-featured_img {
  width: 960px;
  height: 318px;
}
.dist-box1 {
  float: left;
  width: 315px;
  color: #fff;
  background-color: #b6130e;
  padding: 15px;
  padding-bottom: 12px;
  border: solid 1px #666;
  border-radius: 5px;
  /*padding:0 10px 0 0;*/

  margin-left: 25px;
}
.dist-box2 {
  width: 315px;
  color: #fff;
  background-color: #b6130e;
  padding: 15px;
  padding-bottom: 12px;
  border: solid 1px #666;
  border-radius: 5px;
  float: left;
  /*padding:0 10px 0 0;*/
}
.dist-box3 {
  width: 315px;
  color: #fff;
  background-color: #b6130e;
  padding: 15px;
  padding-bottom: 12px;
  border: solid 1px #666;
  border-radius: 5px;
  float: left;
  /*padding:0 10px 0 0;*/

  clear: right;
}
.dist-box1 h5 {
  padding: 0px 0 0 0;
  text-align: center;
  font-size: 16px !important;
  font-weight: bold;
  color: #fff;
}
.dist-box2 h5 {
  padding: 0px 0 0 0;
  text-align: center;
  font-size: 16px !important;
  font-weight: bold;
  color: #fff;
}
.dist-box3 h5 {
  padding: 0px 0 0 0;
  text-align: center;
  font-size: 16px !important;
  font-weight: bold;
  color: #fff;
}
/****** Distributor Site End *************/
/****** Designs DB Begin *************/

.designs-results-header {
  border-bottom: solid 1px #ccc;
  margin-bottom: 10px;
  margin-top: 10px;
  clear: both;
  text-align: center;
  line-height: 2.0;
}
.designs-results-footer {
  border-top: solid 1px #ccc;
  margin-top: 10px;
  clear: both;
  text-align: center;
  line-height: 2.0;
}
.designs-next-link {
  float: right;
}
.designs-previous-link {
  float: left;
}
.designs-page-numbers {} .designs-page-number {
  margin-left: 5px;
}
.design-thumb {
  width: 260px;
  height: 280px;
  font-size: 16px;
  float: left;
  font-size: 12px;
  background-repeat: no-repeat;
}
.design-thumb-non-last-column {
  border-right: solid 1px #ccc;
}
.design-thumb-non-last-row {
  border-bottom: solid 1px #ccc;
}
.design-thumb-price {
  font-weight: bold;
}
.design-filters {
  clear: both;
  background-color: #EFEFEF;
  padding-bottom: 5px;
}
.design-filters a {
  font-weight: normal;
  font-size: 10px;
}
.design-filter-group {
  margin-bottom: 5px;
}
.design-filter-group span.h3 {
  color: #383838;
  font-size: 10px;
  font-style: italic;
  margin: 0px;
  margin-left: 5px;
  font-weight: bold;
  border-bottom: 0px;
  text-align: left;
}
.design-filter-group ul {
  margin: 0px;
  padding: 0px;
}
.design-filter-group li {
  font-size: 10px;
  float: left;
  margin-left: 15px;
  list-style: none;
  padding: 0px;
  line-height: 18px;
  height: 18px;
}
/****** Designs DB End *************/