@charset "utf-8";
body {
	font-family			: Verdana, Verdana, Geneva, sans-serif;
	font-size			: 12px;
	font-weight			: normal;
	font-style			: normal;
	color				: #bdb8ab;
	background-color	: #0f0e0b;
}

h1,h2,h3 {
	color				: #fbf4e6;
}

h1 {
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 16px;
	font-weight			: bold;
	font-style			: normal;
}

h2 {
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 14px;
	font-weight			: bold;
	font-style			: normal;
}

h3 {
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 12px;
	font-weight			: bold;
	font-style			: normal;
}

h4, h5, h6 {
	font-family			: Arial, Helvetica, sans-serif;
}

a {
	color				: #bdb8ab;
}

a:hover {
	color				: #fbf4e6;
}

/*         ______
__________/ Page \__________________________________________________________________
--------------------------------------------------------------------------------------- */

#head_wrapper,
#head {
	color				: #015a77;
	background-color	: #ffffff;
}

#title h1 {
	font-family			: Arial, Helvetica, sans-serif;
	font-weight			: normal;
	font-style			: normal;
	font-size			: 26px;
	color				: #015a77;
}

#title h2 {
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 14px;
	font-weight			: bold;
	font-style			: normal;
	color				: #ada390;
}

/*         ________
__________/ header \__________________________________________________________________
--------------------------------------------------------------------------------------- */

#logo {
	background-color	: #0f0e0b;
}

#navi {
	background-color	: #d1e7e9;
}

/*         ____________
__________/ navigation \__________________________________________________________________
--------------------------------------------------------------------------------------- */


#navigation_wrapper,
#cm_navigation  {
	background-color	: #d1e7e9;
}

#cm_navigation {
	font-family			: Verdana, Verdana, Geneva, sans-serif;
	font-style			: normal;
	font-size			: 12px;
	font-weight			: normal;
	background-color	: #d1e7e9;
}

/* NAV NORMAL */
#cm_navigation  li a {
	font-weight			: normal;
	color				: #52504b;
}

/* NAV MOUSE */
#cm_navigation li a:hover {
	color				: #015a77;
}

#cm_navigation li.cm_current a {
	font-weight			: bold;
	color				: #015a77;
}

/*         _______________
__________/ Subnavigation \__________________________________________________________________
--------------------------------------------------------------------------------------- */

#cm_subnavigation ul  {
	background-color	: #0f0e0b;
}

#cm_subnavigation ul li {
	border-bottom-color	: #bdb8ab;
}

#cm_subnavigation ul li a {
	font-family			: Verdana, Verdana, Geneva, sans-serif;
	font-style			: normal;
	font-size			: 12px;
	font-weight			: normal;
	color				: #bdb8ab;
}

#cm_subnavigation ul li.cm_current a {
	font-weight			: bold;
	color				: ${color.content.alt.color};
}

/*         _________
__________/ content \__________________________________________________________________
--------------------------------------------------------------------------------------- */

#content_wrapper,
.content_sidebar,
#content_right_wrapper {
	color				: #bdb8ab;
	background-color	: #0f0e0b;
}

.content_main {
	background-color	: #0f0e0b;
	color				: #bdb8ab;
	font-family		    : Verdana, Verdana, Geneva, sans-serif;
	font-size		    : 12px;
	font-weight		    : normal;
	font-style		    : normal;
}

.content_main h1,
.content_main h2,
.content_main h3 {
	color			    : #fbf4e6;
}

.content_main h1 {
	font-family		    : Arial, Helvetica, sans-serif;
	font-size		    : 16px;
	font-weight		    : bold;
	font-style		    : normal;
}
.content_main h2 {
	font-family		    : Arial, Helvetica, sans-serif;
	font-size		    : 14px;
	font-weight		    : bold;
	font-style		    : normal;
}
.content_main h3 {
	font-family		    : Arial, Helvetica, sans-serif;
	font-size		    : 12px;
	font-weight		    : bold;
	font-style		    : normal;
}
.content_main a {
	color				: #bdb8ab;
}
.content_main a:hover {
	color				: #fbf4e6;
}

/*         ________
__________/ footer \__________________________________________________________________
--------------------------------------------------------------------------------------- */

#footer_wrapper, #footer {
	color				: #7b7871;
	background-color	: #14130f;
}
#footer a {
	color				: #7b7871;
}