
/* main layout */ 

#container {
	margin: 0 auto 10px;
	padding: 0;
	width: 806px;
}

#header {
	padding: 54px 0 92px 92px;
	margin: 0;
}

#content {
	padding: 0;
	margin: 0;
	height: 422px;
	width: 806px;
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	z-index: 2222;
	clear: both;
}

/* header styles */

.logobox {
	padding: 0;
	margin: -10px 0 0 0;
}

.listmenu {
	padding: 8px 0 0 0;
	margin: 0;
	width: 216px;
}


/* content style */ 

#stacks {
	margin-top: -1px;
	width: 805px;
	height: 422px;
	display: none;
}

#stacks.stackborder {
	border-top: 1px solid #c5c5c5;
}

#stacks div {
	float: left;
	width: 30px;
	height: 422px;
	margin: 0;
	padding: 0;
	background-color: #c5c5c5;
	border-right: 1px solid #fff;
	cursor: pointer;
}
#stacks div.last-stack {
	border-right: 0;
	width: 30px;
}

#stacks div.load {
  background: #000 url(../img/ajax-loader.gif) no-repeat center center
}
#stacks div.over {
  background-color: #000;
}

#stackflag {
	height: 22px;
	width: 805px;
	margin-top: 25px;
	position: absolute;
	z-index: 2000;
}

.stack-flag {
	width: 200px;
	height: 15px;
	font-size: 11px;
	padding: 5px;	
	text-transform: uppercase;
}



/* overlays */

.infobox {
	padding: 30px;
	margin: 0 0 0 558px;
	height: 362px;
	width: 156px;
	background-color: #555;
	position: absolute;
	z-index: 9980;
	/*
	opacity: 0.95;
	-moz-opacity: 0.95;
	filter:alpha(opacity=95);
	*/
}

.gallerybox {
	z-index: 9990;
	padding: 30px;
	margin: 0 0 0 62px;
	height: 362px;
	width: 156px;
	position: absolute;
	background-color: #555;
	/*opacity: 0.95;
	-moz-opacity: 0.95;
	filter:alpha(opacity=95);
	*/
}

.reseller-1 {
	z-index: 9960;
	padding: 30px;
	margin: 0 0 0 279px;
	height: 362px;
	width: 156px;
	position: absolute;
	background-color: #555;
	/*opacity: 0.95;
	-moz-opacity: 0.95;
	filter:alpha(opacity=95);
	*/
}

.reseller-2 {
	z-index: 9960;
	padding: 30px;
	margin: 0 0 0 496px;
	height: 362px;
	width: 156px;
	position: absolute;
	background-color: #555;
	/*opacity: 0.95;
	-moz-opacity: 0.95;
	filter:alpha(opacity=95);
	*/
}

.closestack {
	padding: 0;
	margin: 0 0 0 775px;
	height: 422px;
	width: 30px;
	position: absolute;
	z-index:9999;
	background: #555 url(../img/fdb_close.gif) 50% 50% no-repeat;
	cursor: pointer;
}

.closestack a:hover {
	background-color:#111;
}

/* info closestack */
.largeclose {
	margin-left: 713px;
	*margin-left: 714px;
}


.infotext li {
	text-transform: none;
	font-size: 1.1em;
	padding: 0 0 4px 0;
	margin: 0;
	list-style: none;
	color: #FFF;
	font-weight: normal;
}

.gallerytext li {
	text-transform: none;
	font-size: 1.1em;
	padding: 0 0 4px 0;
	*padding: 0 0 3px 0;
	margin: 0;
	list-style: none;
	color: #c5c5c5;
	font-weight: normal;
}

#info li a:hover {
	color: #fff;
	text-decoration: none;
}

.presented li {
	text-transform: none;
	font-size: 1.0em;
	padding: 0 0 2px 0;
	margin: 0;
	list-style: none;
	color: #FFF;
	font-weight: normal;
}

.overlay {
	margin-top: -1px;
}

/* No Script Elements */

#container_ns {
	margin: 0 auto 10px;
	padding: 0;
	width: 805px;
}

.content_ns {
	margin: 0;
	padding: 0;
}

.fdb_box {
	margin-bottom: 60px;
	padding: 0;
	height: 422px;
	width: 805px;
	background-color: #a5a5a5;
	border: 1px solid #ccc;
}

.info_ns {
	margin: 0;
	padding: 0;
}

.infobox_ns {
	padding: 30px;
	margin: 0 0 0 64px;
	height: 362px;
	width: 156px;
	background-color: #555;
}

.gallerybox_ns {
	padding: 30px;
	margin: 0 0 0 62px;
	height: 362px;
	width: 156px;
	background-color: #555;
}

.reseller_ns {
	padding: 30px;
	margin: 0 0 0 1px;
	height: 362px;
	width: 156px;
	background-color: #555;
}

.reseller_ns ul.gallerytext li {
	padding: 0 0 1px 0;
	*padding: 0;
}
