/* CSS Document */

body  {
	margin: 0 0px 0px; /* it'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: #565E60;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 100%;
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(images/backall.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	font-weight:bold;
}
a, a:link, a:visited {
	color: #565E60;
}

h1, h2, h3, strong {color:#950101;}
.twoColFixLtHdr #container { 
	width: 878px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
/*	border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
p, td {
	font-size:.8em;
	margin: 0;
	padding: 0 0 0.8em;;
}
.twoColFixLtHdr #header {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	height: 196px;/*	padding: 0 10px 0 20px; */ /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 878px;
	background-position: center top;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	/* padding: 10px 0; using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixLtHdr #header .zoomsearch {
	text-align:right;
	position: absolute;
	top: 169px;
	/top: 169px;
	right: 20px;
	width: 300px;
}
.twoColFixLtHdr #header .zoomsearch input.searchfield {
	font-size:11px;
	margin-bottom: 3px;
}
.twoColFixLtHdr #header .zoomsearch input.search {
	border: 1px solid #cfdde8;
	background-color:#333333;
	color:#ffffff;
	font-size:11px;
}

.twoColFixLtHdr #container #header #searchbox {
	font-size: 0.8em;
	color: #FFFFFF;
	text-align: right;
	position: absolute;
	width: 300px;
	left: 550px;
	top: 170px;
	height: 28px;
} 
.twoColFixLtHdr #container #header #searchbox p {
	font-size: 1em;
	line-height: 1em;
}
.twoColFixLtHdr #container #spacer {
	margin: 0px auto;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 232px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:0px; /*15px 10px 15px 20px;*/
	margin-top: 16px;
	margin-left: 2px;
}
.twoColFixLtHdr #container #sidebar1 p.navbar {
	background-image: url(images/navbar.png);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 37px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 16px;
	padding-bottom: 0px;
	margin: 0px 0px 0px 3px;
	padding-top: 0px;
	font-size: .9em;
	text-decoration: none;
}
.twoColFixLtHdr #container #sidebar1 p.navbarproducts {
	background-image: url(images/navbarlong.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 16px;
	padding-bottom: 0px;
	margin: 0px 0px 0px 3px;
	padding-top: 0px;
	line-height: 37px;
	font-size: .9em;
	text-decoration: none;
}
.twoColFixLtHdr #container #sidebar1 ul.navbarlist {
	color: #ffffff;
	margin: 0px 0px 0px 9px;
	padding: 0px 0px 10px 10px;
	background-color: #990000;
	width: 210px;
	line-height: 1.5em;
	color: #FFFFFF;
}
.twoColFixLtHdr #container #sidebar1 ul.navbarlist li {
	color: #ffffff;
	background-color: #990000;
	line-height: 1.5em;
	margin: 0px;
/*	p/adding: 0px 0px 0px 14px;*/
	font-size: 0.8em;
	list-style-type: none;
	width: 190px;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: left .6em;
	padding: 0px 0px 0px 10px;
}
.twoColFixLtHdr #container #sidebar1 p.navbar a:link,
.twoColFixLtHdr #container #sidebar1 p.navbarproducts a:link,
.twoColFixLtHdr #container #sidebar1 ul.navbarlist a:link,
.twoColFixLtHdr #container #sidebar1 ul.navbarlist li a:link,

.twoColFixLtHdr #container #sidebar1 p.navbar a:visited,
.twoColFixLtHdr #container #sidebar1 p.navbarproducts a:visited,
.twoColFixLtHdr #container #sidebar1 ul.navbarlist a:visited,
.twoColFixLtHdr #container #sidebar1 ul.navbarlist li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixLtHdr #container #sidebar1 p.navbar a:hover,
.twoColFixLtHdr #container #sidebar1 p.navbarproducts a:hover,
.twoColFixLtHdr #container #sidebar1 ul.navbarlist a:hover,
.twoColFixLtHdr #container #sidebar1 ul.navbarlist li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.twoColFixLtHdr #container #sidebar1 p.testimonials {
	background-image: url(images/navbargray.png);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 37px;
	font-weight: bold;
	color: #FFFFFF;
	/* margin: 32px 0px 0px 0px; 32px 0px 0px 3px
	padding: 0px 0px 0px 16px; */
	font-size: .9em;
/*	width: 230px;*/

	padding-left: 16px;
	padding-bottom: 0px;
	margin: 18px 0px 0px 3px;
	padding-top: 0px;
}
.twoColFixLtHdr #container #sidebar1 p.testimonialstext {
	margin: 0px;
	padding: 4px 16px 30px 22px;
	font-size: .8em;
	background-image: url(images/testimonialsbody.png);
	background-repeat: no-repeat;
	background-position: 3px bottom;
	font-weight:normal;
}
.twoColFixLtHdr #container #sidebar1 .testimonialsfooter img {
	margin: 0px 0px 0px 4px;
	padding: 0px;
}
.twoColFixLtHdr #container #sidebar1 .testimonialsphoto {
	background-image: url(images/testimonialsbody.png);
	background-position: 3px top;
	text-align: center;
	padding: 5px 0 0 5px;
	border-width: 0px;
	border-style: none;
	background-repeat: no-repeat;
}
.twoColFixLtHdr #container #sidebar1 .testimonialsphoto img {
	border: 1px solid #666666;
}
.twoColFixLtHdr #container #mainContent {
/*	margin: 18px 0 0 245px;*/
	float:right;
	margin: 18px 0 0 0;
	padding: 0;
	width: 633px;
}
.twoColFixLtHdr #container #mainContent #columntop img {
	margin: 0px;
	padding: 0px;
} 
.twoColFixLtHdr #container #mainContent #innerRight {
	background-image: url(images/maintile.png);
	background-repeat: repeat-y;
	background-position: left top;
}
.twoColFixLtHdr #container #mainContent #innerRight #innerback {
	background-image: url(images/maintop.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin:0;
	padding:0 70px 0 73px;  
}
.twoColFixLtHdr #container #header .zoomsearch img {
	vertical-align: bottom;
}

.twoColFixLtHdr #container #mainContent #innerRight #innerback h1 {
	margin: 0 0 0.5em;
}
.twoColFixLtHdr #container #mainContent #innerRight #innerback ul {
	margin: 0 0 0.5em;
	padding-right: 0px;
	padding-left:1em;
}
.twoColFixLtHdr #container #mainContent #innerRight #innerback ul li {
	font-size:0.8em;
	list-style-type: disc;
	list-style-position: outside;
	padding-left:5px;
	margin-left:5px;
}
/*.twoColFixLtHdr #container #mainContent #innerRight p, 
.twoColFixLtHdr #container #mainContent #innerRight h1 {
	margin:0;
	padding:0 70px 0 73px;  
}
.twoColFixLtHdr #container #mainContent #innerRight h2 {
	margin:0;
	padding:0.3em 70px 0 73px;  
}
.twoColFixLtHdr #container #mainContent #innerback p,
.twoColFixLtHdr #container #mainContent #innerRight #innerback table form,{
	padding:0.3em 70px 0.4em 73px; 
}*/

.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:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #container p.contactinfo {
	background-image: url(images/columnfooter.png);
	height: 94px;
	background-position: -7px top;
	margin: 0;
	padding: 20px 0px 0px 73px;
	font-weight: normal;
/*	color: #50585A;*/
	font-size: 0.7em;
	background-repeat: no-repeat;
}
.twoColFixLtHdr #container p.contactinfo strong {
	color: #50585A}
.twoColFixLtHdr #container .contactinfo a {
	color: #50585A;
}
.twoColFixLtHdr .copyright {
	margin:0px auto;
	width: 878px;
}
.twoColFixLtHdr .copyright p {
	color:#FFFFFF;
	padding: 0px 0px 20px 314px;
	text-align:left;
	font-size:0.7em;
}
.twoColFixLtHdr #footer {
	margin:0 auto;
	padding: 0px;
	border-bottom: 30px solid #000000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
}
div.shadowleft {
	background-image: url(images/shadow.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	float:left;
	width: 10px;
	padding: 0 0 6px 0;
	margin: 0px;
}
div.shadowright {
	background-image: url(images/shadow.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	float:right;
	width: 10px;
	padding: 0 0 6px 0;
	margin: 0px 10px 10px;
}
div.shadow {
	background-image: url(images/shadow.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	width: 10px;
	padding: 0 0 6px 0;
	margin: 0px 10px;
}
.twoColFixLtHdr #container #mainContent #innerRight #innerback img.right {
	float: right;
	padding-bottom: 0px;
	background-image: url(images/shadow.jpg);
	background-repeat: repeat-x;
	background-position: center -100px;
	border-top: 1px solid #DA4141;
	border-right: 1px solid #990000;
	border-bottom: 1px solid #990000;
	border-left: 1px solid #990000;
	margin: 0px 0px 0px 10px;
}
.twoColFixLtHdr #container #mainContent #innerRight #innerback img.left {
	border-top: 1px solid #DA4141;
	border-right: 1px solid #990000;
	border-bottom: 1px solid #990000;
	border-left: 1px solid #990000;
	float: left;
	margin: 0px 10px 0px 0px;
}
.redborder {
	border-top: 1px solid #DA4141;
	border-right: 1px solid #990000;
	border-bottom: 1px solid #990000;
	border-left: 1px solid #990000;
}

.twoColFixLtHdr #container #sidebar1 #sidenav {
	width: 241px;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container #header .zoomsearch .searchicon {
	margin: 0px;
	padding-bottom: 1px;
}
.red {color: #FF0000;}
.grey strong {color: #565E60}
.twoColFixLtHdr #container #mainContent #innerRight #innerback .tooltable .white ul {
	padding:0 3px;
	margin:0 3px;}
.twoColFixLtHdr #container #mainContent #innerRight #innerback .tooltable .white p {
	font-size:12px;
	color: #565E60;
	font-weight:bold;
	margin: 3px 0px 0px;
	padding: 3px 0px 3px;
}
.twoColFixLtHdr #container #mainContent #innerRight #innerback .tooltable .white p > ul {
	margin-top: 0px;
	padding-top: 0px;
}
.twoColFixLtHdr #container #mainContent #innerRight #innerback .tooltable .white li {
	color: #565E60;
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
}

.twoColFixLtHdr #container #mainContent #innerRight #innerback .servicessidebar {
	float: right;
	margin: 0px 10px 10px;
}
table.tooltable {
	background-color: #999999;
	padding: 3px;
}
table.tooltable td.red {
	background-color: #990000;
	padding: 3px;
}
table.tooltable td.red strong {
	color:#FFFFFF;
}
table.tooltable td.white {
	background-color: #ffffff;
	padding: 3px;
}
table.tooltable td.white p strong {
	color: #565E60;
}


table.poppettable {
	background-color: #990000;

	border:1px solid #990000;
}
table.poppettable td.red {
	background-color: #990000;
	padding: 3px;
	text-align:center;
}
table.poppettable td.red strong {
	color:#FFFFFF;
	font-size:24px;
}
table.poppettable td.white {
	background-color: #ffffff;
	padding: 3px;
}
table.poppettable td.white p strong {
	color: #565E60;
}
