.left {float:left;}
.right {float:right;}
.clear {clear:both;}

/*box*/
div.border {
	width: 12px;
	height: 12px;
	float: left;
	background: no-repeat center center;
}

div.tl {background-image: url(../images/border-top-left.png);}
div.tm {
	width: 916px;
	height: 11px;
	border-top: 1px solid #333;
	background-color: #000;
	float: left;
}
div.tr {background-image: url(../images/border-top-right.png);}
div.bl {background-image: url(../images/border-bottom-left.png);}
div.bm {
	width: 916px;
	height: 11px;
	border-bottom: 1px solid #333;
	background-color: #000;
	float: left;
}
div.br {background-image: url(../images/border-bottom-right.png);}

div#contents {
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	background: #000 url(../images/header.jpg) no-repeat center top;
	padding: 420px 15px 20px;
}
/*end of box*/

img {border:0;}
a img {border:0;}

#contents p a, ol li a, ol li a:hover {
	color: #0f0;
	font-style: italic;
}

.white {
	color: #fff;
	font-weight: bold;
}

.red {
	font-weight:bold;
	color:#f00;
}

#main {
	width: 940px;
	margin: 20px auto;
	font-family: Arial,Helvetica,sans-serif;
}

#contents h1 {
	font-family: "DINPro-Medium",Arial,Helvetica,sans-serif;
	font-size: 50px;
	text-align: center;
	color: #fff;
	text-transform: none;
	margin-bottom: 20px;
}

#contents h2 {
	font-family: "DINPro-Medium",Arial,Helvetica,sans-serif;
	font-size: 24px;
	text-align: left;
	color: #fff;
	text-transform: none;
}

#contents h4 {
	font-family: "DINPro-Regular",Arial,Helvetica,sans-serif;
	font-size: 18px;
	text-align: left;
	color: #fff;
	text-transform: none;
	font-weight: bold;
}

#contents p {
	color: #666;
	font-size: 14px;
	margin-bottom: 20px;
	text-align: justify;
	line-height: 20px;
}

#nav {
	width: 792px;
	margin: 10px auto;
}

#nav li {
	float: left;
	display: block;
	width: 178px;
	height: 48px;
	background: url(../images/btn-nav.png) no-repeat center center;
	font-family: "DINPro-Regular",Arial,Helvetica,sans-serif;
	font-size: 15px;
	color: #fff;
	line-height: 16px;
	margin: 10px;
}

#nav a {
	display: block;
	width: 163px;
	color: #fff;
	padding-left: 15px;
}

#nav a:hover {
	color: #0f0;
}

#nav a:active {
	color: #0f0;
}

#nav .selected {
	color: #0f0;
}

#nav .arrow {
	font-weight: bold;
	font-size: 13px;
}

#nav .important {
	font-size: 12px;
	color: #f00 !important;
}

.sep {
	width: 908px;
	height: 1px;
	background-color: #272727;
	margin: 25px auto;
}

ol#instructions {
	font-size: 14px;
	color: #666;
	list-style-type: decimal;
	margin-bottom: 20px;
}

ol#instructions li {
	margin-left: 20px;
}

#outfitting {
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	width: 853px;
	margin: 40px auto;
}

#outfitting .corners {
	width: 12px !important;
	height: 12px !important;
	border: 0 !important;
	padding-left: 0 !important;
}

#outfitting td {
	border: 1px solid #323232;
	height: 35px;
	vertical-align: middle;
	text-align: center;
}

#outfitting td:first-child {
	text-align: left;
	padding-left: 22px;
}

#contents ol {
	list-style-type: decimal;
	margin-top: 10px;
	margin-bottom: 20px;
}

#contents ol ol {
	list-style-type: lower-alpha;
	margin-bottom: 10px;
	margin-top: 10px;
}

#contents ol li {
	margin-bottom: 0;
	margin-left : 20px;
}

#contents li li {
	margin-left: 40px;
	margin-bottom: 0;
}

#contents ol li,
#contents ul.dash li {
	color: #666;
	font-size: 14px;
	text-align: justify;
	line-height: 20px;
}

#contents ul.dash {
	margin-bottom: 20px;
}

#contents ul.dash li {
	padding-left: 10px;
	position: relative;
}

#contents ul.dash li:before {
	content: '-';
	position: absolute;
	left: 0;
}