/*
 * 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.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html{background-color:#000}
button,input,select,textarea{color:#222}
h1{font-weight:700;font-size:24px;color:#fff}
h3{font-weight:700;font-size:14px;color:#fff}
body{font-size:1em;line-height:1.4;background-color:#000;color:#fff;font-family:Arial,sans-serif}
a{color:#FFF;text-decoration:none}
a:hover{color:inherit;text-decoration:underline}
table.coststats tbody tr td{padding:2px 4px}
table.coststats thead tr th{padding:2px 4px;background-color:#CCC;color:#333}
table.coststats tfoot tr td{padding:2px 4px}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection{background:#b3d4fc;text-shadow:none}
::selection{background:#b3d4fc;text-shadow:none}
/*
 * A better looking default horizontal rule
 */
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img{vertical-align:middle}
/*
 * Remove default fieldset styles.
 */
fieldset{border:0;margin:0;padding:0;}
/*
 * Allow only vertical resizing of textareas.
 */
textarea{resize:vertical;}
input[type='radio']{margin-top:-3px;vertical-align:middle;}
label{cursor:pointer;}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe{margin:.2em 0;background:#ccc;color:#000;padding:.2em 0}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.container{width:960px;margin:0 auto;}
/* ======================
 * Header
 ======================== */
#header{height:100px;display:block}
#header #logo{background:transparent url(../images/logo/rittal-system-logo.png) no-repeat;width:231px;height:54px;float:left;margin-top:29px}
#header #logo2{background:transparent url(../images/logo/rittal-rizone-service.jpg) no-repeat;width:305px;height:50px;float:left;margin-left:28px;margin-top:24px}
/* ======================
 * Top Navigation
 ======================== */
#top-nav ul{list-style:none;margin-top:12px;float:right;color:#ccc}
#top-nav a{color:#ccc;font-size:14px;text-decoration:none;margin-left:0}
#top-nav ul li{list-style:none;float:left;font-size:13.5px;padding-right:14px}
#top-nav img{padding-left:13px}
/* ======================
 * Main Menu
 ======================== */
#main-nav-container{background:transparent url(../images/site/nav-bg.png) repeat-x;-webkit-border-top-left-radius:6px;-webkit-border-top-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px;border:1px solid #666;border-bottom:0;overflow:hidden}
#main-nav{height:54px;width:959px;overflow:hidden;border-bottom:solid;border-bottom-width:1px;border-bottom-color:#666}
#main-nav .nav ul{padding:0;margin:0;height:54px;}
#main-nav .nav li{float:left;height:54px;width:158px;display:inline-block;}
#main-nav .nav li.sep{height:54px;width:2px;background:#000}
#main-nav .nav li.active,#main-nav .nav li:hover{background:transparent url(../images/site/navactive-bg.png) repeat-x}
#main-nav .nav li a{text-align:center;color:#FFF;text-decoration:none;font-size:14px;font-weight:700;line-height:54px;height:54px;margin:0 auto;display:block}
/* ======================
 * Content
 ======================== */
.content{border:1px solid #666;padding:20px;margin:20px 0;font-size:14px;color:#ccc;-webkit-border-bottom-left-radius:6px;-webkit-border-bottom-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px}
.content ul li{padding-left:32px;font-size:14px;color:#ccc}
.content ul{padding-top:20px;margin-left:-20px}
.left-side p{color:#ccc;width:421px}.left-side{width:49%;float:left}
.right-side{float:right;width:49%}
.left{float:left}
.right{float:right}
.threecolumn{display:block;width:100%;height:auto;}
.threecolumn .colleft,.threecolumn .colmiddle,.threecolumn .colright{display:inline-block;float:left}
button{background:transparent url(../images/site/generic-button-bg.png) repeat-x;border:0;height:44px;color:#fff;font-weight:700;font-size:18px;border-radius:6px;padding-left:10px;padding-right:10px}
/* ======================
 * Footer
 ======================== */
#footer .copyright{margin:0;padding:8px 0;color:#ccc;font-size:14px}
#footer .strip-holder{height:112px;background:#000 url(../images/site/rittal-footer-bg.png) repeat-x 0 42px;margin-bottom:20px;margin-top:65px}
#footer .strip-holder .strip{height:112px;background:transparent url(../images/site/rittal-footer-strip.png) no-repeat center 0}
#footer .strip-holder .strip .container{height:112px}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir{background-color:transparent;border:0;overflow:hidden;*text-indent:-9999px}
.ir:before{content:"";display:block;width:0;height:150%}
/*
 * 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;}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:after,.clearfix:before{content:" ";display:table}
.clearfix:after{clear:both}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix{*zoom:1;}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}
@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print{
*{background:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}
a,a:visited{text-decoration:underline}
a[href]:after{content:" (" attr(href) ")"}
abbr[title]:after{content:" (" attr(title) ")"}
/*
 * Don't show links for images, or javascript/internal links
 */
.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}
blockquote,pre{border:1px solid #999;page-break-inside:avoid}
thead{display:table-header-group}
img,tr{page-break-inside:avoid}
img{max-width:100%!important}
h1,p{font-weight:700;font-size:24px;margin-top:51px;margin-left:18px}
h2,h3{orphans:3;widows:3;page-break-after:avoid}
}