/* Global */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background-color: #f3efe9;
}
form {
	margin: 0;
	padding: 0;	
}
img {
	border: 0;
}
a {
	color: #fff;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h1 {
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	padding: 0 0 7px 0;
}
input#shop, textarea#shop {
	border: 1px solid #fff;
	font-size: 11px;
	background-color: #878070;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}
table, td {
	font-weight: bold;
	font-size: 11px;
}
.panel-300 .nopad {
	padding: 0;
}

/* Shop Front End */
#content-wrapper {
	width: 100%;
	height: 546px;
	text-align: left;
	margin: 0 auto;
}
.globalbg {
	background-color: #878070;
}
.termsbg {
	background-color: #94c2c5;
}
.ecombg {
	background-color: #fff;
}
.measurebg {
	background-color: #5e5753;
}

#shop-hdr {
	height: 75px;
	width: 99%;
	background-color: #f3efe9;
	border-bottom: 1px solid #a49f93;
	color: #453200;
	text-align: right;
	padding: 5px 10px 0 0;
}
#shop-hdr a {
	font-size: 11px;
	font-weight: bold;
	color: #453200;
	text-decoration: none;
}
#shop-hdr a:hover {
	text-decoration: underline;
}
.pardalogo {
	position: absolute;
	top: 25px;
	left: 50%;
	margin-left: -75px;
	z-index: 9999;
}
#shop-content {
	margin:0px auto;
	width: 996px;
	text-align: left;
}
#shop-content img.shop {
	float: left;
	width: 323px;
}
#shop-content div.shop {
	float: left;
	width: 310px;	
	padding: 35px 20px 0px 20px;
}
#shop-content img.fabrics {
	float: left;
	width: 403px;
}
#shop-content div.fabrics {
	float: left;
	width: 550px;	
	padding: 40px 20px 0px 20px;
}
#shop-content div.home-flash {
	float: left;
	width: 323px;
	height: 546px;
}

.contact-input {
	width: 210px;
}
.contact-textarea {
	width: 210px;
	height: 100px;
}

/* Fabrics */
.fabrics-txt {
	height: 100px;
}
.fabrics-thumbs {
	margin-top: 50px;
}
.fabrics-thumbs img  {
	margin: 0 7px 7px 0;
}
/* End of Shop Front End */

/* Measure & Fit */
.measure-fit-panel {
	border-bottom: 1px solid white; 
	padding: 20px 10px;
}

/* Text */
.boldtxt {
	font-size: 11px;
	font-weight: bold;
}
.plaintxt {
	font-size: 10px;
}
.txt-only {
	width: 49%;
	float: left; 
	height: 418px; 
	margin-top: 30px;
	overflow: auto;
}

/* Footer */
#footer {
	width: 98%;
	height: 100px;
	padding: 10px;
	position: absolute;
	background-color: #f0ebe4;
	background: url(../images/footer-bg.gif) repeat-x;
	border-top: 1px solid #a49f93;
	color: #806a47;
	font-size: 11px;
	font-weight: bold;	
}
#footer .footer-strap {
	background: url(../images/footer-strap.png) no-repeat right;	
	width: 100%;
	height: 118px;
	margin-top: -92px;
	position: absolute;
	left: 0;
}
#footer a {
	font-size: 11px;
	font-weight: bold;
	color: #453200;
	text-decoration: none;	
	
}
#footer a:hover {
	text-decoration: underline;		
}