/* ----------------------------------------------------------------------------------------------------------

    Output device: screen, projection

    Author:     Nuvio (www.nuvio.cz)
    Update:     2008-07-29, 18:30 GMT+1
    Version:    2.2.6 (2008-07-13, 14:28 GMT+1)

    Structure:
        display; position; z-index; float; clear; width; height; overflow; margin; padding; border; background; align; font;

    Content:

        1) HTML tags
        2) HTML styles
        3) Layout
        4-1) Page: Homepage
        5) Others

---------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------------------
1) HTML tags
---------------------------------------------------------------------------------------------------------- */
.grid_1, .grid_2, .block, .mini_wrap, .additional_wrap1, .two-equals, .menu, .left_pannel, right_panel, .right_three, .left_three, .grid_11, .full_width {
	float:left;
	margin:0 10px;
}
.left_1, .left_2, .left_3, .left_4, .left_5, .left_6, .left_7, .left_8, .menu, .left_10, .left_11, .right_1, .right_2, .right_3, .right_4, .right_5, .right_6, .right_7, .right_8, .right_9, .right_10, .right_11 {
	position:relative
}
body {
	color:#404040
}

a {
	text-decoration:none;
}
a:hover {
	color:#069;
	text-decoration: none;
}
a:active {
	color:#069;
	text-decoration:underline;
}

/* ----------------------------------------------------------------------------------------------------------
2) HTML styles
---------------------------------------------------------------------------------------------------------- */
#menu-panel {
	width:100%;
	height:52px;
	float:left;
	background:url(../imagens/menu-bg.png) no-repeat;
	margin-top: 1px;
}
ul#menu, ul#menu a {
	width: auto;
	float:left;
	margin-top:0px;
	text-decoration:none;
	color:#333;
}
ul#menu li {
	width:auto;
	float:left;
	list-style:none;
	position:relative
}
ul#menu li.sep {
	width:2px;
	height:49px;
	float:left;
	background:url(../imagens/sep-line.png) no-repeat;
}
ul#menu li a, ul#menu li a.active {
	width:auto;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0 14px;
	padding-bottom:30px;
	line-height:49px;
	text-shadow:#fff 1px 1px 1px;
	
}
ul#menu li a span {
	font-size:11px;
}
ul#menu li a:hover, ul#menu li a.active {
	color:#fff;
	background:url(../imagens/menu-hover.png) repeat-x;
	text-shadow:none
}
ul#menu li ul {
	width:140px;
	float:left;
	margin:0;
	position:absolute;
	left:0px;
	top:50px;
	clear:left;
	display:none;
	z-index:80000;
	padding:0 0px;
	background-color: #CD3333;}
ul#menu li ul li {
	width:140px;
	height: auto;
	float:left;
	margin:0;
	border-top:#ccaf3d solid 1px;
	z-index:0;
	background:none;
}
ul#menu li ul li a {
	width:140px;
	height: auto;
	float:left;
	padding:0px;
	color:#fff;
	text-indent:10px;
	background:none;
	font-size:11px;
	margin-top:1px;
	padding:5px 0;
	line-height:normal;
	text-shadow:none
}
ul#menu li:hover ul li a {
	background:none;
	color:#fff
}
ul#menu li ul li a:hover {
	background:#333;
	
}
ul#menu li ul li:first-child {
	border:0
}
ul#menu li ul li:first-child a {
	border:0
}
ul#menu li ul li ul {
	left:140px;
	top:1px
}
#menu li#tray-active a {
	color:#fff;
	background:url(../design/tray-active.gif) repeat-x;
}
/* ----------------------------------------------------------------------------------------------------------
3) Layout
---------------------------------------------------------------------------------------------------------- */

    #nav span {color:#DDD;}
    #nav #nav-active {
	color:#060;

}

	#tray li a:active {
	background:url("../design/tray-active.gif");
	color:#FFF;
	font-weight:bold;
}
	
        #search #search-input {background-color:#FFF;}
        #search #search-input input {color:#404040;}

    #footer, #footer a {
	color:#9f9f9f;
	font-size: 11px;
	line-height: 18px;
}
    #footer a:hover {
	color:#F00;
}

/* ----------------------------------------------------------------------------------------------------------
4-1) Page: Homepage
---------------------------------------------------------------------------------------------------------- */

#col-top, #col-bottom, #col {background-color:#F5F5F5;}

#cols3 .col h3 {background-color:#EEF8E4; color:#069;}
#cols3 .col h3 a {color:#069;}
#cols3 .col h3 a:hover {color:#000;}
#cols3 .col-more {background:#F5F5F5;}

#cols2 #col-left .title h4, #cols2 #col-right h4 {color:#069;}
#cols2 #col-left .title h4, #cols2 #col-left .title span {background-color:#FFF;}
#cols2 #col-left .article {color:#069;}
#cols2 #col-left a:hover.article {color:#000;}

#cols2 #col-right {background-color:#EEF8E4;}
#cols2 #col-right h4 span {background-color:#EEF8E4;}

/* ----------------------------------------------------------------------------------------------------------
5) Others
---------------------------------------------------------------------------------------------------------- */

.high {
	color:#228201
}
