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

    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
---------------------------------------------------------------------------------------------------------- */

body {background-color:#fff; color:#404040}

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

/* ----------------------------------------------------------------------------------------------------------
2) HTML styles
---------------------------------------------------------------------------------------------------------- */

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

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

    #tray {background-color:#BFBFBF;}
    #tray li a {color:#404040;}
    #tray li a.current {background-color:#009AFF; color:#FFF;}
    #tray li a:hover {background-color:#9F9F9F; color:#FFF;}

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

    #footer, #footer a {color:#9f9f9f;}
    #footer a:hover {color:#404040;}

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

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

#cols3 .col h3 {background-color:#E6F8FE; color:#0261c2;}
#cols3 .col h3 a {color:#0261c2;}
#cols3 .col h3 a:hover {color:#000;}
#cols3 .col-more {background:#F5F5F5;}

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

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

.col-text ul {margin:15px 0; list-style:none;}
.col-text ul li {padding:2px 0 2px 25px; background:url("../images/ul-01.gif") 0 50% no-repeat; font-size:85%;}
.col .nom .image {
	margin-top: 18px;
	height: 114px;
	overflow: hidden;
}

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

#Page h1 {
	font-weight:normal;
	color: #0261c2;
	margin: 0;
}

#Page h2 {
	font-weight:normal;
	color: #0261c2;
	margin: 0;
}

#Page h3 {
	font-weight:normal;
	color: #0261c2;
	margin: 0;
}

#Page h4 {
	font-weight:normal;
	color: #0261c2;
	margin: 0;
}

#Page h5 {
	font-weight:normal;
	color: #0261c2;
	margin: 0;
}

#Page h6 {
	font-weight:normal;
	color: #0261c2;
	margin: 0;
}

#Page .page-list-item {
	float: left;
	margin: 10px 10px 10px 0;
	width: 188px;
}

#Page .page-list-item h2 {
	text-align: center;
	font-size: 130%;
	font-weight: bold;
}

#Page .page-list-item h2 a {
	text-decoration: none;
}

#Page .page-list-item .image {
	height: 79px;
	overflow: hidden;
}

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

.high {color:#0261C2}

/** Breadcrumbs **/
#Breadcrumbs { 
	margin: -10px 0 10px;
	font-size: 85%;
	}
	#Breadcrumbs p {
		margin: 0;
	}
	#Breadcrumbs a,
	#Breadcrumbs a:link {
		text-decoration: underline;
	}
	#Breadcrumbs a:hover {
		text-decoration: none;
	}
	
/** Testimonials **/
#Testimonials .col-right-img {
	height: 65px;
	overflow:hidden;
}
	
/** Random Testimonial **/
#RandomTestimonial .col-right-img {
	height: 65px;
	overflow:hidden;
}

.testimonial-list-item .image {
    float:left;
}
