* {
   margin: 0;
   padding: 0;
   border: 0;
   outline: 0;
   cursor:default;
}

p {
   margin-bottom: 20px;
   line-height:21px;
}

ul {
   list-style: none;
}

ol li {
   margin-left: 20px;
   margin-bottom: 10px;
   list-style-type: disc;
}

body {
   background: #000 /*url('images/bg-1.jpg') repeat-y top center*/;
   font-family: Arial, Helvetica, sans-serif;
   font-size:12px;
   color: #eee;
}

a {
   color: #af292e;
   text-decoration: none;
   font-family:Georgia, "Times New Roman", Times, serif;
   cursor:pointer;
}

a:hover {
}

a * {
	cursor:pointer;
}


select {
	padding:3px;
	background:#eee;
	cursor:pointer;
	color:#222;
}


.block {
   display: block;
   overflow: hidden;
   text-indent: -9999px;
}

.fl-left {
   float: left;
}

.fl-right {
   float: right;
}

.clear {
   clear: both;
}


h3, h4, h5 {
	font-weight:normal;
}

h3, h4, h5, .b {
   font-family:Georgia, "Times New Roman", Times, serif;
}

.c {
	font-size:40px;
	color:#eee;
}

h5, .d {
	font-size:14px;
}

h4, .e {
	font-size:16px;
	color:#c0c0c0;
}

.f {
	font-size:18px;
}

.g {
   color: #eee;
   font-family: Arial, Helvetica, sans-serif;
   font-size:11px;
}

.h {
	font-size:20px;
	color:#eee;
}

.j {
	font-size:26px;
}

h3, .i {
	font-size:20px;
}

.btn.previous {
	padding-left:11px;
	margin-right:5px;
	background: url(images/arrow-l-grey.png) no-repeat left center;
}
.btn.next {
	padding-right:10px;
	margin-left:5px;
	background: url(images/arrow-r-grey.png) no-repeat right center;
}

.btn.more {
	margin:0 5px;
}

.blk {
	width:100%;
	height:100%;
	position:fixed;
	/*background: url('images/blk-02.png');*/
	z-index:-1;
}

.wht {
	height:1px;
	background: url(images/wht-01.png) repeat-x;
	overflow:hidden;
}


#wrapper-a {
	z-index:999;
}

.wrapper-a {
	width:990px;
	margin:0 auto;
	padding-top:30px;
}

.head {
	height:52px;
	background: url(images/logo.png) no-repeat;
}

.logo {
	width:209px;
	height:52px;
	cursor:pointer;
}


.menu-a li, .menu-c li {
	margin-left:40px;
}

.menu-a a, .menu-b a {
	padding-bottom:2px;
	font-size:14px;
}

.menu-a a:hover, .menu-a a.active, .menu-b a:hover {
	background: url('images/dots.png') repeat-x bottom left;
}


.menu-b {
	height:133px;
	background: url('images/menu-b.png') no-repeat;
}

.menu-b li {
	width:246px;
	height:133px;
	line-height:133px;
	text-align:center;
}

.menu-c {
	height:32px;
	display:block;
}

.menu-c a {
	display:block;
	padding-bottom:3px;
	font-size:14px;
}

.menu-c a:hover {
	color:#fff;
}

.menu-c a.active {
	color:#fff;
	background: url('images/dots-red.png') repeat-x bottom left;
}


.foot {
	margin-top:16px;
}

.foot .tagline {
	width:180px;
	height:70px;
	background: url('images/foot-tagline-kwt.png') no-repeat;
}

.foot .copy {
	font-size:10px;
	color:#a6a6a6;
}

.foot .copy a {
	margin-right:30px;
	color:#ccc;
	padding-bottom:2px;
	background: url('images/dots.png') repeat-x bottom left;
}

.content {
	margin-bottom:0;
}

.content.news, .content.company, .content.press, .content.store-locator {
	margin-top:32px;
}





.headlines {
	width:315px;
}

.headline-title {
	margin-bottom:20px;
}

.headline-summary {
	line-height:21px;
}

.headline-btn {
	width:311px;
	height:390px;
	margin-right:24px;
	position: relative;
	overflow: hidden;
}

.headline-btn a {
	display: block;
	width:311px;
	height:390px;
}

.headline-btn a img {
	position: absolute;
	top:-392px;
	left:0;
}

.headline-btn a:hover img {
	top:1px;
}





.grid {
	padding-top:20px;
}

.grid-item {
	width:230px;
	height:230px;
	margin-bottom:24px;
	background:#000;
}

.grid-spacer {
	width:23px;
	height:24px;
}

.grid-item a {
	display:block;
	width:230px;
	height:230px;
	border:solid 1px #000;
}

.grid-item a.active, .grid-item a:hover {
	border:solid 1px #af292e;
}



.detail {
	padding:0;
	background:#000;
}

.detail.product {
	height:408px;
}

.properties {
	width:410px;
	margin:45px 90px 0 0;
	margin-right:90px;
}

.view {
	width:306px;
	padding-top:40px;
	padding-left:80px;
}

.product-title {
	font-size:12px;
	font-weight:bold;
}

.wht.sep {
	margin:10px 0;
}



.dd-wrap, .btn-submit-wrap {
	position:relative;
	background:#af292e;
}

.dd-handler, .btn-submit {
	background:url(images/arrow-d-white.png) no-repeat 145px center;
	height:28px;
	line-height:28px;
	text-indent:10px;
	font-weight:bold;
	cursor:pointer;
}

.btn-submit {
	background:none;
	text-align:center;
	text-indent:-3px;
}

.dd-options {
	width:165px;
	padding:6px 0 10px 0;
	background:#af292e;
}

.dd-option {
	height:24px;
	background:#af292e;
	line-height:24px;
	padding:0 10px;
	font-weight:bold;
	cursor:pointer;
	text-align:center;
	vertical-align:middle;
}

.dd-option span { margin-left:5px; font-size:9px; cursor:pointer; }

.dd-option:hover { text-decoration:underline; }

.dd-option.disabled {
	color:#6f6f6f;
	text-decoration:line-through;
	cursor:default;
}

.dd-option.alt {
	background:#69191c;
	margin-bottom:8px;
	color:#d2babb;
	font-size:11px;
}

.dd-option.selected {
	background:#69191c;
}


.store-locator-a {
	width:285px;
	overflow:hidden;
	white-space:nowrap;
	padding:20px;
}

.store-locator-b {
	padding-top:20px;
	padding-right:15px;
	padding-bottom:20px;
}

.store-locator-map {
	
}

.store-locator-dd {
	padding-top:2px;
	padding-bottom:8px;
}

.store-location {
	padding-top:5px;
	padding-bottom:10px;
	text-transform:capitalize;
}


.news-article-list-item {
	padding-bottom:40px;
}

.news-article-list-title {
	padding-top:20px;
	padding-bottom:18px;
}

.news-article-list-thumb {
	width:156px;
	margin-right:20px;
}

.news-article-list-thumb a {
	display:block;
	width:156px;
	border:solid 1px #000;
}

.news-article-list-thumb a:hover {
	border:solid 1px #af292e;
}

.news-article-list-summary {
	width:795px;
}

.news-article-list-link {
	display:block;
	margin-top:30px;
}

.news-article-page {
	margin-bottom:25px;
}

.news-article-body {
	margin:30px 0;
}



.company-a {
	width:156px;
	margin-top:20px;
	margin-right:20px;
}

.company-a a {
	display:block;
	margin-bottom:18px;
	padding-bottom:3px;
}

.company-a a:hover {
	color:#fff;
}

.company-a a.active {
	color:#fff;
	background: url('images/dots.png') repeat-x bottom left;
}

.company-b {
	width:790px;
	margin-top:20px;
	padding-bottom:50px;
	font-size:12px;
}

.company-b h3, .company-b h4, .content-page h3, .content-page h4 {
	line-height:36px;
}

.company-b ul {
	margin-bottom:15px;
	margin-left:15px;
}

.company-b ul li {
	margin-bottom:10px;
	margin-left:20px;
	list-style:disc;
}

.company-header {
	padding-bottom:20px;
}


.press-section {
	width:310px;
	height:390px;
	margin-bottom:50px;
	line-height:390px;
	text-align:center;
}

.press-section-1 {
	margin-right:30px;
	background: url('images/press-section-1.jpg') no-repeat;
}

.press-section-2 {
	margin-right:30px;
	background: url('images/press-section-2.jpg') no-repeat;
}

.press-section-3 {
	background: url('images/press-section-3.jpg') no-repeat;
}



.contact-a {
	width:500px;
}

.contact-b {
	width:400px;
}

.contact-a *,
.contact-b *,
.news-article-list-summary,
.news-article-body,
.news-article-body p,
.news-article-body div,
.company-b,
.company-b *,
.content-page,
.content-page * {
	line-height:22px;
}




#modal-indicator {
	position : fixed;
	top : 20%;
	left : 50%;
	width : 100px;
	height : 100px;
	margin-left : -70px;
	z-index : 9999;
	border: solid 1px #444;
	background : #111 url('images/indicator-b.gif') no-repeat center center;
}

#overlay {
	position : absolute;
	overflow : hidden;
	top : 0;
	left : 0; 
	background-color : #000;
	cursor : pointer;
	z-index : 9990;
}

#overlay.loading {
	cursor:wait;
}








.modal-window.cart {
	width : 990px;
	top :100px;
	position:absolute;
	color : #999;
	z-index : 9998;
	padding : 0 0 1px 0;
	border-top:solid 1px #3e4143;
	border-bottom:solid 1px #3e4143;
	border:solid 1px #ccc;
	overflow:hidden;
}

.modal-wrapper {
	height : 420px;
	background : #000;
}

.cart-wrapper {
	padding : 20px;
	padding-top : 10px;
}

#cart-head {
	margin-bottom : 10px;
	padding : 10px 0 10px 0;
	visibility : hidden;
}

#cart-head a {
	float : left;
	margin-right : 45px;
	font-size:12px;
}

#cart-head a.selected {
	color : #ccc;
	cursor : default;
	border-bottom:dotted 1px #ccc;
}

#cart-head a.disabled {
	color : #555;
	cursor : default;
}

.cart-block {
	position : absolute;
	width : 920px;
	height : 315px;
	padding : 10px 0px;
	/*background : #000;*/
	border-bottom : solid 1px #0a0a0a;
	visibility : hidden;
}

.cart-block .hdr {
	padding-left : 0;
	padding-top : 0;
	margin-bottom : 0;
}


.cart-block .continue {
	position: absolute;
	left : 390px;
	bottom : -6px;
	background-color : #000;
	border-right : solid 8px #000;
}

.cart-block .continue.btn-z {
	left : 0;
}

.cart-block .continue.btn-a {
	left : 450px;
}

.cart-block .continue.btn-b {
	left : 401px;
}

.cart-block .continue.btn-s {
	left : 246px;
}

.cart-block .continue.btn-c {
	left : 653px;
}

.cart-block .continue.btn-d {
	left : 401px;
}

.cart-block .continue.btn-e {
	left : 401px;
}

.cart-block .continue.btn-f {
	left : 239px;
}

#cart-products-slider {
	position : absolute;
}

.cart-products {
	width:960px;
	height : 315px;
	position : relative;
	margin-bottom : 16px;
	overflow:hidden;
}

.cart-products .cart-product  {
	position : absolute;
	width : 148px;
}

.cart-products .cart-product .img-wrap  {
	width : 148px;
	height : 145px;
	margin-bottom:4px;
	border : solid 1px #111;
	overflow:hidden;
}

.cart-products .cart-product img {
	margin-top:-1px;
	margin-left:-1px;
	margin-bottom : 4px;
	background : #000;
}

.cart-product .remove {
	top : 4px;
	right : 5px;
}

.shopping-bag-total, .shopping-bag-total span {
	color:#eee;
	font-weight:bold;
}

#promo-code-list {
	margin : 0 10px 10px 10px;
}

.promo-code {
	padding : 2px 0;
}

.promo-code a {
	margin-left : 5px;
}




.img-loader-wrapper {
	background:#222 url('images/indicator-b.gif') no-repeat center center;
}



.form {
	width : 350px;
}

.label {
	cursor : pointer;
}

.label.checkbox {
	margin-left : 5px;
}

.label:hover {
	color : #efefef;
}

.form dt {
	float : left;
	width : 150px;
}

.form dd {
	position : relative;
	float : left;
	width : 200px;
	margin-bottom : 10px;
}

.form-errors {
	margin-bottom:5px;
	cursor : default;
	color : #df3c89;
}

.form-errors h3 {
	display : none;
	margin-bottom : 14px;
	color : #df3c89;
}

.field-error {
	margin-right : 1px;
	padding : 0 5px;
	cursor : pointer;
	background : #df3c89;
	color : #efefef;
}

.select, .textfield, .textarea {
	width : 194px;
	height : 20px;
	padding : 2px 0 2px 3px;
	background : #333;
	border : solid 1px #777;
	color : #efefef;
	line-height : 22px;
	cursor:pointer;
	vertical-align:middle;
	font-size:14px;
	letter-spacing:.05em;
}

.inactive {
	color : #777;
	text-transform: uppercase;
	font-size:10px;
	letter-spacing:normal;
	font-weight:bold;
	line-height : 20px;
}

.error {
	border-color : #df3c89;
}

.select {
	height : 26px;
	font-size:13px;
}

.textarea {
	width : 345px;
	height : 120px;
	margin-top : 5px;
}

.checkbox {
	vertical-align : middle;
}

.firstname {
	width : 92px;
	margin-right : 5px;
}

.lastname {
	width : 92px;
}

.zip {
	width : 60px;
}

.phone {
	width : 115px;
	margin-right : 5px;
}

.csc {
	width : 50px;
	padding-left : 0;
	text-align : center;
}

.quantity {
	width : 30px;
	height:18px;
	padding:0;
	text-align : center;
	font-size:10px;
	line-height:18px;
}

.cardtype {
	width : 125px;
}

.date {
	width : 68px;
}
.state {
	width : 125px;
}


.account {
	padding:32px 15px;
	background:#000;
}



.send-friend {
	position:absolute;
	top:17px;
	left:80px;
	z-index : 9992;
	width:772px;
	height:337px;
	padding:15px 20px;
	background:#000;
	border:solid 1px #fff;
}

.send-friend .title {
	font-weight:bold;
	font-size:13px;
	color:#eee;
}

.btn-close {
	position:absolute;
	top:0px;
	right:0px;
	width:42px;
	height:42px;
	text-indent:-9999px;
	overflow:hidden;
	background:url('http://www.phasedreduction.com/faction/app_themes/phased/images/btn-close.png') no-repeat;
	cursor:pointer;
}

.send-friend .form-wrapper {
	width:460px;
	margin-top:20px;
}

.send-friend .form {
	margin-top:20px;
}

.send-friend .form-wrapper dt {
	text-align:right;
}

.send-friend .form-wrapper dt label {
	margin-right:10px;
	font-size:13px;
}

.send-friend .form-wrapper .textfield, .send-friend .form-wrapper .textarea {
	width:290px;
	background:#efefef;
	color:#111;
	font-size:12px;
}

.send-friend .form-wrapper textarea {
	width:290px;
	height:110px;
}

.send-friend .btn-wrapper {
	width:128px;
	margin-top:277px;
}


.press-item {
	width:175px; 
	height:228px;
	overflow:hidden;
	border:solid 1px #000;
	text-align:center;
}

.press-item:hover {
	border:solid 1px #af292e;
}


#__asptrace {
	background:#efefef;
}
