html, body {
	margin: 0;
	background: #6f7172 url("images/background.jpg") repeat-x;
	font-family: Verdana, Arial serif;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #333333;
	height: 100%;
	min-height: 500px;
}

html>body { /* no styles */ }

#container {
	position: relative;
	margin: auto;
	width: 758px;
	/*height: 100%;*/
	border: 1px solid #555;
	border-top: 0;
	background: #fff url("images/gradient.jpg") no-repeat 0 bottom;
}

#sticker {
	position:absolute;
	z-index: 2;
	top: 0;
	left: 325px;
	width: 463px;
	height: 190px;
	/*background-color: #ccc;*/
}

#header {
	width: 718px;
	/*height: 190px;*/
	margin: auto;
	background: #fff url(null) no-repeat;
	padding-bottom: 50px;
}

#music-control {
	background: #fff url("images/header-music.jpg") no-repeat;
	height: 50px;
}
	

#main-nav {
	/*position: relative;
	z-index: 1;
	top: 118px;
	margin-left: 1px;*/
	width: 320px;
	height: 24px;
	background: transparent url("images/main-nav.png") no-repeat;
}

#calculator {
	width: 758px;
	height: 460px;
	margin: 0;
}

#store {
	width: 610px;
	margin: auto;
}

.product {
	width: 98px;
	margin-right: 30px;
	float:left;
	/*border-bottom: 1px dotted #ccc;*/
}

.product-last {
	width: 98px;
	float:left;
	/*border-bottom: 1px dotted #ccc;*/
	
}

.product-img {
	width: 90px;
	height: 110px;
	margin: auto;
	background-color: #ccc;
	/*border: 1px solid #999;*/
}

.product-details {
	padding: 8px 4px;
	font-weight: bold;
	/*width: 106px;*/
	margin: auto;
}

.price {
	color: #999;
	font-weight: bold;
}


#footer {
	width: 717px;
	border-top: 1px dotted #999;
	margin:auto;
	font-size: 0.8em;
	padding-bottom: 5px;
}


/* STYLES - html elements */
.hiddenPic {
	display:none;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

a, a:link {
	color: #666;
	text-decoration: none;
}     /* unvisited link */

a:visited {
	color: #666;
}  /* visited link */

a:hover {
	color: #000;
	text-decoration: underline;
}   /* mouse over link */

a:active {
	color: #666;
}   /* selected link */



/* LINKS - SUB CLASSES */
a.homepage-btn, a.homepage-btn:link {
	padding: 2px 0 0 10px;
	display: block;
	width: 140px;
	height: 21px;
	color: #666;
	text-decoration: none;
	background: transparent url("images/homepage-btn.gif") no-repeat;
}     /* unvisited link */

a.homepage-btn:visited {
	color: #666;
}  /* visited link */

a.homepage-btn:hover {
	color: #000;
	background: transparent url("images/homepage-btn-over.gif") no-repeat;
	text-decoration: none;
}   /* mouse over link */

a.homepage-btn:active {
	color: #666;
}   /* selected link */



a.button-link, a.button-link:link {
	display: block;
	width: 106px;
	height: 20px;
	color: #fff;
	text-decoration: none;
	margin-top: 5px;
	padding-top: 2px;
	text-align:center;
	background: transparent url("images/orange-btn.gif") no-repeat;
}     /* unvisited link */

a.button-link:visited {
	color: #fff;
}  /* visited link */

a.button-link:hover {
	color: #fff;
	text-decoration: none;
	background: transparent url("images/orange-btn-over.gif") no-repeat;
}   /* mouse over link */

a.button-link:active {
	color: #fff;
}   /* selected link */