/* =init */
html, body, h1, h2 {
	border:none;
	margin:0pt;
	padding:0pt;
}
body {
	background-color:#3c3c3c;
	color:#fff;
	font-family:Tahoma,"Bitstream Vera Sans",sans-serif;
	font-size:.7em;
	margin:0pt 0pt 30px;
	text-align:center;
}
a img {
	border: none;
}

a { outline: none; }
p {
	margin:0pt;
	padding:8px;
}
h1 {
	color: #6b794e;
	font-size: .65em;
	padding: 20px 0 0 15px;
}
.center h1 {
	color: #fff;
	font-size: 1.7em;
	padding: 0;
	margin-right: 10px;
	text-align: center;
}
.featured h3 {
	color: #cce3a0;
	font-size: 1.7em;
	padding-top: 3px;
	padding-left: 8px;
	float: left;
	margin: 0;
}
.featured h4 {
	color: #000;
	font-size: 1.2em;
	padding: 10px 0 0 25px;
	float: left;
	clear: left;
	width: 300px;
	margin: 0;
}
h2 {
	font-size:1.2em;
}
	.clear {
	clear:both;
}
a {
	color:#fff;
	font-weight:bold;
	text-decoration:underline;
}
	.alignright {
	margin-top:0pt;
	text-align:right;
}
.small {
	font-size:0.9em;
}
.clear {
	clear: both;
}
/* =layout */
.wrapper {
	margin:0pt auto;
	text-align:left;
	width:747px;
}
.top {
	background:transparent url(images/background-top.jpg) no-repeat scroll center top;
	position: relative;
}
.top img {
	margin: 18px 0 0 10px;
}
.outer {
	border-left:150px solid #3c3c3c;
	border-right:130px solid #3c3c3c;
}
.inner {
	border-width:0pt 0pt 0pt 2px;
	margin-left:-2px;
	width:598px;
	margin-top: 15px;
}
* html .inner {
	width:100%;
}
.float-wrap {
	float:left;
	margin-left:-150px;
	width:617px;
}
.left {
	float:left;
	position:relative;
	width:125px;
	padding: 0 0 0 15px;
	border-right: 2px dashed #5f5f5f;
}
.right {
	float:right;
	position:relative;
	width:130px;
}
* html .right {
	margin:0pt -130px 0pt 0pt;
}
.center {
	float:right;
	width:465px;
}
.wide {
	background-color:#3c3c3c;
	font-size:1.4em;
	font-weight:bold;
	width:100%;
}
.bottom {
	background: transparent url(images/background-bottom.jpg) bottom center no-repeat;
	height: 150px;
	position: relative;
}
.wide p {
	padding:5px;
}
.featured {
	width: 438px;
	height: 182px;
	background: url(images/featured.gif) bottom center no-repeat;
	display: block;
	margin-left: 5px;
	margin-bottom: 20px;
	float: left;
	overflow: hidden;
}
.featured textarea {
	margin:14px 0 0 10px;
	width: 200px;
	height: 50px;
	float: left;
	clear: left;
}
.featured img.featured_ss {
	float: right;
	height: 80px;
	width: 150px;
	margin-right: 15px;
	margin-top: -10px;
	_margin: 40px 20px 0 0;
}
.featured a.feat_btn {
	padding: 10px;
	margin: 15px 0 0 60px;
	_margin:10px 0 0 36px;
	display: block;
	float: left;
	background-color: #adca75;
	color: #3c3c3c;
	text-decoration: none;
}
.featured a.feat_btn:hover {
	background-color: #3c3c3c;
	color: #adca75;
}
html > body .inner, html > body .float-wrap {
	border-bottom:1px solid transparent;
}

p.copy {
	font-size: .7em;
	text-align: right;
	bottom: 0;
	left: 550px;
	position: absolute;
}
/* =menu */
ul.menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
	color: #000;
}
ul.menu li {
	margin: 3px 0;
	line-height: 22px;
	outline: none;
}
ul.menu a {
	display: block;
	background: url(images/menu-item.gif) top left no-repeat;
	height: 22px;
	width: 116px;
	padding-left: 10px;
	color: #000;
	text-decoration: none;
	white-space: nowrap;
}
ul.menu a:hover, ul.menu a.current {
	color: #fff;
	background-position: bottom left;
}

/* =codes */
.codeunit {
	display: block;
	color: #f8ca77;
	margin:20px 0 0 10px;
	position: relative;
	font-size: 110%;
	font-weight: bold;
}

.codeunit textarea {
	margin: 5px 0 0 0;
	width: 400px;
	height: 50px;
}

/* =links */
ul.links {
	padding: 0;
	margin: 20px 0 0 0;
	list-style-type: none;
}

ul.links li {
	margin: 5px 0;
	padding: 0;
}

ul.links li a {
	display: block;
	padding: 2px;
}

ul.links a:hover {
	text-decoration: none;
}

a.related {
	float: right;
	font-size: 70%;
	color: #3c3c3c;
	display: block;
	padding: 4px;
	background-color: #fff;
	position: absolute;
	top: 18px;
	right: 15px;
}

a.related:hover {
	text-decoration: none;
}