@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background:#ece6c1;
	color:#666;
}

img {
	border:none;
}

.in {
	display:inline;
}

#bbb {
	padding:20px 80px 0px 0px;
}

#top_bg {
	background:url(../images/top_bg.jpg) repeat-x;
	height:154px;
	width:100%;
}

#top {
	background:url(../images/top.jpg) no-repeat;
	width:1100px;
	height:154px;
	margin-left:-45px;
	position:relative;
}

#menu {
	width:1002px;
	height:40px;
	position:absolute;
	bottom:0px;
	left:0px;
	margin-left:50px;
}

.btn {
	text-align:center;
	float:left;
}

.btn a, a:visited {
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	display:block;
	padding-top:12px;
	padding-bottom:12px;
}

.btn1 {
	background:url(../images/menu.jpg) no-repeat;
	width:166px;
	height:40px;
}

.btn1:hover {
	background-position:0px -40px;
}

.btn2 {
	background:url(../images/menu.jpg) no-repeat;
	background-position:-166px 0px;
	width:160px;
	height:40px;
}

.btn2:hover {
	background-position:-166px -40px;
}

.btn3 {
	background:url(../images/menu.jpg) no-repeat;
	background-position:-326px 0px;
	width:141px;
	height:40px;
}

.btn3:hover {
	background-position:-326px -40px;
}

.btn4 {
	background:url(../images/menu.jpg) no-repeat;
	background-position:-467px 0px;
	width:108px;
	height:40px;
}

.btn4:hover {
	background-position:-467px -40px;
}

.btn5 {
	background:url(../images/menu.jpg) no-repeat;
	background-position:-575px 0px;
	width:110px;
	height:40px;
}

.btn5:hover {
	background-position:-575px -40px;
}

.btn6 {
	background:url(../images/menu.jpg) no-repeat;
	background-position:-685px 0px;
	width:90px;
	height:40px;
}

.btn6:hover {
	background-position:-685px -40px;
}

.btn7 {
	background:url(../images/menu.jpg) no-repeat;
	background-position:-775px 0px;
	width:110px;
	height:40px;
}

.btn7:hover {
	background-position:-775px -40px;
}

.btn8 {
	background:url(../images/menu.jpg) no-repeat;
	background-position:-885px 0px;
	width:117px;
	height:40px;
}

.btn8:hover {
	background-position:-885px -40px;
}

#main_img {
	background:url(../images/main.jpg) no-repeat;
	width:1100px;
	height:452px;
	margin-left:-45px;
}

#main_img2 {
	background:url(../images/main2.jpg) no-repeat;
	width:1100px;
	height:453px;
	margin-left:-45px;
}

#info_bg {
	background:url(../images/info_bg.jpg) no-repeat;
	width:1100px;
	height:200px;
	margin-left:-45px;
}

#info_box1 {
	background:url(../images/box1.jpg) no-repeat;
	width:314px;
	height:154px;
	float:left;
	margin-left:73px;
	margin-top:17px;
}

#info_box2 {
	background:url(../images/box2.jpg) no-repeat;
	width:314px;
	height:154px;
	float:left;
	margin-left:6px;
	margin-top:17px;
}

#recall {
	background:url(../images/recall.jpg) no-repeat;
	width:314px;
	height:154px;
	float:left;
	margin-left:6px;
	margin-top:17px;
}

#info_box3 {
	background:url(../images/box3.jpg) no-repeat;
	width:314px;
	height:154px;
	float:left;
	margin-left:6px;
	margin-top:17px;
}

#content_bg {
	background:url(../images/content_bg.jpg) repeat-y;
	width:1100px;
	margin-left:-45px;
	position:relative;
}

#content_bottom {
	background:url(../images/content_bottom.jpg) no-repeat;
	width:1100px;
	height:40px;
	margin-left:-45px;
}

#content_wrap {
	width:940px;
	padding-top:30px;
	z-index:1;
	position:relative;
}

#content_left {
	float:left;
	width:200px;
	text-align:left;
}

#content_right {
	float:right;
	width:690px;
	text-align:left;
}

#subr_left {
	float:left;
	width:450px;
}

#subr_left a {
	color:#666;
	display:inline;
	text-decoration:underline;
	font-weight:normal;
	padding:0px;
}

#subr_right {
	float:right;
	width:225px;
	padding-top:200px;
}

h1 {
	font-size:30px;
	color:#a70000;
	margin:0px;
	font-weight:normal;
}

h2 {
	font-size:18px;
	margin:0px;
	font-weight:normal;
}

.ul {
	border-bottom:1px solid #bbb;
	width:100%;
	padding-bottom:5px;
}

.menulist {
	margin:0px;
	padding:0px;
	list-style:none;
}

.submenulist {
	margin:0px;
	padding:0px;
	padding-left:12px;
	border-bottom:1px solid #eee;
	list-style:none;
}

.menu {
	background:url(../images/bullet.jpg) no-repeat;
	background-position:189px 0px;
	color:#888;
	font-size:14px;
	text-decoration:none;
	width:200px;
	display:block;
	padding:6px 0px 6px 0px;
	margin:0px;
	border-bottom:1px solid #eee;
	font-weight:normal;
	cursor:pointer;
}

.menu a:visited {
	font-weight:normal;
}

.menu:hover {
	color:#a70000;
	background-position:189px -24px;
}

.submenu {
	list-style:url(../images/bullet.gif);
	list-style-position:2px;
}

.submenu a {
	color:#888;
	display:block;
	font-weight:normal;
	padding:0px;
	font-size:12px;
	text-decoration:none;
	border:none;
}

.submenu a:visited {
	text-decoration:none;
}

.submenu a:hover {
	color:#a70000;
}

.submenu:hover {
	list-style-image:url(../images/bullet_dn.gif);
}

.contact td {
	padding-right:15px;
}

.contact input {
	border:1px solid #bbb;
	margin-bottom:10px;
}

.contact select {
	border:1px solid #bbb;
	margin-bottom:10px;
	width:145px;
}

.contact textarea {
	width:100%;
	height:100px;
	border:1px solid #bbb;
	margin-bottom:10px;
}

#footer {
	width:1100px;
	font-size:12px;
	margin-left:-45px;
}

#footer a {
	color:#a70000;
}

#footer a:visited {
	font-weight:normal;
	text-decoration:underline;
	padding:0px;
	display:inline;
}

#footer_left {
	float:left;
	text-align:left;
	margin-left:60px;
}

#footer_right {
	float:right;
	margin-right:60px;
}

#sub_bg {
	background:url(../images/sub_bg.jpg) no-repeat;
	width:1000px;
	height:242px;
	position:absolute;
	top:0px;
	left:0px;
	margin-left:50px;
	z-index:0;
}

#breadcrumb {
	margin-bottom:30px;
}

#breadcrumb a {
	color:#0086a7;
	font-weight:normal;
	display:inline;
	text-decoration:underline;
}

.selected {
	color:#a70000;
}

.related_sm {
	background:url(../images/related_sm.jpg) no-repeat;
	width:212px;
	height:232px;
	
}

.related_content {
	padding:40px 0px 0px 15px;
	width:180px;
	text-align:left;
}

.related_content a {
	display:inline;
	color:#0086a7;
	padding:0px;
	font-weight:normal;
	text-decoration:underline;
}

#sub2_left {
	width:700px;
	text-align:left;
	float:left;
}

.sub2href a {
	display:inline;
	color:#0086a7;
	padding:0px;
	font-weight:normal;
	text-decoration:underline;
}

.aop td {
	padding-right:30px;
}

.news {
	border-bottom:1px solid #eee;
	margin-bottom:15px;
}

.dollaramount {
	font-weight:bold;
	padding:3px;
	border:1px solid #eee;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}