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

body {
	background-color:#000;
}

div#bgwrapper {
  background: url(images/homepage-background.jpg);
  background-repeat: no-repeat;
  overflow:hidden;
  width: 1000px ;
  height: 840px;
  margin-left: auto ;
  margin-right: auto ;
}

div#wrapper {
  overflow:hidden;
  width: 800px;
height:100%;
  margin-top:10px;
  margin-left: auto ;
  margin-right: auto ;

}

div#content {
	border-width: .1em;
border-style: solid;
border-left:none;
border-right:none;
	overflow:hidden;
	height:500px;
  width: 800px ;
  margin-left: auto ;
  margin-right: auto ;

}

.page {
	margin-top:0px;
	visibility:hidden;
	overflow:hidden;
	height:0px;
  width: 0px ;
  margin-left: auto ;
  margin-right: auto ;

}

.page a, a:link, a:visited, a:active {
	text-decoration: none;
}

.page a:hover {
	text-decoration: none;
	filter:alpha(opacity=90);
	opacity:0.9;
}

.homepage{
	
	visibility:true;
	overflow:hidden;
	height:600px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;

}


.shopsubmenu {
	position:relative;
	background-image:url(images/submenuactive.png);
	visibility:hidden;
	padding-top:7px;
	width:100%;
	height:24px;
	margin-left: auto;
	margin-right: auto;
	font-family:Arial;
	color:#000;
	font-size:13px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
}


.shopsubmenu a, a:link, a:visited, a:active {

	color:#000;
        text-decoration:none;
        border-style:none;
}
.shopsubmenu a:hover {

	color:#fff;

}