@charset "utf-8";
/* CSS Document */

.upcontainer
{
	width:960px;
	height:250px;
	padding-top:50px;
	margin:auto;
}

.menubutton
{
	
	padding-left:25px;
	padding-right:25px;
	line-height:60px;
	font-family:Voltaire;
	font-size:16px;
	text-align:center;
	background:#FFF;
	float:left;
	text-transform:uppercase;
	border-right:thin solid #999;
	font-weight:200;
}
.menubutton:hover
{
	background:#EE145B;
	color:#FFF;
}

.downcontainer
{
	width:960px;
	padding-top:100px;
	margin:auto;
}

.productblk
{
	width:200px;
	background:url(../images/back.PNG);
	padding:10px;
	margin:5px;
	-moz-box-shadow:    inset 0 0 10px #FFF;
   -webkit-box-shadow: inset 0 0 10px #FFF;
   box-shadow:         inset 0 0 10px #FFF;
   -webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}
.productblk:hover
{
	background-image:url(../images/hoverback.PNG);
}

.aboutdiv
{
	width:600px;
	height:450px;
	background:url(../images/hoverback.PNG);
	float:left;
	margin-top:-30px;
	 -webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}

.aboutleft
{
	width:320px;
	height:450px;
	background:url(../images/hoverback.PNG);
	float:left;
	margin-top:-30px;
	margin-left:20px;
	 -webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}