/* $Revision: 1222 $ */
body {
	font-family		: Trebuchet MS, Helvetica, sans-serif;
	font-size		: 13px;
	font-weight		: normal;
	font-style		: normal;
	background-color: #74070A;
}

h1,h2,h3 {
	color			: #74070A;
}

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

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

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

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

a {
	color			: #444444;
}

a:hover {
	color			: #74070A;
}

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

#page_wrapper {
    border-color        : #74070A;
}

#keyvisual {
	border-color        : #74070A;
    background-color    : #ffffff;
}

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


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

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


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

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

#navigation_wrapper {
	background-color	: #444444;
	border-color        : #74070A;
}

#cm_navigation {
	border-color        : #74070A;
}

ul#cm_mainnavigation li a {
	color				: #FFE39F;
	font-family			: Trebuchet MS, Helvetica, sans-serif;
	font-style			: normal;
	font-size			: 14px;
	font-weight			: bold;
}

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

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

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

#cm_subnavigation {
	background-color	: #74070A;
}

ul.cm_subnavigation {
	background-color	: #FFE39F;
}

ul.cm_subnavigation li a {
	color				: #444444;
	background-color	: #FFE39F;
	font-family			: Trebuchet MS, Helvetica, sans-serif;
	font-style			: normal;
	font-size			: 14px;
	font-weight			: bold;
	border-color        : #FFE39F;
}

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

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

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

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

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

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

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

#content_right_wrapper {
	background-color	: #FFE39F;
}

.content_sidebar {
	background-color	: #FFE39F;
	color				: #444444;
}

.content_sidebar h1,
.content_sidebar h2,
.content_sidebar h3 {
	color				: #74070A;
}

.content_sidebar a {
	color				: #444444;
}

.content_sidebar a:hover {
	color				: #74070A;
}

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

#content_left_wrapper {
	background-color	: #ffffff;
}

#content_main_wrapper {
	background-color	: #ffffff;
}

.content_main {
	background-color	: #ffffff;
	color				: #444444;
	font-family		    : Trebuchet MS, Helvetica, sans-serif;
	font-size		    : 13px;
	font-weight		    : normal;
	font-style		    : normal;
}

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

.content_main h1 {
	font-family		    : Trebuchet MS, Helvetica, sans-serif;
	font-size		    : 18px;
	font-weight		    : bold;
	font-style		    : normal;
}
.content_main h2 {
	font-family		    : Trebuchet MS, Helvetica, sans-serif;
	font-size		    : 16px;
	font-weight		    : bold;
	font-style		    : normal;
}
.content_main h3 {
	font-family		    : Trebuchet MS, Helvetica, sans-serif;
	font-size		    : 14px;
	font-weight		    : bold;
	font-style		    : normal;
}
.content_main a {
	color				: #444444;
}
.content_main a:hover {
	color				: #74070A;
}

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

#footer_wrapper {
	background-color	: #444444;
	border-color        : #74070A;
}

#footer {
	color				: #FFE39F;
}

#footer a {
	color				: #FFE39F;
}

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