@charset "utf-8";


/*//////////////////LAYOUT//////////////////////////*/

/*-----------MAINCONTENT WRAPPER --------------------------*/

#store-maincontent-wrapper  {
	height: 1350px;
	width: 960px;
	margin-left: 50%;
	left:-480px;
	position:relative;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	
}

#store-box1 {
	position:relative;
	height: 600px;
	width: 960px;
	
}


#store-box1A {
	position:relative;
	height: 135px;
	width: 700px;
	margin-left: 30px;
	text-align: justify;
	
}

#store-box1B {
	float:left;
	height: 400px;
	width: 460px;
	
	
}

#store-box1B1 {
	float:left;
	height: 400px;
	*height:404px;
	width: 400px;
	margin-left: 30px;
	*margin-left: 15px;
	font-size: 13px;
	text-align: justify;
	background-color: #EEEEEE;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	margin-top: -4px;
	
}


#store-box1C {
	
	float:left;
	height: 400px;
	width: 480px;
}


#store-box1C1 {
	float:left;
	height: 400px;
	width: 460px;
	margin-left: 0px;
	font-size: 13px;
	text-align: justify;
	background-color: #EEEEEE;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	*margin-top: -4px;
}


#store-box1C1 ul {
	list-style-type: none;	
}

#store-box1C1 ul li{
	height: 25px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding-top: 5px;
}

/*------------MAINCONTENT COLUMN --------------------------*/
#store-main-column {
	width: 960px;
	height: 975px;
	margin-left: 0px;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
}

#store-main-column-BoxA {
	width: 900px;
	height: 125px;
	margin-left: 30px;
	position: relative;
	font-size: 13px;
	text-align: justify;
}

 

 
/*-----STORE TABLE------*/

.store-table {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	margin: 0px;
	padding: 0px;
}







.border {
	border-bottom-style: dotted;
	border-bottom-color: #999;
	border-bottom-width: thin;
}

.border2 {
	
}

.slide-box1 {
	width: 475px;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #999;
	float: left;
}

.slide-box1 ul li {
	height: 22px;
	*height: 16px;
}



/*--------------------------STORE PAGE SLIDE SHOW1------------------------*/	

#slideshow {
	width:500px;
	height:700px;
	*height:760px;
	position:relative;
	
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 50px;
}
#slideshow #slidesContainer {
	width:455px;
	height:700px;
	*height:760px;
	overflow:auto; /* allow scrollbar */
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	background-color: #EEEEEE;
}

#slideshow #slidesContainer .slide {
	margin:0 auto;
	width:455px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
	height:700px;
	*height:760px;
	
}

.control {
	display:block;
	width:50px;
	height:700px;
	*height:760px;

	text-indent:-10000px;
	position:absolute;
	cursor: pointer;
	z-index: 7;
	
}
#leftControl {
	top:0;
	left:-50px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../images/store-slide-controls-left.jpg);
	*background-image: url(../images/store-slide-controls-left7.jpg);

}



#rightControl {
	top:0;
	right:-50px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../images/store-slide-controls-right.jpg);	
	*background-image: url(../images/store-slide-controls-right7.jpg);	

}




/*--------------------------STORE PAGE SLIDE SHOW2------------------------*/	

#slideshow2 {
	width:500px;
	height:700px;
	*height:760px;

	position:relative;
	
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 50px;
}
#slideshow2 #slidesContainer2 {
	width:455px;
	height:700px;
	*height:760px;
	overflow:auto; /* allow scrollbar */
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	background-color: #EEE;
}

#slideshow2 #slidesContainer2 .slide2 {
	margin:0 auto;
	width:455px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
	height:700px;
	*height:760px;

}

.control2 {
	display:block;
	width:50px;
	height:700px;
	*height:760px;

	text-indent:-10000px;
	position:absolute;
	cursor: pointer;
	z-index: 7;
	
}

#leftControl2 {
	top:0;
	left:-50px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../images/store-slide-controls-left.jpg);
	*background-image: url(../images/store-slide-controls-left7.jpg);

}



#rightControl2 {
	top:0;
	right:-50px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../images/store-slide-controls-right.jpg);
	*background-image: url(../images/store-slide-controls-right7.jpg);	

}


/*--------------------------STORE PAGE SLIDE SHOW3------------------------*/	

#slideshow3 {
	width:500px;
	height:700px;
	*height:760px;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 50px;
}
#slideshow3 #slidesContainer3 {
	width:455px;
	height:700px;
	*height:760px;

	overflow:auto; /* allow scrollbar */
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	background-color: #EEEEEE;
}

#slideshow3 #slidesContainer3 .slide3 {
	margin:0 auto;
	width:455px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
	height:700px;
	*height:760px;

}

.control3 {
	display:block;
	width:50px;
	height:700px;
	*height:760px;

	text-indent:-10000px;
	position:absolute;
	cursor: pointer;
	z-index: 7;
	
}

#leftControl3 {
	top:0;
	left:-50px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../images/store-slide-controls-left.jpg);
	*background-image: url(../images/store-slide-controls-left7.jpg);

}



#rightControl3 {
	top:0;
	right:-50px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../images/store-slide-controls-right.jpg);
	*background-image: url(../images/store-slide-controls-right7.jpg);	

}

/*--------------------------STORE PAGE SLIDE SHOW4------------------------*/	

#slideshow4 {
	width:500px;
	height:700px;
	*height:760px;

	position:relative;
	
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 50px;
}
#slideshow4 #slidesContainer4 {
	width:455px;
	height:700px;
	*height:760px;

	overflow:auto; /* allow scrollbar */
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	background-color: #EEEEEE;
}

#slideshow4 #slidesContainer4 .slide4 {
	margin:0 auto;
	width:455px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
	height:700px;
	*height:760px;

}

.control4 {
	display:block;
	width:50px;
	height:700px;
	*height:760px;

	text-indent:-10000px;
	position:absolute;
	cursor: pointer;
	z-index: 7;
	
}

#leftControl4 {
	top:0;
	left:-50px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../images/store-slide-controls-left.jpg);
	*background-image: url(../images/store-slide-controls-left7.jpg);

}



#rightControl4 {
	top:0;
	right:-50px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../images/store-slide-controls-right.jpg);
	*background-image: url(../images/store-slide-controls-right7.jpg);	

}


/*--------------------------STORE PAGE SLIDE SHOW5------------------------*/	

#slideshow5 {
	width:500px;
	height:700px;
	*height:760px;

	position:relative;
	
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 50px;
}
#slideshow5 #slidesContainer5 {
	width:455px;
	height:700px;
	*height:760px;

	overflow:auto; /* allow scrollbar */
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	background-color: #EEEEEE;
}

#slideshow5 #slidesContainer5 .slide5 {
	margin:0 auto;
	width:455px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
	height:700px;
	*height:760px;

}

.control5 {
	display:block;
	width:50px;
	height:700px;
	*height:760px;

	text-indent:-10000px;
	position:absolute;
	cursor: pointer;
	z-index: 7;
	
}

#leftControl5 {
	top:0;
	left:-50px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../images/store-slide-controls-left.jpg);
	*background-image: url(../images/store-slide-controls-left7.jpg);

}



#rightControl5 {
	top:0;
	right:-50px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../images/store-slide-controls-right.jpg);
	*background-image: url(../images/store-slide-controls-right7.jpg);	

}


/*--------------------------STORE PAGE SLIDE SHOW6------------------------*/	

#slideshow6 {
	width:500px;
	height:700px;
	*height:760px;

	position:relative;
	
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 50px;
}
#slideshow6 #slidesContainer6 {
	width:455px;
	height:700px;
	*height:760px;

	overflow:auto; /* allow scrollbar */
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	background-color: #EEEEEE;
}

#slideshow6 #slidesContainer6 .slide6 {
	margin:0 auto;
	width:455px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
	height:700px;
	*height:760px;

}

.control6 {
	display:block;
	width:50px;
	height:700px;
	*height:760px;

	text-indent:-10000px;
	position:absolute;
	cursor: pointer;
	z-index: 7;
	
}

#leftControl6 {
	top:0;
	left:-50px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../images/store-slide-controls-left.jpg);
	*background-image: url(../images/store-slide-controls-left7.jpg);

}



#rightControl6 {
	top:0;
	right:-50px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../images/store-slide-controls-right.jpg);
	*background-image: url(../images/store-slide-controls-right7.jpg);	

}


/*--------------------------STORE PAGE SLIDE SHOW7------------------------*/	

#slideshow7 {
	width:500px;
	height:700px;
	*height:760px;

	position:relative;
	
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 50px;
}
#slideshow7 #slidesContainer7 {
	width:455px;
	height:700px;
	*height:760px;

	overflow:auto; /* allow scrollbar */
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	background-color: #EEEEEE;
}

#slideshow7 #slidesContainer7 .slide7 {
	margin:0 auto;
	width:455px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
	height:700px;
	*height:760px;

}

.control7 {
	display:block;
	width:50px;
	height:700px;
	*height:760px;

	text-indent:-10000px;
	position:absolute;
	cursor: pointer;
	z-index: 7;
	
}

#leftControl7 {
	top:0;
	left:-50px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../images/store-slide-controls-left.jpg);
	*background-image: url(../images/store-slide-controls-left7.jpg);

}



#rightControl7 {
	top:0;
	right:-50px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../images/store-slide-controls-right.jpg);
	*background-image: url(../images/store-slide-controls-right7.jpg);	

}



/*--------------------------STORE PAGE SLIDE SHOW8------------------------*/	

#slideshow8 {
	width:500px;
	height:700px;
	*height:760px;

	position:relative;
	
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 50px;
}
#slideshow8 #slidesContainer8 {
	width:455px;
	height:700px;
	*height:760px;

	overflow:auto; /* allow scrollbar */
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;	
	background-color: #EEEEEE;
}

#slideshow8 #slidesContainer8 .slide8 {
	margin:0 auto;
	width:455px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
	height:700px;
	*height:760px;

}

.control8 {
	display:block;
	width:50px;
	height:700px;
	*height:760px;

	text-indent:-10000px;
	position:absolute;
	cursor: pointer;
	z-index: 7;
	
}

#leftControl8 {
	top:0;
	left:-50px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../images/store-slide-controls-left.jpg);
	*background-image: url(../images/store-slide-controls-left7.jpg);

}



#rightControl8 {
	top:0;
	right:-50px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../images/store-slide-controls-right.jpg);
	*background-image: url(../images/store-slide-controls-right7.jpg);	

	
}

/*--------------------------STORE PAGE SHOPPING CART------------------------*/	
#shopping-cart {
	position:absolute;
	margin-left:50%;
	left:140px;
	top:1190px;
	width:380px;
	height:500px;
	_height:530px;
	z-index:8;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999;
	background-color: #CCC;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {       /*GOOGLE CHROME HACK*/

#shopping-cart {
	position:absolute;
	margin-left:50%;
	left:140px;
	top:1190px;
	width:380px;
	height:530px;
	
	z-index:8;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999;
	background-color: #CCC;
}
		  
}


#shopping-cart-content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	width: 360px;
	position: relative;
	top: 20px;
	background-color: #EEE;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
}

#view-shopping-cart {
	margin-left: 50%;
	position:absolute;
	left:270px;
	top:425px;
	width:200px;
	height:25px;
	z-index:3;
		
}

#view-shopping-cart2 {
	margin-left: 50%;
	position:absolute;
	left:270px;
	top:945px;
	width:200px;
	height:25px;
	z-index:3;
		
}


#view-shopping-cart3 {
	margin-left: 50%;
	position:absolute;
	left:200px;
	top:1845px;
	width:200px;
	height:25px;
	z-index:7;
		
}

/*------------PAY PAL LOGO--------*/

#paypallogo {
	margin-left: 50%;
	position:absolute;
	left:150px;
	top:1680px;
	*top:1715px;
	width:300px;
	height:150px;
	z-index:7;
	
}

@media screen and (-webkit-min-device-pixel-ratio:0) {       /*GOOGLE CHROME HACK*/

#paypallogo {
	margin-left: 50%;
	position:absolute;
	left:150px;
	top:1700px;
	width:300px;
	height:150px;
	z-index:7;
	
}
		  
}
