

/* COMMON STYLE */
.main {
	width: 950px;
	margin: 0 auto 20px;
}
h1 {
	/*	background: url(../images/yrc/h1ship.png) no-repeat left center;*/
	/*	padding: 5px 0 3px 40px;*/
	border-bottom: 1px solid #ddd;
	margin: 0 0 20px 0;
}
h1.home{
border-bottom:none;
margin:0 0 20px 0;
}

.twocol{
	width:970px;
}
.secmain {
	width: 720px;
	float: right;
}
.secside {
	width: 230px;
	float: left;
}




/* ul.subnav li common style */
.subnav {
	border-bottom: 1px solid #B53525;
}
.subnav li {
	background: url("../img/select-bghover.png") repeat-x scroll center top transparent;
	border-radius: 3px 3px 0px 0px;
	color: #FFFFFF;
	cursor: pointer;
	float: left;
	height: 37px;
	line-height: 33px;
	padding: 0 8px;
	text-align: center;
	display: block;
	float: left;
	margin: 10px 10px -1px 0px;
}
.subnav li a{
	color: #fff;
	text-decoration: none;
	display: block;
}
.subnav li:hover, .subnav li.active {
	background: url("../img/select-bg.png") repeat-x scroll center top transparent;
}

/* btn-newstyle */
.btn-new {
	display: block;
	float: left;
	padding: 4px;
	border-radius: 4px;
	background: url("../images/yrc/quote.png") repeat-x 0 0;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
a.btn-new:hover {
	text-decoration: none;
	background: url("../images/yrc/quote.png") repeat-x 0 -29px;
}

.btn_submit {
	background-image: url("../img/btn_submit.png");
	display: block;
	height: 32px;
	text-indent: -9999em;
	width: 140px;
}
.btn_submit:hover {
	background-position: 0 -32px;
}

.btn-sb{
	color: #fff;
	background: url(../images/yrc/submit-bg.png) repeat-x left top;
	border: none;
	border-radius: 3px;
	text-align: center;
	cursor: pointer;
}
.btn-sb:hover {
	background: url(../images/yrc/submit-bg.png) repeat-x left bottom;
}