/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

/* #Page Styles
================================================== */

#logo {
    padding: 0;
    margin: 20px 10px 5px 10px;
}

#header {
}

#header_image {
    height: 120px;
    padding: 0;
    margin: 0 10px 0 0;
    background: url(images/header_img_bg.jpg) no-repeat center right;
    text-align: right;
}

#toolbar {
    font-size: 0.85em;
    color: #b0b2aa;
}

#home_link {
    margin-top: 25px;
}

#home_link a {
    background: url(images/home_icon.png) no-repeat top left;
    padding-left: 25px;
    color: #707365;
}

#home_link a:hover {
    color: #b0b2aa;
}

#lang_switch {
    margin-top: 20px;
}

#breadcrumbs {
    font-size: 0.8em;
    padding: 10px 0;
}

#breadcrumbs a {
    color: #36681c;
    text-decoration: none;
    font-family: source_sans_probold, Helvetica, Arial, sans-serif;
}

#menu {
    background: #202020 url(images/main_menu_bg.png) repeat-x;
    /*height: 36px; */
    border-top: 1px solid #b0b2aa;
    border-bottom: 1px solid #b0b2aa;
    padding: 0;
}

#main_menu {

}

#user_login {
    text-align: right;
}

#main_menu ul,
#user_login ul {
    position: relative;
    margin: 0;
}

#main_menu ul li,
#user_login ul li {
    margin: 0;
    display: inline-block;
    position: relative;
}

#main_menu ul li a,
#user_login ul li a {
    color: #ccc;
    text-decoration: none;
    display: block;
    padding: 0 15px;
    margin: 0;
    line-height: 36px;
} 

#main_menu ul li a:hover,
#main_menu ul li.active a,
#user_login ul li a:hover,
#user_login ul li.active a {
    color: #fff;
}

#main_menu ul li ul {
    display: none;
    min-width: 200px;
    margin: 0;
    padding: 15px 30px 30px 30px;
    position: absolute;
    z-index: 999;
    background: url(images/transparency.png);
    border: 1px solid #b0b2aa;
}

#main_menu ul li:hover ul {
    display: block;
}

#main_menu ul li ul li {
    display: block;
    border-bottom: 1px solid #b0b2aa;
}

#main_menu ul li ul li a,
#main_menu ul li.active ul li a {
    display: block;
    padding: 0px;
    font-family: source_sans_proregular, Helvetica, Arial, sans-serif;
    color: #707365;
}

#main_menu ul li ul li a:hover {
    color: #333;
}

#user_login ul li a {
    display: block;
    padding-left: 25px;
}

#user_login ul li.login a {
    background: url(images/lock_locked.png) no-repeat left center;
}

#user_login ul li.logout a {
    background: url(images/lock_open.png) no-repeat left center;
}

#home_menu {
    padding-bottom: 20px;
}

#home_menu h2 {
    border-bottom: 1px solid #b0b2aa;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

#home_menu a,
#products a,
#subnav a,
a.arrow {
    display: block;
    color: #000;
    background: url(images/arrow_icon.png) no-repeat center right;
    padding-right: 15px;
}

#home_menu ul li,
#products ul li,
#subnav ul li {
    margin: 0;
}

#home_menu ul li a,
#products ul li a,
#subnav ul li a {
    font-family: source_sans_probold, Helvetica, Arial, sans-serif;
    border-bottom: 1px solid #b0b2aa;
    padding-top: 3px;
    padding-bottom: 3px;
}

#home_menu a:hover,
#products a:hover,
#categories ul li.active a,
#subnav ul li.active a,
#subnav a:hover,
a.arrow:hover {
    color: #008d3e;
}

#subnav {
    margin-top: 50px;
}

.container_border {
    padding-top: 30px;
    border-top: 4px solid #008d3e;
}

#sidebar {
    padding-top: 50px;
    border-top: 4px solid #008d3e;
}

#content,
#products {
    padding-top: 50px;
    border-top: 4px solid #008d3e;
}

#products h4 {
    margin-bottom: 0px;
}

#content img {

}

#slider {
    padding: 0;
}

#footer {
    font-size: 0.8em;
    margin-top: 30px;
    padding: 5px 0;
    border-top: 4px solid #008d3e;
    border-bottom: 1px solid #b0b2aa;
}

#search_button {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
}
/*
#search_button input[type=button] {
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
}
*/
.float_left {
    float: left;
    margin-right: 15px;
}

.float_right {
    float: right;
    margin-left: 15px;
}

.border_top {
    padding-top: 5px;
    border-top: 1px solid #b0b2aa;
}

.border_bottom {
    padding-bottom: 5px;
    border-bottom: 1px solid #b0b2aa;
}

.no_border {
    border: none;
}

.spacer_top {
    margin-top: 20px;
}

.spacer_bottom {
    margin-bottom: 20px;
}

.padding_top {
    padding-top: 5px;
}

.padding_bottom {
    padding-bottom: 5px;
}

.required {
    color: #c71832;
}

.missing-required {
    border: 1px solid #c71832 !important;
    background: #ffdade !important;
}

.message-success {
    background: #d2ffa9;
    color: #006114;
    border: 1px solid #006114;
    border-radius: 2px;
    padding: 10px;
    margin-bottom: 10px;
}

.message-error {
    background: #ffdade;
    color: #c71832;
    border: 1px solid #c71832;
    border-radius: 2px;
    padding: 10px;
    margin-bottom: 10px;
}

.message-info {
    background: #daedff;
    color: #1d4db6;
    border: 1px solid #1d4db6;
    border-radius: 2px;
    padding: 10px;
    margin-bottom: 10px;
}

.message-alert {
    background: #fff0b2;
    color: #e7552d;
    border: 1px solid #e7552d;
    border-radius: 2px;
    padding: 10px;
    margin-bottom: 10px;
}

.message-success a,
.message-error a,
.message-alert a,
.message-info a {
    color: #444;
    text-decoration: none;
}

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
	    #content img {
    	    display: none;
	    }
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
	    #content img {
    	    display: none;
	    }
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
	    #content img {
    	    display: none;
	    }
        
        #main_menu ul li,
        #user_login ul li {
            display: block;
        }

        #main_menu ul li ul {
            top: 0px;
            left: 100px;
        }
	}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/