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

body {
	background-color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	
}
a {
	text-decoration: none;
	color:#fff;
	
}
.indent {
		margin-left: 130px;
	
}

h1, h2, h3, h4{
	font-weight: lighter;
}
img {
	border: none;	
}
.grey {
	color: #666;	
}
.bold {
	font-weight: bold;
	color: #fff;
}
.small {
	font-size: 85%;
}
#wrapper {
	position: relative;
	width: 1000px;
	height: 100%;
	margin:auto;
	
	
}
#left {
	position: relative;
	float: left;
	margin: 0px;
	width: 300px;
	height: 550px;
	
	
}
#ice {
	margin-top: 15px;
	
}
#logo {
	margin-top: 50px;	
	
	
}
#right {
	position: relative;
	float: right;
	top: 0px;
	width: 700px;
	height: 550px;
	background-color:#000;
	
}
#content {
	position: relative;
	margin-top:0px;
	margin-left: 0px;
	font-size: 1.2em;
	width: 550px;
	color:#fff;
	
}

#content li{
	margin-top: 10px;
	line-height: 1.2em;	
	list-style:square;
}
#home {
	position: relative;
	top: 0px;
	margin-left: 40px;
}
#about h2{
	line-height: .8em;
	font-size: 1.5em;
}
#about h3{
	line-height: .5em;
	font-size: 1.2em;
}
#about {
	position: relative;
	top:20px;
	margin-left: 20px;
	line-height: 1.3em;
	width: 470px;
	font-size: 85%;
	
}
.under {
	text-decoration: underline;	
}
#order {
	margin-left: 15px;
	margin-top: 0px;
}
#order h3{
	position: relative;
	top: 40px;
	
}
#form{
	position: relative;
	
	
	
}
#names {
	position: relative;
	top: 200px;
	margin-left: 130px;
	
	

	
}
#number h2{
	position: absolute;
	color: #ffffff;
	top: 250px;
	left: 170px;
}
#cubes {
	position: absolute;
	top:420px;
	left: 500px;
	
}
#thanks {
	position: relative;
	top: 100px;
	
}
#footer {
	position: relative;
	top: 30px;
	clear: both;
	width: 350px;
	height: 25px;
	font-size: 1.3em;
	background-color:#000;
	color:#FFF;
	margin-left: auto;
	margin-right:auto;
	text-align:center;}
#info li{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #fff;
	list-style:none;
	float: left;
	padding-right: 30px;
	padding-left: 30px;
	
}
#product {
	position: relative;
	top: 20px;

}
#product h2{
	text-align: center;
	text-decoration:none;
	font-size:20px;
}
#product h3{
	text-align: center;
	text-decoration:none;
	font-size:25px;
}

#crushed {
	float: center;
	width: 550px;
	text-align:center;
}
#crushed h2, h3{
	text-align: center;
	text-decoration:none;
	font-size:20px;
}
	
}
#dry {
	float:right;
	width: 250px;
	
}
#notes {
	position: relative;
	clear: both;
	top: 40px;
	left: 0px;
	text-align:center;
	
}
#notes h2, h3{
	text-align: center;
	text-decoration:none;
	font-size:20px;
}
#nav ul{
	position: absolute;
	color: #ffffff;
	font-size: 1.4em;
	list-style-type:none;
	top: 550px;
	width: 310px;
	left: 22px;
	padding: 0px;
	margin: 0px;
	
}
#nav ul li{
	float: left;
	padding: 0px;
	margin: 0px;
	list-style:none;
	padding-right: 10px;
	
	
}
#nav li a, #menu li a:visited {
	text-decoration:none;
	font-weight: normal;
	color: #fff;
}
#nav li:hover, #nav li a:hover {
	border:0;
	color: #999;
}