/*-----------------------------------------------------------------------------
	Escarda's Trading Stylesheet v1.0
	By: Lester Reyes (jlrworks.com)
-----------------------------------------------------------------------------*/

@font-face {
	font-family: 'UniversMed';
	src: url('../fonts/UniversMed.eot');
	src: local('f2@?1'),
		url('../fonts/UniversMed.woff') format('woff'),
		url('../fonts/UniversMed.ttf') format('truetype'),
		url('../fonts/UniversMed.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	background: #FFFFFF url(../images/bg-overall.jpg) repeat-x center bottom;
	margin-bottom: 0;
	margin-top: 0;
}

#wrapper {
	background: transparent url(../images/bg-wrapper.png) repeat-y center top;
	margin: 0 auto;
	width: 988px;
}

.container {
	background-color: #FFFFFF;
	width: 900px;
}

blockquote {
	background: transparent url(../images/quote.gif) no-repeat 5px 5px;
	color: #EEEEEE;
	font-style: normal;
	padding: 0;
}

a {
	color: #CC6600;
	text-decoration: none;
}

a:hover {
	color: #B02B2C;
}

blockquote p 	{ padding: 0 20px 0 30px; }
hr 				{ background: #CCC; height: 1px; }
img				{ margin: 0; vertical-align: bottom; }
p {
	text-align: left;
}
p img			{ float: none; }
a.button 		{ float: left; } /* Fix for buttons */
input 			{ padding-left: 0; border: 1px solid #CCCCCC;  }
ul 				{ margin-left: 15px; list-style-type: none; }
ul li 			{ padding: 2px 0 2px 9px; background: url('../images/icons/bullet_square_grey.gif') left 5px no-repeat; }
ol				{ margin-left: 35px; }
ol li {
	background-image: none;
}
label			{ font-weight: normal; }
.small			{ font-size: .9em; }
.nomargin		{ margin: 0; }
a.button, button { font-weight: normal; }

table {
	border-collapse: collapse;
}


h2 a {
	color: #3B4A25;
	text-decoration: none;
}

h3, h3 a {
	color: #000000;
	font-size: 1.3em;
	font-weight: bold;
 	letter-spacing: 0px;
	line-height: 1.2;
	margin-bottom: 7px;
	text-decoration: none;
}

h4 {
	margin-bottom: 5px;
}

em {
	font-size: 10px;
}

acronym {
	border-bottom: 1px dotted #CCCCCC;
	cursor: help;
}

/*-----------------------------------------------------------------------------
	Header
-----------------------------------------------------------------------------*/

#header {
	background: transparent url(../images/bg-header.jpg) repeat-x 0 0;
	clear: both;
	height: 240px;
	padding-top: 13px;
}

/*-----------------------------------------------------------------------------
	Navigation & Sub-Navigation
-----------------------------------------------------------------------------*/

#nav {
	background-color: #353535;
	clear: both;
	height: 34px;
	line-height: 34px;
	padding: 0;
}

#nav-inner {
	font-family: UniversMed, Verdana, Tahoma, "DejaVu Sans", sans-serif;
	font-size: 12px;
	white-space: no-wrap;
}

#nav ul {
	margin: 0 0 0 20px;
	padding: 0;
}

#nav li {
	background-image: none;
	color: #FDE99D;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}

#nav li.div {
	background: transparent url(../images/bg-nav-div.jpg) no-repeat center;
	text-indent: -10000px;
	width: 3px;
}

#nav li a {
	color: #FFFFFF;
	display: block;
	float: left;
	padding: 0 20px;
	position: relative;
	text-transform: uppercase;
}

#nav li.current-item a,
#nav li a:hover {
	background: transparent url(../images/bg-nav-item.gif) no-repeat center top;
	color: #FF9900;
}

/*-----------------------------------------------------------------------------
	Main Content
-----------------------------------------------------------------------------*/

#page {
	clear: both;
}

#page-inner {
}

#maincontent {
	clear: both;
	color: #333333;
	font-size: 13px;
	padding: 15px 30px;
}

#maincontent h2.title {
	background: transparent url(../images/bg-title.jpg) repeat-x bottom left;
	color: #F09204;
	font-family: UniversMed, Verdana, Tahoma, "DejaVu Sans", sans-serif;
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#maincontent h3.title {
	color: #B02B2C;
	font-size: 16px;
	font-weight: bold;
}

#maincontent-inner {
}

#content {
	float: right;
	min-height: 300px;
	width: 610px;
}

#content-inner {
}

div#actual-content {
	padding: 10px 5px;
}

div.block {
	margin-bottom: 10px;
}

/*-----------------------------------------------------------------------------
	Sidebar Left
-----------------------------------------------------------------------------*/

#sidebar-left {
	float: left;
	padding-right: 30px;
	width: 200px;
}

#sidebar-left-inner {
}

div.block-products {
	background-color: #353535;
	font-family: UniversMed, Verdana, Tahoma, "DejaVu Sans", sans-serif;
	font-size: 14px;
}

div.block-products h3.title {
	background: transparent url(../images/title-products.jpg) repeat-x 0 0;
	height: 38px;
	margin: 0;
	text-indent: -10000px;
}

div.block-products ul {
	margin: 0;
	padding:  13px;
}

div.block-products ul li {
	background: transparent url(../images/bg-product-div.jpg) repeat-x bottom left;
	margin-bottom: 2px;
	padding: 0 0 5px 0;
}

div.block-products ul li.last {
	background: none;
	margin: 0;
	padding: 0;
}

div.block-products ul li a {
	background: transparent url(../images/icon-products.png) no-repeat right 6px;
	display: block;
	color: #FFFFFF;
	letter-spacing: -1px;
	padding: 2px 18px 2px 2px;
}

div.block-products ul li a:hover {
	background-color: #9A9A9A;
	color: #CDEB8B;
}

/*-----------------------------------------------------------------------------
	404 Page
-----------------------------------------------------------------------------*/

.not-found-404-page #content-inner {
	background: none;
	padding: 35px 40px;
}

/*-----------------------------------------------------------------------------
	Home Page
-----------------------------------------------------------------------------*/

.home-page #content-inner {
	background: none;
}

div.block-welcome {
	background: #666666 url(../images/bg-block-welcome.jpg) repeat-x bottom left;
}

div.block-welcome h3.title {
	background: transparent url(../images/title-welcome.jpg) no-repeat 0 0;
	height: 36px;
	text-indent: -10000px;
}

div.block-welcome p {
	margin: 0;
	padding: 0 10px 1.5em 10px;
}

div.block-welcome span.head {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

div.block-about-us {
	background: #666666 url(../images/bg-block-about-us.jpg) repeat-x bottom left;
}

div.block-about-us h3.title {
	background: transparent url(../images/title-about-us.jpg) no-repeat 0 0;
	height: 36px;
	text-indent: -10000px;
}

div.block-about-us div.about-left {
	float: left;
	padding: 0 6px 0 11px;
	width: 240px;
}

div.block-about-us div.about-right {
	float: left;
	padding: 0 11px 0 6px;
	width: 240px;
}

div.block-about-us div.about-teaser {
	background: transparent url(../images/bg-block-about-us-block.jpg) repeat-x 0 0;
	height: 122px;
	padding: 20px 15px 20px 15px;
}

p.about-teaser {
	border-bottom: 1px dashed #FFFFFF;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

span.head {
	color: #FFCC00;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

span a.read-more {
	background: transparent url(../images/bg-read-more.gif) no-repeat 0 0;
	display: block;
	float: right;
	height: 18px;
	text-indent: -10000px;
	width: 61px;
}

/*-----------------------------------------------------------------------------
	Industrial Services Page
-----------------------------------------------------------------------------*/

ul.reps {
	margin: 0;
}

ul.reps li {
	background-image: none;
	clear: both;
	padding: 0;
}

a.ri {
	float: left;
	margin: 0 10px 10px 0;
}

a.ri img {
	border: 1px solid #004D42;
	margin: 0;
}

div.ind-wraps {
	clear: both;
}

div.ind-wrap-item {
	float: left;
	padding: 0 19px 20px 20px;
	text-align: center;
	width: 111px;
}

/*-----------------------------------------------------------------------------
	Contact Us Page
-----------------------------------------------------------------------------*/

div.panel-top,
div.panel-bottom {
	clear: both;
}

div.panel-left {
	float: left;
}

div.panel-right {
	float: right;
	margin-right: 20px;
	text-align: center;
	width: 142px;
}

div.panel-right img {
	border: 1px solid #1A0000;
}

div.contact-form {
	text-align: left;
}

div.contact-form div.note {
	background-color: #FFFFFF;
	border: 1px solid #3F4C6B;
	color: #000000;
	margin: 10px 0;
	padding: 5px;
}

div.contact-form {
	padding-bottom: 15px;
}

div.contact-form fieldset {
	border-bottom: 1px solid #3F4C6B;
	margin: 0 0 7px 0;
	padding: 0;
}

div.contact-form label {
	color: #3F4C6B;
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 40px;
}

div.contact-form input.custom,
div.contact-form textarea {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	float: right;
	padding: 5px;
	width: 400px;
}

div.contact-form input.custom:focus {
	border:1px solid #666;
}

div.contact-form textarea {
	height: 200px;
}

div.input-buttons input.button {
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #0F0E13;
	border: 1px solid #000000;
	color: #FFFFFF;
	cursor: pointer;
	padding: 2px;
}

div.input-buttons input.button:hover {
	border-color: #CCCCCC;
	color: #CCCCCC;
}

.senderror {
	background-color: #FBE3E4;
	border: 1px solid #FF0000;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	padding: 5px;
}

.sendsuccess {
	background-color: #CDEB8B;
	border: 1px solid #BEDB8A;
	font-size: 10px;
	font-weight: bold;
	padding: 5px;
}

.goback {
	margin-top: 10px;
	text-align: center;
}

.goback a {
	font-weight: bold;
}

/*-----------------------------------------------------------------------------
	Footer
-----------------------------------------------------------------------------*/

#footer {
	background: #FFFFFF url(../images/bg-footer.jpg) repeat-x 0 0;
	clear: both;
	color: #FFFFFF;
	font-size: 10px;
	height: 34px;
	line-height: 34px;
	margin: 0 auto;
	padding-bottom: 1px;
	text-align: left;
}

#footer-inner {
	padding: 0 20px;
}

#footer-inner div.copyright {
	clear: both;
}

/*-----------------------------------------------------------------------------
	Misc
-----------------------------------------------------------------------------*/
.clear {
	clear: both;
}

.hidden {
	display: none;
	visibility: hidden;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.align-justify {
	text-align: justify;
}

a.email {
	color: #1E90FF;
}

a.email:hover {
	color: #4AA6FF;
}

div.more {
	text-align: right;
}

a.head {
	cursor: pointer;
}

div.more-wide {
	padding-right: 15px;
}

hr.custom {
	background: transparent url(../images/hr.jpg) repeat-x 0 0;
	clear: both;
	height: 2px;
	margin: 20px 0;
	width: 100%;
}

div.no-js-wrapper {
	position: absolute;
	top: 0;
	width: 100%;
}

div.no-js {
	font-size: 14px;
	margin: 0 auto;
	width: 100%;
}

div.no-js div.inner {
	background-color: #211C19;
	color: #EEEEEE;
	padding: 20px;
}

body.no-js {
	background-position: 0 82px;
	padding-top: 82px;
}

img.left {
	float: left;
	margin: 0 10px 10px 0;
	text-align: left;
}

img.right {
	float: right;
	margin: 0 0 10px 10px;
	text-align: right;
}

img.center {
	text-align: center;
}
