

/** 	COLOR 			**/


.website-title {
color:#c35d1e;
}

.module-intro, .module-intro h3 {
color:#ffffff;
}

.top_menu li a, #top_menu li span.separator {
color:#ffffff;
}


/** 			MENUS 		**/

.bottom_menu li.active a, .bottom_menu li:hover a {
color: #c35d1e;
}

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

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

/**		TITLE 		**/

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


/** 		DROP DOWN MENU 			**/

.drop-down li {
width : 170px;
}

.drop-down li ul {
width : 170px;
}

.drop-down li ul ul {
left: 167px;
}


/**		FONT	**/

.logo span {
font-family: 'sans-serif', 'Open Sans';
}

h1, .componentheading, h2.contentheading, .blog-featured h2 {
font-family: 'sans-serif', 'Open Sans';
}

.drop-down ul li a, .drop-down ul li span.separator {
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, .user_image1 h3, .user_image2 h3, .user_image3 h3 {
font-family: 'sans-serif', 'Open Sans';
}

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


/**			Width 		**/

body {
min-width : 1000px;
}

.wrapper-site {
width:980px;
}

.left_column {
width:200px;
}

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

.logo-header-left {
width:300px;
}