@CHARSET "ISO-8859-1";
/* CSS Document for 100 Meditations
Author: E-Moxie Data Solutions, Inc.
Author URI: http://e-moxie.com
Copyright (c) 2008
*/

/* Browser Reset Styles ================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
strong {
	font-weight: bold;	
}
small {
	font-size: 75%;	
}
em {
	font-style: oblique;	
}

/* Basic Definitions ==================== */
body {
	margin: 0;
	padding: 0;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	color: #fff;
	background: #000;
}

h1 {
	font-size: 36px;
	color: #fff;
	margin: 15px 0;
	padding: 0;
	font-weight: normal;
}
h2 {
	font-size: 24px;
	color: #eee;
	margin: 10px 0;
	padding: 0;
	font-weight: normal;
}
h3 {
	font-size: 18px;
	color: #ddd;
	margin: 10px 0;
	padding: 0;
	font-weight: normal;
}

a:link, a:visited, a:active {
	color: #ccc;
}
a:hover {
	color: #666;
}

p {
	line-height: 1.3em;
	margin: 5px 0 10px 0;
	padding: 0;
}

ul, ol {
	margin: 10px 0 10px 25px;
	padding: 0;
}
	li {
		margin-bottom: 5px;
	}

/* Classes ============================== */
.clear {
	clear: both;
}
.left {
	float: left;
	margin-right: 15px;
}
.right {
	float: right;
	margin-left: 15px;
}
.scroll {
	height: 30px;
	background: url('../images/scroll.gif') center 0 no-repeat;
	margin: 20px 0;
}
.styledinput {
	width: 250px;
	background: #ddd;
	padding: 5px;
	margin: 5px 0;
	font-family: Georgia, serif;
	font-size: 13px;
	color: #000;
	border: 1px solid #fff;
}

.product-container {
	margin-bottom: 30px;	
}
.prod-image {
	width: 150px;
	float: left;
}
.prod-image img {
	border: 1px solid #ccc;	
}
.prod-info {
	width: 340px;
	float: left;
}

/* Header =============================== */
#header-wrap {
	height: 102px;
	border-bottom: 1px solid #c7c7c7;
}
#header {
	width: 850px;
	margin: 0 auto;
	background: url('../images/header.gif') 0 0 no-repeat;
	height: 102px;
}
/* Navigation =========================== */
#nav {
	text-align: right;
	margin-right: 5px;
	padding-top: 68px;
}
	#nav ul {
		margin: 0;
		padding: 0;
	}
		#nav ul li {
			display: inline;
			
		}
			#nav ul li a {
				text-decoration: none;
				color: #eee;
				text-transform: lowercase;
				font-size: 14px;
				margin: 0 15px;
			}
			#nav ul li a:hover {
				border-bottom: 3px solid #fff;
			}
			#nav ul li a#current {
				font-weight: bold;
			}

/* Content ============================== */
#container {
	width: 850px;
	margin: 0 auto;
}

#content {
	width: 535px;
	float: left;
	padding: 10px 30px;
	margin-bottom: 30px;
}

#sidebar {
	width: 255px;
	float: left;
	padding: 30px 0;
}
	#sidebar div.callout {
		background: url('../images/callout.gif') 0 0 no-repeat;
		width: 225px;
		height: 185px;
		text-align: center;
		padding: 0 15px;
		margin-bottom: 20px;
	}
		#sidebar div.callout div.callout-img {
			width: 110px;
			height: 185px;
			float: left;
			display: table;
			overflow: hidden;
		}
		#sidebar div.callout div.callout-img div {
			display: table-cell;
			vertical-align: middle;
		}
		
	#sidebar div.callout div.callout-text {
		width: 115px;
		height: 185px;
		float: left;
		display: table;
		overflow: hidden;
	}
		#sidebar div.callout div.callout-text div {
			display: table-cell;
			vertical-align: middle;
			font-size: 18px;
			color: #343434;
			font-family: Georgia, serif;
		}
		#sidebar div.callout div.callout-text div a {
			color: #343434;
			text-decoration: none;
		}
		
		
/* Footer =============================== */
#footer {
	text-align: center;
	font-size: 11px;
	color: #666;
	font-family: Georgia, serif;
}
	#footer a {
		color: #ddd;
	}
	#footer ul {
		margin: 0 0 15px 0;
		padding: 0;
	}
		#footer ul li {
			display: inline;
			border-right: 1px solid #444;
			margin-right: 5px;
			padding-right: 5px;
			font-size: 12px;
		}
			#footer ul li a {
				text-decoration: none;
				color: #999;
				text-transform: lowercase;
				font-size: 12px;
			}

