@charset "utf-8";
/* CSS Document */

HTML, BODY {
	background-color:#f1f1f1;
	margin:0px;
	height:100%;
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	color:#333;
}

A > IMG {
	border:0px;
}

A {
	color:#880000;
	text-decoration:none;
}

A:HOVER {
	 text-decoration:none;
	 color:#CC0000;
}

.clear {
	clear:both;
}

.contentBG {
	background-image:url(../img/content_bg.jpg);
	background-repeat:repeat-y;
	width:1000px;
	padding:0px;
	margin:0px auto 0px auto;
}

.headerHolder {
	width:1000px;
	height:110px;
	padding:0px;
	margin:0px auto 0px auto;
}

.headerLogo {
	float:left;
	width:325px;
	padding:0px;
	margin:0px;
}

.headerTop {
	background-image:url(../img/nav/navtop_bg.jpg);
	float:right;
	width:675px;
	height:20px;
	padding:0px 0px 0px 0px;
	margin:0px;
	text-align:right;
}

.headerTop p {
	font: normal 11px Arial, Helvetica, sans-serif;
	text-transform:normal;
	margin:5px 35px 0px 0px;
	font-weight:normal;
}

.headerNav {
	float:right;	
	width:675px;
	height:50px;
	padding:0px;
	margin:0px;
	position: relative;
	z-index:10;
}

.headerSearch {
	background-image:url(../img/nav/navsearch_bg.jpg);
	background-repeat:no-repeat;
	float:right;
	width:675px;
	height:35px;
	margin:0px;
	text-align:right;
	border:0px black solid;
	z-index:-1;
}

.searchContain {
	width:600px;
	margin:1px auto 0px auto;
	font: bold 11px Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	color:#c92032;
	text-transform:uppercase;
}

.searchContainInput {
	background-image: url(../img/forms/input_bg.jpg);
	background-repeat: no-repeat;
	padding-left: 7px;
	padding-top: 5px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#888; 
	letter-spacing:1px;
	border: 0px solid #fff;
	width: 188px;
}

.searchContainSubmit {
	position:relative; 
	top:5px;
	left: -5px;
}

/* NAVIGATION */
ul#flNav {
	margin: 0px;
	padding: 0px;
	width: 675px;
	list-style:none;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

ul#flNav li {
	float:left;
	margin:0px;
	padding:0px;
	position:relative;
}

ul#flNav li a {
	float:left;
	text-index:-9999px;
	height:50px;
}

ul#flNav li:hover a, ul#flNav li a:hover { background-position: left bottom; } /*--Hover State--*/
ul#flNav a.nHome {
	background:url(../img/nav/home.jpg) no-repeat;
	width: 145px;
}
ul#flNav a.nAbout {
	background: url(../img/nav/about.jpg) no-repeat;
	width: 101px;
}
ul#flNav a.nProducts {
	background: url(../img/nav/products.jpg) no-repeat;
	width: 102px;
}
ul#flNav a.nSupport {
	background: url(../img/nav/support.jpg) no-repeat;
	width: 102px;
}
ul#flNav a.nNewsmedia {
	background: url(../img/nav/media.jpg) no-repeat;
	width: 101px;
}
ul#flNav a.nContact {
	background: url(../img/nav/contact.jpg) no-repeat;
	width: 124px;
}

ul#flNav li .sub {
                position: absolute; /*--Important--*/
                top: 42px; left: 0;
                background: #fff url(../img/prodnav/prodnav_bg.png) repeat-x; /*--Background gradient--*/
                background-position:bottom;
                padding: 20px 20px 20px;
                float: left;
                /*--Bottom right rounded corner--*/
                -moz-border-radius-bottomright: 5px;
                -khtml-border-radius-bottomright: 5px;
                -webkit-border-bottom-right-radius: 5px;
                /*--Bottom left rounded corner--*/
                -moz-border-radius-bottomleft: 5px;
                -khtml-border-radius-bottomleft: 5px;
                -webkit-border-bottom-left-radius: 5px;
                display: none; /*--Hidden for those with js turned off--*/
                z-index:15;
}

ul#flNav li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
ul#flNav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 175px;
	float: left;
}
ul#flNav .sub ul li {
	width: 100%; /*--Override parent list item--*/
	color: #000;
}
ul#flNav .sub ul li h2 { /*--Sub nav heading style--*/
	padding: 0;  margin: 0;
	font-size: 1.1em;
	font-weight: normal;
	border-top:1px #BDBDBD solid;
}
ul#flNav .sub ul li h2 a { /*--Sub nav heading link style--*/
	padding: 10px 0;
	background-image: none;
	color: #666;
	font-weight:bold;
}
ul#flNav .sub ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	background: url(navlist_arrow.png) no-repeat 5px 12px;
	padding: 7px 5px 7px 15px;
	display: inline-block;
	text-decoration: none;
	color: #000;
}
ul#flNav .sub ul li a:hover {
	color: #333;
	background-position: 5px 12px ;/*--Override background position--*/
}
ul#flNav .subLinks {
position: relative;
top: -10px;
}

ul#flNav .subLinks > a {
                <!--[if IE 7]>
                display:inline;
                font-size:12px;
                margin-bottom:5px;
                <![endif]-->

                font-size:12px;
                height:20px;
                text-align:left;
                padding:5px 3px 0px 5px;
                margin:0px;
                color:#999;
}

ul#flNav .subLinks > a:hover {
								font-weight:bold;
								color:#C92032;
}

/* END NAVIGATION */

.bodyHolder {	
	width:952px;
	height:100%;
	padding:0px;
	margin:0px auto 5px auto;
	border-top:1px #c9c9c9 solid;
}

.subnavBody {
	width:230px;
	float:left;
	margin:0px;
	padding:0px 0px 0px 5px;
	border:solid 1px #c9c9c9;
	border-top:0px;
}

.contentBody {
	float:left;
	width:650px;
	margin:0px;
	padding:0px 0px 0px 2px;
}

/* SubNav Accordion */




/* SubNav Accordion End */
/* -- SubNav Accordion -- */

.accordion2 {
	width: 230px;
	border-bottom: solid 0px #c9c9c9;
}
.accordion2 a {
  text-decoration: none;
  color: #2a2a2a;
}
.accordion2 h3 {
	background-color:transparent;
	padding: 7px 15px;
	margin: 0;
	font: bold 12px/100% Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	border-top: solid 1px #c9c9c9;
	cursor: pointer;
	color:#999;
}
.accordion2 h3:hover {
	background-color: #bcbcbc;
	color:#fff;
}
.accordion2 h3.active {
	background-color: #c92032;
	color:#fff;
	border-bottom: solid 1px #c9c9c9;
}
.accordion2 p {
	background-color: transparent;
	margin: 0;
	padding: 0px 20px 10px;
	border-left: solid 0px #c9c9c9;
	border-right: solid 0px #c9c9c9;
	display: none;
	text-transform:uppercase;
	font: bold 12px/20px Arial, Helvetica, sans-serif;
	color:#999;
	font-weight:bold;
}
.accordion2  a:hover {
  
}

.accordion2 span {
	display:block;
	background-image:url(../img/sidenav-bg.gif);
	background-repeat:no-repeat;
	margin:0px auto 0px 15px;
	padding:0px 0px 0px 15px;
	font-weight:normal;
}
.accordion2 span:hover {
	background-color: #ececec;
}


.accordion2 span.last {
	display:block;
	background:url(../img/sidenav-last.gif) no-repeat;
	margin:0px auto 0px 15px;
	padding:0px 0px 0px 15px;
	font-weight:normal;
}
.accordion2 span.last:hover {
	background-color: #ececec;
}

/* -- SubNav Accordion End -- */

/* Drop Down Nav */

.button {
	display:block;
	margin: auto;
	margin: 0px;
	padding: 0px;
	float: left;
	
}

ul, li {
	margin:0; 
	padding:0; 
	list-style:none;
}

.menu_class {
	border:0px solid #1c1c1c;
	z-index:100;
}

.the_menu {
	display:none;
	width:100px;
	border: 0px solid #1c1c1c;
	z-index:1000;
}

.the_menu li {
	background-color: #302f2f;
	
}

.the_menu li a {
	color:#FFFFFF; 
	text-decoration:none; 
	padding:10px; 
	display:block;
}

.the_menu li a:hover {
	padding:10px;
	font-weight:bold;
	color: #F00880;
	z-index:1;
}

/* Drop Down Nav End */

/*
DROPDOWN
*/    
    
.dropdown-menu {
    width:102px;
    position:absolute;
    font-size:10px;
    color:#FFF;
    cursor:pointer;
    z-index:1000px;
}

.dropdown-menu a:link, .dropdown-menu a:visited {
    color:#FFF !important;
    display:block !important;
    text-decoration:none !important; 
    margin:0 !important;
    
}

.dropdown-menu a:hover {
    color:#FFF !important;
    text-decoration:underline !important;
}

.dropdown-menu .slide-down {
    background:url(../img/nav/products_on.jpg) no-repeat;
}

.menu-first {
    background:transparent url(../img/nav/products_off.jpg) no-repeat;
		height:50px;
    padding:0px;
		margin:0px;
}

.down-list {
    background:transparent url(../images/drop-down-bottom.png) no-repeat bottom;
    margin:0px;
		padding:0px 0px 0px 2px;
}
.down-list li {
    padding:0px;
		margin:0px;
		height:32px;
}
.down-list .lastLI { 
	background:#fff; 
	padding:0px;
	margin:0px;
}

ol, ul {
	list-style:none;
}    
.dropHolder {
	width:102px; 
	float:left; 
	height:1px; 
	margin-left:0px;
}

.bodyFooter {
	background:url(../img/footer_bg.jpg) repeat-x bottom;
	background-position:bottom;
	width:952px;
	padding:0px;
	margin:0px auto 0px auto;
}

.footerAccount {
	float:left;
	width:250px;
	margin:0px;
	padding:25px;
}

.footerAccount TABLE {
	width:230px;
	margin:10px 0px 20px 0px;
}

.footerAccount TD {
	width:100px;
	padding:0px;
}
.footerAccount a {
  text-decoration: none;
  color: #878787;

}
.footerSitemap {
	padding:25px 5px 0px 7px;
	margin:0px 5px 0px 0px;
	float:left;
	font-size:10px;
	line-height:12px;
	color:#BBB;
	text-transform:uppercase;
	width: 110px;
}
.footerSitemap a {
text-decoration: none;
color: #777;
padding-left: 1px;
}
.footerSitemap a:hover {
text-decoration: none;
color: #777;
padding-left: 1px;
}

.footerSitemap H1 {
	color:#c92032;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	margin:0px 0px 5px 0px;
}

.footerSitemap li {
	margin:0px 0px 5px 0px;
	color: #777;
	height: 13px;
}
.footerSitemap li:hover {
  width: 110px;
  color: #777;
  background-color: #ddd;
  cursor: pointer;
}

.footerContact {
	background-color:#eee;
	width:580px;
	border:1px #ccc solid;
	margin:20px 50px auto auto;
	padding:10px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	text-align:center;
	float:right;
}

/* begin: slideshow */
.slideshow {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	position:relative;
	padding:0;
	margin:0;
	z-index:5;
}
.slideshow a img {
    border:none;
}
.slideshow li.slide {
    list-style-type:none;
}
.slideshow .slides {
		height:350px;
	margin:0;
}
.slideshow .slides li.slide {
	visibility:hidden;
	position:absolute;
	left:0px;
	top:0;
}
.slideshow .buttons {
    display:none;
}
.slideshow .buttons {
  display:block;
	position:relative;
	z-index:100;
	left:20px;
	top:320px;
	margin:0;
}
.slideshow .buttons li {
	background-color:#EEE;
	color:#333;
	border: 1px dotted #999;
	float:left;
	display:inline;
	margin:0px 5px 0px 0px;
	text-align:center;
	width:20px;
	height:20px;
}
.slideshow .buttons li a {
	float:left;
  text-decoration:none;
	color:#999;
	outline:0;
	text-align:center;
	vertical-align:middle;
	padding:2px 0px 0px 0px;
	width:20px;
	height:20px;
}
.slideshow ul.buttons li a:hover {
    text-decoration:none;
    color:#0a0a0a;
}
.slideshow ul.buttons li.active a:hover,
.slideshow ul.buttons li.active a {
	color:#333;
	background-color:#BBB;
}
/* end: slideshow */

.sideNavBox {
	float:left;
	width:230px;
	min-height:470px;
	background:url(../img/bgs/sidenavSeparator.png) top right no-repeat;
	padding:10px;
	margin:0px;
}

.sideNavBox H1 {
	width:100%;
	border-top:5px #c92032 solid;
	padding:10px 0px 10px 0px;
	margin:0px;	
	font: normal 18px Arial, sans-serif;
	color:#c92032;
}



#main {
	float:right;
	width:687px;
	margin:0px auto 0px auto;
	padding-left:0px;
}

#splash-main {
	float:right;
	width:695px;
	margin:0;
	padding-left:0px;
}

#main p.crumbs {
	font: normal 10px Arial, Helvetica, sans-serif;
	color:#999;
	text-transform:uppercase;
	margin:10px auto 20px auto;
}

#main p.title {
	font: normal 20px "HelveticaNeueLTStd-Ex", sans-serif;
	color:#c92032;
	text-transform:uppercase;
	margin:0px auto 10px auto;
}

#main div.intro {
	font: normal 12px Arial, Helvetica, sans-serif;
	color:#666;
}

#main div.banner {
	padding:0px;
	margin:20px auto 0px auto;
}

#main div.banner img {
	width:687px;
}

.prodbanner {
	width:687px;
	height:300px;
	margin:0px;
	padding:3px 0 0 0;
}

.prodbannerBox {
	float:left;
	width:170px;
	height:300px;
	padding:0px;
	margin: 0 2px 0 0;
}

.prodbannerBoxLast {
	float:left;
	width:170px;
	height:300px;
	padding:0px;
	margin: 0;
}

.prodbannerElectronics {
	width:171px;
	height:15px;
	background-color:#209bc9;
}

.prodbannerShears {
	width:171px;
	height:15px;
	background-color:#7c009f;
}

.prodbannerSpa {
	width:171px;
	height:15px;
	background-color:#c049ae;
}

.prodbannerHair {
	width:171px;
	height:15px;
	background-color:#d4337e;
}

.prodbannerContent {
	width:169px;
	height:200px;
	background-image:url(../img/prod_minibanner_bg.jpg);
	border-left:1px #dbdbdb solid;
	border-right:1px #dbdbdb solid;
	border-bottom:1px #dbdbdb solid;
	border-top:0px;
}

.prodbannerContent p.head {
	font: normal 20px "HelveticaNeueLTStd-LtEx", sans-serif;
	color:#c92032;
	padding:10px 20px 2px 20px;
	margin:0;
}

.prodbannerContent p.subhead {
	font: bold 10px Arial, Helvetica, sans-serif;
	color:#da9244;
	padding:0px 20px;
	margin:0 0 5px 0;
	text-transform:uppercase;
}

.prodbannerContent p {
	font:normal 9px Arial, Helvetica, sans-serif;
	color:#000;
	padding:0px 20px;
	margin:0;
}

.prodbanner a {
	text-decoration:none;
}

/* -- INDIVIDUAL ITEM PAGES -- */

.itemHead {
	width:650px;
	margin:20px auto 20px auto;
}

.itemTitle {
	width:400px;
	padding:0px;
	margin:0px;
	text-align:right;
	float:left;
}

.itemTitle H1 {
	display:block;
	width:100%;
	margin:0px;
	border-bottom:1px #666 solid;
	font: bold 16px/22px Arial, Helvetica, sans-serif;
	color:#a60000;
	text-transform:uppercase;
}

.itemTitle H2 {
	width:100%;
	font: normal 10px/12px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#999;
	margin:5px 0px 0px 0px;
	padding:0px;
}

.itemLogo {
	width:150px;
	float:right;
	text-align:right;
	vertical-align:top;
}

.itemLogo img {
	border:0px;
	margin:0px auto 0px auto;

}

.itemDescBox {
	width:650px;
	margin:0px auto 0px auto;
}

.itemDescImg {
	width:208px;
	height: 208px;
	float:left;
	font: bold 12px/15px Arial, Helvetica, sans-serif;
	text-align:left;
}

.itemDescImgPic {
	width:208px;
	height:208px;
	margin:0px auto 0px auto;
	text-align:center;
	text-align:-moz-center;
	border:1px #999 solid;
	padding:5px;
}

.itemDescImgEnlarge {
	width:12px;
	height:12px;
}

.itemDescTxt {
	width:420px;
	height: 208px;
	float:right;
	font: normal 12px/15px Arial, Helvetica, sans-serif;
	color:#333;
	text-align:left;
	padding-top:0px;
	margin:0px;
}

.itemDescTxt UL {
	margin:0px;
}

.itemDescTh {
	width:650px;
	margin:25px auto 50px auto;
	text-align:left;
}

.itemDescTh img {
	border:1px #999 solid;
	margin-right:4px;
}
.itemDescTh h1 {
	font-size: 10pt;
	color: #c92032;
}
.recommendBox {
	width:650px;
	margin:20px auto 0px auto;
	text-align:center;
	text-align:-moz-center;
}

/* -- Item Description Tabs -- */

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

/* Skin */

.tabs-nav {
    list-style: none;
    margin: 0px 0px 20px 0px;
    padding: 0 0 0 0px;
		width:100%;
		display:block;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 0 0 0 0px;
    min-width: 140px; /* be nice to Opera */
}

.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0 0px;
		margin:0px;
}

.tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #5c5c5c;
    font-size: 12px;
		text-transform:uppercase;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */ 
		border:1px #c6c6c6 solid;;
		border-left:0px;
		border-bottom:0px;
		background-image:url(../img/itemnav/itemnav_bg.jpg);
		background-position: 0% 0%;
}

.tabs-nav .tabs-selected a {
		background-image:url(../img/itemnav/itemnav_bg.jpg);
		background-position: 0% 100%;
    color: #fff;
		text-transform:uppercase;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
		background-image:url(../img/itemnav/itemnav_bg.jpg);
		background-position: 0% 100%;
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 0% 0%;
}
.tabs-nav a span {
    width: 100px; /* IE 6 treats width as min-width */
    min-width:100px;
    height: 26px; /* IE 6 treats height as min-height */
    min-height: 26px;
    padding: 0px 10px 0px 10px;
		line-height:25px;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
    padding-top: 0px;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    background-position: 0 0px;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}

.tabs-container {
		width:400px;
    border-top: 0px solid #97a5b0;
    padding: 10px 0px 0px 10px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}

.tabs-container p {
	width:400px;
	display:block;
	padding:0px;
	margin:0 0 20px 0;
	height:180px;
	overflow:auto;
}

.tabs-loading em {
    padding: 10px 0 0 20px;
}

/* -- Item Description Tabs End -- */

/* -- CENTER COLUMN CONTENT // NEWS & MEDIA PAGE 3 COL LAYOUT */

#ltContent {
	float:left;
	width:450px;
	min-height:500px;
	margin:10px 10px 0 0;
	padding-right:10px;
	border-right:#CCC 1px solid;
}

#ltContent div.dek {
	position:relative;
	top:-90px;
	background-image: url(../img/news/news-first-transbg.png);
	height:70px;
	width:424px;
	padding:10px;
	margin:0px;
}

#ltContent p.title {
	font: normal 15px "HelveticaNeueLTStd-Ex", arial, sans-serif;
	color:#fff;
	padding:0px;
	margin:0px 0px 3px 0px;
}

#ltContent p.cat {
	font: normal 10px arial, sans-serif;
	color:#ddd;
	padding:0px;
	margin:0px 0px 3px 0px;
}

#ltContent p.tagline {
	font: normal 11px arial, sans-serif;
	color:#eee;
	padding:0px;
	margin:0px 0px 3px 5px;
}

#ltContent div.news {
	width:445px;
	border-top:10px #c92032 solid;
	margin:0px 1px 0px 0px;
	position:relative;
	top:-80px;
}

#ltContent div.news img {
	vertical-align: bottom;
}

#ltContent p.cat {
	font: normal 12px arial, sans-serif;
	color:#ccc;
	padding:5px;
	margin:0px;
}

#ltContent p.hed {
	font: bold 15px Arial, sans-serif;
	color:#c92032;
	padding:0px 5px;
	margin:0px;
}

#ltContent h2 {
	font: bold 13px Arial, sans-serif;
	color:#c92032;
	margin:0;
}

#ltContent div.body {
	position:static;
	font: normal 12px Arial, sans-serif;
	color:#777;
	padding:5px;
	margin:0px;
}

#ltContent div.body li {
	list-style:none;
	padding:auto;
	margin:0px 0px 5px 0px;
}

#ltContent a {
text-decoration: none;
color: #000;
position: relative;
top: 0px;
}

#ltContent a:hover {
text-decoration: underline;
color: #993333;
position: relative;
top: 0px;
}


/* RIGHT COLUMN CONTENT */

#rtContent {
	float:right;
	width:205px;
	margin:10px 0px;
	padding:0px 10px 0px 0px;
}

#rtContent p.hed {
	font: bold 15px Arial, sans-serif;
	color:#c92032;
	padding:0px 3px 3px 5px;
	margin:0px;
}

#rtContent p.body {
	position:static;
	font: normal 12px Arial, sans-serif;
	color:#999;
	padding:5px;
	margin:0px;
}

#rtContent div.body {
	position:static;
	font: normal 12px Arial, sans-serif;
	color:#999;
	padding:5px;
	margin:0px;
}

#rtContent div.body > p {
	position:static;
	font: normal 12px Arial, sans-serif;
	color:#999;
	margin:0px 0 10px 0;
}

#rtContent hr.divider {
	width:200px;
	border-top:1px #eee solid;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	margin:10px 0 10px 0;

}

/*	ABOUT US 2 COL LAYOUT		*/

#ltContent div.about {
	position:relative;
	width:445px;
	border-top:10px #c92032 solid;
	margin:10px 0 0 0;
}
#homeCrumb {
margin-left:13px;
padding-left: 16px;
background-image: url(../img/nav/crumbArrow.png);
background-repeat: no-repeat;
}

/* CONTACT PAGE */

.contactForm {
	margin:0 15px 0 15px;
}

.contactForm th {
	text-align:left;
	font-weight:bold;
	vertical-align:top;
}

.contactForm td > input {
	width:300px;
}

.contactForm td > select {
	width:304px;
}

.contactForm td > textarea {
	width: 300px;
	height:100px;
}

/* ========= SIDEBOXES ========== */

.sidebox {
	width:195px;
	padding:0px;
	margin:0px auto 0px auto;
}

.side-media {
	padding-left:5px;
}

.side-media a > img {
	border:1px #666 solid;
	margin:0 3px 3px 0;
	float:left;
}	

.sidebox-top {
	width:195px;
	height:10px;
	padding:10px 6px;
	background:url(../img/bgs/side-top.png) no-repeat;
	font:bold 15px/18px Arial, Helvetica, sans-serif;
	color:#990000;
}

.sidebox-body {
	background:url(../img/bgs/side-bottom.png) #eee no-repeat bottom;
	font:11px normal Arial, Helvetica, sans-serif;
	padding:6px;
	min-height:158px;
	margin:0px;
}

.sidebox-body ul {
	margin:5px 0 0 15px;
}

.sidebox-body li {
	list-style:square;
}

/* PRODUCT PAGE */
.prod-header {
	width:696px;
	height:67px;
	margin:0;
	padding:0;
}

.prod-title {
	background:url(../img/pgs/prod-title.jpg) no-repeat;
	width:520px;
	height:67px;
	margin:0 0px 0 1px;
	padding:0 0 0 0px;
	float:left;
}

.wig-title {
	background:url(../img/wig/wigs-title.jpg) no-repeat;
	width:521px;
	height:67px;
	margin:0;
	padding:0;
	float:left;
}

.prod-title p {
	padding:0 0 0 15px;
	float:left;
}

.prod-contact {
	width:175px;
	height:67px;
	margin:0;
	padding:0;
	float:right;
}

.wig-contact {
	width:175px;
	height:67px;
	margin:0;
	padding:0;
	float:right;
}

.prod-top {
	background:url(../img/pgs/prod-main-bg-top.png) no-repeat #e7e7e7;
	width:692px;
	height:495px;
	margin:0 7px 0 4px;
}

.prod-banner {
	height:166px;
	width:693px;
	padding:0;
	margin:0;
}

.prod-mid {
	background:url(../img/pgs/prod-main-bg-mid.png) no-repeat;
	height:157px;
	width:690px;
	padding:0;
	margin:0;
	vertical-align:middle;
}

.wig-mid {
	background:url(../img/pgs/prod-main-bg-mid.png) no-repeat;
	height:157px;
	/* width:690px; */
	width:610px;
	padding:0px;
	margin:-1px 0 0 0;
	vertical-align:middle;
}

.prod-bot {
	background:url(../img/pgs/prod-main-bg-bot.png) no-repeat;
	height:136px;
	width:690px;
	padding:0;
	margin:0;
}

.prod-info {
	width:690px;
	height:30px;
	margin:0;
	padding:0;
}

.prod-info a {
	text-decoration:none;
}

.prod-prof-choice {
	background:url(../img/pgs/prod-prof-choice.png) no-repeat;
	width:332px;
	height:20px;
	padding:10px 0 0 15px;
	margin:0;
	float:left;
	font:12px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#3e3e3e;
}

.prod-prof-choice a {
	text-decoration:none;
	color:#3e3e3e;
}

.prod-warranty-info {
	background:url(../img/pgs/prod-warranty-info.png) no-repeat;
	width:328px;
	height:20px;
	padding:10px 15px 0 0;
	margin:0;
	float:right;
	color:#818080;
	font:12px Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:right;
}

.prod-warranty-info a {
	text-decoration:none;
	color:#818080;
}

.prod-mid-item {
	width:170px;
	height:150px;
	text-align:center;
	font:11px Arial, Helvetica, sans-serif;
	color:#6992b8;
	float:left;
	padding-top:10px;
}

.prod-mid-item img {
	width:130px;
	border:0;
}

.prod-mid-item a {
	color:#6992b8;
	text-decoration:none;
}

.prod-mid-item a:hover {
	color:#206fb8;
	text-decoration:none;
}

.prod-bot-item {
	width:136px;
	height:120px;
	text-align:center;
	font:11px Arial, Helvetica, sans-serif;
	color:#6992b8;
	float:left;
	padding-top:10px;
}

.prod-bot-item img {
	width:90px;
	border:0;
}

.prod-bot-item a {
	color:#6992b8;
	text-decoration:none;
}

.prod-bot-item a:hover {
	color:#206fb8;
	text-decoration:none;
}

.ytLink {
height: 49px;
display: block;
font:13px Arial, Helvetica, sans-serif;
color: #000;
vertical-align: bottom;
}
  .ytLink img {
  float: left;
  border: none;
  padding-right: 4px;
  }
  

/* IN THE PRESS PAGE */
div.media a > img {
	border:1px #666 solid;
	float:left;
	padding:0;
	margin:5px 0 0 2px;
	height:134px;
}

#ltContent div.media {
	position:relative;
	width:445px;
	border-top:10px #c92032 solid;
	margin:10px 0 0 0;
}

