
html {
	background-color: #324e62;
}

/*         ____________
__________/ Background \__________________________________________________________________
--------------------------------------------------------------------------------------- */
#background_01 {
	background-color: #ffffff;
}
#background_02 {
	background-color: #f7f7f7;
}
#content_left .bg_top,
#content_right_wrapper .bg_top,
#content_left .bg_bottom,
#content_right_wrapper .bg_bottom {
	background-color: #dadede;
}
#background_03,
#background_05 {
	background-color: #cacece;
}

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

#page {
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: small;
	color			: #676767;
	background-color: #dadede;
}

#content_main h1, #content_main h2, #content_main h3 { 
	color			: #324e62;
}

#content_main h1 {
	font-family		: Tahoma, Geneva, sans-serif;
	font-size		: large;
	font-weight		: bold;
	font-style		: normal;
}

#content_main h2 {
	font-family		: Tahoma, Geneva, sans-serif;
	font-size		: medium;
	font-weight		: bold;
	font-style		: normal;
}

#content_main h3 {
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: small;
	font-weight		: bold;
	font-style		: normal;
}

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

#page a {
	color			: #676767;
}

#page a:hover {
	color			: #324e62;
}

#content_right a {
	color			: #676767;
}

#content_right a:hover {

}

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

#content_wrapper {
	background-color	: #f7f7f7;
	color				: #676767;
}

#content_left_wrapper {
	color				: #ffffff;
}

#content_main_wrapper {
	color				: #676767;
	font-weight		: normal;
	font-style		: normal;
}

#content_main h1 {
	background-color	: #ffffff;
}

#content_right_wrapper {
	color				: #676767;
}

#content_right {
	background-color	: #dadede;
}

#content_right a {
	color			: #676767;
}

#content_right a:hover {

}


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

#header h1,
#header h2 {
	font-size			: x-large;
	font-family			: Tahoma, Geneva, sans-serif;
	font-weight			: normal;
	font-style			: normal;
	color				: #324e62;
}

/*         ____________
__________/ navigation \__________________________________________________________________
--------------------------------------------------------------------------------------- */
#cm_navigation {
	font-family			: Arial, Helvetica, sans-serif;
	font-style			: normal;
	font-weight			: normal;
	font-size			: small;
	background-color	: #dadede;
}

/* NAV NORMAL */
#cm_navigation ul li {
	background-color	: #a2acae;
}
#cm_navigation ul li a {
	color				: #ffffff;
}

/* NAV MOUSE */
#cm_navigation ul li:hover,
#cm_navigation ul li.hover {
	background-color	: #324e62;
}
#cm_navigation ul li a:hover {
	color				: #ffffff;
}

/* NAV HIGH */
#cm_navigation ul li.cm_current {
	background-color	: #324e62;
}
#cm_navigation ul li.cm_current a {
	color				: #ffffff;
}


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

#cm_navigation ul ul {
	background-color	: #dadede;
}
/* NAV NORMAL */
#cm_navigation ul ul li {
	background-color	: transparent;
}
#cm_navigation ul li.cm_current ul li a {
	color				: #324e62;
	background-color	: transparent;
}

/* NAV MOUSE */
#cm_navigation ul ul li:hover,
#cm_navigation ul ul li.hover {
	background-color	: transparent;
}
#cm_navigation ul ul li a:hover {
	color				: #324e62;
}

/* NAV HIGH */
#cm_navigation ul li.cm_current ul li.cm_current {
	background-color	: transparent;
}
#cm_navigation ul li.cm_current ul li.cm_current a {
	color				: #324e62;
}

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

#footer_wrapper {
	position:relative;
}

#footer {
	background-color	: #eaeaea;
	color				: #676767;
}

#footer a {
	color				: #676767;
}

#footer a:hover {

}
body > div.cm_widget.cm_widget_block.widget_in_move {
    background-color: transparent;
}
body > div.cm_widget.cm_widget_block {
    font-family     : Arial, Helvetica, sans-serif;
    font-size       : small;
    font-weight     : normal;
    font-style      : normal;
    color           : #676767;
}
body > div.cm_widget.cm_widget_block > div.widget_content_box h1,
body > div.cm_widget.cm_widget_block > div.widget_content_box h2,
body > div.cm_widget.cm_widget_block > div.widget_content_box h3 {
    color           : #324e62;
}
body > div.cm_widget.cm_widget_block > div.widget_content_box h1 {
    font-family     : Tahoma, Geneva, sans-serif;
    font-size       : large;
    font-weight     : bold;
    font-style      : normal;
}
body > div.cm_widget.cm_widget_block > div.widget_content_box h2 {
    font-family     : Tahoma, Geneva, sans-serif;
    font-size       : medium;
    font-weight     : bold;
    font-style      : normal;
}

body > div.cm_widget.cm_widget_block > div.widget_content_box h3 {
    font-family     : Arial, Helvetica, sans-serif;
    font-size       : small;
    font-weight     : bold;
    font-style      : normal;
}

body > div.cm_widget.cm_widget_block > div.widget_content_box h4,
body > div.cm_widget.cm_widget_block > div.widget_content_box h5,
body > div.cm_widget.cm_widget_block > div.widget_content_box h6 {
    font-family     : Arial, Helvetica, sans-serif;
}
body > div.cm_widget.cm_widget_block > div.widget_content_box a {
    color           : #676767;
}
body > div.cm_widget.cm_widget_block > div.widget_content_box a:hover {
    color           : #324e62;
}
