/* base elements */
body {
	font-family		: Verdana, Verdana, Geneva, sans-serif;
	font-size		: 12px;
	font-weight		: normal;
	font-style		: normal;
	background-color: #BABAB5;
}

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

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

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

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

h4, h5, h6 {
	font-family		: Verdana, Verdana, Geneva, sans-serif;
}

a {
	color			: #222020;
}

a:hover {
	color			: #CE0000;
}

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

#content_left_wrapper,
.content_sidebar {
	background-color	: #d3d0c9;
	color				: #BB480C;
}

.content_sidebar h1,
.content_sidebar h2,
.content_sidebar h3 {
	color				: #4D4D4D;
}

.content_sidebar a {
	color				: #BB480C;
}

.content_sidebar a:hover {
	color				: #4D4D4D;
}

#content_right_wrapper {
	background-color	: #ebeae5;
	color				: #222020;
}

.content_main {
	background-color	: #ebeae5;
	color				: #222020;
	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			    : #CE0000;
}

.content_main h1 {
	font-family		    : Verdana, Verdana, Geneva, sans-serif;
	font-size		    : 16px;
	font-weight		    : bold;
	font-style		    : normal;
}
.content_main h2 {
	font-family		    : Verdana, Verdana, Geneva, sans-serif;
	font-size		    : 14px;
	font-weight		    : bold;
	font-style		    : normal;
}
.content_main h3 {
	font-family		    : Verdana, Verdana, Geneva, sans-serif;
	font-size		    : 12px;
	font-weight		    : bold;
	font-style		    : normal;
}
.content_main a {
	color				: #222020;
}
.content_main a:hover {
	color				: #CE0000;
}

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

#head_wrapper {
	background-color	: #ebeae5;
}

#head_wrapper #keyvisual h1 {
	font-family			: Tahoma, Geneva, sans-serif;
	font-weight			: normal;
	font-style			: normal;
	font-size			: 26px;
	color				: #BB480C;
}

#head_wrapper #keyvisual h2 {
	font-family			: Verdana, Verdana, Geneva, sans-serif;
	font-size			: 14px;
	font-weight			: bold;
	font-style			: normal;
	color				: #4D4D4D;
}

/*         _______________
__________/ 1st level nav \____________________________________________________________
--------------------------------------------------------------------------------------- */

#cm_navigation {
	background-color	: #d3d0c9;
	color				: #000000;
}

ul#cm_mainnavigation li a {
	color				: #000000;
	background-color	: #d3d0c9;
	font-family			: Verdana, Verdana, Geneva, sans-serif;
	font-style			: normal;
	font-size			: 12px;
	font-weight			: bold;
}

ul#cm_mainnavigation li a:hover {
	color				: #D50000;
}

ul#cm_mainnavigation li.cm_current a {
	color				: #D50000;
}

/*         _______________
__________/ 2nd level nav \____________________________________________________________
--------------------------------------------------------------------------------------- */

ul#cm_mainnavigation li ul.cm_subnavigation li {
	background-color	: #d3d0c9;
}

ul#cm_mainnavigation li ul.cm_subnavigation li a {
	color				: #000000;
	background-color	: #d3d0c9;
	font-family			: Verdana, Verdana, Geneva, sans-serif;
	font-style			: normal;
	font-size			: 12px;
	font-weight			: bold;
}

ul#cm_mainnavigation li ul.cm_subnavigation li a:hover {
	color				: #D50000;
}

ul#cm_mainnavigation li ul.cm_subnavigation li.cm_current a {
	color				: #D50000;
}

/*         _______________
__________/ 3rd level nav \____________________________________________________________
--------------------------------------------------------------------------------------- */

ul#cm_mainnavigation li ul.cm_subnavigation li ul.cm_subnavigation li a {
	color				: #000000;
	background-color	: #d3d0c9;
	font-family			: Verdana, Verdana, Geneva, sans-serif;
	font-style			: normal;
	font-size			: 12px;
	font-weight			: bold;
}

ul#cm_mainnavigation li ul.cm_subnavigation li ul.cm_subnavigation li a:hover {
	color				: #D50000;
}

ul#cm_mainnavigation li ul.cm_subnavigation li ul.cm_subnavigation li.cm_current a {
	color				: #D50000;
}

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

#footer_wrapper {
	background-color	: #BABAB5;
}

#footer {
	color				: #000000;
}

#footer a {
	color				: #000000;
}

#footer a:hover {
	color				: #d50000;
}
