/* base elements */
body {
	text-align		: left;
}

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

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

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 */
    line-height: 1.5em;
}
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_wrapper {
	width				: 1008px;
	margin				: 0 auto;
	min-height			: 500px;
	background-image	: url('../img/page_bg.png');
	background-position	: top left;
	background-color	: transparent;
	background-repeat	: repeat-x;
}

#page {
	width				: 990px;
	margin				: 0 auto;
}

#head_wrapper {
	width				: 990px;
	height				: 115px;
}

#head_wrapper #head {
	position			: relative;
	background-color	: transparent;
	height				: 114px;
	border-bottom		: 1px solid transparent;
}

#head_wrapper #head #header_glossy {
	z-index				: 10;
	position			: absolute;
	top					: 0px;
	left				: 0px;
	width				: 990px;
	height				: 50px;
	background-image	: url('../img/header_glossy.png');
	background-position	: top left;
	background-color	: transparent;
	background-repeat	: no-repeat;
}

#head_wrapper #head #keyvisual {
	z-index				: 1;
	position			: absolute;
	top					: 0px;
	left				: 206px;
	overflow			: hidden;
	width				: 784px;
	height				: 114px;
}

#head_wrapper #head #logo {
	z-index				: 1;
	position			: absolute;
	top					: 0px;
	left				: 0px;
	overflow			: hidden;
	width				: 205px;
	height				: 114px;
	border-right		: 1px solid transparent;
	text-align			: center;
}

#head_wrapper #head #title_wrapper {
	z-index				: 100;
	position			: absolute;
	top					: 24px;
	left				: 230px;
}

#breadcrumb {
	width				: 990px;
	height				: 33px;
	background-image	: url('../img/breadcrumb_bg.png');
	background-position	: top left;
	background-color	: transparent;
	background-repeat	: no-repeat;
}

#content_wrapper {
	width				: 990px;
}

#content_left_wrapper {
	float				: left;
	display				: inline;
	width				: 200px;
}

#content_main_wrapper {
	margin-left			: 6px;
	float				: left;
	display				: inline;
	width				: 784px;
}

#content_main_start {
	z-index				: 1;
	position			: relative;
	width				: 784px;
	height				: 25px;
	background			: url('../img/content_main_top.png') no-repeat 0 0;
}

#content_main {
	background			: url('../img/content_main_bg.png') repeat-y 0 0;
}

#content_main_inner {
	padding				: 0px 20px 0px 20px;
	margin-left			: 3px;
	margin-right		: 1px;
}

#content_main_end {
	z-index				: 1;
	position			: relative;
	height				: 20px;
	width				: 784px;
	background-image	: url('../img/content_main_bottom.png');
	background-repeat	: no-repeat;
	background-position	: bottom left;
}

#maincontent_wrapper {
}

#maincontent_left_wrapper {
	float				: left;
	display				: inline;
	width				: 544px;
}

#content {
	padding-right		: 20px;
}

#maincontent_right_wrapper {
	float				: left;
	display				: inline;
	width				: 196px;
	padding-top			: 15px;
	background-image	: url('../img/content_right_top.png');
	background-repeat	: no-repeat;
	background-position	: 0 0;
}

#content_right {
	padding				: 0px 8px 0px 8px;
	background-image	: url('../img/content_right_bg.png');
	background-repeat	: repeat-y;
	background-position	: 0 0;
	overflow			: auto;
}

#content_right_end {
	height				: 15px;
	background-image	: url('../img/content_right_bottom.png');
	background-repeat	: no-repeat;
	background-position	: bottom left;
}

/*         ______________________
__________/ CONTENT BACK CORNERS \__________________________________________________________________
--------------------------------------------------------------------------------------- */

.n01,
.n02,
.n03,
.n04,
.n05
{
	z-index				: 100;
	position			: absolute;
	background-color	: transparent;
}

/* START */
#content_main_start .n01 {
	top					: 8px;
	left				: 3px;
	width				: 780px;
	height				: 17px;
}
#content_main_start .n02 {
	top					: 3px;
	left				: 8px;
	width				: 775px;
	height				: 5px;
}

#content_main_start .n03 {
	top					: 4px;
	left				: 6px;
	width				: 2px;
	height				: 4px;
}

#content_main_start .n04 {
	top					: 5px;
	left				: 5px;
	width				: 1px;
	height				: 3px;
}

#content_main_start .n05 {
	top					: 6px;
	left				: 4px;
	width				: 1px;
	height				: 2px;
}

/* END */
#content_main_end .n01 {
	top					: 0px;
	left				: 3px;
	width				: 780px;
	height				: 12px;
}
#content_main_end .n02 {
	top					: 12px;
	left				: 4px;
	width				: 778px;
	height				: 2px;
}
#content_main_end .n03 {
	top					: 14px;
	left				: 5px;
	width				: 776px;
	height				: 1px;
}
#content_main_end .n04 {
	top					: 15px;
	left				: 6px;
	width				: 774px;
	height				: 1px;
}
#content_main_end .n05 {
	top					: 16px;
	left				: 8px;
	width				: 770px;
	height				: 1px;
}

/*         __________
__________/ sidebars \__________________________________________________________________
--------------------------------------------------------------------------------------- */

#widgetcontainer {
	overflow			: auto;
}

#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 {
	margin				: 0 0 0 0;
	width				: 200px;
	overflow			: hidden;
	background-color	: transparent;
}

#cm_navigation ul {
	margin				: 0 0 0 0;
	list-style			: none;
}
#cm_navigation ul li {
	margin				: 0 0 0 0;
}

/* NAV NORMAL */
#cm_navigation ul li a {
	display				: block;
	line-height			: 23px;
	padding-left		: 5px;
	text-decoration		: none;
	background-color	: transparent;
}

/* NAV MOUSE */
#cm_navigation ul li a:hover {
	color				: transparent;
}

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

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

#cm_navigation ul li ul.cm_subnavigation {
	margin				: 0;
	list-style			: none;
}

#cm_navigation ul li ul.cm_subnavigation li {
	margin				: 0 0 0 0;
}

/* SUBNAV NORMAL */
#cm_navigation ul li ul.cm_subnavigation li a {
	display				: block;
	padding-left		: 30px;
	text-decoration		: none;
	line-height			: 23px;
	font-weight			: normal;
}

/* SUBNAV HIGH */
#cm_navigation ul li ul.cm_subnavigation li.cm_current a {
	font-weight			: bold;
}

/*         _______________
__________/ 3rd level nav \____________________________________________________________
--------------------------------------------------------------------------------------- */

#cm_navigation ul li ul.cm_subnavigation li ul.cm_subnavigation {
	margin				: 0;
	list-style			: none;
}

#cm_navigation ul li ul.cm_subnavigation li ul.cm_subnavigation li {
	margin				: 0 0 0 0;
}

/* SUBNAV NORMAL */
#cm_navigation ul li ul.cm_subnavigation li ul.cm_subnavigation li a {
	display				: block;
	padding-left		: 40px;
	text-decoration		: none;
	line-height			: 23px;
	font-weight			: normal;
}

/* SUBNAV HIGH */
#cm_navigation ul li ul.cm_subnavigation li ul.cm_subnavigation li.cm_current a {
	font-weight			: bold;
}

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

#footer_wrapper {
	overflow			: hidden;
	margin				: 0 auto;
	width				: 990px;
	height				: 70px;
}

#footer {
	padding				: 10px 10px 10px 206px;
	text-align			: center;
	font-size			: smaller;
	background-color	: transparent;
}