/* CSS Document */

html{
	margin:0;
	padding:0;
}

body{
	margin:0;
	padding:0;
    font-family:Georgia, "Times New Roman", Times, serif;
}

a > img{
	border:0;
}


#clear{
	width:100%;
	clear:both;
}

#wrapper{
	width:100%;
	height:auto;
}

#header{
	width:100%;
	background-color:transparent;
}

.headerinner{
	height:99px;
	margin:0 auto;
	width:1024px;
}

header .headerright{
	float:right;
	height:79px;
	width:500px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	margin-right: 44px;
    margin-top: 20px;
}

header .headerright > .name{
	font-size:14px;
	width:100%;
	text-align:right;
	font-weight:bold;
}
header .headerright > .accountlinks{
	font-size:14px;
	width:100%;
	text-align:right;
	font-weight:normal;
}

header .headerright > .accountlinks > a{
	color:#666;
	text-decoration:none;
}

header .headerright > .accountlinks > a:hover{
	color:#999;
}

header .headerright > .cartcontents{
	width:22px;
	float:right;
	background-color:#333;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	margin-top:10px;
	height:23px;
	text-align:center;
	line-height:23px;
	position: relative;
	padding: 0px;
	margin-right:2px;
}

header .headerright > .cartcontents:after{
	content: "";
	position: absolute;
	top: 5px;
	left: -8px;
	border-style: solid;
	border-width: 6px 8px 6px 0;
	border-color: transparent #333333;
	display: block;
	width: 0;
	z-index: 1;
}

header .headerright > .cartamount{
	width:70px;
	float:right;
	background-color:#333;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	margin-top:10px;
	height:21px;
	text-align:center;
	line-height:21px;
	position: relative;
	padding: 0px;
	border: 1px solid #333333;
	background: linear-gradient(to bottom, #4b4b4b 0%, #333333 100%);
	background:
        -moz-linear-gradient(to bottom, #4b4b4b 0%, #333333 100%);
    background:
        -o-linear-gradient(to bottom, #4b4b4b 0%, #333333 100%);
    background:
        -webkit-linear-gradient(to bottom, #4b4b4b 0%, #333333 100%);
	-pie-background:
		linear-gradient(to bottom, #4b4b4b 0%, #333333 100%);
	behavior: url(/pie/PIE.htc);	
}



header .headerright > .search{
	float:right;
	margin-top:10px;
}

header .headerright > .search > form{
	margin:0 0 0 5px;
	padding:0;
}

header .headerright > .search > form input[type=text]{
	height:19px;
	line-height:19px;
	border:1px solid #ccc;
	border-right:0;
	margin:0;
	background-color:#fff;	
}

header .headerright > .search > form input[type=submit]{
 	background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    height: 23px;
    line-height: 23px;
    margin: 0;
    padding: 0;
    vertical-align: top;
    width: 23px;
	background-image:url(../../../layout-images/search_arrow.png);
	background-position:center center;
	background-repeat:no-repeat;
	cursor:pointer;
}
header .headerright > .search > form input[type=submit]:hover{
	background-color:#ccc;
}




.logo{
	width:254px;
	height:99px;
	float:left;
}

#nav{
	background-color:#8e1713;
	width:100%;
	z-index:20;
	/*background-image: url("layout-images/snow.jpg");*/
	background-position:center;
}

.navinner{
	width:934px;
	margin:0 auto;
	height:45px;
}

.navlinks{
	float:left;
	width:720px;
	height:45px;
}


.navlinks ul{
	margin:0;
	padding:0;
	list-style:none;
	margin-top:15px;
}

.navlinks ul li{
	display:block;
	float:left;
	margin-right:5px;
	color:#8e1713;
	background-color:#FFF;
	width:150px;
	text-align:center;
}


.navlinks ul li a{
	color:#8e1713;
	text-decoration:none;
	font-weight:bold;
	font-style:italic;
	text-transform:uppercase;
	font-size:13px;
	display:block;
	height: 30px;
    line-height: 28px;
	width:100%;
}
.navlinks ul li a:hover{
	color:#999;
}

.navlinks ul li.has-child > ul{
	display:none; 
	width:250px;
	margin-top:0px;
	position:absolute;
	z-index:10;
}

.navlinks ul li.has-child:hover > ul{
	display:block;
}


.navlinks ul li.has-child > ul:hover{
	display:block;
}


.navlinks ul li.has-child > ul li{
	height: 30px;
    margin: 0px 0 0;
    text-align: left;
    width: 150px;
	 border: 2px solid #8e1713;
	 border-top:0;
}


.navlinks ul li.has-child > ul li a{
	height: 30px;
    line-height: 30px;
    max-width: 135px;
    padding: 0 0 0 15px;
	
}

.social{
 	float: right;
    height: 30px;
    margin-top: 15px;
    width: 120px;
	position:relative;
}

.social > div{
	margin-left:10px;
	width:30px;
	height:30px;
	float:left;
	cursor:pointer;
	position:relative;
}

.social > div img{
	position:absolute;
  	left:0;
		transition: all .2s ease;
	    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
}
.social > div:hover img.top{
	opacity:0;

}


#slidecontain{
	height:350px;
	width:100%;
	clear:both;
	margin:0 auto;
	background-image:url(../../../layout-images/preload.gif);
	background-position:center center;
	background-repeat:no-repeat;
}

#slider{
	width:1024px;
	height:350px;
	margin:0 auto;
	overflow:visible;
	position:relative;
	display:none;
}
#slider ul { margin:0; padding:0;}
#slider li { list-style: none; margin:0; padding:0; }
#slider ul li { float: left; }

.slide{
	height:350px;
}
.slide > .caption{
    /*background: #8e1713;  fallback */
	/*background-image: url("layout-images/snow_slider.png");*/
	background-position:center;
    /*background:
        -moz-linear-gradient(135deg, transparent 130px, #8e1713 0px);
    background:
        -o-linear-gradient(135deg, transparent 130px, #8e1713 0px);
     background:
        -webkit-linear-gradient(135deg, transparent 130px, #8e1713 0px);
		
	-pie-background:
		 linear-gradient(135deg, rgba(255,255,255,0) 130px, #8e1713 0px);
	behavior: url(/pie/PIE.htc); */
	
	background: none\9; /* IE 8 and below */
	background:url(../../../layout-images/slidecaptionbg.png)\9; /* IE 8 and below */
	background-image: url("layout-images/slidecaptionbg.png");
    background-position: right top;
		
	background-position: bottom left; 
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
	height: 250px;
    margin-left: 45px;
    margin-top: 35px;
    position: absolute;
    top: 0;
    padding-right:45px;
}
.slide > .caption span{
	font-weight:bold;
	font-style:italic;
	font-size:60px;
	margin:10px 0 0 25px;
	padding:0;
	color:#fff;	
	display:block;
}
.slide > .caption p{
	margin:0;
	padding:0;
	font-size:16px;
	color:#fff;
	margin:10px 0 0 25px;
	width: 196px;
	font-family:Arial, Helvetica, sans-serif;
}

.slide > .caption p.price{
	font-size:20px;
	width: 150px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.slide > .caption a.infolink{
	color: #FFFFFF;
    font-size: 14px;
    margin: 10px 0 0 25px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    top: 35px;
    width: 100px;
}

ol.dots{
 	bottom: 42px;
    margin: 0 0 0 45px;
    padding: 0;
    position: relative;
	list-style-type:none;
	list-style:none;
}
ol.dots li{
	float:left;
	background-image:url(../../../layout-images/slidedottrans.png);
    background-repeat: no-repeat;
	height:19px;
	width:24px;
 	margin: 0 7px 0 0 !important;
	list-style-type:none;
	list-style:none;
	color:transparent;
	font-size:0;
	cursor:pointer;
}

ol.dots li.active{
	background-image:url(../../../layout-images/slidedot.png);
}


#body{
	width:934px;
	margin:0 auto;
}

#body h1{
	color:#333333;
	font-size:24px;
	font-style:italic;
}

#body p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}

#features{
	width:934px;
	float:left;
	clear:both;
	margin:0 auto;
}

#recommends{
	width:934px;
	float:left;
	clear:both;
	margin:0 auto;
	padding-bottom:20px;
}

#product{
	width:298px;
	margin:0 20px 0 0;
	float:left;
}

#product:last-of-type{
	margin:0 0 0 0;
} 

h2.title{
	display:block;
	width:100%;
	border-bottom:5px solid #8e1713;
	font-style:italic;
	color:#8e1713;
	margin-bottom:0;
	text-decoration:none;
	
}

#product .featureimage{
	border-bottom: 2px dotted #000000;
    height: auto;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 298px;
}

#product .featureimage img{
	height:145px;
	margin:0 auto;
	display:block;
}

#product p.desc{
	float:left;
	clear:both;
	min-height: 45px;
	
}

#product .desc img{
	border:0;
}
#product .desc a{
	text-decoration:none;
}

#product .desc span.name{
	display:block;
	float:left;
	color:#333;
	font-size:18px;
	font-style:italic;
	font-weight:bold;
	max-width:235px;
	min-height: 42px;
	text-decoration:none;	
}

#product .desc span.price{
	display:block;
	float:right;
	color:#8e1713;
	font-size:18px;
	font-style:italic;	
}

#product .desc a.block{
	color:#fff;
	display:block;
	float:left;
	text-decoration:none;
	background:#8e1713;
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
	width:100px;
	height:14px;
	line-height:11px;
	padding-top:17px;
	padding-bottom:3px;
	padding-left:10px;
	margin-bottom:10px;
	/*background-image:url(layout-images/xmas_button.png);*/
	background-repeat:no-repeat;
	background-position:left top;
	 background:
        -moz-linear-gradient(135deg, transparent 15px, #8e1713 0px);
    background:
        -o-linear-gradient(135deg, transparent 15px, #8e1713 0px);
     background:
        -webkit-linear-gradient(135deg, transparent 15px, #8e1713 0px); 
	 -pie-background:
		linear-gradient(135deg, rgba(255,255,255,0) 15px, #8e1713 0px); 
	 behavior: url(/pie/PIE.htc);	 
	 background-position: bottom left;
     -moz-background-size: 100% 100%; 
     -webkit-background-size: 100% 100%; 
     background-size: 100% 100%; 
     background-repeat: no-repeat; 
}

#product .desc a.block:hover{
	color:#cccccc;
}

footer{
	height:190px;
}


#footertop{
	background-color:#8e1713;
	width:100%;
	height:38px;
	/*background-image:url("layout-images/snow.jpg");*/
}

.footertop-inner{
	width:100%;
	height:38px;
	line-height:38px;
	color:#fff;
	width:934px;
	font-size:16px;
	line-height:38px;
	font-weight:bold;
	font-style:italic;
	margin:0 auto;
}

.footertop-inner a{
	color:#fff;
	text-decoration:none;	
}

#footerbottom{
	background-color:#464646;
	width:100%;
	height:160px;
}

.footerbottom-inner{
	width:934px;
	margin:0 auto;
	height:auto;
}

.footersection{
	float:left;
	width:218px;
	margin:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#d1d1d1;
}
.footersection:first-of-type{
	margin:10px 10px 10px 0px;
}
.footersection:last-of-type{
	margin:10px 0px 10px 10px;
}

.footersection > h4.heading{
	font-weight:normal;
	margin:10px 0px 10px 0px;
	font-size:14px;
}

.footersection > ul{
	list-style:none;
	list-style-type:none;
	margin:0;
	padding:0;
	font-size:14px;
}

.footersection > ul >li, .footersection > ul >li a {
	list-style:none;
	list-style-type:none;
	margin:0;
	padding:0;
	color:#d1d1d1;
	text-decoration:none;
}
.footersection > ul >li a:hover{
	color:#fff;
}


.footersection input[type=text]{
	border:0 none;
	padding:3px;
	margin-top:5px;
}


.footersection .blockbutton{
	color:#fff;
	display:block;
	float:left;
	text-decoration:none;
	background:none;
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
	width:100px;
	margin:5px 0 0 0;
	line-height:11px;
 	padding-bottom: 3px;
    padding-left: 5px;
    padding-top: 13px;
	margin-bottom:10px;
	background:
        -moz-linear-gradient(135deg, transparent 15px, #8e1713 0px);
    background:
        -o-linear-gradient(135deg, transparent 15px, #8e1713 0px);
    background:
        -webkit-linear-gradient(135deg, transparent 15px, #8e1713 0px);
	-pie-background:
		linear-gradient(135deg, rgba(255,255,255,0) 15px, #8e1713 0px);
	behavior: url(/pie/PIE.htc);	
	background-position: bottom left;
    -moz-background-size: 100% 100%;
   -webkit-background-size: 100% 100%;
   background-size: 100% 100%;
    background-repeat: no-repeat;
	border:0 none;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	min-height: 32px;
	cursor:pointer;
	
	/*background-image: url("layout-images/xmas_button.png");*/
    background-position: left top;
    background-repeat: no-repeat;
}

.footersection .blockbutton:hover{
	color:#cccccc;
}

.secbody{
	padding:20px;
}

.secbody a{
	color:#8e1713;
	text-decoration:none;	
	
}

.secbody p{
}

.secbody .left{
	float:left;
	width:453px;
}
.secbody .right{
	float:right;
	width:440px;
}

.secbody TD.productListing-data{

}
.secbody TD.productListing-data img{

	float:left;
}

img.border{
	border:2px solid #8E1713;
}

.secbody h1{
	color: #333333;
    font-size: 24px;
    font-style: italic;
}


