body {
	padding: 0;
	margin: 0;
	height: 100%;
	min-height: 100%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
}

a { text-decoration: none; color: #222222; outline: 0; }
a:hover, #leftnav li a:hover { color: #f58221; }

img { border: 0; }
li { list-style-type: none; }

#wrap { position: relative;  }

#logo {
	float: left;
	background: #fff;
	padding: 5px 13px;
	border-right: 4px solid #f58221;
}

#footer {
	position: absolute;
	bottom: 0;
	z-index: 99;
	background: #000000;
	border-top: 1px solid #e19046;
	color: #808080;
	width: 100%;
	padding: 6px 0;
	font-size: 9px;
}

#footer-inner {
	width: 840px;
	margin: 0 auto;
}

/* --------- Menu ------- */
/* 
	LEVEL ONE
*/
.menu  { 
  text-transform: uppercase;
  position: absolute;
  z-index: 99;
  left: 0; right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  width: 840px;
  padding: 0;
}

.menu li                      { float: left; zoom: 1; background: #222222; padding: 17px 24px 18px 23px;  }
.menu a:hover		            { color: #f58221 !important; }
.menu a:active, .menu li.highlight ul li a:hover               { color: #ffa500 !important; }
.menu li a                    { display: block;font-size: 11px; font-weight: bold; color: #ffffff; }
.menu li:last-child a         { border-right: none; } /* Doesn't work in IE */

.menu li.hover,
.menu li:hover                { background: #ffffff; color: #f58221; position: relative; }

.menu li.hover a, .menu li:hover a              { color: #f58221; }


/* 
	LEVEL TWO
*/
.menu ul 						{ width: 220px; visibility: hidden; position: absolute; top: 100%; left: -40px; }
.menu ul li 					{ font-weight: bold; font-size: 11px; background: #ffffff; 
									  border-bottom: 1px solid #ccc; float: none; color: #222222; text-transform: capitalize; cursor: pointer }
									  
                                    /* IE 6 & 7 Needs Inline Block */
.menu ul li a					{ border-right: none; width: 100%; display: inline-block; color: #222222 !important; text-transform: capitalize;} 

/* 
	LEVEL THREE
*/
.menu ul ul 					{ left: 180px; top: 0; }
.menu li:hover > ul 			{ visibility: visible; }

.menu li ul li.active a,
.menu li.highlight,
.menu li.highlight a {
  background: #ffffff;
  color: #f58221;
}

.menu li.highlight ul li a {
	color: #222222;
}

#leftnav li.current a  {
  color: #f58221;
  font-weight:bold;
 }

/* --------- Highlight Panel ------- */
.slide-panel {
	z-index: 25;
	width: 5px;
	position: absolute;
}

.slide-button {
	position: relative;
	z-index: 20;
	cursor: pointer;
	height: 25px;
	padding: 10px 0 0 30px;
	color: #000000;
	background: rgba(255, 255, 255, 0.9) url(../img/highlight_icn.png) no-repeat 10px 8px;
}

.slide-button:hover {
	color: #df8e43;
}

.slide-panel.bottom {
	bottom: 22px;
}

.slide-panel .content {
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.9);
	height: 0;
	color: #fff;
	padding: 0 10px;
}

.slide-arrow {
	right: 10px;
	position: absolute;
}


/* --------- Content ------- */
#content-wrap {
	position: absolute;
	padding: 20px 0;
	width: 100%;
	background: #ffffff;
	clear: both;
	z-index: 98;
	top: 70px;
	min-height: 540px;
}

#content {
	width: 840px;
	margin: 0 auto;
}

#leftnav {
	float: left;
	width: 200px;
}

#leftnav h1 {
	margin-top: 0;
	color: #f58221;
	font-size: 20px;
	border-bottom: 3px solid #f58220;
	display: inline-block;
}

#leftnav li a {
	color: #555555;
	line-height: 22px;
	background: url(../img/nav_arrow.png) 1px no-repeat;
	padding-left: 10px;

}

#rightcontent {
	float: left;
	margin: 0 0 0 40px;
	width: 600px;
	height: 100%;
	line-height: 18px;
	text-align: justify;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}

#rightcontent img { margin-bottom: 15px; }

#rightcontent h1{
	color:#f58220;
	font-size:15px;
	margin: 0 auto;
	height:30px;
}

#rightcontactcontent {
	float: left;
	margin: 0 0 0 40px;
	width: 600px;
	height: 100%;
	line-height: 18px;
	text-align: justify;
	font-size:11px;
}

#rightcontactcontent h1{
	font-size:15px;
}

/* --------- Left Nav Contact ------- */
#info-contact{
	margin-top: 20px;
	border-top: 1px dashed #ccc;
	padding-top: 15px;
}

#info-contact li a { background: none; padding: 0;}

.icon-phone {
	background: url(../img/phone_o.png) no-repeat;
	padding-left: 20px;
	height: 28px;
	font-family:Verdana, Geneva, sans-serif;
}

.icon-fax {
	background: url(../img/fax_o.png) no-repeat;
	padding-left: 20px;
	height: 24px;
	font-family:Verdana, Geneva, sans-serif;
}

.icon-email {
	background: url(../img/email_o.png) 1px  no-repeat;
	padding-left: 20px;
	font-family:Verdana, Geneva, sans-serif;
}


/* --------- Left Nav Logo ------- */
#certlogo {
	margin-top: 30px;
}

#certlogo li {
	margin-right: 20px;
	margin-top: 10px;
	float: left;
}

/* --------- Products ------- */
ul#products {
	margin: 0;
	padding: 0;
}

ul#products li {
	float: left;
	margin: 0 18px 20px 0;
	width: 130px;
	height:170px;
	font-size:11px;
	text-align:center;
}

ul#products li img { border: 1px solid #ddd; }

.more { 
	background: #f58221;
	padding: 5px 10px;
	display: inline-block;
}

.more a, .more a:hover { color: #ffffff; }

/* --------- Contact ------- */
#number{
	font-size:10px;
	color:#000;
}

img.grayscale {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter ….3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%);
	-webkit-transition: all .6s ease;
	-webkit-backface-visibility: hidden;
}

img.grayscale:hover {
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter …\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
-webkit-filter: grayscale(0%);
}
