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

h1,h2,h3 {
	color			: #7a715f;
}

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			: #958e81;
}

a:hover {
	color			: #7a715f;
}

/*         ______
__________/ Page \_____________________________________________________________________
--------------------------------------------------------------------------------------- */

#page_wrapper {
    border-color        : #464646;
}

#keyvisual {
	border-color        : #b4ca9e;
    background-color    : #534f48;
}

#content_wrapper {
    background-color    :  #534f48;
    background          : -webkit-gradient(linear, left bottom, left top, color-stop(0.0, #534f48),color-stop(1.0, #fff9ed));
    background          : -moz-linear-gradient(center bottom , #534f48 0%, #fff9ed 100%) repeat scroll 0 0 transparent;
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fff9ed', endColorstr='#534f48');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fff9ed', endColorstr='#534f48')";
}


/*         ________
__________/ header \___________________________________________________________________
--------------------------------------------------------------------------------------- */

#header {
    background-color    : #534f48;
    background          : -webkit-gradient(linear, left bottom, left top, color-stop(0.0, #fff9ed),color-stop(1.0, #534f48));
    background          : -moz-linear-gradient(center bottom , #fff9ed 0%, #534f48 100%) repeat scroll 0 0 transparent;
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#534f48', endColorstr='#fff9ed');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#534f48', endColorstr='#fff9ed')";
}


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

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

#navigation_wrapper {
	background-color	: #434c3a;
	border-color        : #b4ca9e;
}

#cm_navigation {
	border-color        : #b4ca9e;
}

ul#cm_mainnavigation li a {
	color				: #ffffff;
	font-family			: Arial, Helvetica, sans-serif;
	font-style			: normal;
	font-size			: 12px;
	font-weight			: normal;
}

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

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

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

#cm_subnavigation {
	background-color	: #5E6A53;
}

ul.cm_subnavigation {
	background-color	: #434c3a;
}

ul.cm_subnavigation li a {
	color				: #ffffff;
	background-color	: #434c3a;
	font-family			: Arial, Helvetica, sans-serif;
	font-style			: normal;
	font-size			: 12px;
	font-weight			: normal;
	border-color        : #b4ca9e;
}

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

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

/*         __________________
__________/ SubSubnavigation \_________________________________________________________
--------------------------------------------------------------------------------------- */

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

ul.cm_subnavigation li.cm_current ul.cm_subnavigation li a:hover {
	color				: #ffffff;
}

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

/*         _________
__________/ sidebar \__________________________________________________________________
--------------------------------------------------------------------------------------- */

#content_right_wrapper {
	background-color	: #f2e9d8;
}

.content_sidebar {
	background-color	: #f2e9d8;
	color				: #958e81;
}

.content_sidebar h1,
.content_sidebar h2,
.content_sidebar h3 {
	color				: #7a715f;
}

.content_sidebar a {
	color				: #958e81;
}

.content_sidebar a:hover {
	color				: #7a715f;
}

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

#content_left_wrapper {
	background-color	: #e9e0d0;
}

#content_main_wrapper {
	background-color	: #e9e0d0;
}

.content_main {
	background-color	: #e9e0d0;
	color				: #958e81;
	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			    : #7a715f;
}

.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				: #958e81;
}
.content_main a:hover {
	color				: #7a715f;
}

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

#footer_wrapper {
	background-color	: #e9e0d0;
	border-color        : #464646;
}

#footer {
	color				: #958e81;
}

#footer a {
	color				: #958e81;
}

#footer a:hover {
	color				: #7a715f;
}