/* CSS Document */

ol, ul, li{
	padding: 0;
	margin: 0;
	list-style-type: none;	
}

body, p {
	padding: 0;
	margin: 0;
}

img {
	border: 0;
}

a {
}

a:hover {
}

.none {
	display: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

body {
	color: #FFF;
	font: 18px "Century Gothic", Arial, Helvetica, sans-serif;
	
}

.wrapper {
	background: #FFF url(../images/stiffies-underwear-bg.png) no-repeat left top;
	height: 572px;
	width: 1015px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #ddd;
	position: relative;
	box-shadow: 0px 0px 75px #CCC;
}

header {
}
.logo {
	display: block;
	position: absolute;
	left: 20px;
	top: 25px;
	z-index: 1000;
}
.menu {
	position: absolute;
	left: 0px;
	top: 50px;
}

.menu li {
	float: left;
}

.menu li a {
	background: url(../images/buttons-bg.png) repeat-x 0px 0px;
	width: 180px;
	text-transform: uppercase;
	color: #FFF;
	display: block;
	text-align: center;
	text-decoration: none;
	height: 29px;
	padding-top: 7px;
	margin-right: 5px;
	float: left;
}
.menu li a:hover, .menu li a.selected {
	background: url(../images/buttons-bg.png) repeat-x 0px -50px;
}
#aAbout {
	padding-left: 148px;
}
#aTestimonials {
}
#aContact {
}
#aSale {
}
#aAbc {
	margin-right: 0px;
	text-align: left;
	padding-top: 0px;
	width: 127px;
	height: 36px;
}

article {
	background: url(../images/red-bg.png);
	padding: 18px;
	position: absolute;
	left: 148px;
	top: 91px;
	width: 514px;
	z-index: 1000;
}
article p {
	padding-bottom: 18px;
}
article p .small {
	font-size: .7em;
	display: block;
	margin-top: 0px;
}

article p.last {
	margin: 0px;
}

article a.close {
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding: 10px 18px;
	background-image: url(../images/red-bg.png);
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	font-size: 24px;
}

article.about {
	display: none;
}

article.testimonials {
	left: 333px;
	display: none;
}

article.contact {
	left: 518px;
	width: 330px;
	display: none;
}

/* ========================================== */
/* ================== SALE PAGE ============= */
/* ========================================== */

article.sale {
	width: 831px;
	height: 445px;
	font-size: 14px;
	display: none;
}

article.sale #saleContent {
    height: 400px;
    width: 840px;		
}

ul.saleTop {
	font-size: 12px;
}

.price-box {
	background: #fff;
	border: 1px solid #000;
	padding: 5px 10px;
	margin: 10px 0;
	color: #000;
	font-size: 15px;
}

.price-box strong {
	color: #E81E22;
}

.price-box a {
	color: #000;
}

.price-box a:hover {
	color: #E81E22;
}

.price-box.box1 img {
	float: right;
	display: block;
	padding-top: 12px;
	padding-right: 10px;
}

.price-box.box2 h3 {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	background: #E81E22;
	line-height: 1em;
	text-align: center;
	margin: 5px 0 10px 0;
	padding: 5px;
}

.product-image, .product-text, .product-labels, .product-selections{
	float: left;
}

.product-image {
}

.product-text{
	font-size: 14px;
	text-align: center;
	padding-left: 58px;
}

.product-text h4{
	margin: 0px;
	padding-bottom: 10px;
	padding-top: 5px;
}
.product-text p {
	padding-bottom: 0;
	margin-bottom: 0;
}

.product-labels{
	padding-top: 17px;
	padding-left: 90px;
	text-align: right;
	line-height: 23px;
}

.product-selections{
	padding-top: 15px;
	text-align: left;
	padding-left: 15px;
}

.product-selections select{
	width:40px;
}

.sale-terms {
	font-size: 12px;
}
.sale-terms p {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 15px;
}

.sale-terms a {
	color: #000;
	text-decoration: none;
}

.sale-terms a:hover {
	color: #fff;
	text-decoration: underline;
}

.sale-details {
	padding: 10px 0 20px 0;
}

.form-heading {
	padding-left: 282px;
	padding-bottom: 5px;
}

.form-label {
	display: block;
	text-align: right;
	padding-top: 3px;
	color: #fff;
}


a.btn {
	color: #000;
	background: #fff;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;	
	font-size: 18px;
	
	display: block;
	width: 350px;
	padding: 5px;
	margin-top: 18px;
	
	border: 1px solid #000;
	
}

a.btn:hover {
	color: #fff;
	background: #000;
	border: 1px solid #fff;
}

/* ========================================== */
/* ============== END: SALE PAGE ============ */
/* ========================================== */

.guarantee {
	position: absolute;
	left: 20px;
	top: 470px;
}
.turned-13 {
	position: absolute;
	left: 20px;
	top: 120px;
}
.small-testimonials {
	font-size: 14px;
	color: #111;
	position: absolute;
	top: 345px;
	right: 13px;
	width: 70px;
	text-align: right;
	line-height: 1.1em;
}
.small-testimonials span {
	font-size: 10px;
	color: #EC2024;
	display: block;
	line-height: 1.1em;
	padding-top: 4px;
}






.baskerville {
	font-family: "Baskerville Old Face", Arial, Helvetica, sans-serif !important;
}
.arial {
	font-family: Arial, Helvetica, sans-serif !important;
}



.paypal {
	position: absolute;
	left: 812px;
	top: 516px;
}

.add-this {
	position: absolute;
	left: 420px;
	bottom: 10px;
	/* [disabled]background: #03F; */
	text-align: center;
	width: 479px;
}

.right-links {
	width: 133px;
	position: absolute;
	top: 95px;
	right: 0px;
}
.right-links a {
	display: block;
}

img.email {
	padding-top: 4px;
}






footer {
}

article a.close:hover {
	color: #000;
}
