
/**
 * - navigation bar at the left
 * - 2 columns
 *
 * @package    themes
 * @subpackage default2
 * @author     Dmitri Lakachauskis <lakiboy83@gmail.com>
 */


/**
 * - vertical navigation
 * - toolbar
 *
 * @package    themes
 * @subpackage default2
 * @author     Dmitri Lakachauskis <lakiboy83@gmail.com>
 */

/* Main navigation */
div#nav-main {
	font-size:11px;
    background: url(http://iamg.org/themes/default/images/bg/column_tm.gif) repeat-x left top;
}
    div#nav-main div.inner {
        border-bottom: 1px solid #bbb;
        background-color: transparent;
    }
    div#nav-main ul {
        margin: 0;
        list-style: none;
        line-height: 1em;
    }
        div#nav-main ul li {
            margin: 0;
            _height: 1px;
        }
            div#nav-main ul li a {
                display: block;
                padding: 0.65em 1em 0.55em;
                font-weight: bold;
                color: #688252;
            }


            div#nav-main ul li.current a:hover, div#nav-main ul li.current a {
                color: #fff;
                text-decoration: none;
            }

            div#nav-main ul li.current1 a:hover, div#nav-main ul li.current1 a {
                color: #445536;
                text-decoration: none;
            }

           div#nav-main ul li.current2 a:hover, div#nav-main ul li.current2 a {
                background-color: #688252;
                color: #fff;
                text-decoration: none;
            	margin-left:10px;
	    }

            div#nav-main ul li.current3 a:hover, div#nav-main ul li.current3 a {
                background-color: #77A060;
                color: #fff;
                text-decoration: none;
		margin-left:15px;
            }

	    div#nav-main ul li.current4 a:hover, div#nav-main ul li.current4 a {
                background-color: #7BB165;
                color: #fff;
                text-decoration: none;
		margin-left:20px;
            }


/* END main navigation */


/* Toolbar */
div#nav-main div#toolbar {
    min-height: 300px;
    _height: 300px;
    padding: 15px 5px 0 15px;
    font-size: 1.0em;
}
/* END toolbar */


/* Lang switcher */
div#langSwitcher {
    float: none;
}
    div#langSwitcher a {
        float: left;
        margin-left: 0;
        margin-right: 15px;
        margin-bottom: 15px;
    }

div#content {
    position: relative;
    border: 1px solid #bbb;
    width: 944px;

    background-image: none;
    background-position: left top;
}
div#main {
    float: left;
    width: 508px;
    display: inline;

    margin-right: -200px;
    margin-left: 200px;
}
div#sub {
    float: right;
    width: 212px;
    display: inline;
}
div#local {
    display: none;
}
div#nav-main {
    float: left;
    width: 200px;
    display: inline;

    margin-left: -528px;
}
.error, .required
{
	color:red;
}
