body{
	margin:0;
	padding:0;
	background-image: radial-gradient(center bottom, ellipse cover, #fffdfe, #fce7e6);
	background-image: -o-radial-gradient(center bottom, ellipse cover, #fffdfe, #fce7e6);
	background-image: -ms-radial-gradient(center bottom, ellipse cover, #fffdfe, #fce7e6);
	background-image: -moz-radial-gradient(center bottom, ellipse cover, #fffdfe, #fce7e6);
	background-image: -webkit-radial-gradient(center bottom, ellipse cover, #fffdfe, #fce7e6);
    background-repeat: no-repeat;
    background-attachment: fixed;
	font-family:Arial, Helvetica, sans-serif;
}
a{
	text-decoration:none;
	color:white;
	cursor:pointer;	
}
.fieldinput{
	border-style:solid;
	border-color:#f887ff;
	border-width:1px;
	height:20px;
	width:170px;
}
.modal-mask{
  width:100%;
  height:100%;
  position: fixed;
	top:0px;
	left:0px;
	z-index: 100;
	background-color:#000;
	opacity:0.4;
  display:none;
}
.header{
	width:980px;
	height:78px;
	background-image:url(../Backgrounds/topBanner.png);
	margin:auto;
	padding-top:15px;
	padding-left:20px;
}
.headertext{
	width:590px;
	height:75px;
	background-image:url(../Backgrounds/shopLogo.png);
	background-repeat:no-repeat;
}
.container{
	width:1000px;
	height:100%;
	margin:auto;
}
.navpanel{
	float:left;
	margin-top:10px;
	width:226px;
	height:625px;
	
	border-style:solid;
	border-color:black;
	border-width:1px;
	
	background-color:white;
}
.navhead{
	height:30px;
	width:206px;
	background-color:black;
	color:white;
	padding-left:10px;
	padding-right:10px;
	line-height:30px;
}
.navtext{
	margin-top:15px;
	margin-left:5px;
}
.category{
	height:14px;
	font-size:14px;
}
.maincontent{
	width:770px;
	height:850px;
	float:right;
	
}
.featured{
	width:765px;
	height:433px;
	border-style:solid;
	border-color:#f887ff;
	border-width:1px;
	margin-left:3px;
	margin-top:10px;
}
.productarea{
	width:770px;
	margin-top:10px;
}
.leftproducts{
	float:left;
	width:379px;
	margin-left:3px;
}
.rightproducts{
	float:right;
	width:379px;
}
.leftproduct{
	width:183px;
	height:289px;
	border-style:solid;
	border-color:#f887ff;
	border-width:1px;
	float:left;
	margin-bottom:10px;
	background-color:white;
}
.rightproduct{
	width:183px;
	height:289px;
	border-style:solid;
	border-color:#f887ff;
	border-width:1px;
	float:right;
	margin-bottom:10px;
	background-color:white;
}
.productname{
	width:183px;
	height:40px;
	line-height:30px;
	color:black;
	text-align:center;
}
.productimage{
	width:128px;
	height:138px;
	background-image:url(../Backgrounds/pinkbrowmdamask.jpg);
	background-size:cover;
	background-repeat:no-repeat;	
	background-position:center;
	margin:auto;
}
.stock{
	margin:auto;
	text-align:left;
	width:128px;	
}
.stockicon{
	background-image:url(../Images/inStock.png);
	width:15px;
	height:15px;
	float:right;
	background-size:cover;
}
.price{
	width:128px;
	margin:auto;
	text-align:left;
}
.addtocart{
	width:127px;
	height:34px;
	background-image:url(../Images/addCart.png);
	background-size:cover;
	margin:auto;
}
.addtocart:hover{
	cursor:pointer;
}
.ViewButton{
	width:183px;
	height:35px;
	background-color:#69429b;
}
.ViewButton:hover{
	cursor:pointer;	
}
.ViewProduct{
	pointer-events:none;
	width:101px;
	height:16px;
	margin:auto;
	margin-top:6px;
	padding-top:18px;
	background-repeat:no-repeat;
	background-position:center;
	background-image:url(../Images/Viewproductbutton.png);
}
.PageSelect{
	width:765px;
	margin-top:10px;	
	border-style:solid;
	border-color:#f887ff;
	border-width:1px;
	float:right;
	height:25px;
	margin-bottom:20px;
	background-color:white;
}
#prevpage{
	float:left;
	background-color:#69429b;
	color:white;
	height:25px;
	line-height:25px;
	width:100px;
	text-align:center;
	cursor:pointer;
}
#prevpage:hover{
	background-color:#418fcf;	
}
#currentpage{
	width:100px;
	position:absolute;
	text-align:center;
	background-color:#69429b;
	color:white;
	height:25px;
	line-height:25px;
	margin-left:335px;
}

#nextpage{
	float:right;
	background-color:#69429b;
	color:white;
	height:25px;
	line-height:25px;
	width:100px;
	text-align:center;
	cursor:pointer;
}
	
#nextpage:hover{
	background-color:#418fcf;	
}
.subtitle{
	margin-left:5px;
	margin-top;5px;
	font-weight:bold;
	font-size:18px;
}
.categoryhead{
	float:left;
}
.currentcat{
	float:left;
	padding-left:10px;
	margin-left:5px;
	background-position:left;
	background-repeat:no-repeat;
}
#productcont{
	width:1000px;
	margin:auto;
	float:none;
}
.productgallery{
	float:right;
	width:770px;
	height:433px;
	overflow:hidden;
}
.imagegal{
	width:770px;
	height:433px;
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	
}
.galleryscrollleft{
	background-image:url(../Images/previous.png);
	background-size:contain;
	width:77px;
	height:77px;
	position:absolute;
	margin-top:202px;
}
.galleryscrollright{
	background-image:url(../Images/next.png);
	width:77px;
	height:77px;
	margin-left:700px;
	position:absolute;
	background-size:contain;
	margin-top:202px;
}
.galleryscrollright:hover{
	cursor:pointer;	
}
.galleryscrollleft:hover{
	cursor:pointer;	
}