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

    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
		6) Text

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

/* ----------------------------------------------------------------------------------------------------------
1) HTML tags
---------------------------------------------------------------------------------------------------------- */

body { background:url(../images/Body-bg.png) repeat-x}

a {color:#404040;}
a:hover {color:#000;}

/* ----------------------------------------------------------------------------------------------------------
2) IMG styles
---------------------------------------------------------------------------------------------------------- */

img.left {float: left;margin-right:5px;border:none;}
img.right {float: right;margin-left:5px;border:none;}


/* ----------------------------------------------------------------------------------------------------------
3) Layout
---------------------------------------------------------------------------------------------------------- */

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

    #tray {background-color:#BFBFBF;}
    #tray li a {color:#404040;}
    #tray li#tray-active a {background-color:#e50; color:#FFF;}
    #tray li a:hover {background-color:#9F9F9F; color:#FFF;}

        #search #search-input {background-color:#FFF;}
        #search #search-input input {color:#404040;}

    #push { padding-top:50px; }
	
	#footer, #footer a {color:#333;}
    #footer a:hover {color:#404040;}

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

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

#cols3 .col h3 {background-color:#F4F4F1; color:#3d99c2;}
#cols3 .col h3 a {color:#a7c519;}
#cols3 .col h3 a:hover {color:#000;}
#cols3 .col-more {background:#F5F5F5;}

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

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

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

.high {color:#959678}

/* ----------------------------------------------------------------------------------------------------------
6) Text
---------------------------------------------------------------------------------------------------------- */
.headline {
font-family:  Helvetica, Verdana, Arial, sans-serif;
color: #333;
text-decoration: none;
word-spacing: 0.05em;
letter-spacing: .5px;
line-height:normal;
font-size: 1.4em;
}

.headlineGreen {
font-family:  Helvetica, Verdana, Arial, sans-serif;
color: #a7c519;
text-decoration: none;
word-spacing: 0.05em;
letter-spacing: .5px;
line-height:normal;
font-size: 1.4em;
}

.paragraph {
font-family: Arial, Helvetica, sans-serif;
color: #444;
text-decoration: none;
line-height:normal;
font-size: .8em;
}

.privacy {
 font-family: Helvetica, Arial, Verdana, sans-serif;
        font-size: 12px;
        margin-top: .5em; color: #666;
line-height: 20px;

list-style-type:disc;

}

/* Contact Form */

#contact-area {
	float:left;
	width: 1000px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 300px;
	height:15px;
	font-family: Helvetica, sans-serif;
	font-size: .7em;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
	float: left;
}

#contact-area textarea {
	height: 70px;
}


#contact-area textarea:focus, #contact-area input:focus {
	border:2px solid #a7c519;
	
}

#contact-area input.submit-button {
	width: 60px;
	height:30px;
	float:right;

	}


label {
	text-decoration: none;
	word-spacing: 0.05em;
	letter-spacing: .5px;
	font-family:Arial, Helvetica, sans-serif;
	color: #444;
	display: block;  /* block float the labels to left column, set a width */
	float: left;
	text-align: right;
	margin-right: 10px;
	width: 100px;
	padding: 5px 5px 5px 5px;
	font-size: .8em;
}

/* Contact Form End */