﻿/* CSS Document */

h1 {
	font-weight: bold; 
	font-size: 8pt;
	color: #FFFFFF;
    padding-left: 5px;
    padding-right: 5px;
	margin-top: 0;
	margin-bottom: 0; 
}
h2 {
	font-size: 8pt;
	color: #960E1A;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 8px;
	padding-bottom: 0px;
	margin-bottom: 0px;	
}

h4 {
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 2px;
	padding-bottom: 0px;
	margin-bottom: 0px;	
}

.outer_container {
  width: 760px;
  border: 1px solid #FFFFFF;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  vertical-align: top;
  background-color: #FFFFFF;
}

.header {
  width: 760px;
  height: 48px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  border: 0; 
  border-collapse: collapse;
  background-image: url('images/layers-home/logo.jpg');
}

.header-vibration {
  width: 760px;
  height: 48px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  border: 0; 
  border-collapse: collapse;
  background-image: url('images/layers-home/logo-vibration.jpg');
}

.header-bost {
  width: 760px;
  height: 48px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  border: 0; 
  border-collapse: collapse;
  background-image: url('images/layers-home/logo-bost.jpg');
}

.market_label {
	text-align: right;
	font-size: 16px;
	vertical-align: top;
	padding-top: 15px;
	padding-right: 40px;
}

.inner_container {
  width: 85%;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.body_header_spacing{
	height: 35px;
	padding-top: 25px;

}

.manu_header_spacing{
	height: 35px;
	padding-top: 2px;

}

.body_header {
	height: 23px;
	border-collapse: collapse;
	text-align: left;
	border: 0;
}
.body_header_left {
	width: 6px;
	text-align: right;
	background-image: url('images/layers-market/button-left.gif');
}
.body_header_middle {
    background-image: url('images/layers-market/button-middle.gif');
}
.body_header_right {
	width: 6px;
	background-image: url('images/layers-market/button-right.gif');
}

ul {
	padding: 0;
	text-align: left;
}
ul li {
	margin: 0;
	list-style-type: square;
	list-style-position: outside;
	margin-left: -25px;
	color: #00205B;
;
}
ul li li {
	margin: 0;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: -25px;
	color: BLACK;
}
.body_copy p{
	color: #00205B;
	margin-top: 5px;
	margin-bottom: 10px;
}

.body_copy{
	color: #00205B;
	margin-top: 5px;
	margin-bottom: 10px;
}

#contact_table {
	width: 33%;
}
#contact_table a:visited {
	color: #00205B;
	text-decoration: none;
}
#contact_table a:link {
	color: #00205B;
	text-decoration: none;
}
#contact_table a {
	color: #00205B;
	text-decoration: none;
}
#contact_table a:active {
	color: #8E1605;
	text-decoration: underline;
}

#contact_table a:hover {
	color: #8E1605;
	text-decoration: underline;
}
h3 { font-size: 8pt; color: #960E1A; font-weight: normal; font-style:italic; margin-top:0; margin-bottom:0 }

.product_table {
  border-collapse: collapse;
  vertical-align: top;
  border: 0;
  width: 100%;
}
.product_spacer_row {
  height: 10px;
  width: 15%;
}

.product_left_column {
  vertical-align: top;
  width: 15%;  
}

.product_right_column {
   vertical-align: top;
   width: 85%;
}

.product_table a:visited {
	color: #8E1605;
	text-decoration: none;
	text-decoration: underline;
	padding-bottom: 50px;
}

.product_table a:link {
	color: #8E1605;
	text-decoration: none;
	text-decoration: underline;
	padding-bottom: 50px;
}

.product_table a {
	color: #8E1605;
	text-decoration: none;
	text-decoration: underline;
	padding-bottom: 50px;
}
.product_table a:active {
	color: blue;
	text-decoration: underline;
}

.product_table a:hover {
	color: blue;
	text-decoration: underline;
}

.market_table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

.market_table_left_col {
  width: 520px;
  height: 428px;
  background-image: url('images/layers-market/main-background.jpg');
  vertical-align: top;
} 

.market_table_left_table {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  vertical-align: top;
}

.market_table_left_table_toprow {
  height: 40px;
}
 
.market_table_right_col {
  width: 240px;
  height: 428px;
  vertical-align: top;
}  
.market_table_right_col p {  
  color: black;  
  font-size: 11px;
  padding-top: 60px;
  padding-left: 15px;
  padding-right: 15px;

}  

.linecard_col {  
  width=20%;
  vertical-align: top;
  text-align: left;
  padding-right: 7px;

}  

.linecard_col_mid {  
  width=20%;
  vertical-align: top;
  text-align: center;
  font-size: 10px;
  padding-right: 7px;
  color: white;
  text-decoration: underline;
}  

.linecard_col p {  
  color: white;
  font-size: 11px;
  text-align: left

}  
.linecard_col a:visited {
  color: white;
  text-decoration: underline; 
}
.linecard_col a:link {
  color: white;
  text-decoration: underline; 
}
.linecard_col_mid a:link {
  color: white;
  text-decoration: underline; 
}
.linecard_col_mid a:visited {
  color: white;
  text-decoration: underline; 
}

.linecard_col a {
  color: white;
  text-decoration: underline; 
}
.linecard_col a:active {
	background-color: white; 
    xpadding: .5ex .5ex .5ex .5ex;
	color: #960E1A;
	text-decoration: none;
}

.linecard_col a:hover {
	background-color: white; 
    xpadding: .5ex .5ex .5ex .5ex;
	color: #960E1A;
	text-decoration: none;
}

.linecard_product_seperator {
  width=5%;
}
.product_col {  
  width=75%;
  vertical-align: top;
} 

.product_col p{  
  color: white;
  font-size: 11px;
}  

.product_photo_col {
  vertical-align: top;
  margin-left: auto;
  margin-right: auto;
  width: 30%;
}
.photo_spacer_col {
  width: 30%;
  vertical-align: top;

}  
.photo_label_col {
  width: 30%;
  height: 30px;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
}  

.photo_bullets {
  width: 30%;
  text-align: left;
  font-size: 11px;
  font-weight: bold;
  vertical-align: top;
}  

.photo_bullets ul li{
	text-align: left;
	list-style-type: square;
	color: white;
    font-size: 11px;
    font-weight: normal;
    list-style-position: outside;
    margin-left: 15px;
}

.photo_bullets ul{
	text-align: left;
	list-style-type: square;
	color: white;
    font-size: 11px;
    font-weight: normal;
    list-style-position: outside;
    margin-left: 15px;
}

.client_bullets ul li{
	text-align: left;
	list-style-type: square;
	color: #00205B;
    font-size: 11px;
    font-weight: normal;
    list-style-position: outside;
    margin-left: 15px;
}

/* Override for non-IE browsers */
html>.photo_bullets ul li {margin-left: 20px;}
/* End of non-IE overrides */