@charset "utf-8";

/*--------------------------------------------

				Defaults
				
---------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: none;
}
/* tables still need ‘cellspacing="0"‘ in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
.left {
float: left;
}
.right {
float: right;
}
.clear {
clear: both;
}
em {
font-style: italic;
}
strong {
font-weight: bold;
}
a {
color: #6698c2;  /*set this color relative to your site design*/
text-decoration: underline;
}
a:hover {
text-decoration: none;
}
input, select {
color: #878684;
}
input.image {
border: none;
}
.hidden {
display: none;
}
.print_page {
display: none;
}
.preload {
position: absolute;
left: -999em;
height: 0px;
width: 0px;
overflow: hidden;
}

/*--------------------------------------------

				Layout
				
---------------------------------------------*/

body {
font-size: 62.5%;
font-family: Verdana, Helvetica, Arial, sans-serif;
background: #fff url(images/bkg.gif) top center repeat-x;
color: #878684;
width: 960px;
margin: 0 auto;
}

.container {
float: left;
width: 960px;
background: #ffffff url(images/home.jpg) 0 30px no-repeat;
}

.Quality .container {
float: left;
width: 960px;
background: #ffffff url(images/qa_bkg.jpg) 0 30px no-repeat;
}

.Contact .container {
float: left;
width: 960px;
background: #ffffff url(images/contact_bkg.jpg) 0 30px no-repeat;
}

.History .container {
float: left;
width: 960px;
background: #ffffff url(images/history_bkg.jpg) 0 90px no-repeat;
}

.Sales .container {
float: left;
width: 960px;
background: #ffffff url(images/sales_bkg.jpg) 0 30px no-repeat;
}

.Engineering .container {
float: left;
width: 960px;
background: #ffffff url(images/engineering_bkg.jpg) 0 30px no-repeat;
}

.Products .container {
float: left;
width: 960px;
background: #ffffff url(images/products_bkg.jpg) 0 30px no-repeat;
}

h1 {
float: left;
padding: 0 10px;
position: relative;
z-index: 2;
}


h1 a {
float: left;
width: 247px;
height: 121px;
padding: 10px 10px;
margin: 29px 0 0 0;
background: #fff url(images/logo.gif) center center no-repeat;
text-indent: -999em;
z-index: 2;
position: relative;
}

h1 .bkg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 0;
background: white;
opacity: 0.7;
z-index: 1;
}


.commitment {
float: right;
color: white;
margin-top: 29px;
font-size: 14px;
line-height: 30px;
text-align: left;
padding: 25px 0 0 15px;
background: #6d213f;
height: 116px;
width: 658px;
}

/*--------------------------------------------

				Navigation
				
---------------------------------------------*/

.nav {
width: 287px;
float: left;
clear: both;
padding-bottom: 5px;
position: relative;
}

.nav * {
}

.nav li {
float: left;
width: 247px;
padding: 5px 20px;
position: relative;
z-index: 2;
}

.nav li ul {
float: left;
position: relative;
left: -999em;
top: -26px;
margin-bottom: -100%;
}

.nav li.hover ul, .nav li:hover ul {
left: 267px;
}

.nav li ul li {
padding: 0;
}

.nav li ul li a {
text-align: left;
text-transform: none;
font-size: 15px;
line-height: 18px;
background: #6d213f;
color: white;
}

.nav li ul li a:hover {
text-decoration: underline;
}

.nav li a {
float: left;
width: 227px;
background: white;
font-size: 16px;
text-transform: uppercase;
color: #6d213f;
text-align: right;
text-decoration: none;
padding: 5px 10px;
display: block;
margin: 0;
}

.nav li.hover a, .nav li.active a, .nav li a:hover {
background: #6d213f;
color: white;
}

.nav li.bkg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 0;
background: white;
opacity: 0.7;
z-index: 1;
}


/*--------------------------------------------

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

.landing {
float: left;
padding: 20px 20px 10px;
width: 530px;
clear: both;
margin-top: 125px;
position: relative;
}

.landing * {
z-index: 2;
position: relative;
}

.landing p, .landing ul {
color: #333;
font-size: 1.4em;
line-height: 1.4em;
padding: 0 0 15px;
}

.landing ul li {
padding: 0 0 0 25px;
background: url(images/bullet.gif) no-repeat 10px 9px;
}

.landing .bkg {
background: white;
opacity: 0.7;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 1;
}

.callout {
width: 320px;
left: 20px;
font-size: 1.15em;
line-height: 1.4em;
clear: none;
}

.callout ul {
position: relative;
}

.callout li {
position: absolute;
left: -999em;
top: 0;
padding: 0 !important;
background: none !important;
text-transform: capitalize;
}

.callout li.show {
position: relative;
left: 0;
}

.inner {
float: left;
padding: 20px 20px 10px;
width: 920px;
clear: both;
margin-top: 150px;
position: relative;
}

.qa .inner, .contact .inner, .history .inner, .sales .inner, .engineering .inner {

}

.Products .inner {
margin-top: 0;
}

.inner * {
z-index: 2;
position: relative;
}

.inner p, .inner dl, .inner ul {
color: #333;
font-size: 1.4em;
line-height: 1.4em;
padding: 0 0 15px;
}

.inner li {
padding: 0 0 0 25px;
}

.inner .bkg {
background: white;
opacity: 0.7;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 1;
}

h2 {
font-weight: normal;
color: #6d213f;
font-size: 2em;
line-height: 1.5em;
padding: 0 0 15px;
}

h3 {
font-weight: bold;
color: #6d213f;
font-size: 1.5em;
line-height: 1.2em;
text-transform: uppercase;
}

.inner dl dt {
font-weight: bold;
color: #6d213f;
padding: 0 0 5px;
}

.inner dl dd {
padding: 0 0 10px;
}

.inner .products_list {
float: left;
width: 920px;
font-size: 1em;
padding: 0;
}

.inner .products_list li {
float: left;
width: 440px;
padding: 0 20px 15px 0;
}

.inner .products_list li img {
padding: 10px 0 0;
}

.products p {
clear: both;
}

