/*
-------------------------------------------------
URI: http://www./
Created by Forte Trinity
-------------------------------------------------

CONTENTS

1: SITE MASTER SETUP (including reset from Tripoli)

2: TYPOGRAPHY/DESIGN 

3: LAYOUT
	3.1 main form
	3.2 container
	3.3 header
	3.4 content
	3.5 primary content
	3.6 secondary content
	3.7 tertiary content
	3.8 footer
	
4: GLOBAL ELEMENTS / CONTROLS
	4.1 accessibility
	
5: TEMPLATE / PAGE SPECIFIC
	
6: USEFUL CLASSES

/* -----------------------------------------------
1. SITE MASTER SETUP
----------------------------------------------- */

/* Imported mostly from Tripoli reset.css - http://www.monc.se/tripoli/css/reset.css */
* { margin:0; padding:0; text-decoration:none; outline:none } code, kbd, samp, pre, tt, var, textarea, input, select, isindex, listing, xmp, plaintext { font:inherit } a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet, table { border:none } table { border-collapse:collapse; border-spacing:0 } caption, th, td, center { text-align:left; vertical-align:top } q { quotes:"" "" } font { color:inherit !important; font:inherit !important; color:inherit !important } marquee { overflow:inherit !important; -moz-binding:none } blink { text-decoration:none } nobr { white-space:normal }
/* end of import */
body { height:100%; text-align:center; min-width:775px; background:#000;}
ul { list-style:disc outside }
ol { list-style:decimal outside }

/* -----------------------------------------------
2. TYPOGRAPHY / DESIGN
----------------------------------------------- */

html { font-size:62.5%; font-family:arial, verdana, "microsoft sans serif", helvetica, sans-serif; line-height:1.4em; color:#000 }
code, kbd, samp, pre, tt, var, input[type='text'], input[type='password'], textarea { font-size:1.1em; font-family:monaco, "Lucida Console", courier, mono-space }
h1 { font-size:1.8em; color:#fff; margin:0 0 12px 0; font-weight:normal }
h2 { font-size:1.8em; color:#fff; margin:0 0 12px 0; font-weight:normal }
h3 { font-size:1.8em; color:#fff; margin:0 0 12px 0; font-weight:normal }
h4 { font-size:1.3em; color:#fff; margin:0 0 12px 0 }
h5 { font-size:1.2em; color:#bf072a; margin:0 0 12px 0 }
h6 { font-size:1.1em; color:#fff; margin:0 0 12px 0 }
p {  font-size:1.2em; color:#fff; margin:0 0 12px 0; line-height:180% }
a { color:#FFFFFF;  }
a:hover { text-decoration:underline;  }
ul { margin:0 0 12px 0; font-size:1.1em }
ol { margin:0 0 12px 0; font-size:1.1em }
dl { margin:0 0 12px 0; font-size:1.1em }
hr { display:block; background:#aaa; color:#aaa; width:100%; height:1px; border:none }
address { font-size:1.1em; color:#fff }
blockqoute {  }
table { border-top:1px solid #ccc;  border-left:1px solid #ccc }
th, td { border-bottom:1px solid #ddd; border-right:1px solid #ccc }
fieldset { border:1px solid #ccc; }
legend { background:#fff; }
label { font-size:1.1em }
textarea, input[type='text'], select { border:1px solid #000; background:#fff; font-size:11px; color:#000 }

/* -----------------------------------------------
3. LAYOUT
----------------------------------------------- */

/* 3.1 - main form */
form.main { width:100%; height:100% }

/* 3.2 - container */
div#container { width:962px; margin:0 auto; position:relative; text-align:left }

/* 3.3 - header */
div#header { border:1px solid #171c1a; margin-bottom:13px }
div#logo {}

/* 3.4 - content */
div#content { clear:both; border:1px solid #171c1a; background:url(../images/background/content-bg.jpg) repeat-y; position:relative }
div#index-content { clear:both; border:1px solid #171c1a; position:relative; z-index:1 }

/* 3.5 - primary content */
body.index div#primary-content { width:497px; float:right; position:absolute; top:0px; right:0px; z-index:9999}
div#primary-content { width:497px; float:right }

div#primary-content #column1-index { width:470px; height:200px; padding:18px 13px 0px 13px; border-top:1px solid #000; color:#fff }
div#primary-content #column1-index p { margin-bottom:20px;}
div#primary-content #column1 { width:470px; background:#333; padding:18px 13px 0px 13px; border-top:1px solid #000; color:#fff; height:200px; }
div#primary-content #column2 { width:222px; float:left; padding:15px 13px; color:#fff; margin:0px; }
div#primary-content #column3 { width:222px; float:left; padding:18px 13px; color:#FFFFFF; }
div#primary-content #column3-flash { width:248px; height:279px; float:left; padding:0px 0px;}
div#primary-content #column1.scroll-pane { height:298px; width:483px; padding:18px 0px 0px 13px }

div#primary-content #column1 h2 { font-size:1.4em; color:#d00228; margin:0 0 12px 0; font-weight:bold; }
div#primary-content #column1 h3 { font-size:1.4em; color:#d00228; margin:0 0 12px 0; font-weight:bold; }
div#primary-content #column2 h3, div#primary-content #column3 h3 { font-size:1.4em; color:#CCCCCC; margin:0 0 12px 0;}

/* 3.6 - secondary content */
body.index div#secondary-content { width:958px; float:left }
div#secondary-content { width:462px; float:left }
div#secondary-content-contact { width:400px; float:left; padding:18px 12px;}

div#side-flash { margin:1px 0 0 0px; padding:0px; height:594px;}
div#side-flash p { width:400px; padding:20px 0 0 20px;}

/* 3.7 - tertiary content */
div#tertiary-content {  }

/* 3.8 - footer */
div#footer { padding-top:20px }

/* -----------------------------------------------
4. GLOBAL ELEMENTS / CONTROLS
----------------------------------------------- */

/* 4.1 - accessibility */
ul#skiplinks { display:none }
ul#skiplinks a, ul#skiplinks a:hover, ul#skiplinks a:visited { position:absolute; left:0px; top:-500px; width:1px; height:1px; overflow:hidden } 
ul#skiplinks a:active, ul#skiplinks a:focus { position:static; width:auto; height:auto }

/* 4.2 - top links */
ul#top-links { width:100%}
ul#top-links li { font-size:1.0em; float:right; margin-left:10px; padding:20px 0 5px 0 }
ul#top-links li a { color:#999; font-weight:100 }
ul#top-links li a:hover { color:#b8001e }

/* 4.3 - primary navigation */
ul#primary-navigation-outer { height:24px }
ul#primary-navigation { margin-left:2px }
ul#primary-navigation li { float:left; padding:0; margin:0; list-style:none }
ul#primary-navigation li a { color:#004d93; text-decoration:none }
ul#primary-navigation li a:hover { background-position:0% 100% }
ul#primary-navigation li a.current { background-position:0% 100% }

#nav-laser-cutting { width:129px; height:24px; text-indent:-9999px }
#nav-laser-cutting a { width:129px; height:24px; background:url(../images/navigation/laser-cutting-btn.gif) no-repeat; display:block }

#nav-punching { width:96px; height:24px; text-indent:-9999px }
#nav-punching a { width:96px; height:24px; background:url(../images/navigation/punching-btn.gif) no-repeat; display:block }

#nav-bending-and-forming { width:160px; height:24px; text-indent:-9999px }
#nav-bending-and-forming a { width:160px; height:24px; background:url(../images/navigation/bending-btn.gif) no-repeat; display:block }

#nav-cad-and-cam-design { width:141px; height:24px; text-indent:-9999px }
#nav-cad-and-cam-design a { width:141px; height:24px; background:url(../images/navigation/cad-btn.gif) no-repeat; display:block }

#nav-welding { width:92px; height:24px; text-indent:-9999px }
#nav-welding a { width:92px; height:24px; background:url(../images/navigation/welding-btn.gif) no-repeat; display:block }

#nav-other-services { width:142px; height:24px; text-indent:-9999px }
#nav-other-services a { width:142px; height:24px; background:url(../images/navigation/other-services-btn.gif) no-repeat; display:block }

#nav-quality { width:93px; height:24px; text-indent:-9999px }
#nav-quality a { width:93px; height:24px; background:url(../images/navigation/quality-btn.gif) no-repeat; display:block }

#nav-logistics { width:105px; height:24px; text-indent:-9999px }
#nav-logistics a { width:105px; height:24px; background:url(../images/navigation/logistics-btn.gif) no-repeat; display:block }

/* 4.4 - footer links */
ul#footer-links { float:right; list-style:none }
ul#footer-links li {float:left; margin:0 0 0 3px}
ul#footer-links li a {color:#999999; text-decoration:none }
ul#footer-links li a:hover {color:#770916} 

div#footer span {float:left; font-size:1.1em; margin:0 0 0 0; color:#999999;}
div#footer span a {color:#999999; text-decoration:none }
div#footer span a:hover {color:#770916}

#basewords li { list-style:none; display:inline; color:#999; padding-right:3px; border-right:solid 1px #999 }
#basewords li.last { border:0 }
#basewords strong { font-weight:normal }

/* -----------------------------------------------
5. TEMPLATE/PAGE SPECIFIC
----------------------------------------------- */

/* Page Titles */
#precision-metal-engineers-ttl { width:472px; height:15px; background:url(../images/titles/precision-metal-engineers-ttl.gif) no-repeat; display:block; text-indent:-9999px }
#laser-cutting-ttl { width:472px; height:15px; background:url(../images/titles/laser-cutting-ttl.gif) no-repeat; display:block; text-indent:-9999px }
#punching-ttl { width:472px; height:15px; background:url(../images/titles/punching-ttl.gif) no-repeat; display:block; text-indent:-9999px }
#bending-and-forming-ttl { width:472px; height:15px; background:url(../images/titles/bending-and-forming-ttl.gif) no-repeat; display:block; text-indent:-9999px }
#cad-and-design-ttl { width:472px; height:15px; background:url(../images/titles/cad-and-design-ttl.gif) no-repeat; display:block; text-indent:-9999px }
#welding-ttl { width:472px; height:15px; background:url(../images/titles/welding-ttl.gif) no-repeat; display:block; text-indent:-9999px }
#other-services-ttl { width:472px; height:15px; background:url(../images/titles/other-services-ttl.gif) no-repeat; display:block; text-indent:-9999px }
#quality-ttl { width:472px; height:15px; background:url(../images/titles/quality-ttl.gif) no-repeat; display:block; text-indent:-9999px }
#logistics-ttl { width:472px; height:15px; background:url(../images/titles/logistics-ttl.gif) no-repeat; display:block; text-indent:-9999px }
#contact-ttl { width:472px; height:15px; background:url(../images/titles/contact-ttl.gif) no-repeat; display:block; text-indent:-9999px }

div#seo { width:962px; margin:0 auto; padding-top:350px; color:#999999 }
div#seo h1 { font-size:1.2em; font-weight:bold }
div#seo p { font-size:1.0em }

.bullet-list {  padding:10px 10px 0px 20px; list-style-image:url(../images/global/bullet.gif); margin-left:5px;}
.bullet-list li { padding-bottom:8px; font-size:1.1em; font-weight:bold; }
.bullet-list2 {  padding:10px 10px 0px 20px; list-style-image:url(../images/global/bullet2.gif); margin-left:1px;}
.bullet-list2 li { padding-bottom:5px; font-size:1em; }
.bullet-list3 {  padding:10px 10px 0px 20px; list-style-image:url(../images/global/bullet3.gif); margin-left:1px;}
.bullet-list3 li { padding-bottom:5px; font-size:1em; }
.bullet-list4 {  padding:10px 10px 0px 20px; list-style-image:url(../images/global/bullet4.gif); margin-left:5px; color:#FFFFFF;}
.bullet-list4 li { padding-bottom:8px; font-size:1.1em;}
.bullet-list5 {  padding:10px 10px 0px 20px; list-style-image:url(../images/global/bullet5.png); margin-left:5px; color:#FFFFFF;}
.bullet-list5 li { padding-bottom:8px; font-size:1.1em;}

/* -----------------------------------------------
6. USEFUL CLASSES
----------------------------------------------- */

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden }
.clr { overflow:hidden; clear:both; height:1px; margin-top:-1px }
.la { text-align:left }
.ra { text-align:right }
.ca { text-align:center }
.fl { float:left }
.fr { float:right }
.vt { vertical-align:top }
.vm { vertical-align:middle }
.vb { vertical-align:bottom }
.nb { border:0 none }
.header-border { border-left:1px solid #333; padding-left:10px }
.highlight { color:#646464;}
.highlight1 { font-weight:bold; color:#646464;}
a.links { text-decoration:underline; color:#999999;}
.jScrollPaneContainer {	position: relative;	overflow: hidden; height:317px!important;	z-index: 1;}
#index-content .jScrollPaneContainer {	position: relative;	overflow: hidden;	height:200px!important; z-index: 1;}
