﻿body {
    background-image: url(../images/bkgd-body.jpg);
    background-repeat: repeat-y;
    background-color: #4F4F4F;
    margin:0;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    background-position: center center;
}
#bodyDiv {  
	width: 681px;
	margin:auto;
}
#fadeCover  {
	display: none;
	background-color :#000000;
	opacity: 0.5;
	MozOpacity: 0.5;
	KhtmlOpacity: 0.5;
	filter: alpha(opacity=50);
	position:fixed;
	-position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height :100%;
	-height :expression(document.body.clientWidth);
	z-index:101;
}
.leftShadow,
.rightShadow{
    background-repeat: repeat-y;
	width: 14px;
	height: 800px;
	float: left;
}
.leftShadow {
   background-image: url(../images/shadow-left.jpg);
}
.rightShadow {
	background-image: url(../images/shadow-right.jpg);
}

.outerContent{
	background-color: #2B2B2B;
	width: 653px;
	height: 705px;
	float: left;
}
.masthead {
    background-image: url(../images/masthead.jpg);
    background-repeat: no-repeat;
	width: 653px;
	height: 95px;
    text-align: right;
	
}
.masthead  a {
    text-decoration: none;
    font-size: 11px;
    color: #FFFFFF;
}
.masthead  a:hover {
    text-decoration: underline;
}
.masthead span {
    padding-left: 3px;
    padding-right: 3px;
    font-size: 11px;
    color: #FFFFFF;
}
.lnkCart {
    margin-top: 53px;
    margin-left: 517px;
    height: 17px;
}
.lnkCart a, .lnkCart span, .lnkCart .bagImg {
    line-height: 17px;
    height: 17px;
    float: left;
    display: block;
    margin-right: 4px;
}

.innerContent {
    background-image: url(../images/bkgd-content.jpg);
    background-repeat: no-repeat;
    background-color: #d3d3d3;
    background-position: center top;
    min-height: 671px;
	_height: 671px;
    width: 651px;
    text-align: left;
    border-right: solid 1px #959595;
    border-left: solid 1px #959595;    
}
.navBar {
    height: 31px;
    padding-bottom: 7px;
}

.navBar a {
    color: #434343;
    padding: 0 24px;
    display: block;
    float: left;
    text-decoration: none;
    font-size: 14px;
    line-height:31px;
    height: 31px;
}
.navBar a img {
    border: 0 none;
    margin-bottom: 2px;
}
.lnkSelected {
    background-color: #D0D0D0;
}
.footer {
    color: #494949;
    font-size: 10px;
    width: 651px;
    text-align: center;
    padding: 10px 0;
    background-color: #d3d3d3;
    border-right: solid 1px #959595;
    border-left: solid 1px #959595;    
    
}
.footer div a
{
    color:#494949;
}
.drpDownContainer {
    position: absolute;
    z-index: 5000;
    width: 171px;
    top: 126px;
    padding-bottom: 10px;
    background-position: center bottom;
    background-image: url(../images/nav-shadow-bottom.png);
    background-repeat: no-repeat;
    opacity: 0.75;
    MozOpacity: 0.75;
    KhtmlOpacity: 0.75;
    filter: alpha(opacity=75);
    
}    
.drpDown {
    background-image: url(../images/nav-bkgd.png);
    background-repeat: repeat-y;
    padding: 0 10px 0 4px;
    text-align: left;
}

.drpLink {
    background-color: #E0E0E0;
	padding: 0px 12px 0px 12px; 
    text-decoration: none;
    display: block;
    width: 131px;
	height: 31px;
	line-height: 31px;
    color: #434343;
    text-decoration: none;
    font-size: 14px;
}
.drpLink:hover {
    background-color: #D0D0D0;
    text-decoration: underline;    
}

.vseperator {
    height: 2px;
    width: 155px;
	line-height: 2px;
    font-size: 1px;
    background-position: center bottom;
    background-image: url(../images/nav-seperator.jpg);
    background-repeat: no-repeat;
    
} 
.clear {
    clear:both
}
.title  {
    margin: 20px 22px 0 22px;
    font-size: 18px;
	font-weight: bold;
    color: #770A3B;
    width: 607px;
    text-align: left;
	padding-bottom: 2px;
    border-bottom: solid 1px #C6C6C6;
    height:18px;
    line-height:17px;
    #line-height:18px;
}
.navBar .sale{
	color: #FF0000;
	font-size: 10px;
}

#stylesPointer
{
    font-size:13px;
}
#subNav
{
    width:318px;
    background-color:#CDCDCD;
    filter: alpha(opacity=97); /* internet explorer */
	-khtml-opacity: 0.97;      /* khtml, old safari */
	-moz-opacity: 0.97;       /* mozilla, netscape */
	opacity: 0.97;           /* fx, safari, opera */
    border:solid 1px #C4C4C4;
    padding:6px;
    position:absolute;
    z-index:10001;
    top:126px;
    left:50%;
    margin-left:-120px;
}
#subNav a
{
  
    float:left;
    width:82px;
    margin-right:16px;
    color:#000000;
    text-decoration:none;
    padding:7px 1px 7px 12px;
    
}
#subNav a:hover
{
    padding:6px 0 6px 11px;
    background-color:#ADADAD;
    border:solid 1px #909090;
}
#subNav a img
{
    border:solid 1px #909090;
    width:68px;
    height:91px;
}