@charset "utf-8";
/* Main Styles */
body {
	background:url(../images/tabla_bg_pattern.gif) #545454;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	color:#292929;
	padding-top:30px;
}
.white {
	color:#ccc;
}
.orange {
	color:#f5821f;
}
.black {
	color:#333333
}
.red {
	color:#990000;
}
.clr {
	clear:both;
}
.clrlft {
	clear:left;
}
.clrrt {
	clear:right;
}
a:link {
	text-decoration:none;
	color:#f5821f;
}
a:visited {
	text-decoration:none;
	color:#f5821f;
}
a:hover {
	text-decoration:underline;
}
a {
	outline:none;
}
h1 {
	font-size:12px;
	font-weight:bold;
}
h2 {
	font-size:12px;
	font-weight:bold;
	color:#f5821f;
}
h3 {
	font-size:12px;
	font-weight:bold;
	padding:5px 0;
}
p {
	font-size:12px;
	line-height:16px;
	padding-top:12px;
}

.left {
	float:left;
	height:auto;
	width:auto;
	border:2px solid #ccc;
}
.right {
	float:right;
	height:auto;
	width:auto;
	border:2px solid #ccc;
}
.pad5 {
	padding:5px;
}
.pad10 {
	padding:10px;
}
.pad15 {
	padding:15px;
}
.bold {
	font-weight:bold;
}
.small {
	font-size:12px;
	line-height:16px;
	padding:4px 0;
}
.dl {
	font-size:12px;
	padding-top:0px;
	padding-left: 20px;
}
blockquote {
	margin:0 15px 15px 15px;
	padding:5px 5px 10px 10px;
	border:2px double #ccc;
	background:url(../images/quote.gif) #E6E6E6 no-repeat top left;
	font-size:12px;
}
.exerpt {
	margin-left:15px;
	padding:3px 3px 3px 10px;
	background:#ccc;
	width:58px;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}
/*Main Wrapper */
.wrapper {
	width:801px;
	height:auto;
	margin:0px auto;
}

/* Header */
.header {
	border-top:3px solid #292929;
	background: #282828;
	padding-bottom:7px;
}
.mnav {
	margin-left:1px;
}
.mnav li {
	float:left;
	width:auto;
	height:auto;
}
/* Body */
.body {
	background:#fff;
	height:auto;
}
.rtcol /* right column home*/ {
	float:right;
	width:300px;
	height:auto;
	padding: 23px 22px 0 0px;
}
.lfcol /* Left Column home*/ {
	padding:23px 21px;
	width: 423px;
}
.hcont {
	padding-bottom:8px;
}
.title {
	padding:0 0 7px 0;
	border-bottom: 3px solid #282828;
}
.fltcont {
	height:20px;
	width:auto;
}
.rtlink {
	float:right;
	color:#f5821f;
	padding:3px 7px;
	background:#282828;
	font-size:11px;
	font-weight:bold;
	height: auto;
}
.manual {
	padding:30px 0 10px 0;
	text-align: center;
}
.news {
	margin-bottom:10px;
	border-bottom:1px solid #282828;
	padding-bottom: 10px;
}
.morelink a:link {
	color:#333333;
	text-decoration:underline;
	font-size:10px;
	text-transform:uppercase;
}
.morelink a:visited {
	color:#333333;
	text-decoration:underline;
	font-size:10px;
	text-transform:uppercase;
}
.rtcols /* right column sub*/ {
	float:right;
	width:550px;
	height:auto;
	padding: 10px 22px 0 0px;
}
.mcol /* Middle column sub*/ {
	width:700px;
	height:auto;
	padding: 10px 22px 0 0px;
	margin:0 auto;
}

.info {
	padding-bottom:0px;
}
.rtimg {
	float:right;
	width:auto;
	padding: 10px 0 0 0;
}
.lfcols /* Left Column sub*/ {
	padding:10px 21px;
	width: 180px;
}
.lftimg {
	float:left;
	width:auto;
}
.subhead {
	padding-top:40px;
	padding-left: 21px;
	padding-right: 22px;
}
.sub /*h2 style*/ {
	border-bottom:1px solid #CCCCCC;
	padding:20px 3px 3px 3px;
	margin: 0 0 10px 0px;
	text-align:left;
	font-size: 14px;
}
.list {
	font-size:12px;
	margin-left:35px;
	padding: 10px 0;
	list-style:square;
}
.list li {
	padding:3px 0;
}
.list2 {
	font-size:12px;
	margin-left:35px;
	padding: 10px 0;
	list-style:none;
}
.list2 li {
	padding:3px 0;
}

.mlist {
	font-size:12px;
/*	list-style:square;
*/}
.mlistbg {
	background:#f9f8f8;
	border: 1px solid #ccc;
	border-top: none;
	margin-bottom: 12px;
}
.mlist li {
	border-top: 1px solid #ccc;
	text-align: left;
}
.mlist .active {
	background:#F5821F;
}
.mlist a{
	padding:2px 0px 2px 10px;
	display:block;
	height:100%;
}
.mlist a:link {
	color:#292929;
	text-decoration:none;
}
.mlist a:visited {
	color:#292929;
	text-decoration:none;
}
.mlist li a:hover {
	background:#eaeaea;
}
.submen {
	margin:0px 0px 0px 20px;
	font-size:12px;
}
/* engineering bulletin/safety */
.ebull {
	float:left;
	width:46%;
	font-size:12px;
	padding: 0 10px;
}
.ebull1 {
	float:left;
	width:46%;
	font-size:12px;
	padding: 0 10px;
	border-left: 1px solid #ccc;
}

.pdflist {
	margin:10px;
}
.pdflist li {
	padding:4px 0px;
}
.name {
	background:url(../images/pdf.png) no-repeat top left;
	padding:1px 0 1px 20px;
	;
}
.name_1 {
	background:url(../images/ppt.png) no-repeat top left;
	padding:1px 0 1px 20px;
	;
}
.play {
	background:url(../images/play.png) no-repeat top left;
	padding:1px 0 1px 20px;
	;
}

.download {
	padding-left:22px;
}
.lfcolgallery {
	padding:23px 21px;
}

.people {
	padding:10px 0px 10px 0;
	font-size:12px;
}

/*contact*/
.error {
	padding:5px 0;
	font-size:10pt;
	font-weight:bold;
}
.cform {
	padding:10px 0;
	width:300px;
	text-align:left;
	font-size:10pt;
}
.cform li {
	padding:2px;
}
.submitbtn {
	padding:10px 0;
}

.submit {
	background:#000;
	color:#F5821F;
}
/* Footer */
.footer {
	background:#292929;
	Padding:25px 22px;
	font-size:11px;
	text-align: center;
	color:#ccc;
}
.orange a:link {
	text-decoration:none;
	color:#f5821f;
}
.orange a:visited {
	text-decoration:none;
	color:#f5821f;
}
.fmenu a:link {
	text-decoration:none;
	color:#ccc;
}
.fmenu a:visited {
	text-decoration:none;
	color:#ccc;
}
.fmenu a:hover {
	text-decoration:underline;
	}

.fmenu {
	width:520px;
	color:#ccc;
	margin: 0 auto;
	;
}
.fmenu li {
	float:left;
	padding:0px 10px;
	margin:3px 0;
	border-left:1px solid #ccc;
	text-align:center;
	vertical-align:middle;
	line-height:8px;
	*line-height:15px;
}
.fmenu .first{
	border-left:none;
}

.postmetadata{
	padding:20px 0;
	}
.tiny {
	margin-top:-12px; 
	font-size:11px;
	padding-right:5px; 
	text-align:right;
}
#flowplayerholder {	
	padding:20px 40px;
}
/* IE album fix*/
.ngg-album {
	_height:130px;
}
.grey {
	color:#939393;
}
.grey a:link {
	color:#939393; !important
	}
.grey a:visited {
	color:#939393; !important
}
