/* base elements */
body {
	font-family		: Trebuchet MS, Helvetica, sans-serif;
	font-size		: 12px;
	font-weight		: normal;
	font-style		: normal;
	background-color	: #EED;
}

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

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

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

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

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

a {
	color			: #331;
}

a:hover {
	color			: #550000;
}

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

#page_inner {
	background-color	: #EED;
	border-color		: #443;
}

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

#header {
	border-color		: #443;
	background-color	: #EED!important;
}

#head_wrapper {
	background-color	: #EED!important;
}

#textfield h1 {
	font-family			: Trebuchet MS, Helvetica, sans-serif;
	font-weight			: bold;
	font-style			: normal;
	font-size			: 30px;
	color				: #292929;
}

#textfield h2 {
	font-family			: Trebuchet MS, Helvetica, sans-serif;
	font-weight			: bold;
	font-style			: normal;
	font-size			: 14px;
	color				: #660000;
}

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

#cm_navigation ul li a {
	font-family			: Trebuchet MS, Helvetica, sans-serif;
	font-style			: normal;
	font-size			: 12px;
	font-weight			: normal;
	background-color	: #FFE;
	color				: #660000;
}

#cm_navigation ul li a:hover {
	background-color	: #EED;
	color				: #990000;
}

#cm_navigation ul li.cm_current a {
	background-color	: #EED;
	color				: #990000;
}

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

#cm_navigation ul li ul.cm_subnavigation li a {
	font-family			: Trebuchet MS, Helvetica, sans-serif;
	font-style			: normal;
	font-size			: 12px;
	font-weight			: normal;
	background-color	: #DDC;
	color				: #770000;
}

#cm_navigation ul li ul.cm_subnavigation li a:hover {
	background-color	: #CCb;
	color				: #173F23;
}

#cm_navigation ul li ul.cm_subnavigation li.cm_current a {
	background-color	: #CCb;
	color				: #173F23;
}

/*         ___________________
__________/ SUB Subnavigation \_________________________________________________________
--------------------------------------------------------------------------------------- */

#cm_navigation ul li ul.cm_subnavigation li ul.cm_subnavigation li a {
	font-family			: Trebuchet MS, Helvetica, sans-serif;
	font-style			: normal;
	font-size			: 12px;
	font-weight			: normal;
	background-color	: #DDC;
	color				: #770000;
}

#cm_navigation ul li ul.cm_subnavigation li ul.cm_subnavigation li a:hover {
	background-color	: #CCb;
	color				: #173F23;
}

#cm_navigation ul li ul.cm_subnavigation li ul.cm_subnavigation li.cm_current a {
	background-color	: #CCb;
	color				: #173F23;
}

/*         _________
__________/ content \__________________________________________________________________
--------------------------------------------------------------------------------------- */
#content_wrapper {
	border-color		: #443;
	background-color	: #EED;
	color				: #331;
}

#content_left_wrapper,
#content_left,
#content_main_wrapper,
#content_main,
#content,
#content_right_wrapper,
#content_right {
	background-color	: #EED;
	color				: #331;
}

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

#footer {
	background-color	: #331!important;
	color				: #FFE;
	border-color		: #443;
}


#footer a {
	color			: #FFE;
}

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


