@charset "utf-8";

/* -----------------------------------------
#
# INFORMATION
#
# FileName:	utility.css
# Summary:	utility element
# Created:	2009-12-10
# UpdatedBy:	2009-12-10
# Copyright:	(c)Christie Digital Systems
------------------------------------------ */

/* -----------------------------------------
	topicPath
------------------------------------------ */
#topicPath {
	width:950px;
	margin:0 auto;
	padding:6px 0;
	color:#FFF;
}
#topicPathWrapper {
	width:100%;
	margin:0 0 1.8em;
	background-color:#000;
}
#topicPath a {
	color:#FFF;
}

/* -----------------------------------------
	Layout
------------------------------------------ */
body {
	background:url(../images/utility/common/bg_body_utility.gif) repeat-x;
}
#content {
	width:735px;
	overflow:hidden;
}
#wrapper {
	width:950px;
	margin:0 auto;
	background-color:#FFF;
}
#contentMain {
	float:left;
	width:735px;
}
#extra {
	float:right;
	width:198px;
}

/* -----------------------------------------
	cotentsMain
------------------------------------------ */
#contentMain h2 {
	margin:0 0 20px;
	padding:0 0 10px;
	background:url(../images/common/mak_dotline02.gif) bottom repeat-x;
	line-height:1;
}
#contentMain h3 {
	margin:0.5em 0;
	color:#2c3866;
	font-weight:bold;
}
#contentMain p {
	margin:0.5em 0.5em 1.8em 0;
}


/* -----------------------------------------
	Sitemap
------------------------------------------ */
.sitemapLink {
	width:360px;
	float:left;
}
.sitemapLink h3 a{
	display:block;
	margin:0 0 2em;
	padding:5px 10px;
	background:url(../images/product/common/mak_arrow03.gif) center right no-repeat;
	background-color:#ececec;
}
.sitemapLink h3 a:hover{
	background-color:#f1f1f1;
}
.sitemapLink ul {
	margin:-1em 0 2em;
}
.sitemapLink li {
	padding:0 0 0 18px;
	background: url(../images/common/mak_arrow01.gif) 0 50% no-repeat;
}
.leftCol {
	padding-right:15px;
}

/* -----------------------------------------
	404
------------------------------------------ */
ul.pageLink {
	margin:1em 0 2em;
}
.pageLink li {
	padding:0 0 0 18px;
	background: url(../images/common/mak_arrow01.gif) 0 50% no-repeat;
}

/* -----------------------------------------
	PageNav
------------------------------------------ */
.pageNav {
	clear:both;
	margin:0;
}
