body {
	font-family: Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #fff;
	background-color: #000;
}

.sitebar {
	width: 100%;
	height: 40px;
	color: white;
	padding: 0;
	margin-bottom: 40px;
	border-bottom: 1px solid #222;
}

.sitebar a {
	font-size: 18px;
	float: left;
	color: white;
	text-decoration: none;
	padding: 10px 40px 0 10px;
}

.main {
	margin: 0px auto;
	padding: 0 40px;
	width: 900px;
}

.titlebar {
	width: 100%;
	height: 114px;
	margin-bottom: 20px;
	color: white;
}
.titlebar a {
	color: white;
	text-decoration: none;
}
.titlebar .apptitle {
	padding-top: 20px;
	padding-bottom: 3px;
	font-size: 60px;
	color: white;
	text-decoration: none;
}
.titlebar .slug {
	font-size: 22px;
	color: #555;
}

.titlebar .appstore {
	float:right;
}

.titlebar .app_icon {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}


img {
	border: none;
}

#content {
	width: 800px;
	text-align: center;
	margin: 0 auto;
}

.header {
	background-color: black;
	padding: 5px 0;
	color: #faffc7;
	border-bottom: 1px solid #000;
}
.header table {
	width: 100%;
}
.header td {
	vertical-align: middle;
	border: 0 solid yellow;
}
.header a:hover,
.header a.selected,
.header .nav .breadcrumbs a:hover {
	color: #faffc7;
}

.nav {
	text-align: center;
}
.nav a {
	text-align: center;
	color: #b67d63;
	letter-spacing: 0px;
	text-decoration: none;
}
.nav {
	border-top: 0px solid #831b18;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.nav td {
	padding: 0 2em;
}

.nav .breadcrumbs {
	width: 90%;
	text-align: left;
	color: #b67d63;
}
.nav .breadcrumbs a {
	text-decoration: none;
	border-bottom: 0px dotted #b67d63;
}
.nav .breadcrumbs a.apps {
	color: #b67d63;
}

.nav .breadcrumbs span {
	color: #b67d63;
}

table.apps {
	width: 90%;
	margin-left: 2em;
}
table.apps td {
	vertical-align: top;
}

.malt-whisky,
.masterpiece,
.masterpiece_hd {
	margin: 3em auto;
	padding: 1em 0 0 0;
	text-align: center;
	vertical-align: top;
}

.malt-whisky img,
.masterpiece img {
	padding-bottom: 0em;
}


.malt-whisky {
	color: #faffc7;
	font-size: 150%;
	line-height: 1.2em;
}

.malt-whisky a {
	color: #b67d63;
	line-height: 1.2em;
	text-decoration: none;
}	


.malt-whisky p {
	color: #faffc7;
}

.masterpiece,
.masterpiece a {
	font-size: 18px;
	background-color: #000;
	text-align: center;
	color: #555;
	text-decoration: none;
}

.masterpiece_hd,
.masterpiece_hd a {
	font-size: 18px;
	background-color: #000;
	color: #555;
	line-height: 28px;
	text-decoration: none;
}


img.appstore {
	padding-bottom: 3em;
}

.footer {
	margin: 4em auto;
	text-align: center;
	padding: 0.4em;
}

.footer a {
	color: #aaa;
	text-decoration: none;
}

.footer a:hover {
	color: #ddf;
}

.testimonials {
	margin-top: 60px;
}

.testimonials div {
	background: url('testimonial_quote.png') top left no-repeat transparent;
	padding-left: 90px;
	color: #aaa;
	font-family: "American Typewriter";
	font-size: 20px;
	font-weight: light;
	margin-top: 0.25em;
	margin-bottom: 1.25em;
	line-height: 25px;
}

.testimonials h2 {
	padding-top: 2em;
	padding-left: 90px;
	margin-bottom: 0.5em;
}




