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

body {
	background:url(images/plbTile.jpg);
	background-repeat: repeat;
	height:100%;
	background-color:#000;
}
#page {
	background-image: url(images/plasmablastBackground.jpg);
	background-repeat: no-repeat;
	height: 1275px;
	min-height:100%;
	width: 900px;
	position:relative;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: -4em;
	margin-left: auto;
}
.navMenu {
	color: #000;
	top: 210px;
	position: relative;
	margin-right: 15px;
	margin-left: 20px;
	float: left;
	width: 17%;
	text-align: center;
	left: 20px;
	z-index: 2;
	display: inline;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 2px;
	padding-right: 2px;
	line-height: normal;
	vertical-align: middle;
	height:125px;
}
.navMenuTransparentBG {
	color: #FFF;
	top: 200px;
	position: absolute;
	margin-right: 20px;
	margin-left: 20px;
	float: left;
	width: 17%;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 158px;
	left: 20px;
	z-index: 1;
	background-color: #000;
	opacity:0.4;
	filter:alpha(opacity=40);  /*opacity for IE7 */
	moz-opacity:0.4; /*opacity for backward compatibility with legacy browsers */
	display: inline;
}

.main {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	top: 210px;
	width: 68%;
	margin-right: 30px;
	margin-left: 20px;
	position: relative;
	z-index: 2;
	font-size: small;
	text-align: justify;
	text-indent: 1em;
	display: inline;
	padding: 4px;
	float: left;
}
.main table {
	border-collapse:separate;
	border-spacing:20px 4px;
	text-align: center;
}
.main table td{
	vertical-align: top;
	padding:1px;
}
#page .main table tr td a:link {
	color:#CC6633;
}
#page .main table tr td a:visited {
	color:#884433;
}
#page .main table tr td a:hover {
	color:#CC9933;
}
#page .main table tr td a:active {
	color:#CC6633;
}
#page .main a:link {
	color:#CC6633;
}
#page .main a:visited {
	color:#884433;
}
#page .main a:hover {
	color:#CC9933;
}
#page .main a:active {
	color:#CC6633;
}
.mainTransparentBG {
	background-color: #000;
	display: inline;
	float: left;
	width: 70%;
	height: 1000px;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 10px;
	position: absolute;
	top: 200px;
	z-index: 1;
	opacity:0.4;
	filter:alpha(opacity=40);
	moz-opacity:0.4;
	left: 200px;
}
.lalphaOList {
	list-style-type:lower-alpha;
}
.footer {
	z-index: 2;
	text-align: center;
	display: inline;
	width: 96%;
	margin: 1px;
	padding: 5px;
	height: 4em;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.footer p{
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #FFF;
}
.clearfooter {
	clear: both;
	height: 4em;
}
.modelTitle {
	font-weight: bold;
}
.logoPaypal {
	text-align: center;
	display: block;
	vertical-align: bottom;
	position: relative;
	left: 200px;
	right: 200px;
	float: left;
}

#viewcart {
	padding: 2px;
	clear: both;
	text-align: center;
}
#page .main h2 {
	font-size: small;
}
#page .main h3 {
	font-size: x-small;
}
#page .navMenu ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#page .navMenu ul li{
	padding-bottom:2px;
}