@charset "UTF-8";
BODY {
    font-family: Arial, Helvetica, sans-serif;
    color: #4d4352;
    margin: 0px;
    font-size: 14px;
    background-image: url('http://www.albertarefrigeration.com/themes/abrefrigeration/images/bg.gif');
}

h1 {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 20px;
    font-weight: normal;
}

a:link {
    color: #4e72da;
}

a:visited {
    color: #4e72da;
}

a:hover {
    color: #4e72da;
}

a:active {
    color: #4e72da;
}

.top_pat {
    background-image: url('http://www.albertarefrigeration.com/themes/abrefrigeration/images/top_pat.gif');
    background-repeat: repeat-x;
    height: 199px;
}

.nav_pat {
    background-image: url('http://www.albertarefrigeration.com/themes/abrefrigeration/images/nav_pat.gif');
    background-repeat: repeat-x;
    height: 40px;
}

.nav_but {
    width: 681px;
}

.maincont_wrap {
    width: 681px;
}

.cont_l {
    width: 412px;
    background-image: url('http://www.albertarefrigeration.com/themes/abrefrigeration/images/maincont_bg.gif');
    background-repeat: no-repeat;
    background-position: top right;
}

.cont_r {
    width: 269px;
    font-size: 11px;
}

.main_txt {
    font-size: 14px;
    line-height: 16px;
    padding-right: 15px;
    text-align: left;
}

.inner_txt {
    font-size: 12px;
    line-height: 16px;
    text-align: left;
}

.inner_txt table {
    font-size: 12px;
}

.sidecol_1 {
    width: 269px;
    text-align: left;
    color: #000000;
    padding-bottom: 15px;
}

.sidecol_2 {
    width: 269px;
    text-align: left;
    color: #000000;
    background-color: #cec9c3;
    padding-bottom: 15px;
}

.sidecol_inner {
    padding-left: 7px;
    padding-right: 7px;
}

.sidecol_more {
    padding-top: 10px;
    padding-right: 4px;
}

a.news_item:link {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

a.news_item:visited {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

a.news_item:hover {
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
}

a.news_item:active {
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
}

.trustee_table th {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    text-decoration: underline;
    text-align: left;
}

.footer_wrap {
    width: 681px;
    padding-top: 30px;
    padding-bottom: 15px;
}

.footer {
    font-size: 12px;
}

.chart_table {
    background-color: #000000;
}

.chart_table td {
    background-color: #ffffff;
}

.error {
    color: #ff0000;
}

.message-error {
    color: #ff0000;
}

.message-info {
    color: #008800;
}/******************************************************************************/
/*                        BLOCKS STYLE CSS FILE                               */
/******************************************************************************/
/*
Theme  : Default Seagull Theme
Author : Julien Casanova <julien_casanova@yahoo.fr>
Version: 1.0
Date   : 2006/03/20
*/

/*
====================Default Block Styling=====================*/
.block {
    margin-bottom: 1.5em;
}
.block .header {
    margin: 0 0.4em;
    padding-bottom: 0.4em;
    border-bottom: 1px solid #0099CC;
    color: #0099CC;
    font-weight: bold;
}
.block .header h2 {
    font-size: 1.1em;
    font-family: arial;
}
.block .content {
    padding: 0.4em;
    font-size: 0.9em;
}

/*
=====================Lang Switcher Block======================*/
#lang-switcher {
    float: right;
}

/*
====================Top Navigation Block======================*/
#top-nav {
    position: relative;
    background: #EEF7D4;
    border: 2px solid #FFFFFF;
    border-top: none;
}
#top-nav .inner {
    height: 2.2em;
    padding-left: 180px;
    border: 1px solid #BBBBBB;
}
#top-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#top-nav li {
    float: left;
    padding-left: 0;
}
#top-nav li a {
    display: block;
    padding: 0.5em 1em;
    border-right: 1px solid #FFFFFF;
    font-weight: bold;
    color: #66A326;
}
#top-nav li a:hover, #top-nav li.current a {
    background-color: #99CC00;
    color: #FFFFFF;
    text-decoration: none;
}
#nav {
    height: 50px;
    font-size: 0.75em;
}
#nav ul {
    position: absolute;
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #99CC00;
}
#nav ul li {
    float: left;
    display: inline;
    margin: 0;
}
#nav ul li a {
    display: block;
    position: relative;
    padding: 0.2em 1.5em;
    background-color: #0099CC;
    font-size: 1.3em;
    font-weight: bold;
    color: #EEF7D4;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.05em;
    border-right: 1px solid #99CC00;
}
#nav ul li a:hover {
    color: #2666A3;
    text-decoration: underline;
}
#nav ul li.current a {
    color: #2666A3;
    background-color: #E5F8FF;
}
#nav ul li.current a:visited {
    color: #2666A3;
}
/* hide the sublevels */
#nav ul ul {
    display: none;
}
#nav ul li.current ul {
    position: absolute;
    left: 0;
    display: block;
    /* use max-width emulation hack from
     * http://www.svendtofte.com/code/max_width_in_ie/, using the IE5.0+ dynamic
     * properties syntax, see
     * http://msdn.microsoft.com/workshop/author/dhtml/overview/recalc.asp */
        padding: 0;
    background-color: #E5F8FF;
}
#nav ul li.current li {
    padding: 0.4em 0;
}
#nav ul li.current li a {
    /* hide first pipe */
    left: -1px;
    padding: 0 1em;
    font-weight: normal;
    font-size: 1.1em;
    color: #2666A3;
    border-right: none;
    border-left: 1px solid #2666A3;
}
/* hide 3rd or more levels */
#nav ul ul ul li {
    display: none;
}
