@charset "utf-8";
/* $Revision: 2285 $ */
textarea, tt {
	font-family			: "Courier New", Courier, monospace;
}

pre, code {
	font-family			: monospace;
	font-size			: 1.1em;
}

h1,h2,h3 {
    font-family         : Verdana, Arial, sans-serif;
    margin              : 0 0 0.25em 0;
}

h2 {
    font-weight         : normal;
}
h3 {
    font-weight         : normal;
}
h1, .cm-h1 {
    font-weight         : normal;
}

p {
	margin				: 0 0 10px 0;
}

ul, ol {
	margin				: 0 0 10px 0;
	padding-left        : 20px;
}

ul { list-style-type: disc; }
ul ul { list-style-type: circle; }

ol { list-style-type: decimal; }
ol ol { list-style-type: lower-latin; }

li {
    margin-left: 0.8em;
    line-height: 1.5em;
}

dl {
	margin				: 1em 0;
	padding-left        : 15px;
}

dt {
	font-weight			: bold;
}

dd {
	margin				: 0 0 10px 10px;
}

blockquote, cite, q {
    font-family         : Georgia, "Times New Roman", Times, serif;
    font-style          : italic;
}

blockquote {
    margin              : 0 0 1em 1.6em;
}

.clearer {
	clear				: both;
}

.clearfix {
	display			    : inline-block;
}
.clearfix[class] {
	display			    : block;
	overflow		    : hidden;
}

body {
    margin              : 0;
    padding             : 0;
}

/*         ______________
__________/     Page     \_____________________________________________________________
--------------------------------------------------------------------------------------- */

#page_wrapper {
    width               : 988px;
    margin              : 10px auto;
    border              : 1px solid transparent;
    border-radius       : 20px;
	box-shadow:			0px 45px 55px -50px rgba(60,60,60,0.75);
}

#inner_wrapper {
    border              : 1px solid transparent;
    width               : 986px;
    border-radius       : 19px;
}

#wrapper {
    border              : 1px solid transparent;
    width               : 984px;
    border-radius       : 18px;
}

/*         _________________
__________/     Content     \__________________________________________________________
--------------------------------------------------------------------------------------- */

#content_wrapper {
    width               : 984px;
}

#content {
    width               : 984px;
}

#content_left_wrapper {
    width               : 180px;
}

#content_main_wrapper {
    width               : 604px;
}

.content_main {
    padding             : 10px 10px 10px 10px;
    width               : 584px;
    overflow            : hidden;
}

#content_right_wrapper {
    width               : 200px;
}

.content_sidebar {
    padding             : 10px 10px 10px 10px;
}

/*         ______________
__________/    Header    \_____________________________________________________________
--------------------------------------------------------------------------------------- */

#head_wrapper {
    height              : 200px;
    width               : 984px;
    position            : relative;
    border-radius       : 17px 17px 0 0;
}

#title_wrapper {
    position            : absolute;
    top                 : 5px;
    text-align          : center;
    width               : 584px;
	left:			50%;
	margin-left:	-292px;
}

#title_wrapper h1 {
    margin              : 0 0 5px 0;
}

#title_wrapper h2 {
    margin              : 0;
}

#keyvisual {
    position            : absolute;
    height              : 200px;
    width               : 984px;
    border-radius       : 17px 17px 0 0;
}

#logo {
    position            : absolute;
    top                 : 25px;
    left                : 25px;
    height              : 150px;
    width               : 200px;
}

/*         ______________
__________/   Sidebars   \_____________________________________________________________
--------------------------------------------------------------------------------------- */

#widgetbar_page_1,
#widgetbar_page_2,
#widgetbar_page_3 {
	overflow			: hidden;
	width				: 180px;
}

#widgetbar_site_1,
#widgetbar_site_2,
#widgetbar_site_3 {
	overflow			: hidden;
	width				: 180px;
}

#widgetbar_page_1 div.cm_widget,
#widgetbar_page_2 div.cm_widget,
#widgetbar_page_3 div.cm_widget,
#widgetbar_site_1 div.cm_widget,
#widgetbar_site_2 div.cm_widget,
#widgetbar_site_3 div.cm_widget {
	margin: 5px 0;
}

.center {
	margin				: 0 auto;
}

/*         _______________
__________/   Navigation  \____________________________________________________________
--------------------------------------------------------------------------------------- */

ul#cm_mainnavigation * {
	-webkit-transition:	all 0.4s;
	-moz-transition:	all 0.4s;
	-o-transition:		all 0.4s;
	transition:			all 0.4s;
}


ul#cm_mainnavigation {
    list-style-type     : none;
    margin              : 10px 0 0 0;
    padding             : 0;
    width               : 180px;
}

ul#cm_mainnavigation li {
    margin              : 0 0 4px 0;
    padding             : 0;
}

ul#cm_mainnavigation li a {
    display             : block;
    text-decoration     : none;
    padding-left        : 5px;
	min-height			: 25px;
	height				: auto !important;
	height				: 25px;
	line-height         : 25px;
    border-radius       : 0 6px 6px 0;
}

/*         _______________
__________/ SubNavigation \____________________________________________________________
--------------------------------------------------------------------------------------- */

ul#cm_mainnavigation li ul.cm_subnavigation {
    list-style-type     : none;
    margin              : 1px 0 0 0;
    padding             : 0;
}

ul#cm_mainnavigation li ul.cm_subnavigation li {
    margin              : 0 0 1px 0;
    padding             : 0;
}

ul#cm_mainnavigation li ul.cm_subnavigation li a {
    display             : block;
    text-decoration     : none;
	border-top          : none;
	min-height			: 20px;
	height				: auto !important;
	height				: 20px;
	line-height         : 20px;
    padding-left        : 15px;
}

/*         __________________
__________/ SubSubNavigation \____________________________________________________________
--------------------------------------------------------------------------------------- */

ul#cm_mainnavigation li ul.cm_subnavigation li ul.cm_subnavigation li a {
    padding-left        : 25px;
}

/*         ______________
__________/    Footer    \_____________________________________________________________
--------------------------------------------------------------------------------------- */

#footer_wrapper {
    width               : 984px;
    margin              : 0 auto;
    border-radius       : 0 0 17px 17px;
}

#footer {
    padding             : 10px;
    text-align          : center;
}