BODY {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: Georgia, "Times New Roman", times;
    background: #FFFEF1;
    color: #000000;
    font-size: 12px;
}
A { text-decoration: none; }
A:HOVER { text-decoration: underline; }

A IMG { border: none; }
LABEL { cursor: pointer; }
H1, H2, H3, H4, H5, H6, FORM, UL, OL, P {
	padding: 0;
	margin: 0;
}
P {
	font-size: 12px;
	line-height: 14px;
}
.relax {
	clear: both;
	height: 0;
	line-height: 0px;
	font-size: 1px;
}

#page {
    margin: auto;
    text-align: left;
    width: 960px;
}

/*  Header  */
#oldheader {
	height: 87px;
	_height: 120px;
	text-align: center;
	padding: 33px 0 0 0;
}

#header {
	height: 87px;
	padding: 33px 0 0 0;
}

#header_left {
	float:left;
	padding-left:290px;
}

#header_right {
	margin-top:-25px;
	float:right;
}

/*  Main Menu  */
#main-menu {border-top: 1px solid #231f20;}
#main-menu UL LI {
	display: inline;
	float: left;
	list-style: none;
	width: 145px;
	margin: 0 0 0 18px;
	border-bottom: 1px solid #231f20; 
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	font-style: italic;
	position: relative;
}
#main-menu UL LI.first-li {margin-left: 0px;}
#main-menu UL LI A {
	display: block;
	color: #252120;
	padding: 10px 0;
}
#main-menu .drop-down-box {
	border-top: 1px solid #231f20;
	height: 144px;
	_height: 172px;
	padding: 13px 0 15px 0;
	display: none;
}
#main-menu UL LI UL LI {
	margin: 2px 0 0 0;
	border: none;
	font-weight: normal;
	font-style: normal;
}
#main-menu UL LI UL LI A {padding: 0px;}

#main-menu LABEL {
	font-weight: normal;
	font-style: normal;
	line-height: 16px;
}
#main-menu INPUT.text-field {
	font-family: Arial;
	font-size: 12px;
	background: none;
	border: 1px solid #231f20;
	padding: 2px 5px;
	width: 135px;
	_width: 142px;
	outline: none;
}
#main-menu INPUT.login-btn {
	background: none;
	border: 0px none;
	cursor: pointer;
	outline: none;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
	text-decoration: underline;
	font-size: 12px;
}
#main-menu INPUT.login-btn:HOVER, #main-menu A.new-user:HOVER {text-decoration: none;}
#main-menu A.new-user {
	text-decoration: underline;
	font-size: 12px;
	float: right;
	font-weight: normal;
	font-style: normal;
	padding: 0px;
	line-height: 17px;
}
#main-menu .form-row {
	margin: 5px 0 0 0;
	width: 145px;
	float: left;
}

/*  Content  */
#main-rotator {
	width: 100%;
	float: left;
	padding: 18px 0;
}
#main-rotator IMG {display: block;}

.slider {
	width: 100%;
	float: left;
	padding: 18px 0;
}
.slider IMG {display: block;}

.slider UL {
	height: 400px;
	overflow: hidden;
}
.slider UL LI {
	list-style: none;
}

/*  Product List  */
.prod-list {
	width: 100%;
	float: left;
	border-top: 1px solid #231f20;
/* line below changed from 18px to 5px 2011 09 22 */	
	padding: 0 0 5px 0;
}
.prod-list .prod-list-title {
	line-height: 36px;
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
}
.prod-list .prod-list-title H3 {
	font-size: 12px;
	font-style: italic;
}
.prod-list UL LI IMG {display: block;}
.prod-list UL LI STRONG {
	margin: 10px 0 0 0;
	display: block;
	float: left;
}
.prod-list UL LI SPAN {
	display: block;
	float: left;
/* line below added 2011 09 22 */	
	width: 140px;
	}

/*  Sign Up  */
.sign-up-form {
	width: 100%;
	float: left;
	padding: 16px 0;
	border-top: 1px solid #231f20;
}
.sign-up-form LABEL {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	margin: 4px 13px 0 0;
	float: left;
}
.sign-up-form INPUT.email-field {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 12px;
	color: #9a9a9c;
	font-style: italic;
	border: 1px solid #231f20;
	background: none;
	outline: none;
	padding: 3px 5px;
	width: 528px;
	_width: 540px;
	float: left;
	_height: 21px;
}
.sign-up-form INPUT.sign-up-btn {
	text-indent: -3000em;
	outline: none;
	cursor: pointer;
	border: none;
	float: right;
	width: 20px;
	height: 20px;
	line-height: 20px;
	background: url("../images/buttons/button.gif") no-repeat left top;
}

/*  Footer  */
#footer {
	padding: 16px 0;
	width: 100%;
	float: left;
	border-top: 1px solid #231f20;
}
#footer P {
	font-size: 11px;
	line-height: 19px;
}
#footer P.text-align-right {float: right;}
#footer A {color: #252120;}
#footer UL.social-icons {
	float: left;
	margin-right: 8px;
}
#footer UL.social-icons LI {
	display: inline;
	float: left;
	margin-right: 1px;
}
#footer UL.social-icons LI IMG {display: block;}

/*  jcarousel  */
.jcarousel-skin .jcarousel-container-horizontal {
    width: 960px;
}
.jcarousel-skin .jcarousel-clip-horizontal {
	float: left;
    width:  960px;
/* line below changed from 224px to 240px 2011 09 22 */	
    height: 240px;
    display: inline;
    padding: 5px 0 0 0;
}
.jcarousel-skin .jcarousel-item {
	float: left;
	display: inline;
	width: 145px;
/* line below changed from 224px to 240px 2011 09 22 */	
	height: 240px;
	overflow: hidden;
	list-style: none;
	margin-right: 18px;
	font-size: 12px;
	line-height: 16px;
}
.jcarousel-skin .jcarousel-item A {
	float: left;
    width: 147px;
	height: 180px;
}
.jcarousel-skin .jcarousel-next-horizontal,
.jcarousel-skin .jcarousel-prev-horizontal {
    position: absolute;
    top: 0;
    right: 0;
    width: 21px;
    height: 27px;
    cursor: pointer;
  	background: url("../images/icons/next.gif") no-repeat left center;	
}
.jcarousel-skin .jcarousel-prev-horizontal {
   	background: url("../images/icons/prev.gif") no-repeat right center;
	left: 0;
}

#main-menu .open-drop-down-box {
	border-top: 1px solid #231f20;
	height: 144px;
	_height: 172px;
	padding: 13px 0 15px 0;
}

#left-column {
	border-bottom: 1px solid #231f20;
	margin: 0 0 18px 0;
	clear: left;
	width: 145px;
	height: 303px;
	float: left;
}

#right-column {
	width:815px;
	float:left;
	margin-top: -174px;
	margin-left: 0px;
}

#pwc_product {
	border-bottom: 1px solid #231f20;
	margin: 18px 0 0 18px;
	padding-bottom: 18px;
	height:382px;
}

#pwc_product .main_pic {
	float: left;
}

#pwc_product .thumbnail_pics {
	margin-left:7px;
	width:156px;
	float: left;
}

#pwc_product .detail {
	line-height:16px;
	margin-left:18px;
	width:308px;
	height:350px;
	float: left;
}

#pwc_product .thumbnail_pic {
	float: left;
	margin: 0 0 11px 11px;
}

.thumb {
	border-bottom: 1px solid #231f20;
	float: left;
	margin: 18px 0 0 18px;
  	width: 145px;
	height: 220px;
}

#press_gallery .press_thumb {
	float: left;
	margin: 18px 0 0 18px;
  	width: 145px;
	height: 180px;
}

#press_gallery .press_first {
	float: left;
	margin: 18px 0 0 0px;
  	width: 145px;
	height: 180px;
}

#pwc_press {
	margin: 18px 0 18px 0;
}

#pwc_press .text-column {
	line-height:20px;
	width:308px;
	float: left;
}

#pwc_press .pic {
	margin: 0 0 18px 18px;
	float: left;
}

.pwc_header {
	font-weight: bold;
	font-size: 24px;
	font-style:italic;
	padding-top: 10px;
	padding-bottom: 10px;
}

#main-menu .pwc_loginerror {
	font-weight: normal;
	color: #ff0000;
}

.pwc_form {
	width:100%;
}

.pwc_form td {
	padding: 15px 0px 8px 10px;
	margin-right:20px;
}

.pwc_form td.heading {
	color: #ffffff;
	background-color: #000000;
	font-weight: bold;
	font-style: italic;
	padding: 8px 0px 8px 10px;
	margin-right:20px;
}

.pwc_form td.banner {
	color: #ffffff;
	background-color: #000000;
	font-weight: bold;
	font-style: italic;
	padding: 8px 10px 8px 10px;
}

.pwc_form td.tighter {
	padding: 5px 0px 2px 10px;
}

.pwc_label LABEL {
	font-weight: normal;
	font-style: normal;
	line-height: 16px;
}

.pwc_form INPUT.text-field, TEXTAREA.text-field {
	font-family: Arial;
	font-size: 12px;
	background-color: #ffc;
	border: 1px solid #231f20;
	padding: 2px 5px;
	width: 400px;
	outline: none;
}

.pwc_form SELECT {
	font-size:100%;
	background:#ffc;
}

.pwc_submission {
	border-top: 1px solid #231f20;
	padding: 5px 0 5px 0;
}

.pwc_submission INPUT.submit-btn {
	background: none;
	border: 0px none;
	cursor: pointer;
	outline: none;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}
.pwc_submission INPUT.submit-btn:HOVER {text-decoration: none;}

SPAN.pwc_validationerrormessage {
	font-weight: bold;
	font-style: italic;
	color: #ff0000;
}

#pwc_message {
	padding-top: 10px;
	font-weight: bold;
	font-style: italic;
	color: #ff0000;	
}

.pwc_content_left {
	width: 471px;
	float: left;
}

.pwc_content_right {
	margin-left: 18px;
	width: 471px;
	float: left;
}

.pwc_link {
	text-decoration: underline;
	color:#000000;
}

.pwc_link:HOVER {text-decoration: none;}

.pwc_submission_other {
	padding: 5px 0 35px 0;
}

.pwc_submission_other INPUT.submit-btn {
	background: none;
	border: 0px none;
	cursor: pointer;
	outline: none;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}
.pwc_submission_other INPUT.submit-btn:HOVER {text-decoration: none;}

.pwc_contact_small {
	float:left;
	margin-top:20px;
	width: 145px;
	border-top: 1px solid #231f20;
	padding: 5px 0 5px 0;	
}

.pwc_previous_price {
	color: #ff0000;
	font-weight: bold;
	text-decoration: line-through;
}

#pr_gallery {
	margin-bottom:18px;
}

#pr_gallery .pr_right {
	float: left;
	margin: 18px 0 0 18px;
  	width: 471px;
	padding-bottom:18px;
	border-bottom: 1px solid #231f20;
}

#pr_gallery .pr_left {
	float: left;
	margin: 18px 0 0 0px;
  	width: 471px;
	padding-bottom:18px;
	border-bottom: 1px solid #231f20;
}

#pr_gallery .text {
	float: left;
	margin-left:18px;
	line-height: 18px;
  	width: 308px;
}
