/* CSS - Screen - Horizontal Pages */

html,body {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/bg-repeat.jpg) #c3986c;
}
body {
	text-align:left;
	min-width:1520px;
	width: 1520px;
}
.wrapper {
	width: 1520px;
	height: 850px;
	background: url(../images/bg-horizontal.jpg) no-repeat;
}
.btn-checkout {
	position: absolute;
	left: 594px;
	top: 276px;
	width: 172px;
	height: 66px;
}

/* Copy LHS */
.copy-left {
	position: absolute;
	left: 260px;
	top: 380px;
	width: 430px;
	height: 225px;
}
.copy-left p {
	color: #653d1a;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	padding: 0 0 25px 0;
	margin: 0;
}

/* Copy RHS */
.copy-right {
	position: absolute;
	left: 1042px;
	top: 223px;
	width: 310px;
	height: 420px;
}
.copy-right p {
	color: #502f13;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	padding: 0 0 23px 0;
	margin: 0;
}
.copy-right a {
	color: #502f13;
	text-decoration: underline;
}
.copy-right a:hover {
	text-decoration: none;
}

/* Lower Nav */
.nav {
	position: absolute;
	left: 251px;
	top: 633px;
	width: 461px;
	height: 23px;
}
.btn-terms {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 122px;
	height: 23px;
}
.btn-contact {
	position: absolute;
	left: 122px;
	top: 0px;
	width: 74px;
	height: 23px;
}
.btn-privacy {
	position: absolute;
	left: 208px;
	top: 0px;
	width: 92px;
	height: 23px;
}
.btn-accessibility {
	position: absolute;
	left: 308px;
	top: 0px;
	width: 82px;
	height: 23px;
}
.btn-siteterms {
	position: absolute;
	left: 397px;
	top: 0px;
	width: 64px;
	height: 23px;
}
.btn-terms img, .btn-contact img, .btn-privacy img, .btn-accessibility img, .btn-siteterms img{
	display: block;
	padding: 7px;
	height: 9px;
}

/* Footer */
.copy-ftr {
	position: absolute;
	left: 53px;
	top: 716px;
	width: 690px;
	height: 85px;
}
.copy-ftr  p {
	color: #201002;
	font-size: 11px;
	font-weight: regular;
	line-height: 12px;
	padding: 0 0 11px 0;
	margin: 0;
}
.ftr-url {
	position: absolute;
	left: 53px;
	top: 683px;
	width: 152px;
	height: 16px;
}
.ftr-termsnew {
	position: absolute;
	left: 310px;
	top: 683px;
	width: 433px;
	height: 16px;
	color: #f01a22;
	font-size: 11px;
	font-weight: regular;
	line-height: 12px;
	text-align: right;
	border: none;
}
.ftr-termsnew a {
	color: #f01a22;
	text-decoration: underline;
}
.ftr-termsnew a:hover {
	text-decoration: none;
}

.ftr-trademark {
	position: absolute;
	left: 265px;
	top: 810px;
	width: 300px;
	height: 15px;
}
.ftr-trademark  p {
	color: #8b6841;
	font-size: 9px;
	font-weight: bold;
	line-height: 12px;
	padding: 0;
	margin: 0;
}


/* Temp Back Button */
.btn-back {
	position: absolute;
	left: 1400px;
	top: 10px;
}
.btn-back a {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #c3986c;
	padding: 2px 2px 2px 2px;	
}
.btn-back a:hover {
	color: #533011;
}

