body {
	background-color: black;

}
p {
	font-family: "Tahoma";
}

/*For galleria.io plugin*/
#gallery{
	width:1024px;
	height:420px;
	
}

.textbox {
	background-color: rgba(255, 255, 255, 0.2);
	padding: 17px;

}

.producttext {
	position: relative;
	text-align: center;
	width: 224px;
	margin: auto;
	background: rgba(255, 255, 255, 0.3);
	color: black;
	z-index: 1;
	top: -50px;
	text-decoration:none;
	font-weight:bold;
	padding-top: 4px;
	padding-bottom: 4px;
}

.centerimage {
	margin-left:17px;
	margin-right:17px;
	text-align: center;
	position: relative;
	box-shadow: 0px 8px 5px rgba(0, 0, 0, 0.3);
	
}

.dropshadow {
	box-shadow: 0px 8px 5px rgba(0, 0, 0, 0.3);
}

.dropshadow:hover {
	box-shadow: 0px 8px 5px rgba(0, 0, 0, 0.5);
}

.topbar {
	position: relative;
	background-image:url('images/interface/top_bg.jpg');
	margin-left:auto;
	margin-right:auto;
	z-index: 1;
	width: 1024px;
	height: 150px;
}


.hidden { 
	display: none; 
}
.unhidden { 
	display: block;
	position: relative;
	background-image:url('images/interface/dropdown_bg.jpg');
	width: 1024px;
	height: 470px;
	padding-top: 1px;
	margin-left:auto;
	margin-right:auto;
}
 
.bottombar {
	background-image:url('images/interface/bottom_bg.jpg');
	margin-left:auto;
	margin-right:auto;
	position: relative;
	text-align: center;
	width: 1024px;
	height: 38px;
	top: -16px;
}

.framebutton {
	position: relative;
	float: left;
	width: 33%;
	text-align: center;
	padding-top: 10px;
	
}

/*Top buttons*/
.button {
	background:url('images/interface/button.gif') 0 0;
	position: relative;
	width: 230px;
	height: 48px;
	float: right;
	text-align: center;
	margin: 5px;
	left: -130px;
	top: 100px;
	line-height: 40px;
	box-shadow: 0px 8px 5px rgba(0, 0, 0, 0.3);
}

.button:hover {
	background:url('images/interface/button.gif') 0 0;
	box-shadow: 0px 8px 5px rgba(0, 0, 0, 0.5);
}

/*Button link text*/
.biglink {
	color: #FFFFFF;
	font-family: "Tahoma";
	text-decoration:none;
	font-size: 25px;
	
}

.maincontent {
	background-image:url('images/interface/bg.jpg');
	margin-left:auto;
	margin-right:auto;
	position: relative;
	width: 1024px;
	height: 600px;
	
	padding-top: 10px;

}
