textarea, tt {
	font-family		: "Courier New", Courier, monospace;
}


h1,h2,h3,h4,h5,h6 {
	margin			: 0 0 15px 0;
}

h1 { font-size		: 1.4em;}
h2 { font-size		: 1.2em }
h3 { font-size		: 1.0em }
h4 { font-size		: 1.0em }

p {
	margin			: 0 0 1em 0;
}
ul, ol, dl { margin: 0 0 1em 1em } /* LTR */
li {
    margin-left: 0.8em; /* LTR */
}

dt {
	font-weight		: bold;
}

dd {
	margin			: 0 0 1em 2em;
}

cite, blockquote {
	font-style		: italic;
	margin			: 0 0 1em 1.5em;
}

.clearer {
	clear			: both;
}

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


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

#page_box {
	margin			: 0 auto;
	width			: 928px;
}

#page {
	position		: relative;
	overflow		: hidden;
}

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

#content_wrapper {
	position		: relative;
	overflow		: hidden;
	width			: 928px;
}

#content_left_wrapper {
	width				: 195px;
	float				: left;
	overflow			: hidden;
}

#content_left {
	padding				: 0px;
}

#content_right_wrapper {
	width				: 195px;
	float				: left;
	overflow			: hidden;
}

#content_right {
	padding-left		: 5px;
}

#content_main_wrapper {
	float				: left;
	width				: 530px;
	overflow			: hidden;
}

#content_main {
	padding				: 10px 10px;
}

/*         ________
__________/ header \__________________________________________________________________
--------------------------------------------------------------------------------------- */
#header {
	overflow			: hidden;
	position			: relative;
	clear				: both;
	height				: 100px;
	margin				: 20px 0;
	border				: 4px solid transparent;
}

#header #title_wrapper {
	position			: absolute;
	left				: 20px;
	top					: 10px;
}

#title_wrapper h1 {
	position			: relative;
	margin				: 0;
	padding				: 0;
}

#title_wrapper h2 {
	position			: relative;
	top					: 10px;
	margin				: 0;
	padding				: 0;
}

/* Logo */
#logo {
	position			: absolute;
	right				: 0px;
	bottom				: 0px;
    width               : 200px;
    height              : 100px;
    overflow			: hidden;
}

#keyvisual {
    height              : 100px;
    width				: 920px;
    overflow			: hidden;
}

/*         __________
__________/ sidebars \__________________________________________________________________
--------------------------------------------------------------------------------------- */
#widgetbar_page_1,
#widgetbar_page_2 {
	overflow			: hidden;
	width				: 180px;
}

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

#widgetbar_site_1 table,
#widgetbar_site_2 table,
#widgetbar_page_1 table,
#widgetbar_page_2 table {
	padding-bottom		: 15px;
}

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

.center {
	margin				: 0 auto;
}

/*         ____________
__________/ navigation \__________________________________________________________________
--------------------------------------------------------------------------------------- */
#cm_navigation {
	overflow			: hidden;
	width				: 187px;
	border				: 4px solid transparent;
}

/* NAVIGATION */
ul#cm_mainnavigation {
	margin				: 0;
	list-style-type		: none;
}

ul#cm_mainnavigation li {
	margin				: 0;
}

ul#cm_mainnavigation li a {
	display				: block;
	padding-left		: 20px;
	text-decoration		: none;
	font-weight			: normal;
	line-height			: 30px;
}

/* NAV HIGH */
ul#cm_mainnavigation li.cm_current a {
	font-weight			: bold;
}

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

ul#cm_mainnavigation li ul.cm_subnavigation {
	border-top			: 3px solid transparent;
	border-bottom		: 3px solid transparent;
	list-style-type		: none;
}

/* SUBNAV NORMAL */
ul#cm_mainnavigation li ul.cm_subnavigation li a {
	display				: block;
	line-height			: 25px;
	font-weight			: normal;
	font-size			: smaller;
}

ul#cm_mainnavigation li ul.cm_subnavigation li.cm_current a {
	font-weight			: bold;
}

/*         ___________________
__________/ SUB Subnavigation \_________________________________________________________
--------------------------------------------------------------------------------------- */

ul#cm_mainnavigation li ul.cm_subnavigation li ul.cm_subnavigation {
	border-top			: 3px solid transparent;
	border-bottom		: 3px solid transparent;
	list-style-type		: none;
}

/* SUBNAV NORMAL */
ul#cm_mainnavigation li ul.cm_subnavigation li ul.cm_subnavigation li a {
	display				: block;
	line-height			: 25px;
	font-weight			: normal;
	font-size			: smaller;
}

ul#cm_mainnavigation li ul.cm_subnavigation li ul.cm_subnavigation li.cm_current a {
	font-weight			: bold;
}

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

#cm_content {
}

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

#footer {
	overflow			: hidden;
	position			: relative;
	clear				: both;
	margin				: 20px 0 10px 0;
	padding				: 20px 0 20px 0;
	text-align			: center;
	border				: 4px solid transparent;
	font-size			: smaller;
}

