@charset "utf-8";
body {
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 12px;
	font-weight		: normal;
	font-style		: normal;
	background-color: #2B2B2B;
}

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

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

h2 {
	font-family		: Tahoma, Geneva, 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		: Tahoma, Geneva, sans-serif;
}

a {
	color			: #222020;
}

a:hover {
	color			: #B35C1A;
}

/*         ______
__________/ main \__________________________________________________________________
--------------------------------------------------------------------------------------- */

#content_wrapper {
	background-color	: #FBFAF8;
	color				: #222020;
}

.content_main {
	background-color	: #FBFAF8;
	color				: #222020;
	font-family		    : Arial, Helvetica, sans-serif;
	font-size		    : 12px;
	font-weight		    : normal;
	font-style		    : normal;
}

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

.content_main h1 {
	font-family		    : Tahoma, Geneva, sans-serif;
	font-size		    : 16px;
	font-weight		    : bold;
	font-style		    : normal;
}
.content_main h2 {
	font-family		    : Tahoma, Geneva, 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				: #222020;
}
.content_main a:hover {
	color				: #B35C1A;
}

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

#header {
	background-color	: #b35c1a;
}

#title_wrapper h1 {
	font-family			: Tahoma, Geneva, sans-serif;
	font-weight			: normal;
	font-style			: normal;
	font-size			: 26px;
	color				: #30586E;
}

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

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

/* NAV NORMAL */
#cm_navigation ul li a {
	background-color	: #b35c1a;
	color				: #FFFFFF;
	font-family			: Arial, Helvetica, sans-serif;
	font-style			: normal;
	font-size			: 12px;
	font-weight			: normal;
}

/* NAV MOUSE */
#cm_navigation ul li a:hover {
	background-color	: #DEC1AB;
	color				: #333333;
}

/* NAV HIGH */
#cm_navigation ul li.cm_current a {
	background-color	: #DEC1AB;
	color				: #333333;
}

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

/* SUBNAV NORMAL */
#cm_navigation ul.cm_subnavigation li a {
	background-color	: #DEC1AB;
	color				: #30586E;
	font-family			: Arial, Helvetica, sans-serif;
	font-style			: normal;
	font-size			: 12px;
	font-weight			: normal;
}

/* SUBNAV MOUSE */
#cm_navigation ul.cm_subnavigation li a:hover {
	background-color	: #E3E3E3;
	color				: #4D4D4D;
}

/* SUBNAV HIGH */
#cm_navigation ul.cm_subnavigation li.cm_current a {
	background-color	: #E3E3E3;
	color				: #4D4D4D;
}

/*         ______________________
__________/ 3rd level navigation \_______________________________________________________
--------------------------------------------------------------------------------------- */

/* SUBNAV NORMAL */
#cm_navigation ul.cm_subnavigation li ul.cm_subnavigation li a {
	background-color	: #DEC1AB;
	color				: #30586E;
	font-family			: Arial, Helvetica, sans-serif;
	font-style			: normal;
	font-size			: 12px;
	font-weight			: normal;
}

/* SUBNAV MOUSE */
#cm_navigation ul.cm_subnavigation li ul.cm_subnavigation li a:hover {
	background-color	: #E3E3E3;
	color				: #4D4D4D;
}

/* SUBNAV HIGH */
#cm_navigation ul.cm_subnavigation li ul.cm_subnavigation li.cm_current a {
	background-color	: #E3E3E3;
	color				: #4D4D4D;
}

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

#footer {
	background-color	: #DEC1AB;
	color				: #30586E;
}

#border_bottom_inner {
	background-color	: #DEC1AB;
}

#border_top_inner {
	background-color	: #b35c1a;
}

#footer a {
	color			: #30586E;
}

#footer a:hover {
	color			: #4D4D4D;
}

