@charset "UTF-8";
/* CSS Document */

body  {
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF url(/uploads/images/graphics/bg2.jpg) repeat;
	margin: 0; /* it&#39;s good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}


#seo p{
	/*font-size:90%;*/
	width: 75%;
	text-align:center;
	margin: 5px auto;
}
 #container {
	width: 960px;  
	margin: 40px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 1.2em;
border-radius: 20px;
background-color: #fff;
border: 10px #E20021 solid;
padding: 2em 0;
}
#container-top {
	/*background: url(/uploads/images/graphics/container1r.png) no-repeat;*/
	height: 33px;
}
#container-body {
	clear:both;
	/*background: url(/uploads/images/graphics/container2r.png) repeat-y;*/
padding-bottom: 40px;
}
#container-bottom {
	/*background: url(/uploads/images/graphics/container3r.png) no-repeat;*/
	height: 33px;
	clear: both;
}
#footer {
	clear:both;
	/*background: url(/uploads/images/graphics/container2r.png) repeat-y;*/
}
#footer p {
	margin: 0;
	padding: 5px;
	text-align: center;
	/*font-size:.9em;*/
font-weight: bold;
}
#footer p a {
font-weight:bold;
/*color:#000;*/
}
#footer p a:hover {
color:#E20021;
}
#logo {
	/*margin-left: 35px;*/
	width:275px;
	float:left;
width: 33%;
}
#header {
	/*background: url(/uploads/images/graphics/container2r.png) repeat-y;*/
	margin: 0 25px;
	height: 160px;
	padding-bottom: 3em;
}
.headerright {
width: 33%;
float: right;
	/*height: 160px;*/
padding-top: 40px;
}
#title {
	float: right;
	margin: 15px 30px 0 15px;
	text-align: center;
	width: 360px;
	padding: 0px;
	height: 90px;
	text-align:right;
	font-size: 1.2em;
font-weight:bold;
}
img {
	border:none;
}
#asme2 {
/*padding-left: 35px;*/
  width: 26%;
  margin-right: 3%;
  font-size: 1.5em;
  float: left;
  padding: 20px;
  font-weight: bold;
  /*margin-top: 30px;*/
-webkit-box-shadow: 2px 2px 2px 2px rgba(0,0,0,.5);
box-shadow: 2px 2px 2px 2px rgba(0,0,0,.5);
}
#asme2 span {
color:#E20021;
}
#email, #phone, #asme {
	/*margin-right: 25px;*/
	/*float: right;*/
text-align: right;
	/*margin: 0 30px 0 15px;*/
	padding: 0px;
	text-align:right;
	font-size: 1.3em;
}
#phone, #asme {
clear: both;
margin-top: 15px;
}
#email {/*font-size: 1.5em;*/ background: #E20021; border: 2px solid #000; border-radius: 10px; max-width: 200px; float: right; padding: .5em;}
#email a {color: #fff; text-align: center;}
#phone {
padding-top: 1rem;
}
#email, #phone {
font-weight:bold;
}
{*#sidebar1 {
	float: left;  /*since this element is floated, a width must be given */
	width: 170px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 10px;
	margin-left: 15px;
	/*border-right: 1px solid #E20021;*/
}*}
#col-right {
float: right;
	/*margin: 0px 15px 0 195px;*/
width: 73%; 
}
#col-left {
	float: left; 
	width: 25%; 
}
#sidebar1 {
	
	padding: 0px 0px 0px 10px;
	margin-left: 15px;
	/*border-right: 1px solid #E20021;*/
}
 #mainContent {

	padding: 0px 20px 20px 20px; 
	
	border-left: 1px solid #E20021;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0px;
	font-size: 1px;
	line-height: 0px;
}


a:link {
	color: #E20021;
	text-decoration: none;
}
a:visited {
	color: #E20021;
	text-decoration: none;
}
a:hover {
	color: #E20021;
	text-decoration: underline;
}
#nav a.menuactive {
	color: #E20021;
	text-decoration: none;
}
a.inlinelink:hover {
	color: #000;
	text-decoration: underline;
}
a.inlinelink {
	color: #E20021;
	text-decoration: underline;
}
#mainContent p a {
	color: #E20021;
	text-decoration: none;
	font-weight:bold;
}


#mainContent p a:visited, #mainContent dl.faq dd a {
	color: #E20021;
	text-decoration: none;
	font-weight:bold;
}
#mainContent p a:hover {
	color: #000;
	text-decoration: none;
	font-weight:bold;
}
#mainContent p a:active {
	color: #E20021;
	text-decoration: none;
	font-weight:bold;
}

p.prodname {
	font-weight:bold;
}
h1 {
	font-size:1.8em;
	margin:0;
	padding:0 0 .5em 0;
}
h2 {
	font-size:1.1em;
	padding-top: .75em;
}
h2.special {
	font-size:1.2em;
	font-style:italic;
	font-weight:normal;
	padding-top: 1em;
	padding-bottom: 0;
	margin-bottom: -.5em;
	text-align:center;
}
h2.prov {
	font-size:1.5em;
	padding:1em 0 .5em;
	margin:0;
	color:#E20021;
}
h2.kits {
	text-align:center;
}
div.special {
	font-size:1.1em;
	font-style:italic;
	font-weight:normal;
	padding-top: 2.5em;
	padding-bottom: 0em;
	margin-bottom:;
	/*text-align:center;
*/	clear:right;
	color:#000;
}
#mainContent div.special a,
#sidebar1 div.special a{
	font-weight:bold;
	color:#E20021;
}
#mainContent div.special a:hover {
	color:#000;
}
div.customnote {
	text-align:center;
	margin:1em 0 1.5em;
	/*font-weight:bold;*/
}
div#kits {
	text-align:center;
}
div#kits a {
	margin: 0 15px;
}

#bodyname {
	display:none;
}

#nav ul {list-style:none; margin: 0;}
#nav ul {-webkit-padding-start:0}
#nav li {padding-bottom: 0;margin-left: 0;}
#nav ul ul li {margin-left: 15px;}
#nav a {color: #000;}
#nav ul ul li a {font-weight: normal;}

#sidebar1 #nav .videolinks a {
	font-size:.9em;
}

#sidebar1 #nav .videolinks a:visited {
color:#777;
}
#sidebar1 #nav .videolinks a:hover {
color:#E20021;
}

#videonote {
	font-weight:bold;
	font-size:1em;
}
#mainContent .videos {
	margin-left:1em;
}
#mainContent .videos ul {
margin-left: 0em;
}
#mainContent .videos li {
margin-left: 0em;
	padding-bottom: .75em;
	list-style-image:none;
	list-style-type:none;
}
#mainContent .videos a {
	font-weight: normal;
	font-size: 1.1em;
	padding-bottom: .5em;
}
#mainContent dl {
	margin-top: 3em;
	margin-left: 3em;
}
#mainContent dl dt {
	padding:1em 0 0;
}
#mainContent dl dl {
	margin-top:.5em;
	margin-left: 2em;
}
#mainContent dl.faq {
	margin-top: 0em;
	margin-left: 0em;
}
	
#mainContent dl.faq dt {
	padding:1em 0 .5em;
	color:#E20021;	
	margin-left: 0em;
	font-weight:bold;
}
#mainContent dl.faq dd {
	line-height: 1.3em;
display: block;
-webkit-margin-start: 40px;
}


#pagelinks {
	color:#fff;
	margin-top: 1em;
margin-right:5px;
width: 160px;
}
#pagelinks dl {
	background-color:#E20021;
	padding:5px;
}
#pagelinks dl dt a {
	color:#000;
}
#pagelinks dl dt a:hover {
	color:#fff;
}
#pagelinks #linkheader {
	/*background-color:#000;*/
	font-size:1.1em;
	border:1px solid #E20021;
	color:#000;
	font-weight:bold;
	padding:5px; 
}
#pagelinks ul {
	background-color:#E20021;
	padding:5px;
	margin:0;
}
#pagelinks ul li {
	list-style-image:none;
	list-style-type:none;
}
#pagelinks ul li a {
	font-size:1.0em;
	color:#000;
	font-weight:bold;
}
#pagelinks ul li a:hover {
	color:#fff;
}
#links {
	clear:right;
	margin:2em 0 1em 0;
}
#links p {
	margin:0 0 1em;
	padding:0;
}
#linkleft {
	float:left;
	width: 245px;
	font-size:1.2em;
	font-weight:bold;
	margin-right:5px;
}
#linkright {
	float:right;
	width: 245px;
	text-align: right;
	font-size:1.2em;
	font-weight:bold;
	margin-left:5px;
}
#mainContent #linkdistributor {
	clear:right;
	padding: 4em 0 0;
	width: 100%;
	text-align: center;
}
#mainContent #linkdistributor a {
	font-size:1.2em;
	font-weight:bold;
	color:#E20021;
	margin:0 auto;
}
#mainContent #linkdistributor a:hover {
	color:#000;
}

#mainContent #storelink {
	clear:right;
	padding: 1.5em 0 0;
	width: 100%;
	text-align: center;
}
#mainContent #storelink a {
	font-size:1.2em;
	font-weight:bold;
	color:#000;
	margin:0 auto;
}
#mainContent #storelink a:hover {
	color:#E20021;
}

#mainContent #storeproduct {
	clear:right;
	padding: 1.5em 0 0;
	width: 100%;
	text-align: center;
}
#mainContent #storeproduct a {
	font-size:1.2em;
	font-weight:bold;
	color:#E20021;
	margin:0 auto;
}
#mainContent #storeproduct a:hover {
	color:#000;
}
p.italic {
font-style:italic;
}
ol li,
ul li {
	padding-bottom: .5em;
text-align: left;
}
body ul {
text-align: left;
}
ul.prodlist {
	font-size:.95em;
}
table {
	margin-left: 20px;
}
table tr td {
	padding-bottom: 1.5em;
	vertical-align:top;
}
table tr th {
	text-align:left;
	padding-bottom:1em;
}
div#top-padding {
	margin-top: 2em;
}

#distro table {
	font-size:1em;
}
#distro table tr td {
	padding-bottom:.75em;
border-top:0;
border-bottom:1px solid #F0F5F7;
}
#distributors {
	text-align:center;
}
#distributors a{
font-weight:bold;
}
#distro table tr td.phone {
	text-align:right;
	width:20%;
}
#distro table tr td.city {
	font-weight:bold;
	width: 30%;
}
#distro table tr td.name {
}
div.products table {	
	border-top:1px #999 solid;
	border-left:1px #999 solid;
	margin-top: 2em;
	margin-left: 0px;
	width:97%;
	font-size:.9em;
}

div.products table th {
	text-align:center;
	padding-bottom:0;	
	border-right:1px #999 solid;
	border-bottom:1px #999 solid;
}
div.products table td {
	border-right:1px #999 solid;
	border-bottom:1px #999 solid;
	padding: .5em .3em 1em;
}
div.products table td.center {
	text-align:center;
}
.smallimage {
	text-align:center;

}
.smallimage a img {
	border:1px solid #999;
	margin-top: 0em;
}
.youtube {
width: 100%;
/*margin-right: 40px;
float:right;*/
padding: 0 40px 20px;
margin: 0 auto;

}
.imagenote {
	text-align:center;
	font-size:.8em;
	font-weight:bold;
	color:#333;
	padding-top: 1.5em;
}
div#vidlinks {
margin: 0;
padding: 0;
}
div#mainContent div.sitemap ul li {
list-style-type:none;
list-style-image:none;
}
div#mainContent ul.vidlinks {
  margin:  0 0 0 -2.5em;
  padding: .5em 0 2em 0;
}
 #mainContent ul.vidlinks .vidheader {
	 margin-left: 3em;
	 font-weight:bold;
 }
div#mainContent ul.vidlinks li {
  margin: 0;
  padding: 0;
  line-height: 1.3em;
}

div#mainContent ul.vidlinks li a {

font-weight:normal;
}

div#mainContent ul.vidlinks li a:hover {
color:#E20021;
}
 
div#mainContent ul.vidlinks li.col1,
div#mainContent ul.vidlinks li.col4 {margin-left: 4em;}
 
div#mainContent ul.vidlinks li.col2 {margin-left: 16em;}

div#mainContent ul.vidlinks li.col3 {margin-left: 29em;}

div#mainContent ul.vidlinks li.col5 {margin-left: 22em;}
div#mainContent ul.vidlinks li.coltopper2 {margin-top: -1.65em;}
 
 
div#mainContent ul.vidlinks li.coltopper {margin-top: -8em;}.standout {
	color: #E20021;
}

#sidebar1 #nav {
width:95%;
}
#sidebar1 #nav a {
display:block;
/*width:95%;*/
margin:.75em 0;
font-size: 1.05em;
font-weight: bold;
}

#nav a:hover {
color: #E20021;
text-decoration: none;
}
nav li.parent ul.submenu {display: none;}
nav li.menuactive.parent ul.submenu {display: block;}
#sidebar1 #nav .submenu {
/*margin-left: 1.25em;*/
width:90%;
}
#sidebar1 #nav .submenu a {
/*font-size:1em;*/
font-weight: normal;
}
#sidebar1 #nav .submenu .videolinks a {
font-size:.95em;
}
#indexflash {
margin:0;
padding:0;
/*float:right;*/
}
.partnumber {
max-width: 500px;
margin: 1em auto;
}

/* Stylesheet: birds_styles Modified On 2015-12-22 17:00:00 */
