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

body {
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;
	background:#4b4b4b;
	margin:0;
	}
#wrapper {
	background:#fff;
	font-size:1.2em;
	width:847px;
	padding:15px 22px;
	margin:0 auto;
	}
#container {
	width:847px;
	margin:0 auto;
	}
#home {
	padding-top:94px;
	background:url(images/hdr_home.jpg) top center no-repeat #9d3300;
	}
	#home #content {
		background:url(images/content_top.jpg) top center no-repeat #fff;
		width:830px;
		margin:0 auto;
		}
		#home #content .package {
			background:url(images/pkg_sq.gif) top center no-repeat;
			width:402px;
			margin:6px 0 0 8px;
			float:left;
			}
			#home #content .package .desc {
				height:166px;
				padding:20px 16px 0;
				overflow:hidden;
				}
				#home #content .package .desc h1 {
					color:#9d3300;
					text-transform:uppercase;
					font-weight:bold;
					font-size:1.4em;
					margin:0;
					padding:0;
					}
				#home #content .package .desc p {
					color:#565656;
					}
			#home #content .package .buy {
				height:22px;
				padding:10px 16px;
				}
				#home #content .package .buy .btn {
					height:22px;
					width:114px;
					text-indent:-3000em;
					display:block;
					background:url(images/buy_now.gif) top left no-repeat;
					float:left;
					}
				#home #content .package .buy span {
					color:#f77300;
					font-size:1.4em;
					font-weight:bold;
					float:right;
					}
	#home #contentBtm {
		height:8px;
		background:url(images/content_btm.jpg) top center no-repeat;
		}
#homeBtm {
	height:8px;
	background:url(images/home_btm.jpg) bottom center no-repeat #9d3300;
	}
.content {
	background:url(images/content_bg.jpg) top center no-repeat #a64517;
	padding-top:99px;
	}
	.content .main {
		width:847px;
		margin:0 auto;
		background:url(images/inner_btm.jpg) bottom center no-repeat;
		padding-bottom:94px;
		}
		.content .main .inner {
			background:#fff;
			width:816px;
			padding:8px;
			margin:0 auto;
			}
			.content .main .inner .vs {
				clear:both;
				height:157px;
				background:url(images/vs_bg.jpg) top center no-repeat;
				overflow:hidden;
				margin-bottom:8px;
				}
			.content .main .inner h2,
			.content .main .inner h3 {
				background:#a64517;
				color:#fff;
				text-transform:uppercase;
				font-weight:bold;
				font-size:1.2em;
				padding:10px 14px;
				margin:0;
				float:left;
				width:608px;
				}
			.content .main .inner h3 {
				color:#fba85d;
				width:152px;
				text-align:right;
				}
			.content .main .inner .details {
				border:1px solid #fba85d;
				margin:8px 0;
				padding:14px;
				height:1%;
				}
				.content .main .inner .details .left {
					width:57%;
					padding-right:2%;
					float:left;
					}
				.content .main .inner .details .right {
					width:37%;
					padding-left:2%;
					float:left;
					border-left:1px solid #ccc;
					}
					.content .main .inner .details .right h3 {
						color:#a64517;
						padding:0 0 8px;
						border-bottom:1px solid #ccc;
						width:auto;
						background:none;
						float:none;
						text-align:left;
						}
					.content .main .inner .details .right dt {
						float:left;
						clear:left;
						width:20%;
						margin:0 2% 1% 0;
						color:#5d5d5d;
						}
					.content .main .inner .details .right dd {
						color:#a64517;
						clear:right;
						margin-bottom:1%;
						}
				.content .main .inner .btn {
					width:150px;
					height:16px;
					background:url(images/btn_org.gif) top center no-repeat;
					text-align:center;
					color:#fff;
					text-decoration:none;
					font-weight:bold;
					padding-top:2px;
					display:block;
					}
					.content .main .inner .details .right .btn { float:right; }

.clearfix {
	float:none;
	clear:both;
	height:1px;
	}

	.picName {
		background:#a64517;
		color:#fff;
		text-transform:uppercase;
		font-weight:bold;
		font-size:14px;
		padding:10px 14px;
		margin:0;
		float:left;
	}

	.picPrice {
		color:#fba85d;
		text-transform:uppercase;
		font-weight:bold;
		font-size:14px;
		padding:10px 14px;
		margin:0;
		float:right;
	}

	.rightContent {
		/* width:50%; */
		padding-left:2%;
		float:center;
		border-left:1px solid #ccc;
	}
	.rightContent h3 {
		color:#a64517;
		padding:0 0 8px;
		border-bottom:1px solid #ccc;
		width:auto;
		background:none;
		float:none;
		text-align:left;
		font-size:14px;
	}
	.rightContent dt {
		float:left;
		clear:left;
		width:20%;
		margin:0 2% 1% 0;
		color:#5d5d5d;
	}
	.rightContent dd {
		color:#a64517;
		clear:right;
		margin-bottom:1%;
	}



#main {
	/* margin:0 auto; */
	/* padding-left:2%; */
	float:center;
	border-left:1px solid #ccc;
}

#main .details {
	width:268px;
	height:160px;
	float:right;
	position:relative;
	padding-left:5%;
	padding-bottom:20px;
	margin-right:14px;
	border-left:1px solid #ccc;
}

#main .details h3 {
	color:#a64517;
	padding:0 0 8px;
	border-bottom:1px solid #ccc;
	width:auto;
	background:none;
	float:none;
	text-align:left;
	font-size:14px;
}

#main .details dt {
	float:left;
	clear:left;
	width:20%;
	margin:0 2% 1% 0;
	color:#5d5d5d;
}
#main .details dd {
	color:#a64517;
	clear:right;
	margin-bottom:1%;
}
#main .details .buy {
	width:153px;
	text-align:center;
	float:right;
}
#main .details .buy .price {
	color:#a64517;
	font-size:1.6em;
	font-weight:bold;
}
