/* [=] Baseline Style Reset
------------------------------------------------ */ 
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}


/* remember to define focus styles! */
:focus {
	outline: 0;
}


/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
	text-align: left;
}

textarea, input[type="text"] {
    resize: none;
    background-color: White;
    border: solid 1px #AAAAAA;
    padding: 4px;
}

/* [=] Global Elements
------------------------------------------------ */
html {
	background: #000 url('../images/repeater.jpg') repeat-x 0 0;
	height: 100%;
}

body {
	font-size: 12px;
	line-height: 1.3;
	min-height: 100%;
	color: #5c5d60;
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	margin: 0px auto 0px auto;
	width: 1120px;
}

h1, h2, h3, h4, h5, h6, address {
	line-height: 1.2;
	font-weight: bold;
}

a img{
	border: 0;
}

p {
	margin-bottom: 22px;
}

/* [=] Content Elements
------------------------------------------------ */
#header {
    background: url('../images/header.png') no-repeat 0 0;
    width: 1120px;
    display: block;
    height: 120px;
}
#content-wrap {
    background-color: #fff;
    margin-left: 50px;
    margin-right: 20px;
    display: block;
}
#footer {
    background: url('../images/footer.jpg') no-repeat 0 0;
    position: relative;
    left: 48px;
    width: 1053px;
    display: block;
    height: 64px;
    margin-top: 5px;
	padding-bottom: 30px;
}

/* [=] Header Elements
------------------------------------------------ */
#header a.logo {
    background: url('../images/logo.png') no-repeat 0 0;
    width: 280px;
    height: 100px;
    display: block;
    position: relative;
    left: 50px;
    top: 5px;
}
#header a.logo > span { display: none; }

/* [=] Sub-Navigation Elements
----------------------------------------------- */
#sub-navigation {
    float: right;
    margin: 10px 60px 0px 0px;
}
#sub-navigation li {
    display: inline;
    padding-right: 15px;
    height: 17px;
    padding-top: 3px;
    padding-bottom: 3px;
}
#sub-navigation li a {
    background-image: url('../images/subnav.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    padding-left: 20px;
    height: 17px;
    color: #0eb1f6;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.1em;
}
#sub-navigation li > a.downloads {
    background-position: 0 -17px;
}
#sub-navigation li > a.contact {
    background-position: 0 -35px;
}
#sub-navigation li > a.faq:hover {
    background-position: 0 -54px;
}
#sub-navigation li > a.downloads:hover {
    background-position: 0 -71px;
}
#sub-navigation li > a.contact:hover {
    background-position: 0 -89px;
}

/* [=] Navigation Elements
----------------------------------------------- */
#navigation-container {
    float: left;
    margin-left: 335px;
    margin-top: -50px;
    display: block;
}
#navigation, #subpage-navigation {
    margin: 0px auto 0px auto;
    display: block;
}
#navigation > li {
    float: left;
    display: block;
    border-right: solid 1px #4d86dc;
    height: 28px;
    position: relative;
    z-index: 1;
}
#navigation > li > a {
    background-image: url('../images/nav-repeat.png');
    background-repeat: repeat-x;
    background-position: 0 0;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    padding-left: 12px;
    padding-right: 12px;
    display: block;
    height: 28px;
    line-height: 2em;
}
#navigation > li.first {
    background-image: url('../images/nav-first.png');
    background-repeat: no-repeat;
    background-position: 0 0;
}
#navigation > li.first > a {
    margin-left: 10px;
}
#navigation > li.last {
    background-image: url('../images/nav-last.png');
    background-repeat: no-repeat;
    background-position: right 0;
    border-right-style: none;
}
#navigation > li.last > a {
    margin-right: 10px;
}
#navigation > li:hover > a, #navigation > li > a:hover, 
#navigation > li.first:hover, #navigation > li.first > a:hover {
    background-position: 0 -28px;
}
#navigation > li.last:hover, #navigation > li.last > a:hover {
    background-position: right -28px;
}

/* [=] Subpage Sidebar Navigation Elements
----------------------------------------------- */
#subpage-navigation > li.first:before {
    background-image: url('../images/sidebar-nav-top.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 220px;
    height: 40px;
    content: "";
    display: block;
}
#subpage-navigation > li.last:after {
    background-image: url('../images/sidebar-nav-bottom.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 220px;
    height: 21px;
    content: "";
    display: block;
}
#subpage-navigation li { width: 220px; }
#subpage-navigation li ul li { width: 216px; }
#subpage-navigation li a {
    border-top: solid 1px #499bed;
    border-bottom: solid 1px #499bed;
    background-color: #58acf6;
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 12px;
    text-decoration: none;
    color: #0839af;
}
#subpage-navigation > li > a {
    font-size: 1.2em;
    font-weight: bold;
}
#subpage-navigation > li a:hover, #subpage-navigation li.active > a { background-color: #8ac5f9; }
#subpage-navigation li.active, #subpage-navigation ul.active { display: block; }

/* [=] Drop-Down Navigation Elements
----------------------------------------------- */
#navigation li ul, #subpage-navigation li ul {
    position: absolute;
    display: none;
    background-color: #64b6ff;
    filter:alpha(opacity=95);    /* Internet Explorer       */
    -moz-opacity:0.95;           /* Mozilla 1.6 and below   */
    opacity: 0.95;               /* newer Mozilla and CSS-3 */
    padding: 4px 0px 4px 0px;
    border: solid 2px #95ceff;
	width: 200px;
    overflow: visible;
    z-index: 2;
}
#subpage-navigation li ul { width: 216px; position: relative; }
#navigation li ul li > a, #subpage-navigation li ul li > a {
    display: block;
    padding: 5px 8px 5px 8px;
    text-decoration: none;
    color: #041a93;
    font-size: 1.0em;
    font-weight: bold;
    background-color: #64b6ff;
    filter:alpha(opacity=95);    /* Internet Explorer       */
    -moz-opacity:0.95;           /* Mozilla 1.6 and below   */
    opacity: 0.95;               /* newer Mozilla and CSS-3 */
}
#subpage-navigation li ul li > a {
    font-size: 0.9em;
    padding-left: 15px;
}
#navigation li ul li a:hover, #subpage-navigation li ul li a:hover {
    background-color: #95ceff;
}
/* On the navigation hover, show the drop-down menu */
#navigation > li:hover > ul, #subpage-navigation > li:hover > ul {
    /* display: block; */
}
#navigation > li.last ul, #subpage-navigation > li.last ul {
    left: auto;
    right: 0;
    top: auto;
}

/* [=] Footer Elements
----------------------------------------------- */
#footer ul {
    float: left;
    margin-top: 15px;
    margin-left: 20px;
}
#footer ul li {
    display: inline;
}
#footer ul li a {
    background-image: url('../images/social.png');
    background-repeat: no-repeat;
    width: 34px;
    height: 34px;
    display: block;
    float: left;
}
#sub-navigation li.social {
    padding: 0px; 
    margin: 0px; 
    position: relative;
    top: 3px;
    left: -7px;
}
#sub-navigation li.social a {    
    background-image: url('../images/social-small.png');
    background-repeat: no-repeat;
    width: 19px;
    height: 17px;
    padding: 0px; 
    margin: 0px;
    display: inline-block;
}
#sub-navigation li a.facebook, #footer ul li a.facebook { background-position: 0 0; }
#footer ul li a.facebook:hover { background-position: 0 -34px; }
#sub-navigation li a.facebook:hover { background-position: 0 -17px; }
#footer ul li a.linkedin { background-position: -39px 0; }
#sub-navigation li a.linkedin { background-position: -17px 0; }
#footer ul li a.linkedin:hover { background-position: -39px -34px; }
#sub-navigation li a.linkedin:hover { background-position: -17px -17px; }
#footer ul li a.flickr { background-position: -76px 0; }
#sub-navigation li a.flickr { background-position: -36px 0; }
#footer ul li a.flickr:hover { background-position: -76px -34px; }
#sub-navigation li a.flickr:hover { background-position: -36px -17px; }
#footer ul li a.youtube { background-position: -113px 0; }
#sub-navigation li a.youtube { background-position: -55px 0; }
#footer ul li a.youtube:hover { background-position: -113px -34px; }
#sub-navigation li a.youtube:hover { background-position: -55px -17px; }
#sub-navigation li a > span, #footer ul li a > span { display: none; }
#footer > span {
    float: right;
    margin-right: 170px;
    margin-top: 22px;
}

/* [=] Content Elements
----------------------------------------------- */
#content {
    display: block;
    width: 1032px;
}
#content .left {
    float: left;
    width: 268px;
    display: block;
}
#content .right {
    float: right;
    display: block;
}
#content:after {
    width: 100%;
    height: 0;
    display: block;
    content: ".";
    visibility: hidden;
    clear: both;
}
a {
    background-color: Transparent;
}
a > .overlay {
    background-color: #000;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter:alpha(opacity=0);    /* Internet Explorer       */
    -moz-opacity:0.0;           /* Mozilla 1.6 and below   */
    opacity: 0.0;               /* newer Mozilla and CSS-3 */    
    display: none;
    position: absolute;
    width: 99%;
    height: 99%;
    bottom: 0px;
    left: 0px;
    margin: 1px;
    cursor: pointer;
}
a > .overlay-light {
    background-color: #555;
}
/* Animate the overlay in slowly using jquery */
a:hover > .overlay {
    /* display: block; */
}

/* [=] Subpage Content Elements
----------------------------------------------- */
#content.sub {
    background: #fff url('../images/subpage-back-repeat.png') repeat-y 0 0;    
    position: relative;
    margin-top: -10px;
    left: 10px;
    min-height: 200px;
}
#content-wrap.sub:after {
    background: #000 url('../images/subpage-footer.png') no-repeat 0 0;
    content: ".";
    height: 54px;
    width: 1083px;
    display: block;
    position: relative;
    left: -19px;
}
#content.sub > .right > .left {
    width: 480px;
    margin-right: 8px;
}
#content.sub > .right > .right {
    width: 200px;
    margin-right: 8px;
    margin-top: 10px;
}
#content.sub > .right > .left p {
    margin-left: 20px;
    font-size: 1.0em;
    line-height: 1.4em;
    text-align: justify;
    margin-top: 10px;
}
#content.sub > .right > .left ul, #content.sub > .right > .left ol {
    margin-left: 20px;
}
#content.sub > .right > .left h2 {
    font-size: 1.4em;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 0px;
    padding: 0px;
    padding-top: 10px;
}
#content.sub > .right > .left h3 {
    font-size: 1.2em;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 10px;
    padding: 0px;
}
#content.sub > .right > .right > * {
    margin-right: 8px;
    font-size: 1.0em;
}
#content.sub > .right > .right > ul, #content.sub > .right > .right > ol {
    margin-left: 10px;
}
#content.sub .downloads {
    padding-top: -10px;
    padding-bottom: 10px;
}
#content.sub .downloads > p {
    clear: both;
    margin-left: -10px;
}
#content.sub .downloads > p > img {
    float: left;
}
#content.sub .downloads > p > a {
    position: relative;
    top: 15px;
    left: 5px;
}

/* [=] Home Content Elements
----------------------------------------------- */
#content.home {
    background: #fff url('../images/home-back.png') no-repeat 0 0;
    position: relative;
    top: -10px;
    left: 10px;
}
#content-wrap.home:after {
    background: url('../images/home-footer.png') no-repeat 0 0;
    content: ".";
    height: 54px;
    width: 1083px;
    display: block;
    position: relative;
    left: -19px;
    margin-top: -50px;
}
#content > .right {
    width: 740px;
    position: relative;
    top: -20px;
    left: -22px;
}
#content.home .right > img.main {
    margin-left: 10px;
}
#content.sub .right > img, #content.sub .right > p {
    margin-left: 10px;
}
#content.sub .right > .left {
    margin-right: 10px;
    margin-top: -5px;
    padding-left: 10px;
}
#content.sub .right > .left > img, #content.sub .right > .left > p > img {
    margin-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-top: -10px;
}
#content.sub .right > .left > img.left, #content.sub .right > .left > p > img.left {
    margin-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    margin-top: -10px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
#content.home .right > div {
    position: relative;
    top: 10px;
}
#content.home .right > div > a {
    margin: 10px 4px 10px 4px;
    width: 235px;
    height: 200px;
    position: relative;
    display: inline-block;
}
#content .left {
    margin-left: 20px;
    margin-top: 10px;
    text-align: left;
}
#content .left > div {
    margin: 20px auto 10px auto;
}
#content .left > h2 {
    margin-left: 15px;
    color: #0546be;
    font-weight: bold;
    font-size: 1.2em;
}
#content .right > h2 {
    color: #0546be;
}

/* [=] Home Left Call to Action Elements
----------------------------------------------- */
#consultation a {
    width: 222px;
    height: 96px;
    display: block;
    position: relative;
}
#engineer a {
    width: 222px;
    height: 212px;
    display: block;
    position: relative;
    text-decoration: none;
}
#engineer a > .overlay {
    height: 42px;
}
#engineer a span {
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    position: absolute;
    bottom: 5px;
    width: 150px;
    left: 25px;
    cursor: pointer;
}
/* [=] Subscriber Elements
----------------------------------------------- */
#subscribe {
    position: relative;
    top: 10px;
}
#subscribe object.flash, #subscribe object.flash embed {
    margin-top: -4px;
}
#subscribe form {
    margin-top: -6px;
    background-image: url('../images/news-repeat.png');
    background-repeat: repeat-y;
    background-position: 0 0;
    height: 48px;
}
#contact-form form > div {
    margin-top: -10px;
    background-image: url('../images/contact-back-repeat.png');
    background-repeat: repeat-y;
    background-position: 0 0;
}
#contact-form form label, #subscribe form label { color: #EEEEEE; font-size: 1.1em; font-weight: bold; }
#subscribe form input[type="text"], #contact-form form input[type="text"], #contact-form form textarea {
    color: #555555;
    padding: 3px;
    margin-left: 5px;
    width: 160px;
    float: left;
    font-size: 12px;
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
}
#contact-form form textarea, #contact-form form input[type="text"]  {
    width: 190px;    
    display: block;
    float: none;
    margin: 6px 0px 3px 7px;
}
#contact-form form input[type="checkbox"] { float: none; margin-left: 7px; }