@charset "utf-8";
/* CSS Document */
body {
	background-color: #FFF;
}


li {
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#head_colorband {
	background-color: #CD7097;
	height: 6px;
	width: 100%;
}
#wrapper {
	height: auto;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #header {
	height: auto;
	width: auto;
}
#wrapper #header #headimg {
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 7px;
	width: 965px;
	height: 211px;
	position: relative;
}
#wrapper #header #headimg li {
	position: absolute;
}

#wrapper #footer {
	margin: 10px;
	clear: both;
	float: none;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #D6D6D6;
	line-height: 180%;
	text-align: center;
}
#wrapper #body .break {
	margin: 1px;
	padding: 0px;
	clear: both;
	float: none;
	height: 1px;
	width: 10%;
	font-size: 1px;
	line-height: 1px;
	display: block;
}
#wrapper #body #right {
	width: 300px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	text-align: left;
	display: inline;
	padding: 0px;
}
#wrapper #body #main {
	width: 665px;
	margin-top: 0px;
	margin-left: 7px;
	float: left;
	display: inline;
	text-align: left;
}
#wrapper #body #right #btn {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrapper #body #right #btn li {
	margin-bottom: 8px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#wrapper #body .linespace {
	margin: 10px;
	height: 1px;
	width: auto;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #D6D6D6;
}


#wrapper #header #nav_btn {
	background-image: url(../img/parts.jpg);
	background-repeat: no-repeat;
	background-position: -4px 0px;
	height: 27px;
	width: 965px;
	margin-top: 0px;
	margin-left: 7px;
	margin-bottom: 20px;
	text-align: center;
}
#wrapper #header #nav_btn a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#wrapper #header #nav_btn a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#wrapper #header #nav_btn a:hover {
	text-decoration: underline;
	color: #FF9966;
}
#wrapper #header #nav_btn a:active {
	text-decoration: none;
	color: #FF9966;
}

