@charset "utf-8";
/* CSS Document */
h1 {
	font-size:35px;
	color:#A7A7A7;
	font-weight:normal;
	margin:0px 0px 14px 0px;
}
h2 {
	font-size:27px;
	font-weight:normal;
	margin:0px 0px 11px 0px;
	color:#691828;
}
h3 {
	font-size:27px;
	font-weight:normal;
	margin:0px 0px 11px 0px;
	color:#A7A7A7;
}
body {
	font: 100% Helvetica, Arial, Verdana, sans-serif;
	background: url('/img/bg-main.gif') repeat-x top #FFF;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #424242;
}
#container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	overflow:visible;
}
#contentFrame-l1 {
	float:left;
	background:url('/img/content_container-t.jpg') top repeat-x #FFF;
	width:970px;
	margin:42px 0px 0px 30px;
	overflow:visible;
}
#contentFrame-l2 {
	float:left;
	background:url('/img/content_container-l.jpg') top left no-repeat;
	width:970px;
	overflow:visible;
}
#contentFrame-l3 {
	float:left;
	background:url('/img/content_container-r.jpg') top right no-repeat;
	width:970px;
	overflow:visible;
}
#contentContainer {
	margin-top:57px;
	width:970px;
	min-height:550px;
	overflow:visible;
	position:relative;
	z-index:20;
}
.copyContainer {
	padding:20px 60px;
	position:relative;
	z-index:inherit;
}
#header {
	position:absolute;
	top:49px;
	height:50px;
	width:970px;
	overflow:visible;
}
#logo {
	margin:-49px 0px 0px -30px;
	float:left;
	width:188px;
	height:184px;
	position:relative;
	z-index:8;
	border:0px;
}
#linkContainer {
	width:810px;
	float:right;
	height:50px;
	font-size:15px;
	font-weight:bold;
}
.mainLink {
	display:block;
	color:#691828;
	text-decoration:none;
	padding:19px 0px 0px 0px;
	float:left;
	text-align:center;
	height:50px;
}
#linkContainer a:hover {
	color:#666;
}
#viewCart{
	float:left;
	color:#691828;
	text-decoration:none;
	margin:13px 7px 0px 5px;
	display:block;
	padding:7px 0px 0px 38px;
	font-size:12px;
	background:url(/img/btn_bg-view_cart.gif) no-repeat;
	width:74px;
	height:32px;
}
#number {
	color:#A7A7A7;
	font-size:15px;
	width:160px;
	float:left;
	height:15px;
	margin-top:19px;
}
#footer {
	float:left;
	clear:both;
	margin-top:10px;
	width:970px;
	text-align:center;
	background:url(/img/bg-footer.jpg) no-repeat top;
	height:50px;
	font-size:11px;
	padding-top:8px;
}
#footer a {
	padding: 0px 10px;
	display:inline;
	text-decoration:none;
}
#footer span {
	display:inline;
	padding:0px 8px;
}
.orderBtn {
	background:url('/img/btn_bg-order.gif') top no-repeat;
	line-height:54px;
	float:right;
	text-decoration:none;
	color:#FFF;
	display:block;
	width:247px;
	height:54px;
	text-align:center;
	font-weight:bold;
	float:left;
	font-size:14px;
	margin-top:5px;	
}