@charset "utf-8";
/* CSS Document */

body {background: #838485;}
h2 {margin-bottom: 15px;}
h2 {margin-bottom: 15px;}
h3 {margin-bottom: 5px;}

#containerMain {
	background: #fff;
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	border: 1px solid #6d6e71;
	border-top: none;
}
#containerMenu {
	width: 100%;
	background: #6d6e71;
	margin-bottom: 25px;
	margin-top: 15px;

}

#content {font-size: 11pt;} /*Added 11/4 */



#containerFooter {
	border-top: 5px solid #ed1c24;
	padding-top: 5px;
	margin-top: 20px;

}

#tagline {
	font-size: 160%;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	padding: 15px 50px 0 0;
}

.calloutText p {
	font-size: 110%;
	font-weight: bold;
	font-style:italic
}

#containerFooter p {
	font-size: 90%;
	font-weight: bold;
	text-align: right;
	
}
/*Top Menu
------------------------------------------------------------------*/

#containerMenu {background: #6d6e71;}
#containerMenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
	float: right;
}
#containerMenu a {
    display: block;
    padding: 0.25em 0.5em;
	color: #ffffff;
	font-weight: bold;
}
#containerMenu a:link, #containerMenu a:visited {
    color: #ffffff;
    text-decoration: none;
}
#containerMenu li {
	width: 8em;	
    float: left;
    background-color: #6d6e71;
    margin-right: 1px;
	margin-left: 0;
    position: relative;
}
#containerMenu li li{
	margin: 0;
    width: 15em;
	border-top: 1px solid #838485;
}
#containerMenu li li li{
	margin: 0;
    width: 10em;
	border-top: 1px solid #838485;
}
#containerMenu li:hover, #nav li li:hover { background-color: #ed1c24;}
#containerMenu ul ul  {
    position: absolute;
    visibility: hidden;
}
#containerMenu ul ul ul{
    position: absolute;
    left: 100%;
    top: -1px;
    border: none;
}
#containerMenu li:hover > ul {visibility: visible;}



/* Simple scalable breadcrumb by Veerle Pieters
------------------------------------------------------------------*/

#breadcrumb ul, #breadcrumb li {
	list-style-type:none;
	padding:0;
	margin:0 0 15px 0;
	}		
#crumbs {
	height:2em;
	border:1px solid #dedede;
	display: inline-block;
	padding-right: .75em;
	}
#crumbs li {
	float:left;
	line-height:2em;
	color:#777;
	padding-left:.75em;
	font-weight: bold;
	}		
#crumbs li a {
	background:url(../art/crumbs.gif) no-repeat right center;
	display:block;
	padding:0 15px 0 0;
	}

#crumbs li:last-child {padding-right: .75em;}						
#crumbs li a:link,
#crumbs li a:visited {
	color:#777;
	text-decoration:none;
	}	
a:link, a:visited,	
#crumbs li a:hover,
#crumbs li a:focus {
	color:#dd2c0d;
	}
	
#crumbs li a:not([href]) {
    color:#777;
}

#iconBreadcrumbHome {margin: -3px 5px 0 -5px; }


/* Custom CSS
------------------------------------------------------------------*/

.floatRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 3px;
}
#content ul {
	list-style-type: disc;
	margin-bottom: 5px;
}

.product {
	margin-bottom: 15px;
}

.product-even {margin-left: 40px;}


/* Home Page Elements */

.homepagecallout {
	margin-top: 20px;
	min-height: 200px;
	padding-top: 20px;

}

#calloutMfr {/*background-color: #d3aa8b; */}
#calloutTestimonials {/*background-color: #7da9a6; */}
#calloutContact{/*background-color: #89bf84; */}

.homepagecallout h3 {
	width: 100%;
	color: #fff;
	background: #231f20;
	text-align: center;
	margin-top: -20px;
	font-size: 12pt;
}

#fRequestConsult label {
	width: 100px;
	display: block;
	font-weight:bold;
	float: left;
	margin-left: 10px;
}

#fRequestConsult input {
	width: 185px;
	margin: 3px 0;
	background: #EFEFEF;
	border: 1px solid #ccc;
}

#fRequestConsult textarea {
	width: 280px;
	height: 50px;
	margin-left: 10px;
	background: #EFEFEF;
	border: 1px solid #ccc;
}

#fRequestConsult .error {
	background: #f0dbdc;
	border: 1px solid #ed1c24;
}
#fRequestConsult label.error {display: none;}
#fRequestConsult input {
	width: 185px;
	margin: 3px 0;
	background: #EFEFEF;
	border: 1px solid #ccc;
}

#fRequestConsult #formsubmit {
	width: 65px;
	margin: 3px  5px 3px 0;
	background: #EFEFEF;
	border: 1px solid #ccc;
	float: right;
}

#msgFormRequired {
	font-size: 80%;
	margin-left: 10px;	
}
/* Basic jQuery Slider essential styles */

#content ul.bjqs {position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{display:none;position:absolute;}

ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}

ol.bjqs-markers{list-style:none;margin:0;padding:0;z-index:9999;}
ol.bjqs-markers li{float:left;}

p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}

#content ul.bjqs li img {max-width: 100%;}
#content ul.bjqs li {margin: 0; padding: 0; overflow:hidden;}

#banner {
  height:2300px;
  width:700px;
  margin:0 auto;
  position:relative;
  background:#fff;
}

ul.bjqs-controls {opacity: 0; visibility: hidden;}


 ul.bjqs-controls li a{
  display:block;
  padding:0;
  margin: 0 25px;
  position:absolute;
  background: none;
  color:#fd0100;
  text-decoration:none;
  text-transform:uppercase;
}

a.bjqs-prev{
  left:0;

}

a.bjqs-next{
  right:0;
}

 p.bjqs-caption{
  background:rgba(0,0,0,0.7);
  color:#fff;
  text-align:center;
}

 ol.bjqs-markers{
  position:absolute;
  bottom:-50px;
}

 ol.bjqs-markers li{
  float:left;
  margin:0 3px;
}

 ol.bjqs-markers li a{
  display:block;
  height:10px;
  width:10px;
  border:4px solid #fff;
  overflow:hidden;
  text-indent:-9999px;
  background:#000;
  border-radius:10px;
  box-shadow:0 0 50px rgba(0,0,0,0.5);
}

ol.bjqs-markers li.active-marker a{
  background:#fd0100;
}

#calloutTestimonials blockquote{

	text-align: left;

}

#calloutTestimonials cite {
	display: block;
	font-style: normal;
	text-align: right;
	margin-top: -5px;
	padding-right: 5px;
}