.email {
	color: #6a6865;
	text-decoration: none;
}
.email:hover {
	color: #f0cbb3;
}
a img { border: 0 }
img { border: 0 }
/*
#nav-header {
	position:relative;
	background-color: black;
	height: 48px;
	width: 100%;
	color: white;

#nav-header a {
	position:relative;
	font-size:10pt;
	margin-left: 1.5em;
	color: white;
	text-decoration: none;
	opacity:.99;
}
#nav-header a:hover {
	color: #9a9a9a;
	position:relative;
}
*/
			#logo
			{
				position: absolute;
				left: 23px;
				top:  0px;
			}
			#top
			{
				height: 90px;
				position: relative;
			}
			#nav-header{
				height: 1.5em;
				background-color: transparent;
				width: auto;
				position: absolute;
				left: 167px;
				bottom: 12px;
				opacity:.99;
			}
			#nav-header a {
				color: #5b5b5b;
				font-weight: normal;
				z-index: 99;
				position: relative;
				text-decoration: none;
				font-size: 10pt;
				margin-right: 1.5em;
			}
			#nav-header a:hover {
				color: #808080;
			}
#instructions {
	position: absolute;
	text-align: right;
	font-size:10pt;
	top: 16px;
	right: 1em;
	font-weight: bold;
	color: white;
	z-index: 100;
}

#content a {
	color: #808080;
	font-weight: bold;
}
#content a:hover {
	color: #f0cbb3;
}
#content {
	position: relative;
}
#content-cell {
	position: relative;
}
#innerContent {
	position: relative;
}

#copyright {
	position: absolute;
	bottom: 0px;
	right: 8px;
	font-size:10pt;
	color: #808080;
}

#payment-icons {
	position:absolute;
	bottom:0px;
	left:8px;
	font-size:10pt;
	color: #808080;
}

/* For vertical centering */
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {background: black;}

#level0 {
    display: table;
    height: 100%;
    width: 100%;
    margin: 0;
}

#level1 {
    display: table-cell;
    vertical-align: middle;
    position: relative;
	width: 100%;
}

#level2 {
	width: 100%;
	height: 600px;
    padding: 0;
    margin: 0 auto;
}

/*
#level2 {
	width: 792px;
	height: 612px;
    margin: 0 auto;
    padding: 0;
}*/
#container {
	position: relative;
}

.addToCartResult {
	color: white;
	padding: .5em;
	border: 1px solid white;
	background: #1f1f1f;
}

.hidden {
	overflow: hidden;
	width:    0px;
	height:   0px;
}
