@CHARSET "ISO-8859-1";

/* Basic */

a {
	text-decoration: underline;
	color: #ffffff;
}

a:hover {
	text-decoration: underline;
}

p {
	margin-top: 10px;
	margin-bottom: 0;
}

/* Layout */

body.mainbody {
	background: #000 url('images/pagebg.png') repeat;
}

body.frame {
	background: #000;
}

body {
	color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

#container {
	min-height: 520px;
	min-width: 820px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#frame {
	background: url('images/background.png');
	width: 800px;
	height: 500px;
	margin: -250px -400px 0;
	top: 50%;
	right: 50%;
	position: absolute;
}

a#about, a#web, a#events, a#products {
	width: 150px;
	height: 150px;
	position: absolute;
	display: block;
	text-decoration: none;
	padding: 0 0 0 0;
	overflow: hidden;
}

a#about {
	background: url('images/about.png') left;
	top: 25px;
	left: 25px;
}
a:hover#about {
	background: url('images/about.png') right;
}

a#web {
	background: url('images/web.png') left;
	top: 25px;
	left: 190px;
}
a:hover#web {
	background: url('images/web.png') right;
}

a#events {
	background: url('images/events.png') left;
	top: 190px;
	left: 25px;
}
a:hover#events {
	background: url('images/events.png') right;
}

a#products {
	background: url('images/products.png') left;
	top: 190px;
	left: 190px;
}
a:hover#products {
	background: url('images/products.png') right;
}

a#home {
	left: 25px;
	bottom: 20px;
	width: 150px;
	height: 55px;
	position: absolute;
	text-decoration: none;
	overflow: hidden;
}

#phone {
	left: 200px;
	bottom: 28px;
	position: absolute;
	font-size: 16px;
	font-weight: normal;
}

#phone a {
	font-weight: normal;
}

#content {
	top: 25px;
	right: 25px;
	position: absolute;
	width: 410px;
	height: 450px;
	overflow: auto;
	border: none 0px;
}

#wrapper {
	top: 160px;
	right: 0px;
	position: absolute;
	width: 389px;
	height: 285px;
	overflow: auto;
	padding: 0 10px 0 1px;
}

img.title {
    top: 10px;
    left: 0px;
    position: absolute;
}

img.bar {
	top: 70px;
	left: 0px;
	position: absolute;
}

/* Quantities */

ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

li {
	display: block;
	padding: 0px;
	margin: 0px;
	width: 360px;
	height: 25px;
}

a.plus, a.minus {
	display: block;
	width: 20px;
	height: 20px;
	float: left;
}

a.plus {
	background: url('images/plus.png') top left;
	margin: 0 5px 0 0;
}

a.plus:hover {
	background: url('images/plus.png') top right;
}

a.minus {
	background: url('images/minus.png') top left;
}

a.minus:hover {
	background: url('images/minus.png') top right;
}

span.qty {
	display: block;
	overflow: hidden;
	width: 30px;
	height: 15px;
	float: left;
	text-align: center;
	padding: 1px 0 4px 0;
}

span.price {
	overflow: hidden;
	width: 50px;
	height: 15px;
	float: right;
	text-align: right;
	padding: 1px 0 4px 0;
}

#total {
	font-weight: bold;
}

.screenread {
	display: block;
	text-indent: -9999px;
}

