

/** 	COLOR 			**/

.drop-down li a, .drop-down li span.separator {
color:#999;
}

.drop-down li.active > a, .drop-down li.active > span, .drop-down li:hover > a, .drop-down li:hover > span {
color:#fff;
border-color : #fff;
}

a, .readmore a {
color: #c35d1e;
}

input[type="submit"], button, .breadcrumb a:hover,
.horizontal_menu li.active a, .horizontal_menu li:hover a, .vertical_menu li.current > a, .vertical_menu a:hover,
.bottom_menu li a:hover, a:hover, .readmore a:hover {
color: #c35d1e;
}

.title-centered .module-title h3 {
background: #ffffff}


/**		TITLE 		**/

h1, .componentheading, h1 a, h1 a:hover, .blog > h1 {
color: #666666;
}

h2, h2 a {
color: #006d98;
}

.left_column h3, .right-module-position h3, .top-module-position h3, .bottom-module-position h3,
.user1 h3, .user2 h3, .user3 h3, .user4 h3, .user5 h3, .user6 h3, .user7 h3, .user8 h3, .user9 h3 {
color: #006d98;
}


/** 	Main menu font size 		**/

 .drop-down li a, .drop-down li span.separator {
font-size : 100%;
}

@media screen and (max-width: 1010px)and (min-width:900px){
	.drop-down li a {
		font-size :18px;
		}
}

@media screen and (max-width: 1080px)and (min-width:1000px){
	
.drop-down li a {
		font-size :15px;
		}

}



/**		FONT	**/

.slogan_first, .slogan_second, .drop-down li a, .drop-down li span.separator,
h1, .componentheading, h2.contentheading, .blog-featured h2, h2 {
font-family: 'sans-serif', 'Open Sans';
}

.left_column h3, .right-module-position h3, .top-module-position h3, .bottom-module-position h3, .user1 h3, .user2 h3, .user3 h3, 
.user4 h3, .user5 h3, .user6 h3, .user7 h3, .user8 h3, .user9 h3 {
font-family: 'sans-serif', 'Open Sans';
}

body {
font-family: 'sans-serif';
}


/**			Width 		**/

.wrapper-website {
width : 980px;
}

.slogan-module {
width : 300px;
}

.drop-down li {

}
@media screen and (max-width: 1170px)and (min-width:1080px){
	
.drop-down li {
width : 120px;
}

}

@media screen and (max-width: 1080px)and (min-width:1000px){
	
.drop-down li {
width : 110px;
}

}
@media screen and (max-width: 1010px)and (min-width:900px){
	
.drop-down li {
width : 99px;
}

}

.left_column {
width:200px;
}

.right-module-position {
width:200px;
}