body {
	background: url('../images/uni_bg.jpg') top left repeat-y #000000;
	margin: 0px;
	min-width: 900px;
	min-height: 800px;
	color: #ffffff;
	font-size: 10pt;
	font-family: Helvetica;
}

h1 {
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: -15px;
	font-size: 64px;
	color: #ffffff;
}

h2 {
	font-size: 36px;
	color: #7fff00;
	margin-top: -15px;
	margin-left: 50px;
}

h3 {
	font-size: 16pt;
	color: #7fff00;
}


a {
	color: #7fff00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	width: auto;
}

li {
	margin-bottom: 10px;
}

.background {
	min-width: 900px;
	min-height: 800px;
	height: 800px;
	background: #000000;
	padding-top: 15px;
	padding-left: 115px;
	margin: 0px;

	text-align: left;
}

.home {
	background: url('../images/aurora_bg.jpg') top left no-repeat;
}

.title {
	margin-left: -15px;
	padding-left: 15px;
	padding-bottom: 10px;
	width: auto;
}

.menuleft {
	width: 10px;
	height: 20px;
	margin-top: 1px;
	margin-left: -15px;
	background: url('../images/menuleft.gif') top left no-repeat;
	float: left;
	display: none;
}

.menuright {
	border: 0px;
	margin-top: 1px;
	margin-right: 15px;
	width: 10px;
	height: 20px;
	background: url('../images/menuright.gif') top right no-repeat;
	float: right;
}

.menu {
	border-top: solid 1px #8cc63f;
	border-bottom: solid 1px #8cc63f;
	background: #000000;
	margin-left: -15px;
	padding-left: 10px;
	margin-right: 25px;
	height: 20px;
	width: auto;
	text-align: left;
}	

.menuitem {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin-left: 10px;
	margin-right: 10px;
}

.productlist {
	border-left: solid 1px #8cc63f;
	border-right: solid 1px #8cc63f;
	background-color: #000000;
	height: 0px;
	width: 101px;
	margin-left: 65px;
	position: absolute;
	overflow: hidden;
}

.productlistitem {
	padding-left: 10px;
	height: 25px;
	line-height: 25px;
	border-bottom: solid 1px #8cc63f;
	font-weight: bold;
	width: 100px;
	position: absolute;
	vertical-align: center;
}

.first {
	bottom: 78px;
}

.second {
	bottom: 52px;
}

.third {
	bottom: 26px;
}

.fourth {
	bottom: 0px;
}

.producticon {
	margin-right: 5px;
	vertical-align: middle;
	height: 16px;
	width: 16px;
	border: 0;
	text-decoration: none;
}

.selection {
	font-size: 30pt;
	font-weight: normal;
	height: 20px;
	margin-right: 5px;
	vertical-align: top;
}

.content {
	clear: both;
}

.productimage {
	border: solid 1px #8cc63f;
}

.productimagewrapper {
	width: auto;
	margin: 30px;
	text-align: center;
}

.clearfloats {
	clear: both;
}

.copyright {
	text-align: center;
	width: auto;
	margin-top: 45px;
	margin-bottom: 45px;
	clear: both;
}
