/*-----------------------------------------------------------------------------
	Enginelink Stylesheet v1.0
	By: Lester Reyes (jlrworks.com)
-----------------------------------------------------------------------------*/

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

#wrapper {
}

.container {
	padding-top: 10px;
	width: 820px;
}

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

a {
	color: #73880A;
	text-decoration: none;
}

a:hover {
	color: #C79810;
}

blockquote p 	{ padding: 0 20px 0 30px; }
hr 				{ background: #CCC; height: 1px; }
img				{ margin: 0; vertical-align: bottom; }
p {
	margin: 0 0 1em 0;
	text-align: justify;
}
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: #3F4C6B;
	font-size: 1.3em;
	font-weight: bold;
 	letter-spacing: 0px;
	line-height: 1.2;
	margin-bottom: 7px;
	text-decoration: none;
}

h4 {
	color: #36393D;
	margin-bottom: 5px;
}

em {
	color: #999999;
	font-size: 10px;
}

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

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

#header {
	background: transparent url(../images/bg-header.jpg) no-repeat 0 0;
	clear: both;
	height: 182px;
}

#logo {
	float: left;
	height: 73px;
	padding: 24px 0 0 50px;
	width: 208px;
}

#logo h1.logo-title {
	margin: 0;
	position: relative;
}

#logo a {
	background: transparent url(../images/logo.png) no-repeat 0 0;
	cursor: pointer;
	display: block;
	height: 73px;
	text-decoration: none;
	text-indent: -10000px;
	width: 208px;
}

#mini-contact {
	float: right;
	font-size: 10px;
	line-height: 12px;
    padding: 20px 24px 0 0;
}

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

#nav {
	clear: both;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-top: 15px;
	text-transform: lowercase;
	white-space: no-wrap;
}

#nav-inner {
	background: transparent url(../images/bg-nav.jpg) no-repeat 0 0;
	height: 67px;
	line-height: 67px;
	margin: 0 auto;
}

#subnav {
	clear: both;
}

#nav ul,
#subnav ul {
	margin: 0;
	padding: 0;
}

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

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

#subnav li {
	background-image: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#nav li a {
	color: #94E7FF;
	display: block;
	float: left;
	position: relative;
	width: 203px;
}

#nav li a:hover,
#nav li.current-item a {
	background: transparent url(../images/bg-nav-item-active.png) no-repeat center 9px;
	color: #FFFFFF;
}

#nav ul.primary-sub {/* -- */
	background-color: #FFFFFF;
	top: 30px;
}

#nav ul.primary-sub a {
	background: none;
	border-bottom: 1px solid #5A5A5A;
	color: #000000;
	height: 20px;
	line-height: 20px;
	margin: 0 5px;
	padding: 5px;
	width: 100px;
}

#nav ul.primary-sub a:hover {
	background-color: #EEEEEE;
}

#nav ul ul {
	position: absolute;
	z-index: 500;
}

#nav ul ul ul {
	top: 0;
	left: 100%;
}

#nav ul ul,
#nav ul li:hover ul ul,
#nav ul ul li:hover ul ul {
	display: none;
}

#nav ul li:hover ul,
#nav ul ul li:hover ul,
#nav ul ul ul li:hover ul {
	display: block;
}/* -- */

#subnav li a,
#subnav li a:hover {
	text-decoration: underline;
}

/*-----------------------------------------------------------------------------
	Main Content
-----------------------------------------------------------------------------*/
#page {
	background: #FBFBFB url(../images/bg-page.jpg) no-repeat center bottom;
	border: 1px solid #CCCCCC;
	clear: both;
	padding: 0 0 115px 0;
	width: 818px;
}

#page-inner {
	background: transparent url(../images/bg-page-inner.jpg) repeat-x 0 0;
	margin: 1px;
	padding: 8px;
}

#maincontent {
	clear: both;
	color: #000000;
	font-size: 12px;
}

#maincontent h2.title {
	color: #BA0303;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
	margin-bottom: 15px;
}

#maincontent h4.mvp {
	color: #FF9900;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0;
	text-transform: uppercase;
}

#maincontent h5.mvp {
	color: #FF9900;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: uppercase;
}

#maincontent-inner {
}

#content {
	margin: 0 auto;
	min-height: 280px;
}

#content-inner {
	padding: 25px;
}

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

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

#sidebar-left {
	float: left;
	position: relative;
	width: 170px;
}

#sidebar-left-inner {
	border-left: 1px dashed #8A8888;
	border-right: 1px dashed #8A8888;
	min-height: 400px;
}

#blocknav ul.block-menu {
	margin: 0;
	padding-top: 30px;
}

#blocknav ul.block-menu li {
	padding: 0 0 2px 0;
	text-align: center;
}

#blocknav ul.block-menu li a {
	background-color: #F0F0F0;
	color: #000000;
	display: block;
	padding: 2px 4px;
}

#blocknav ul.block-menu li a:hover,
#blocknav ul.block-menu li a.active {
	color: #36393D;
}

#blocknav ul.block-menu li a.active {
	font-weight: bold;
}

#blocknav ul.sub-menu li {
	text-align: right;
}

#blocknav ul.sub-menu li a {
	background-color: #CDEB8B;
	font-size: 11px;
}

/*-----------------------------------------------------------------------------
	Limelight
-----------------------------------------------------------------------------*/

div#limelight {
	height: 162px;
	text-indent: -10000px;
	width: 800px;
}

.home-page div#limelight {
	background: transparent url(../images/limelight-home.png) no-repeat 0 0;
}

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

.home-page h2.title {
	background: transparent url(../images/title-welcome-enginelink.gif) no-repeat 0 0;
	display: block;
	height: 23px;
	margin-bottom: 1em;
	text-indent: -10000px;
	width: 268px;
}

/*-----------------------------------------------------------------------------
	About Us Page
-----------------------------------------------------------------------------*/

.about-us-page h2.title {
	background: transparent url(../images/title-about-us.gif) no-repeat 0 0;
	display: block;
	height: 23px;
	margin-bottom: 1em;
	text-indent: -10000px;
	width: 124px;
}

.about-us-page div.vision-mission h2.title {
	background: transparent url(../images/title-vision-mission.gif) no-repeat 0 0;
	display: block;
	height: 26px;
	margin-bottom: 1em;
	text-indent: -10000px;
	width: 211px;
}

.about-us-page div.core-values h2.title {
	background: transparent url(../images/title-core-values.gif) no-repeat 0 0;
	display: block;
	height: 23px;
	margin-bottom: 1em;
	text-indent: -10000px;
	width: 157px;
}

.about-us-page #content,
.products-page #content,
.casting-grinding-steel-ball-page #content {
	float: right;
	width: 628px;
}

.about-us-page strong.big {
	color: #D15600;
	font-size: 16px;
}

div.ui-tabs-panel {
	background: none;
}

/*-----------------------------------------------------------------------------
	Products Page
-----------------------------------------------------------------------------*/

.products-page #maincontent h2.title {
	background: transparent url(../images/title-our-products.gif) no-repeat 0 0;
	border: 0;
	display: block;
	height: 23px;
	margin-bottom: 15px;
	text-indent: -10000px;
	width: 180px;
}

.products-page .subtitle {
	color: #555555;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.products-page div.content-left {
	float: left;
	padding-left: 20px;
	width: 211px;
}

.products-page div.content-right {
	float: left;
	padding-left: 54px;
	width: 415px;
}

ul.product-pics {
	margin: 0;
	padding: 0;
}

ul.product-pics li {
	background: none;
	float: left;
	padding: 0 25px 20px 25px;
	width: 236px;
}

ul.product-pics li img {
	border: 2px solid #222222;
}

ul.product-pics li .caption {
	color: #555555;
	padding: 1px 5px;
	text-align: center;
}

ul.product-list {
	margin: 30px 0 0 0;
	padding: 0;
}

ul.product-list li {
	background: none;
	border-bottom: 1px dotted #CCCCCC;
	clear: both;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}

ul.product-list .product-image {
	float: left;
	padding: 0 15px 15px 0;
}

ul.product-list li .title {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

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

.contact-us-page h2.title {
	background: transparent url(../images/title-contact-us.gif) no-repeat 0 0;
	display: block;
	height: 23px;
	margin-bottom: 1em;
	text-indent: -10000px;
	width: 151px;
}

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 #BEDB8A;
	color: #000000;
	margin: 10px 0;
	padding: 5px;
}

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

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

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

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

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-color: #222222;
	clear: both;
	color: #B5B5B5;
	font-size: 10px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

#footer strong {
	color: #FB550B;
}

#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 {
	margin: 10px auto 20px auto;
	text-align: center;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
