/* 
 * HTML5 ? Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; background: black; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { color: #333;  }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #333; text-decoration: underline; }
a:hover { color: #e63e3e; text-decoration: underline; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* Styles for Contact Form */

.contact-form label {float: left; width:60px; clear: left;}
.contact-form input,.contact-form textarea {float: left; margin-left:0; padding: 5px 6px; width:310px; margin-bottom: 15px; border: 1px solid #ddd;  background: #eee; }
.contact-form textarea {
    border: 1px solid #DDDDDD;
    height: 120px;
    width: 310px;
}

.contact-form input.button {
    background-color: #eee; 
    width:120px; float: right; -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #E6E6E6;
    background-image: -moz-linear-gradient(center top , #EEEEEE, #EEEEEE 25%, #CCCCCC);
    background-repeat: no-repeat;
    border-color: #ddd;
    border-style: solid;
    border-width: 1px;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    line-height: normal;
    padding: 5px 14px 6px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}

.contact-form
{
	width: 325px !important;
}


/* ==== primary styles =====================================================
   Author: 
   ========================================================================== */


/* Layout */

html,
body {
   margin:0;
   padding:0;
   /*height:100%;*/   
   }
body{
background: #313131 url("/images/bg-content-slice.jpg") repeat-y center top;
}   
#container {
   min-height:100%;
   position:relative;
   
  
}
header {
    background: url("/images/bg-header.png") repeat-x;
    height: 130px;
    position: relative;
    z-index: 9999;
}
a.logo
{
	display: block;
	background: url("/images/logo.png") no-repeat;
	width: 263px;
	height: 66px;
	float: left;
	margin-top: 32px;
}
#content 
{
   background: url("/images/bg-content-top.png") 0 0 no-repeat;
   width: 988px;
   margin: 2px auto 8px; 
   position: relative;
   z-index: 999;
}
#content-wrap
{
	width: 969px;
	background: url("/images/bg-content-btm.png") left bottom no-repeat;
	padding-bottom: 35px;
	margin-left: 10px;
}
#main
{
	background: #fff;
	float: left;
	margin-top: 5px;
	margin-left: 4px;
}

/* ===== FOOTER ===== */
footer {
	width:100%;
	height: auto !important;
	min-height:190px; 
	height: 190px;
	background: #000 url(/images/bg-footer.png) repeat-x; 
	color: #ccc;
	font-size: 11px;
	position: relative;
	padding-top: 38px;
	padding-bottom: 15px;
	margin-top: -50px;
	margin-bottom: -50px;
}
footer a
{
	color: #ccc;
	text-decoration: none;
}
footer a:hover
{
	text-decoration: none !important;
}
footer ul
{
	padding-left: 0;
}
footer li
{
	list-style: none;
}
footer .divider
{
	background: url("/images/div-footer-fade-short.png") no-repeat;
	height: 1px;
	width: 128px;
}
.normal
{
	font-weight: 500 !important;
}
footer #products-subnav li
{
	width: 123px;
	height: 20px;
	display: block;
	background: url("/images/footer-div-short.png") 0 bottom no-repeat;
	padding-bottom: 4px;
	margin-bottom: 2px;
	margin-right: 25px;
	float: left;
}
.services li
{
	background: url("/images/footer-div-short.png") 0 bottom no-repeat;
	width: 177px;
	padding-bottom: 4px;
	margin-bottom: 2px;
}
.contact-info li
{
	background: url("/images/footer-div-long.png") 0 bottom no-repeat;
	width: 220px;
	padding-bottom: 6px;
	margin-bottom: 4px;
}
a.enquire
{
	display: block;
	background: url("/images/enquire-arrow.png") no-repeat right 7px;
	padding-right: 11px;
	width: 80px;
	font-family: 'lato', sans-serif;
	font-weight: 500;
	font-style: italic;
	font-size: 13px;
}
a.btn-enquire:hover
{
	background: url("/images/btn-footer.png") 0 -28px no-repeat;
	text-decoration: none;
}
html.ie6 a.enquire, html.ie7 a.enquire, html.ie8 a.enquire
{
	width: 85px;
}
.facebook
{
	width: 50px;
	height: 33px;
	background: url("/images/dot-grey.png") repeat-y 0 0;
	padding-left: 20px;
	margin-left: 20px;
}
a.fb-link
{
	background: url("/images/icon-fb.png") no-repeat 0 0;
	display: block;
	height: 33px;
	width: 33px;
}
a.fb-link:hover
{
	background: url("/images/icon-fb.png") no-repeat -33px 0;
}
.copyright
{
	width: 100%;
	background: url("/images/bg-footer-btm.png") repeat-x;
	height: 43px;
	position: absolute;
	bottom: 0;
	font-style: italic;
	color: #888;
	font-family: 'lato', sans-serif;
}
.copyright a
{
	color: #888;
}
.copyright a:hover
{
	color: #CA3B41;
}
  
/*** Search ***/	
.search 
{
	float: right; 
	margin-top: 26px;
	width: 205px;
	margin-right: -6px;
}
.search label 
{
	display: none;
}
.searchbutton 
{
	background: url("/images/btn-go.png") no-repeat;
	float: left;
	height: 38px;
	width: 45px;
	border: 0;
	color: #ea212a;
	line-height: 38px;
	text-align: center;
	margin-top: 1px;
}
#keywords
{
	background: url("/images/bg-search.png") repeat-x;
	height: 28px;
	line-height: 28px;
	width: 140px;
	padding: 0 10px;
	border: 0;
	color: #fff;
	font-size: 12px;
	font-style: italic;
	float: left;
	margin-top: 5px;
}  

/* ===== HOME ===== */
.page_ .banner
{
	margin-bottom: 30px;
}
.banner
{
	width: 950px;
	height: 234px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 25px;
	float:left;
}

/* Internal banners */
.page_about-us .banner
{
	background: url("/images/heros/header-banner-3.jpg") no-repeat !important;
}
.page_services .banner
{
	background: url("/images/heros/header-banner-7.jpg") no-repeat !important;
}
.page_products .banner
{
	background: url("/images/heros/header-banner-2.jpg") no-repeat !important;
}
.page_applications .banner
{
	background: url("/images/heros/header-banner-4.jpg") no-repeat !important;
}
.page_case-studies .banner
{
	background: url("/images/heros/header-banner-8.jpg") no-repeat !important;
}
.page_contact-us .banner
{
	background: url("/images/heros/header-banner-1.jpg") no-repeat !important;
}
.page_specials .banner
{
	background: url("/images/heros/header-banner-8.jpg") no-repeat !important;
}
.page_search .banner
{
	background: url("/images/heros/header-banner-5.jpg") no-repeat !important;
}
.thank_you .banner
{
	background: url("/images/heros/header-banner-1.jpg") no-repeat !important;
}
.page_featured-products .banner
{
	background: url("/images/heros/header-banner-8.jpg") no-repeat !important;
}
.slideshow
{
    height: 234px;
    margin-bottom: 25px;
    margin-left: 5px;
    margin-top: 5px;
    width: 950px;
    overflow: hidden;
}
.red-overlay
{
    background: url("/images/banner-red-overlay.png") no-repeat scroll 0 0 transparent;
    bottom: 0;
    height: 7px;
    position: absolute;
    right: 0;
    width: 929px;
}
.red-overlay-home
{
    background: url("/images/banner-red-overlay.png") no-repeat scroll 0 0 transparent;
    height: 7px;
    position: absolute;
    right: 19px;
    top: 237px;
    width: 929px;
    z-index: 999;
}
.frame-small
{
	background: url("/images/frame-small.png") no-repeat scroll 0 0 transparent;
    height: 99px;
    margin-bottom: 8px;
    padding-top: 7px;
    text-align: center;
    width: 167px;
}
.frame-large
{
    background: url("/images/frame-large.png") no-repeat scroll 0 0 transparent;
    height: 150px;
    margin-bottom: 18px;
    padding-left: 0;
    padding-top: 7px;
    text-align: center;
    width: 167px;
}
.featured-prod .frame-large
{
	width: 130px;
	background: none;
	border: 4px solid #fff;
	box-shadow: 0 0 4px #999;
	padding: 0;
	height: auto;
}
a.btn-black, a.button
{
	background: url("/images/btn-black.png") no-repeat;
	display: block;
	width: 165px;
	height: 37px;
	color: #fff;
	line-height: 36px;
	text-align: center;
	text-decoration: none;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-style: italic;
	font-size: 13px;
	text-shadow: 0 -1px 0 #000;
	-moz-text-shadow: 0 -1px 0 #000;
	-webkit-text-shadow: 0 -1px 0 #000;
	margin-left: -3px;
}
.btn-wrap
{
	width: 165px;
	height: 37px;
	overflow: hidden;
}
a.btn-black:hover, a.button:hover
{
	background: url("/images/btn-black.png") 0 -37px no-repeat;	
	color: #fff !important;
	text-shadow: 0 1px 0 #000;
	-moz-text-shadow: 0 1px 0 #000;
	-webkit-text-shadow: 0 1px 0 #000;
}
html.ie6 a.btn-black, html.ie7 a.btn-black, html.ie8 a.btn-black, html.ie6 a.button, html.ie7 a.button, html.ie8 a.button
{
	font-size: 11px;
}
a.btn-black span.red, a.btn-black-pdf span.red
{
	color: #f44e4e !important;
}
.vert-shadow
{
	background: url("/images/shad-vert.png") no-repeat;
	width: 24px;
	height: 229px;
	float: left;
	margin-right: 18px;
}
.welcome
{
	background: url("/images/bg-welcome-box.png") no-repeat;
	width: 290px;
	height: 255px;
}

/* ===== INTERNAL ===== */
.subnav
{
	width: 189px;
	height: auto !important;
	min-height: 260px;
	height: 260px;
	background: url("/images/bg-subnav.jpg") no-repeat;
	padding-left: 25px;
}
.breadcrumbs
{
	background: url("/images/bg-breadcrumb.png") no-repeat scroll right 0 transparent;
    float: right;
    font-family: 'lato',arial,sans-serif;
    font-size: 12px;
    font-style: italic;
    font-weight: 700;
    height: 29px;
    line-height: 28px;
    margin-top: -5px;
    min-width: 205px;
    padding-right: 15px;
    position: relative;
    text-align: right;
    width: auto !important;
    z-index: 99;
}
.breadcrumbs a
{
	text-decoration: none;	
}
.breadcrumbs a:hover
{
	text-decoration: underline;	
}
.breadcrumbs span.last
{
	color: #d82b31;
	text-transform: capitalize;
}
.cat-title
{
	background: url("/images/bg-breadcrumb.png") right 0 no-repeat;
	height: 29px;
	width: auto !important;
	min-width: 205px;
	width: 205px;
	line-height: 28px;
	float: right;
	text-align: right;
	padding-right: 15px;
	font-family: 'lato', arial, sans-serif;
	font-weight: 700;
	font-style: italic;
	font-size: 12px;
	margin-top: -55px;
	margin-right: 4px;
}
.int-img
{
	width: 182px;
	height: 175px;
	background: url("/images/frame-int-img.png") no-repeat;
	padding-top: 7px;
	padding-left: 7px;
	float: right;
	margin-bottom: 20px;
}

/* ===== PRODUCTS ===== */
.manufacturers ul li
{
    border-bottom: 1px dotted #BBBBBB;
    float: left;
    height: 110px;
    list-style: none outside none;
    margin-bottom: 18px;
    margin-right: 32px;
    margin-top: 10px;
    width: 400px;
} 
.manufacturers ul li a
{
	text-decoration: none;
}
.manufacturers .cat-name:hover
{
	color: #e63e3e !important;
}
.manufacturers .cat-title
{
	display: none;
}
.manufacturers .cat-img
{
	width: 120px;
	height: 75px;
	float: left;
	border: 3px solid #fff;
	box-shadow: 0 0 3px #999;
	-moz-box-shadow: 0 0 3px #999;
	-webkit-box-shadow: 0 0 3px #999;
	margin-right: 20px;
	background: #fff;
	line-height: 72px;
	text-align: center;
}
html.ie6 .manufacturers .cat-img, html.ie7 .manufacturers .cat-img, html.ie8 .manufacturers .cat-img
{
	border: 1px solid #ccc;
}
.manu-desc
{
	width: 250px;
	font-size: 11px;
	line-height: 1.5;
	margin-bottom: 4px;
}
a.btn-black-large
{
    background: url("/images/btn-black-large.png") no-repeat scroll 0 0 transparent;
    color: #fff;
    display: block;
    font-family: 'Lato',sans-serif;
    font-size: 11px !important;
    font-style: italic;
    font-weight: 700;
    height: 34px;
    line-height: 33px;
    margin-left: -3px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 0 #000000 !important;
    width: 181px !important;
}
a.btn-black-large:hover
{
	background: url("/images/btn-black-large.png") no-repeat scroll 0 -34px transparent;	
}
a.btn-catalogue
{
    background: url("/images/btn-catalogue.png") no-repeat scroll 0 0 transparent;
    color: #fff;
    display: block;
    font-family: 'Lato',sans-serif;
    font-size: 11px !important;
    font-style: italic;
    font-weight: 700;
    height: 34px;
    line-height: 33px;
    margin-left: -5px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 0 #000000 !important;
    width: 106px !important;
}
a.btn-catalogue:hover
{
	background: url("/images/btn-catalogue.png") no-repeat scroll 0 -34px transparent;	
}
.manufacturers #tabs
{
	clear: both;
}
.catalogue-icon
{
    border: 3px solid #FFFFFF;
    box-shadow: 0 0 3px #888888;
    text-align: center;
    width: 90px;
}

/* ===== APPLICATIONS ===== */
.applications
{
	margin: 25px auto 0;
}
.applications ul li
{
	list-style: none;
	float: left;
	width: 194px;
	height: 142px;
	padding: 8px;
	margin-left: 45px;
	margin-bottom: 15px;
	background: url("/images/frame-app-landing.png") no-repeat;	
} 
.applications ul li:hover
{
	background: url("/images/frame-app-landing.png") -211px 0 no-repeat;
}
.applications ul li a
{
    color: #FFFFFF !important;
    display: block;
    font-family: 'lato',sans-serif;
    font-size: 13px;
    font-style: italic;
    font-weight: 700;
    padding: 0;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 0 #000000;
    width: 193px;
}
.applications ul li a:hover
{
	text-shadow: 0 -1px 0 #8f3639;
	-moz-text-shadow: 0 -1px 0 #8f3639;
	-webkit-text-shadow: 0 -1px 0 #8f3639;
}
.shadow-wide
{
	background: url("/images/shadow-horiz-large.jpg") no-repeat;
	width: 645px;
	height: 28px;
	margin: 0 auto;
}
.shadow-wide-flipped
{
	background: url("/images/shadow-horiz-large-flipped.jpg") no-repeat;
	width: 645px;
	height: 28px;
	margin: 0 auto;
}
.cat-img
{
    background: none repeat scroll 0 0 #EEEEEE;
    display: table-cell;
    height: 111px;
    line-height: 110px;
    vertical-align: middle;
    width: 193px;
}
.cat-name
{
	height: 31px;
	width: 193px;
	display: block;
	line-height: 28px;
}
a.go-back
{
	background: url("/images/btn-red-slice.png") repeat-x;
	height: 29px;
	padding: 0 25px;
	color: #fff;
	text-decoration: none;
	font-family: 'lato', sans-serif;
	font-weight: 700;
	font-style: italic;
	text-align: center;
	line-height: 28px;
	display: block;
	font-size: 13px;
	float: right;
	margin-top: -60px;
	margin-right: 15px;
}
a.go-back:hover
{
	background: url("/images/btn-red-slice-hover.png") repeat-x;
}
/* .cat-title
{
	background: none repeat scroll 0 0 #EEEEEE;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    font-size: 15px;
    margin-bottom: 25px;
    padding: 10px 0 10px 12px;
    width: 898px;
    display: block;
} */
.cat-title a
{
    color: #555;
    font-weight: 700;
    font-family: 'lato', sans-serif;
    text-decoration: none;
}
.cat-title a:hover
{
	color: #e63e3e;
    text-decoration: underline;
}
a.btn-black-pdf
{
	background: url("/images/btn-black-pdf.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    font-family: 'Lato',sans-serif;
    font-size: 12px;
    font-style: italic;
    font-weight: 700;
    height: 34px;
    width: 137px;
    line-height: 32px;
    text-align: center;
    text-decoration: none;
    margin-left: -3px;
    text-shadow: 0 -1px 0 #000000;
	-moz-text-shadow: 0 -1px 0 #000000;
	-webkit-text-shadow: 0 -1px 0 #000000;
}
a.btn-black-pdf:hover
{
	background: url("/images/btn-black-pdf.png") no-repeat scroll 0 -35px transparent;	
}
.prod-thumb
{
	width: 90px;
	border: 3px solid #fff;
	box-shadow: 0 0 3px #999;
    margin-top: 2px;
}
.html.ie6 .prod-thumb, html.ie7 .prod-thumb, html.ie8 .prod-thumb
{
	border: 1px solid #ccc;
}
.product-box
{
	margin-top: 30px;
	height: 140px;
	width: 400px !important;
}

/* ==== TABS ==== */
ul#tabs
{
	width: 895px;
	height:42px;
	padding: 0;
	position: relative;
	top: 8px;
	left: 8px;
	z-index: 999;
}
.applications ul#tabs li, .manufacturers ul#tabs li
{
	width: auto;
	height: auto;
	background: none;
	padding: 0;
	margin: 0 0 0 -1px;
    border-bottom: 0 none;
}
.applications ul#tabs li a, .manufacturers ul#tabs li a
{
	background: url("/images/tab-inactive.png") no-repeat;
	width: 105px;
	height: 37px;
	line-height: 40px;
	color: #555 !important;
	text-shadow: 0 1px 0 #fff;
	display: block;
	text-align: center;
}
.applications ul#tabs li a:hover, .manufacturers ul#tabs li a:hover
{
	color: #E63E3E !important;

}
.applications ul#tabs li a.active, .manufacturers ul#tabs li a.active
{
	background: url("/images/tab-active.png") no-repeat;
	height: 41px;
	margin-top: -2px;
	line-height: 44px;
	color: #ce2929 !important;
}
.tabs-wrap
{
}
.tabs-cnr-top
{
	background: url("/images/tabs-cnr-top.png") no-repeat;
	height: 8px;
	width: 909px;
	float: left;
}
.tabs-content
{
	float: left;
	background: url("/images/tabs-content.png") repeat-y;
	width: 909px;
    padding-bottom: 25px;
}
.tabs-cnr-btm
{
	background: url("/images/tabs-cnr-btm.png") no-repeat;
	height: 8px;
	width: 909px;
	float: left;
}
.manufacturers ul li a
{
    font-family: 'lato',sans-serif;
    font-size: 13px;
    font-style: italic;
    font-weight: 700;
    padding: 0;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFFFFF;
    width: 105px;
}
.manufacturers
{
	margin-top: 22px;
}
.full-cat
{
	float: right !important;
	margin-bottom: -15px;
}
.manuf-logo
{
	width: 130px !important;
}
/* ===== CASE STUDIES ===== */
.case-buttons
{
	float: right;
	width: 345px;
}
.dot-underline
{
	padding-bottom: 10px;
	border-bottom: 1px dotted #aaa;
}
.shadow-div
{
	background: url("/images/shad-div-910.jpg") no-repeat;
	width: 910px;
	height: 32px;
}

/* ===== CONTACT ===== */
.googlemap
{
	border: 3px solid #fff;
	box-shadow: 0 0 3px #aaa;
	height: 380px;
}
.html.ie6 .googlemap, html.ie7 .googlemap, html.ie8 .googlemap
{
	border: 1px solid #ccc;
}

/* MENU */

#nav {
    background: url("/images/div-nav.png") no-repeat scroll right top transparent;
    clear: both;
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
    margin: 0;
    padding: 3px 0 0;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 73px;
}
#nav li a, #nav li {
 float: left;
}
#nav li {
 list-style: none;
 position: relative;
 z-index: 9999;
 margin-bottom: 0;
}
#nav li a {
	color: #DDDDDD;
	padding: 10px 0;
	text-decoration: none;
	text-shadow: 0 -1px 0 #000;
	-moz-text-shadow: 0 -1px 0 #000;
	-webkit-text-shadow: 0 -1px 0 #000;
	margin-left: 30px;
	line-height: 1.3;
}
#nav li a:hover {
	color: #e63e3e;
}
li#nav-home a
{
	border-left: 0;
}
#nav li.last a {
	border-right: 0;
}

/* Level 2*/

.hasChildren {
	position: absolute;
	width: 5px; height: 5px;
	background: black;
	right : 0;
	bottom: 0;
}

#nav li ul {
 display: none;
 position: absolute;
 left: 10px;
 top: 37px;
 padding: 0; 
 margin: 0;
 background-color: #252525;
 font-weight: 300;
 font-size: 12px;
 }

#nav li:hover > ul {
 display: block;
}

#nav li ul li, #nav li ul li a {
 float: none;
 width: 170px;
}

#nav li ul li {
 _display: inline; /* for IE6 */
}

#nav li ul li a {
	width: 130px;
	display: block;
	padding: 8px 20px;
	border-bottom: 1px solid #444;
	margin-left: 0;
}
#nav li ul li a:hover
{
	background: #bc2a2e;
	text-shadow: 0 -1px 0 #741216;	
	color: #ddd;
}

/* SUBSUB Menu */

#sub-nav
{
	padding-left: 0;
	margin-top: 0;
	float: left;
}
#sub-nav li
{
	list-style-type: none;
	margin-bottom: 4px;
}
#sub-nav li.overview a
{
	font-weight: 700;
}
#sub-nav li a
{
	background: url("/images/btn-subnav.png") no-repeat;
	width: 164px;
	height: 35px;
	line-height: 35px;
	display: block;
	color: #fff;
	text-align: center;
	font-family: 'lato', arial, sans-serif;
	font-weight: 500;
	font-style: italic;
	text-decoration: none;
	font-size: 13px;
}
#sub-nav li a:hover
{
	background: url("/images/btn-subnav.png") 0 -35px no-repeat;
}
#sub-nav li.active a
{
	background: url("/images/btn-subnav.png") 0 -35px no-repeat;
}
#sub-nav li.overview a
{
	background: url("/images/subnav-title-bg.png") no-repeat;
	text-shadow: 0 -1px 0 #888;
}

#nav li ul li ul {
 display: none;
}

#nav li ul li:hover ul {
 left: 100%;
 top: 0;
}

.alpha75 {
color: #ccc;
/* Fallback for web browsers that doesn't support RGBa */
background: rgb(0, 0, 0);
/* RGBa with 0.85 opacity */
background: rgba(0, 0, 0, 0.85);
/* For IE 5.5 - 7*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
/* For IE 8*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

/* s3 Slider */
#slider1 {
    width: 700px; /* important to be same as image width */
    height: 300px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	margin-bottom: 25px;
}

#slider1 #slider1Content {
    width: 700px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
	padding-left: 0;
}
#slider1 .slider1Image {
    float: left;
    position: relative;
	display: none;
}
#slider1 .slider1Image span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 5px;
    width: 694px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
#slider1 .clear {
	clear: both;
}
#slider1 .slider1Image span strong {
    font-size: 14px;
}
#slider1 .left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 280px;
}
#slider1 .right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}
#slider1 ul { list-style-type: none;}

.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}

/* Footer Menu */
ul#nav-sub li {float: left; margin-right: 12px; }
ul#nav-sub li a {text-decoration: none;}
ul#nav-sub li ul {display: none;}
#breadcrumbs {clear:both;}

/* Sidebar */
.sidebar ul  {margin: 0; padding: 0;}
.sidebar li {list-style-type: none; margin: 0; padding: 0; border-bottom: solid 1px #444;
padding-bottom: 3px; margin-bottom: 3px; }

/*  Tabs */
ul.idTabs 
{
display: block;
position: relative;
z-index: 10;
margin: 0;
padding: 0;
}

.idTabs li:first-child
{
border-left: 1px solid #D1D1CF;
-webkit-border-top-left-radius: 4px;
-moz-border-radius-topleft: 4px;
border-top-left-radius: 4px;
}

.idTabs li:last-child
{
border-right: 1px solid #D1D1CF;
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topright: 4px;
border-top-right-radius: 4px;
}
.idTabs li 
{
background: #E8E8E8;
background: -moz-linear-gradient(top, #FFFFFF 0%, #F5F5F5 5%, #E8E8E8 100%);
background: -webkit-gradient( linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(0.02, #F5F5F5), color-stop(1, #E8E8E8));
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#E8E8E8');
border: 1px solid #D1D1CF;
border-right-color: #ddd;
border-left: none;
float: left;
list-style-type: none;
padding:  5px 15px;
line-height: 20px;
height: 20px;
margin-top: 10px;
margin-bottom: 0;
}

.idTabs li a { color: #555; font-weight: bold; text-decoration: none; display: block; }

.idTabs li a.selected { color: #60798d; }

.idTabs li.selected
{
background: #FFF;
filter: none;
line-height: 30px;
margin-top: 5px;
height: 25px;
padding-bottom: 6px;
color: #3D619B;
-webkit-border-radius: 4px !important;
-webkit-border-bottom-right-radius: 0 !important;
-webkit-border-bottom-left-radius: 0 !important;
-moz-border-radius: 4px !important;
-moz-border-radius-bottomright: 0 !important;
-moz-border-radius-bottomleft: 0 !important;
border-radius: 4px !important;
border-bottom-right-radius: 0 !important;
border-bottom-left-radius: 0 !important;
border: 1px solid #D1D1CF;
border-bottom: none;
}

.idTabs li.selected a { color: #3D619B; cursor: pointer; text-decoration: none; outline: none; }

.tab-content
{
background: #FFF;
width: 100%;
padding: 20px ;
border: 1px solid #D1D1CF;
display:block;
margin-top: -1px;
position: relative;
z-index: 5;
-webkit-border-radius: 4px;
-webkit-border-top-left-radius: 0;
-moz-border-radius: 4px;
-moz-border-radius-topleft: 0;
border-radius: 4px;
border-top-left-radius: 0;
}


/* new clearfix */
.tab-nav:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
* html .tab-nav             { zoom: 1; } /* IE6 */
*:first-child+html .tab-nav { zoom: 1; } /* IE7 */


.fom {width:700px; height: 300px;}

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
