/*
Theme Name:     Repair Management Nederland
Theme URI:      http: //www.repairmanagement.nl
Description:    Child theme for Twenty Ten theme
Author:         Floris Baan, Speaking Visuals
Author URI:     http: //www.speakingvisuals.com
Template:       twentyten
Version:        0.1.0
*/
@import url("../twentyten/style.css");

/* Styles for Child Theme called Repair Management Nederland */

#primary,
#secondary {
    margin-right: 40px;
    width: 280px;
}

#primary {
    margin-bottom: 20px;
}

/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
    font-family: Geneva, Arial, Helvetica, sans-serif;
}

h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
    font-family: Geneva, Arial, Helvetica, sans-serif;
}

/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper,
#contentheader {
    margin: 0 auto;
    width: 980px;
}

#wrapper {
    background: transparent;
    padding: 0 0;
}

#content {
    margin: 0 360px 0 40px;
}

.home #content {
    margin-right: 40px;
}

#sidebar {
    margin-top: 40px;
}

/* homepage no large margin */
.home .hentry {
    margin-bottom: 20px;
}

body.blog .hentry,
body.search .hentry,
body.page-template-page-offers-php #container .hentry {
    border-bottom: 1px dotted #CCCCCC;
    padding-bottom: 20px;
}

body.search #hierpage-3 {
    display: none !important;
}

/* Structure the footer area */
#footer-widget-area {
    overflow: hidden;
}

#footer-widget-area .widget-area {

    margin-right: 0;
    margin-left: 20px;
}

#footer-widget-area #fourth {
    margin-right: 0;
}

#site-info {
    font-weight: normal;
    font-size: 11px;
    margin-left: 20px;
    margin-right: 20px;
}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles  */

body {
    border-top: 0px solid #EA232A;
    background: #282828 url(images/web/background.jpg) repeat-x center top;
}

body,
input,
textarea {
    color: #5B5B5B;
}

/* Text elements */

ol {

}

ol h3 {

}

ol p {

}

abbr,
acronym {
    border-bottom: 1px dotted #DDDDDD;
}

a:link {
    color: #EA232A;
    font-weight: bold;
    text-decoration: none;
}

a:visited {
    color: #EA232A;
    font-weight: bold;
    text-decoration: none;
}

a:active,
a:hover {
    color: #EA232A;
    font-weight: bold;
    text-decoration: none !important;
    border-bottom: 1px solid;
}

/* =Header
-------------------------------------------------------------- */

#header {
    padding: 40px 0 0 0;
    position: relative;
}

#site-title {
    float: left;
    margin: 0 0 40px 0;
    font-size: 30px;
    line-height: 50px;
    height: 50px;
    width: 470px;
}

#site-title a {
    background: url(images/web/logo.png) no-repeat top left;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    text-indent: -9999em;
    display: block;
    height: 55px;
    width: 300px;
    float: left;
}

#site-title a:hover {
    border-bottom: 0;
}

#site-description {
    margin: 14px 20px 40px 0;
    width: 300px;
    color: #999999;
}

/* =Menu
-------------------------------------------------------------- */

#access {
    border-bottom: 5px solid #EA232A;
    background-color: transparent;
    width: 980px;
    float: left;
    background: url(images/web/trans-black-dark.png);
}

#access ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#access ul li {
    margin: 0;
    padding: 0;
    float: left;
}

#access a {
    color: #FFFFFF;
    padding: 10px 20px;
    line-height: 32px;
    font-weight: bold;
    text-shadow: 1px 1px 0px #000000;
}

#access li:hover > a,
#access ul ul :hover > a {
    background: #000000;
    border-bottom: 0;
}

#access ul li.current_page_item > a,
#access ul li.current-page-ancestor > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a,
#access ul li.current_page_parent > a {
    color: #ffffff;
    background: #EA232A url(images/web/nav-back.png) repeat-x top left;
    text-shadow: 1px 1px 0px #D11F25;
}

#access .menu-header {
    font-size: 12px;
    float: left;
    width: auto;
}

#access .menu-header li {

}

#access .social-menu-header {
    font-size: 12px;
    float: right;
    width: auto;
}

#access .social-menu-header li {
}

#access .social-menu-header li a {

}

#access .social-menu-header li#menu-item-5961 a {
    background-image: url(images/icons/facebook.png);
    background-repeat: no-repeat;
    background-position: 20px 50%;
    padding-left: 50px;
}

#access .social-menu-header li#menu-item-5962 a {
    background-image: url(images/icons/twitter.png);
    background-repeat: no-repeat;
    background-position: 20px 50%;
    padding-left: 50px;
}

/* =Crumbs 
-------------------------------------------------------------- */

ul.breadcrumbs {
    margin: 0 0 0 0;
    padding: 10px 40px 10px 40px;
    font-size: 11px;
    border-bottom: 1px dotted #cccccc;
    color: #888;
    line-height: 20px;
    display: block;
    background: #eeeeee;
    list-style: none;
    overflow: hidden;
}

ul.breadcrumbs li {
    margin: 0 8px 0 0;
    padding: 0;
    display: block;
    float: left;
    background: url(images/icons/seperator.gif) no-repeat 0% 50%;
    padding-left: 11px;
    color: #777777;
}

ul.breadcrumbs li.home {
    background: url(images/icons/home.gif) no-repeat 0% 50%;
    padding-left: 15px;
}

ul.breadcrumbs li a {
    color: #777777;
}

/* =Content
-------------------------------------------------------------- */

#pageimagecontainer,
#googlemaps {
    background: #EEE;
    position: relative;
    width: 980px;
    height: 370px;
    border-bottom: 0px solid #cccccc;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: 2;
    vertical-align: middle;
}

#googlemaps iframe {
    margin-top: -3px;
}

#maincontainer {
    float: left;
    background: #FFFFFF;
    border-bottom: 0;
    position: relative;
    width: 980px;
    overflow: visible;
}

#main {
    background: #FFFFFF;
    padding: 0 0 0 0;
    width: 980px;
    float: left;
    margin: 0;
    clear: none;
    overflow: visible;
}

#container {
    margin-top: 40px;
    margin-right: -360px;
}

body.home #container {
    width: 980px;
}

#content,
#content input,
#content textarea {
    color: #5B5B5B;
    font-size: 12px;
    line-height: 20px;
}

#content p, #content ul, #content ol, #content dd, #content pre, #content hr {
    margin-bottom: 20px;
}

#content pre,
#content kbd,
#content tt,
#content var {
    font-size: 11px;
    line-height: 21px;
}

#content code {
    font-size: 11px;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
    color: #000;
    margin: 0 0 20px 0;
    line-height: 20px;
    font-weight: bold;
    font-size: 1.3em;
}

#content h2 {
    font-size: 1.3em;
    margin: 0 0 20px 0;
}

#content h3, #content h4, #content h5, #content h6 {
    font-size: 1em;
    margin: 0 0 0 0;
}

#content h3, #content h4, #content h5, #content h6 {
    margin: 0 0 0 0;
}

#content img.attachment-full {

}

.hentry {
    margin: 0 0 40px 0;
    position: relative;
    float: left;
    width: 100%;
}

.entry-content input {
    margin-bottom: 0;
    width: 90%;
}

.entry-content textarea {
    margin-bottom: 0;
    width: 90%;
}

.entry-content input[type=submit],
.entry-content input.wpcf7-submit {
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    cursor: pointer;
    background: #EA232A url(images/web/nav_back.png) repeat-x top left;
    text-shadow: 1px 1px 0px #D11F25;
    padding: 0;
    margin: 0;
    overflow: hidden;
    border: 0px solid #EA232A;
    color: #FFFFFF !important;
}

.page-title {
    color: #000;
    font-size: 2em;
    font-weight: bold;
    line-height: 45px;
    margin: 0 0 40px 0;
}

.page-title span {
    color: #888888;
    font-size: 1em;
    line-height: 1em;
    font-style: normal;
    font-weight: bold;
}

.wp-post-title a {
    color: #000000;
}

.page-title a:active,
.page-title a:hover,
.wp-post-title a:hover {
    color: #000000;
}

#content .entry-title {
    color: #000000;
    font-size: 1.7em;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 20px;
    position: relative;
    z-index: 6;
    display: inline-block;
}

#content h2.entry-title {
    font-size: 1.17em;
    margin-bottom: 10px;
}

.entry-utility {
    clear: both;
    color: #888;
    font-size: 11px;
    line-height: 1.5em;
}

.entry-title a:active,
.entry-title a:hover {
    color: #000000;
    text-decoration: none;
}

.page-link a:active,
.page-link a:hover {
    color: #EA232A;
}

.entry-meta a:hover,
.entry-utility a:hover {
    color: #EA232A;
}

.entry-content,
.entry-summary {
    clear: both;
    padding: 0 0 0 0;
    overflow: visible;
}

#content .entry-meta {
    margin-top: -10px;
    margin-bottom: 20px;
    font-size: 11px;
}

/* frontpage
-------------------------------------------------------------- */

#frontpage_content {
    width: 430px;
    float: left;
}

#latest_news {
    width: 430px;
    float: right;
    position: relative;
    margin-top: -10px;
}

/* Images
-------------------------------------------------------------- */

#content img {
    margin: 0;
    max-width: 580px;
}

#content .attachment img {
    max-width: 580px;
}

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
    max-width: 100%; /* When images are too wide for containing element, force them to fit. */
    height: auto; /* Override height to match resized width for correct aspect ratio. */
}

#content img {

}

#content .alignleft,
#content img.alignleft,
#content .alignright,
#content img.alignright,
#content .aligncenter,
#content img.aligncenter {
    margin-top: 0px;
    margin-right: 20px;
    margin-bottom: 0;
}

/* Slideshow 
-------------------------------------------------------------- */

/* slideshow */

#slides {
    position: relative;
    background: #EEEEEE;
}

.slides_container {
    width: 980px;
    height: 370px;
}

.slides_container div {
    width: 980px;
    height: 370px;
    display: none;
    margin-bottom: 0 !important;
}

#slides .pagination {
    text-align: center;
    z-index: 10000;
    display: block;
    position: absolute;
    bottom: 40px;
    margin: 0 auto 0 auto;
    width: 980px;
    list-style: none;
}

#slides .pagination a {
    display: inline-block;
    line-height: 20px;
    height: 20px;
    width: 20px;
    margin: 0 1px 0 0;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 11px;
    margin-bottom: 0px;
    cursor: pointer;
    text-shadow: 1px 1px 0px #666666;
    background: transparent url(images/web/trans-black-dark.png);
}

#slides .pagination a:hover {
    background: #000000;
    border: none;
}

#slides .pagination a.activeSlide {
    color: #ffffff;
    background: #EA232A url(images/web/nav-back.png) repeat-x top left;
    text-shadow: 1px 1px 0px #D11F25;
}

#slides .pagination a:hover.activeSlide {
    color: #ffffff;
    background: #EA232A url(images/web/nav-back.png) repeat-x top left;
    text-shadow: 1px 1px 0px #D11F25;
}

#slides a#prev1,
#slides a#next1 {
    position: absolute;
    z-index: 10000;
    display: block;
    color: #FFFFFF;
    text-shadow: 1px 1px 0px #666666;
    background: transparent url(images/web/trans-black-dark.png);
    line-height: 60px;
    height: 60px;
    padding: 0 40px;
    border: none !important;
    top: 155px;
    display: none; /* do not show after loading */
}

#slides a:hover#prev1,
#slides a:hover#next1 {
    background: #000000;
}

#slides a#prev1 {
    left: 0;
}

#slides a#next1 {
    right: 0;
    margin-right: 0 !important;
}

#slides .entry-title {
    position: absolute;
    z-index: 9999;
    width: 240px;
    background: rgba(0, 0, 0, 0.7);
    padding: 40px 20px 20px 20px;
    top: 40px;
    right: 40px;
}

#slides .entry-title a {
    color: #FFFFFF;
    border: none;
    line-height: 1.5em;
    text-shadow: 1px 1px 0px black;
}

#slides .entry-title a small {
    color: #EA232A;
    border: none;
    line-height: 1.5em;
    font-size: 12px;
    position: absolute;
    top: 20px;
    left: 20px;
}

#progress {
    height: 3px;
    width: 0;
    background: #EA232A;
    position: absolute;
    bottom: 0;
    z-index: 500
}

#tradelogos {
    background: #FFFFFF;
    padding: 20px 0 20px 0;
    overflow: hidden;
    border-top: 1px dotted #CCCCCC;
}

#tradelogos h2 {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
    display: none;
}

#tradelogos h2 span {
    background: #FFFFFF;
    padding: 0 10px;
    display: inline-block;
}

#tradelogos ul {
    margin: 0;
    list-style: none;
}

#tradelogos_posts {
    margin: 0 auto !important;
}

#tradelogos_posts ul {
    overflow: hidden;
    padding: 0;
    margin: 0;
}

#tradelogos_posts .wp-post-title {
    display: none;
}

#tradelogos_posts a {
    display: block;
    float: left;
    padding: 0;
    margin: 0;
}

#tradelogos_posts .page img.attachment-post-thumbnail {
    padding: 0;
    margin: 0;
    width: 140px !important;
    height: 70px !important;
}

#tradelogos_posts .page a:hover img.attachment-post-thumbnail {
}

#tradelogos_posts .page {

    overflow: hidden;
    width: 140px;
    height: 70px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 0;
    padding: 0;
}

#tradelogos_posts_nav {

    position: relative;
}

#tradelogos_posts_nav a {
    z-index: 10000;
    width: 40px;
    height: 70px;
    display: block;
    text-indent: -9999em;
    border: 0;
}

#tradelogos_posts_nav a:hover {
    border: none;
}

#tradelogos_posts_next {
    position: absolute;
    right: 0;
    top: 0;
    background: url(images/icons/arrow_right.gif) no-repeat 15px 50%;
}

:hover#tradelogos_posts_next {
    background: url(images/icons/arrow_right_hover.gif) no-repeat 15px 50%;
}

#tradelogos_posts_prev {
    position: absolute;
    left: 0;
    top: 0;
    background: url(images/icons/arrow_left.gif) no-repeat 20px 50%;
}

:hover#tradelogos_posts_prev {
    background: url(images/icons/arrow_left_hover.gif) no-repeat 20px 50%;
}

.no-sidebar {
    margin-right: 40px !important;
}

#distributor-list, #product-list {
    margin-left: -26px;
    overflow: visible;
    float: left;
}

#distributor-list h2 {
    display: none !important;
}

#distributor-list .divider, #product-list .divider {
    display: block;
    line-height: 1px;
    height: 1px;
    width: auto;
    float: left;
    clear: both;
}

.distributorship-post, .product-post {
    width: 282px;
    float: left;
    margin-left: 26px;
    overflow: hidden;
}

#distributor-list .last {

}

.distributorship-post h2 {
    display: none;
}

.product-post h2 {
    float: left;
    display: block;
}

.distributorship-post p, .product-post p {
    margin-top: 20px;
    display: block;
    float: left;
    width: 282px;
}

.distributorship-logo, .product-logo {
    background: #FFFFFF;
    border: 1px solid #cccccc;
    text-align: center;
    display: block;
    float: left;
}

.distributorship-logo img, .product-logo img {
    margin: 0 auto;
    display: block;
}

a:hover.distributorship-logo, a:hover.product-logo {
    border: 1px solid #AAAAAA;
}

/* =Navigation
-------------------------------------------------------------- */

.navigation a,
.navigation a:active,
.navigation a:hover,
.navigation a:visited {
    width: auto;
    height: auto;
    line-height: auto;
    font-weight: bold;
    cursor: pointer;
    background: #EA232A url(images/web/nav_back.png) repeat-x top left;
    text-shadow: 1px 1px 0px #D11F25;
    padding: 5px 10px;
    margin: 0;
    overflow: hidden;
    border: 1px solid #EA232A;
    border-bottom-color: #D11F25;
    border-right-color: #D11F25;
    color: white !important;
    display: inline-block;
}

#nav-below,
#nav-above {
    margin: 0 0 40px 0;
    background: #EEE;
    padding: 10px;
    border: 1px solid #CCC;
}

.nav-previous {
    float: left;
    text-align: left;
}

.nav-next {
    float: right;
    text-align: right;
}

.nav-previous span.meta-nav {
    text-indent: -9999em;
    display: inline-block;
    background: url(images/icons/rewind.gif) no-repeat 0% 50%;
    width: 18px;
    height: 18px;
}

.nav-next span.meta-nav {
    text-indent: 9999em;
    display: inline-block;
    background: url(images/icons/forward.gif) no-repeat 100% 50%;
    width: 18px;
    height: 18px;
}

/* =Comments
-------------------------------------------------------------- */

.comment-meta a:active,
.comment-meta a:hover {
    color: #EA232A;
}

.reply a:hover,
a.comment-edit-link:hover {
    color: #EA232A;
}

/* =Widget Areas
-------------------------------------------------------------- */

#topright {
    position: absolute;
    top: 0px;
    right: 0px;
}

#topsearch {
    display: block;
    float: left;
    width: 351px;
    margin-right: 1px;
    background: url(images/web/trans-black-dark.png);
    padding: 10px 10px;
}

#topsearch .widget-container, .searchform {
    margin: 0;
    height: 32px;
}

.widget_search {
    position: relative;
}

.searchform div {
    width: 351px;
    z-index: 5;
    position: relative;
    background: #FFFFFF;
    height: 32px;
}

.widget_search .s { /* This keeps the search inputs in line */
    width: 171px;
    z-index: 5;
    position: relative;
    background: transparent;
    border: 0;
    color: #000000;
    box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.1);
    padding: 3px;
    top: 2px;
    left: 4px;
}

.widget_search .searchsubmit { /* This keeps the search inputs in line */
    position: absolute;
    top: 0px;
    right: 0;
    display: block;
    width: 75px;
    height: 32px;
    border-left: 0;
    font-size: 11px;
    z-index: 4;
    font-weight: bold;
    cursor: pointer;
    background: #EA232A url(images/web/nav-back.png) repeat-x top left;
    text-shadow: 1px 1px 0px #D11F25;
    padding: 0;
    margin: 0;
    overflow: hidden;
    border: 1px solid #EA232A;
    border-bottom-color: #D11F25;
    border-right-color: #D11F25;
    color: #FFFFFF;
    z-index: 100;
}

.widget_search .searchsubmit .buttonInner {
    display: block;
    border-top: 0px solid #EA232A;
    padding: 0;
    margin: 0;
    height: 20px;
    line-height: 20px;
}

#content .widget_search .s {
    width: 360px;
}

#content .widget_search .searchsubmit {
    width: 74px;
    line-height: 32px;
    height: 32px;
    top: 0;
}

#content .widget_search .searchsubmit .buttonInner {
    height: 32px;
    line-height: 32px;
}

.widget_search .searchsubmit:hover { /* This keeps the search inputs in line */

}

#branding .widget_search {

}

#branding .widget_search .s {
    width: 261px;
}

/*
#lang_sel {
	display: block;
	float: left;
	height: auto;
}

#lang_sel li {
	
}

#branding #lang_sel img.iclflag {
	width: 18px;
	height: 12px;
	position: relative;
	top: 1px;
	border: none;
	float: none;
	display: inline-block;
}


#lang_sel a.lang_sel_sel {
background: url(../img/nav-arrow-down.png) white right no-repeat;
color: #444;
}

#lang_sel a, #lang_sel a:visited {
display: block;
font-size: 11px;
text-decoration: none !important;
color: #444;
border: 1px solid #CDCDCD;
background: #000000;
padding-left: 10px;
line-height: 24px;
}

#lang_sel ul ul {
visibility: hidden;
position: absolute;
height: 0;
top: 25px;
left: 0;
width: 149px;
border-top: 1px solid #CDCDCD;
}
*/

/* language switcher */

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#lang_sel_list {
    float: right;
    position: relative;
    margin: 0;
    padding: 0px;
    width: auto;
    background: url(images/web/trans-black-dark.png);
    padding: 10px 10px;
    border: 0;
    clear: none;
}

#lang_sel_list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
    width: auto;
}

#lang_sel_list ul li {
    float: left;
    margin: 0 0 0 1px;
    padding: 0;
    width: auto;
    border: none;
    display: block;
}

#lang_sel_list ul li img {
    border: none !important;
    display: block;
}

#lang_sel_list ul li span {
    display: none;
}

#lang_sel_list ul li a {
    display: block;
    width: 18px;
    height: 12px;
    overflow: hidden;
    padding: 10px;
    background: rgba(255, 255, 255, 0.1) !important;
    border: none;
    float: left;
    margin-left: 1px;
}

#lang_sel_list ul li a:hover, #lang_sel_list ul li a.lang_sel_sel {
    background: rgba(255, 255, 255, 0.2) !important;
}

/* Main sidebars */

#main .widget-area ul {
    margin-left: 0;
    padding: 0;
}

#main .widget-area ul ul {
    margin-left: 0;
}

#main .widget-container {
    line-height: 20px;
    padding: 0;
    overflow: hidden;
    margin: 0 0 20px 0;
    border: 1px solid #CCCCCC;
    float: none;
}

#main .widget-container .textwidget {
    padding: 10px 10px 0 10px;
}

#main .widget-container ul {
    margin-left: 0;
    list-style: none;
    border-bottom: 0;
}

#main .widget-container ul li {
    display: block;
    border-top: 1px dotted #cccccc;
    padding: 0;
}

#main .widget-title {
    font-weight: bold;
    padding: 0 10px;
    line-height: 45px;
    font-size: 1.17em;
    background-color: #EEEEEE;
}

.textwidget {
    border-top: 1px dotted #cccccc;
}

#main .widget-title a {
    color: #000000;

}

#main .widget-container ul li a {
    padding: 5px 10px;
    display: block;
    background-color: #FFFFFF;
    text-decoration: none !important;
}

#main .widget-container ul li a:hover {
    text-decoration: none !important;
    border-bottom: 0;
    background-color: #F5F5F5 !important;
}

#main .icl_sidebar_navigation {
    width: 278px;
}

#main .icl_sidebar_navigation > a {
    display: block;
    color: #222222;
    font-weight: bold;
    line-height: 45px;
    font-size: 1.17em;
    padding: 0 10px;
    background-color: #EEEEEE !important;
    border-bottom: 1px solid #cccccc;
}

#main .icl_sidebar_navigation > a:hover {
    color: #222222;
    font-weight: bold;
    text-decoration: none;
    background-color: #EEEEEE !important;
}

#main ul.cms-nav-sidebar li.icl-level-1:first-of-type {
    border-top: 0;
}

#main ul.cms-nav-sidebar li.selected_page_side {
    background-color: #EEEEEE;
}

#main ul.cms-nav-sidebar li.icl-level-1 ul {
    display: none;
}

#main ul.cms-nav-sidebar li.selected_page_side > span {
    display: block;
    padding: 5px 10px;
    font-weight: bold;
    color: #222222;
}

#main ul.cms-nav-sidebar li.selected_page_side ul {
    display: block;
}

#main ul.cms-nav-sidebar li.icl-level-2 {
    margin: 0;
    font-size: 11px;
}

#main ul.cms-nav-sidebar li.icl-level-2 > a {
    padding-left: 25px !important;
    background: transparent url(images/icons/document.gif) no-repeat 10px 50%;
}

/*

#main li.icl_sidebar_navigation ul li ul {
background: #FFFFFF;
margin: 0 0 0 0;
}

#main li.icl_sidebar_navigation ul li ul li ul {
margin: 0 0 0 0;
padding: 0 0 0 0;
}

#main .icl_sidebar_navigation ul li ul li {
	border-top: 1px dotted #cccccc;
	padding: 0;	
}

#main .icl_sidebar_navigation ul li ul li a {
	color: #EA232A;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0;
	font-size: 1em;
	display: block;
	line-height: 20px;
	padding: 5px 10px;
	background-color: #FFFFFF !important;
}

#main .icl_sidebar_navigation ul li ul li ul li a:hover {
	border-bottom: 0;
}

#main .icl_sidebar_navigation ul li ul li.current_page_item a,
#main .icl_sidebar_navigation ul li ul li.current_page_parent a,
#main .icl_sidebar_navigation ul li ul li.current_page_parent a:hover,
#main .icl_sidebar_navigation ul li ul li.current_page_item a:hover {
	color: #5B5B5B;
	background-color: #F5F5F5 !important;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0;
	font-size: 1em;
}

#main .icl_sidebar_navigation ul li ul li.current_page_item li a,
#main .icl_sidebar_navigation ul li ul li.current_page_parent li a {
	color: #EA232A;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 0;
	font-size: 11px;
	padding: 2px 10px;
}

#main .icl_sidebar_navigation ul li ul li.current_page_item li a:hover,
#main .icl_sidebar_navigation ul li ul li.current_page_parent li a:hover {
	color: #EA232A;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 0px solid;
	font-size: 11px;
}

#main .icl_sidebar_navigation ul li ul li.current_page_parent li.current_page_item a {
	color: #5B5B5B;
	}

#main .widget-area ul li.icl_sidebar_navigation ul li ul li a {
	padding-left: 25px !important;
	background: #FFFFFF url(images/icons/document.gif) no-repeat 10px 50%;
}

#main .widget-area ul li.icl_sidebar_navigation ul li ul li li a {
	background: transparent;
	border-bottom: 0;
}

#main .widget-area ul li.icl_sidebar_navigation ul li ul li li a:hover {
	border-bottom: 0;
}
*/

#main .widget-area ul li.widget_listattach ul li a {
    padding-left: 25px !important;
    background: url(images/icons/pdf.gif) no-repeat 10px 50%;
}

#main .widget-area ul li.widget_recent_entries ul li a {
    padding-left: 25px !important;
    background: url(images/icons/newsitem.gif) no-repeat 10px 50%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 243px;
}

#main .widget-area ul li.widget_categories ul li a {
    padding-left: 25px !important;
    background: url(images/icons/folder.gif) no-repeat 10px 50%;
}

#main .widget-area ul li.widget_archive ul li a {
    padding-left: 25px !important;
    background: url(images/icons/calendar.gif) no-repeat 10px 50%;
}

#main .widget-area ul li ul li ul li a:hover {
    color: #EA232A;
    background-color: #F5F5F5 !important;
}

#main #post_thumbnail_sidebar,
#main #post_thumbnail_frontpage,
#main #post_thumbnail_post {
    margin-bottom: 20px;
}

#main #post_thumbnail_sidebar p.company-link {
    background: #EEEEEE;
    border-top: 1px dotted #CCCCCC;
    padding: 5px 10px;
    margin: 0;
    font-size: 11px;
}

#main #post_thumbnail_sidebar {
    width: 278px;
}

#main .wp-post-image {
    display: block;
}

.entry-summary .wp-post-image {

}

#main .widget_twitter {

}

#main .widget_twitter h3.widget-title {
    background: #FFFFFF url(images/web/twitter.png) no-repeat 90% center;
    height: 70px;
    display: block;
    line-height: 70px;
    padding: 10px 20px;
}

#main .widget_twitter h3.widget-title a {
    display: block;
}

#main .widget_twitter h3.widget-title a:hover {
    border: 0;
    text-adecoration: none;
}

.widget-area select {
    max-width: 100%;
    width: 100%;
    padding: 5px;
    border: none;
}

.widget_archive .widget-title {
    border-bottom: 1px dotted #CCCCCC;
}

/* secondary navigation widget */

#secondary {
    width: 280px;
}

#secondary ul {
    padding: 0 0;
    margin: 0;
    list-style: none;
}

#secondary ul li {

}

#secondary a {

}

/* Footer widget areas */
#footer-widget-area {
    padding-top: 20px;
}

/* =tabs
-------------------------------------------------------------- */

.tab_nav {
    z-index: 5;
    overflow: hidden;
    margin-bottom: 1em;
    background: #f5f5f5;
    padding: 10px 15px 0 15px;
}

.tab_container {
    overflow: hidden;
    position: relative;
}

ul.tabs {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
    z-index: 6;
    overflow: hidden;
    position: relative;
}

ul.tabs li {
    float: left;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
}

ul.tabs li:not(:last-child) {
    margin-right: 5px;
}

ul.tabs li a {
    text-decoration: none;
    color: #5b5b5b;
    display: block;
    padding: 10px 20px;
    outline: none;
    font-size: 11px;
    background-color: #e9e9e9;
    background-repeat: no-repeat;
    background-position: 15px 50%;
}

ul.tabs li.info-tab a {
    padding-left: 30px !important;
    background-image: url(images/icons/document.gif);
}

ul.tabs li.stories-tab a {
    padding-left: 30px !important;
    background-image: url(images/icons/newsitem.gif);
}

ul.tabs li.offers-tab a {
    padding-left: 30px !important;
    background-image: url(images/icons/shopping_cart.gif);
}

ul.tabs li.twitter-tab a {
    padding-left: 30px !important;
    background-image: url(images/icons/twitter.gif);
}

ul.tabs li.news-tab a {
    padding-left: 30px !important;
    background-image: url(images/icons/newsitem.gif);
}

ul.tabs li.gallery-tab a {
    padding-left: 30px !important;
    background-image: url(images/icons/camera.gif);
}

ul.tabs li.downloads-tab a {
    padding-left: 30px !important;
    background-image: url(images/icons/download.gif);
}

ul.tabs li a:hover {
    background-color: #DDDDDD;
    border-bottom: 0;
}

ul.tabs li.active a {
    color: #EA232A;
    background-color: white;
}

.tab_content {
    padding-top: 10px;
}

/* =twitter tab
-------------------------------------------------------------- */
#tweet .tweet_list {
    margin: 0 0 10px 0 !important;
    padding: 0;
    list-style: none;
    font-size: 11px;
}

#tweet .tweet_list li {
    padding: 0;
    margin: 0;
    padding: 0;
    line-height: 20px;
    border-bottom: 0px dotted #CCCCCC;
    overflow: hidden;
    text-align: center;
}

#tweet .tweet_list .tweet_avatar, .query .tweet_list .tweet_avatar {
    padding-right: 10px;
    padding-bottom: 10px;
    float: left;
}

#tweet .tweet_list .tweet_avatar img, .query .tweet_list .tweet_avatar img {
    vertical-align: middle;
}

a.tweet_avatar {
    border: none;
}

/* =downloads
-------------------------------------------------------------- */

.attachments-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.attachments-list li {
    border-bottom: 1px dotted #CCCCCC;
    padding: 5px 0;
    line-height: 20px;
    padding-left: 15px !important;
    background: url(images/icons/pdf.gif) no-repeat 0% 50%;
}

/* =news 
-------------------------------------------------------------- */

.news-list,
.offers-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.news-list li,
.offers-list li {
    border-bottom: 1px dotted #CCCCCC;
    padding: 5px 0;
    line-height: 20px;
    padding-left: 15px !important;
    background: url(images/icons/newsitem.gif) no-repeat 0% 50%;
}

.offers-list li {
    background: url(images/icons/shopping_cart.gif) no-repeat 0% 50%;
}

.news-list li h3,
.offers-list li h3 {
    font-size: 1em;
    margin: 0;
    padding: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 415px;
}

/* =Gallery
-------------------------------------------------------------- */

.gallery {
    background: #EEEEEE;
    padding: 20px 20px 0px 0px;
    margin: 0 auto 20px auto;
    text-align: center;
    border: 1px solid #CCCCCC;
    list-style: none;
    overflow: hidden;
}

.gallery li.gallery-item {
    width: auto;
    margin-left: 20px;
    margin-bottom: 20px;
}

.gallery span.gallery-icon {
    background: #FFFFFF;
    margin: 0;
    padding: 0;
    float: left;
    display: block;
    text-align: center;
}

.gallery span.gallery-icon a {
    border: none;
    display: block;
    float: left;
    line-height: 1em;
    border: 1px solid #CCCCCC;
    width: 117px;
    height: auto;
}

.gallery span.gallery-icon a:hover {
    border: 1px solid #AAAAAA;
}

.gallery span.gallery-icon a img {
    float: left;
    line-height: 1em;
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
}

#gallery {
    position: relative;
    background: #EEEEEE;
    padding: 0;
    margin-top: 10px;
}

#gallery .gallery {
    width: 580px;
    height: 435px;
    padding: 0;
    list-style: none;
    margin: 0 !important;
    border: none;
}

#gallery .gallery div {
    width: 580px;
    height: 435px;
    display: block;
}

#gallery .gallery img {
    border: none;
}

#gallery .gallery li.gallery-item {
    width: auto;
    padding: 0;
    margin: 0;
    display: block;
}

#gallery .gallery span.gallery-icon {
    width: 580px;
    height: 435px;
    overflow: hidden;
    display: block;
    background: #EEEEEE;
}

#gallery .gallery span.gallery-icon img {
    margin: 0 auto;
    line-height: 435px;
}

#gallery .gallery li.gallery-item a,
#gallery .gallery li.gallery-item a:hover {
    border: none;
}

#gallery a.prev,
#gallery a.next {
    position: absolute;
    z-index: 10000;
    display: block;
    color: #FFFFFF;
    text-shadow: 1px 1px 0px #666666;
    background: transparent url(images/web/trans-black-dark.png);
    line-height: 60px;
    height: 60px;
    padding: 0 40px;
    border: none !important;
    top: 187px;
    display: none; /* do not show after loading */
}

#gallery a:hover.prev,
#gallery a:hover.next {
    background: #000000;
}

#gallery a.prev {
    left: 0;
}

#gallery a.next {
    right: 0;
}

#gallery .pagination {
    text-align: center;
    z-index: 10000;
    display: block;
    position: absolute;
    bottom: 40px;
    margin: 0 auto 0 auto;
    width: 580px;
    list-style: none;
}

#gallery .pagination li {
    display: inline;
}

#gallery .pagination li a {
    display: inline-block;
    line-height: 20px;
    height: 20px;
    width: 20px;
    margin: 0 1px 0 0;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 11px;
    margin-bottom: 0px;
    cursor: pointer;
    text-shadow: 1px 1px 0px #666666;
    background: transparent url(images/web/trans-black-dark.png);
}

#gallery .pagination li a:hover {
    background: #000000;
    border: none;
}

#gallery .pagination li.current a {
    color: #ffffff;
    background: #EA232A url(images/web/nav-back.png) repeat-x top left;
    text-shadow: 1px 1px 0px #D11F25;
}

#gallery .pagination li.current a:hover {
    color: #ffffff;
    background: #EA232A url(images/web/nav-back.png) repeat-x top left;
    text-shadow: 1px 1px 0px #D11F25;
}

/* social media box */

.social-media-box {
    border-top: 1px solid #EDEDED;
    margin-top: 15px;
    padding: 20px 0 0 0;
    float: left;
    width: 580px;
}

.social-media-box h2 {
    float: left;
    margin: 0 30px 0 0 !important;
    padding: 0 !important;
    font-size: 12px !important;
    color: black !important;
    line-height: 20px !important;
    background-color: transparent !important;
}

.social-media-box .linkedin-share {
    float: left;
    margin: 0 10px 0 0;
}

.social-media-box .twitter-tweet {
    float: left;
    margin: 0 10px 0 0;
}

.social-media-box .facebook-like {
    float: left;
    margin: 0 10px 0 0;
}

#social-share-page {
    padding: 0 0 40px 0;
    font-size: 12px;
    margin: 0 40px 0 0;
    float: right;
}

#social-share-page .facebook-like {
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
}

#social-share-page .twitter-follow {
    float: left;
    margin: 0;
    padding: 0;
    height: 20px;
}

/* =Footer
-------------------------------------------------------------- */

#footer {
    background: url(images/web/trans-black-dark.png) repeat;
    float: left;
}

#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {

}

#footer a {
    color: #999999;
}

#specials-bar {
    overflow: hidden;
    line-height: 20px;
    padding: 30px 0 40px 0;
}

#offers-bottom {
    width: 280px;
    float: left;
    margin-left: 40px;
    margin-right: 20px;
}

#news-bottom {
    width: 280px;
    float: left;
}

#social-media-bottom {
    width: 280px;
    float: right;
    margin-right: 40px;
    margin-left: 40px;
}

#offers-bottom h2,
#news-bottom h2,
#social-media-bottom h2 {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 1.3em;
    color: #EA232A;
}

#offers-bottom h2 a,
#news-bottom h2 a,
#social-media-bottom h2 a {
    color: #EA232A;
}

#social-media-bottom .title-nav-container {

}

#social-media-bottom #title-nav {
    overflow: hidden;
    text-align: center;
    list-style: none;
    margin: 0 0 30px 60px;
    padding: 0;
    float: left;
    text-align: center;
    position: relative;
}

#social-media-bottom #title-nav li {
    float: left;
    margin: 0 30px 0 0;
    padding: 0 30px 0 0;
    position: relative;
    border-right: 1px dotted #333;
}

#social-media-bottom #title-nav li.last {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}

#social-media-bottom li a {

}

#social-media-bottom a#twitter-slide {
    background: url(images/icons/twitter_large.png) no-repeat 0 0;
    display: block;
    margin: 0;
    width: 50px;
    height: 50px;
    text-indent: -9999em;
    border: 0;
    white-space: nowrap;
}

#social-media-bottom a#facebook-slide {
    background: url(images/icons/facebook_large.png) no-repeat 0 0;
    display: block;
    margin: 0 auto 0 auto;
    width: 50px;
    height: 50px;
    text-indent: -9999em;
    border: 0;
    white-space: nowrap;
}

#social-media-bottom .activeSlide a#facebook-slide,
#social-media-bottom .activeSlide a#twitter-slide,
#social-media-bottom a:hover#facebook-slide,
#social-media-bottom a:hover#twitter-slide {
    background-position: 0 -50px;
}

#social-media-bottom .slides {
    clear: both;
}

.fb-wall-box {
    font-size: 11px;
    text-align: center;
}

.fb-wall-box a {
    display: none;
}

.fb-wall-box .fb-wall-data a {
    display: inline;
}

.fb-wall-media {
    display: none;
}

.fb-wall-date {
    text-align: center;
}

.fb-wall-message {
    font-size: 11px;
    text-overflow: ellipsis;
    width: 280px;
    height: 60px;
    overflow: hidden;
    text-align: center;
    display: block;
}

.fb-wall-icon {
    display: none;
}

#offers-bottom ul,
#news-bottom ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#offers-bottom ul li,
#news-bottom ul li {
    border-bottom: 1px dotted #333333;
    padding: 5px 0;
    line-height: 20px;
    font-size: 11px;

}

#offers-bottom ul li {
    background-image: url(images/icons/shopping_cart_ondark.gif);
}

#news-bottom ul li {
    background-image: url(images/icons/newsitem_ondark.gif);
}

#offers-bottom ul li h3,
#news-bottom ul li h3 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 265px;
}

#colophon {
    border-top: 0;
    margin-top: 0;
    padding: 0;
    overflow: visible;
    line-height: 20px;
    float: left;
}

#site-info a {
    color: #999999;
    text-decoration: none;
}

#site-info a:hover {
    text-decoration: none;
}

#site-info {
    margin-right: 10px;
    width: auto;
    float: left;
    padding: 0 0 40px 0;
    line-height: 20px;
    margin-left: 40px;
}

.menu-footer {
    display: inline;
    float: left;
    padding: 0px 0 40px 0;
    line-height: 20px;
}

.menu-footer ul {
    list-style: none;
    margin: 0;
    font-size: 11px;
}

.menu-footer li {
    float: left;
    position: relative;
    margin-right: 10px;
    padding-left: 15px;
    background: url(images/icons/document_grey.gif) no-repeat 0% 50%;
}

.menu-footer a,
#loginout a {
    color: #999999;
}

#service-links {
    display: inline;
    float: left;
    padding: 0px 0 40px 0;
    line-height: 20px;
}

#loginout {
    font-size: 11px;
    margin-bottom: 0;
}

.loginout {
    padding-left: 15px;
    background: url(images/icons/locked_grey.gif) no-repeat 0% 50%;
}

.admin {
    padding-left: 15px;
    background: url(images/icons/wrench_right_grey.gif) no-repeat 0% 50%;
    margin-left: 10px;
}