/* -----------------------------------*/
/* ---------->>> GLOBAL <<<-----------*/
/* -----------------------------------*/
@import url(/css/reset.css); 
body{
   text-align: center;
   background: #6d6a6a url(/images/layout/bg-gradient.png) repeat-x left top;
}
html, body{ 
   height: 100%;
}
.cleaner{
   clear: both;
}
/* -----------------------------------*/
/* ---------->>> HEADER <<<-----------*/
/* -----------------------------------*/
#header{
   position: relative;
   z-index: 2;
}
#header h1{
   display: block;
   margin: 0;
   padding: 0;
   height: 181px;
   background: url(/images/layout/header-sub.jpg) no-repeat left top;
   text-indent: -9000px;
}
#home #header h1{
   height: 288px;
   background: url(/images/layout/header-home.jpg) no-repeat left top;
}

/* -----------------------------------*/
/* ------->>> PAGE LAYOUT <<<---------*/
/* -----------------------------------*/
#holder{
   width: 933px;
   padding: 0 2px;
   background: url(/images/layout/bg-repeat.png) repeat-y left top;
   margin: 0 auto;
   text-align: left;
   min-height: 100%;
   position: relative;
}
#home #holder{
   background: white url(/images/layout/homepage.jpg) no-repeat center top;
}
#content{ 
   padding:18px 18px 100px;
   position: relative;
}
#home #content{
   padding: 0;
   min-height: 600px;
}
#virtualTour{
   width: 460px;
   height: 331px;
   padding: 10px;
   background: #222;
}
#bgImage{
   position: absolute;
   width: 425px;
   top: 0;
   right: 2px;
   height: 100%;
   overflow: hidden;
}
#about #bgImage div{
   background: url(/images/layout/home-flanges.png) no-repeat right bottom;
   height: 100%;
   position: relative;
}
#about #content p{
   width: 550px;
}
a.lightbox{
   display: block;
   min-height: 250px;
   float: left;
   margin: 8px;
}
a img{
   background: #eee;
   border: 1px solid #ccc;
   padding: 5px;
}
#contactMap{
   position: absolute;
   top: 59px;
   right: 10px;
}
#contact #content{
   height: 480px;
}
/* -----------------------------------*/
/* -------->>> NAVIGATION <<<---------*/
/* -----------------------------------*/

#nav{
   height: 54px;
   background: url(/images/nav/nav-bg.png) repeat-x left top;
   position: relative;
}
#nav ul li{
   float: left;
}
#nav ul li a{
   color: white;
   display: block;
   padding: 0 25px;
   line-height: 54px;
   text-transform: uppercase;
   text-decoration: none;
   font-size: 1.5em;
   background: url(/images/nav/nav-right.png) no-repeat right top;
}
#nav ul li a:hover{
   color: #000;
}
#home a.home,
#contact a.contact,
#facilities a.facilities,
#about a.about,
#products a.products{
   color: #000;
   cursor: default;
}
ul.bigButton{
   margin: 0 18px 0;
}
ul.bigButton li a{
   display: block;
   margin-bottom: 0.9em;
   line-height: 1.6em;
   height: 25px;
   font-size: 1.2em;
   background: url(/images/nav/li-button.png) no-repeat left top;
   text-indent: 18px;
   color: #555;
   text-decoration: none;
}
ul.bigButton li a:hover{
   background-position: left bottom;
   color: #237421;
}

/* -----------------------------------*/
/* --------->>> HEADINGS <<<----------*/
/* -----------------------------------*/
h2{
   font-size: 2.2em;
   line-height: 1.8em;
   margin-bottom: 0.9em;
   color: #555;
   background: url(/images/layout/hr.png) no-repeat left bottom;
   text-transform: uppercase;
}
h3{
   color: #237421;
   font-size: 2.1em;
   font-family: Trebuchet, GillSans, Calibri, sans-serif;
   font-weight: bold;
   line-height: 1.8em;
   margin: 0.9em 0 0 0;
}
h3 em{
   font-size: 0.6em;
   font-weight: normal;
   color: #999;
}
/* -----------------------------------*/
/* ------->>> TEXT STYLES <<<---------*/
/* -----------------------------------*/
a{
   color: #215674;
   outline: none;
}

strong{ 
   font-weight: bold;
}
p{
   line-height: 1.8em;
   font-size: 1.2em;
   color: #333;
}
#home #content p{
   width: 550px;
}
span.telephone{
   position: absolute;
   right: 18px;
   display: block;
   line-height: 54px;
   top: 0;
   color: white;
   font-size: 1.1em;
}
#contact #holder p{
   font-size: 1.3em;
   font-weight: bold;
}
.nowrap{
   white-space: nowrap;
}
/* -----------------------------------*/
/* ---------->>> FOOTER <<<-----------*/
/* -----------------------------------*/

#footer{
   text-align: center;
   padding: 36px 2px 0 2px;
   background: white url(/images/layout/footer-border.png) repeat-x left top;
   height: 56px;
   margin: -92px auto 0 auto;
   z-index: 2;
   position: relative;
   width: 929px;
   overflow: hidden;
}

#footer p{
   font-size: 1.2em;
   margin-bottom: 0.9em;
   margin-top: 0;
   color: #237421;
   font-weight: bold;
}
#footer ul{
   display: block;
   height: 1.8em;
   margin: 0 auto;
   padding-bottom: 0.9em;
}
#footer ul li{
   display: inline;
   padding: 0 15px;
   color: #333;
   font-size: 1.1em;
   line-height: 1.8em;
}

/* -----------------------------------*/
/* ---------->>> FORMS <<<------------*/
/* -----------------------------------*/

