/* Normalize */

* {
	background-color: transparent;
	border: none;
	font-size: 1em;
	font-weight: inherit;
	font-family: 'Trebuchet MS', Verdana, Arial;
	line-height: 1.4em;
	list-style: none inside;
	margin: 0;
	padding: 0;
	text-align: inherit;
	text-decoration: none;
}

/* Main */

html {
	overflow-y: scroll;
}

body {
	background-color: #FFF;
	color: #332;
	text-align: center;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

pre, code {
	font-family: monospace;
}

/* Links */

a, a:hover, a:active, a:visited {
	color: #7DC243;
	text-decoration: underline;
}

a:hover {
	color: #666633;
	text-decoration: none;
}

/* Form elements */

form {
	background: #F4F4F4;
	border-color: #DDC;
	border-style: solid;
	border-width: 2px 2px 1px 2px;
	margin-bottom: 1em;
}

	form.hide {
		background: none;
		border: none;
		margin: 0;
	}

	form.hide fieldset {
		border: none;
		padding: 0;
	}

fieldset {
	border-bottom: 1px solid #DDC;
	padding: .5em .5em 1em .5em;
}

	fieldset p {
		clear: both;
		padding: .5em .5em 0 .5em;
	}

dl {
	clear: both;
	padding: .5em .5em 0 .5em;
}
	
	dl em {
		font-size: .8em;
	}

dt {
	float: left;
	width: 12em;
}
	
	dt em {
		display: block;
	}

dd {
	float: left;
	margin-left: 1em;
}

	dd .error {
		color: #F00;
	}

input, textarea, select, button {
	background: #FFF;
	border: 1px solid #CCB;
}

input:focus, textarea:focus, select:focus, button:focus {
	background: #FFC;
}

input.text, input.password, textarea, select {
	width: 16em;
}

input.shop {
	width: 2em;
}

button, .button {
	padding: 0 1em;
}

/* Content */

#wrap {
	margin: 0 auto;
	text-align: left;
	width: 880px;
}

#header {
}

	#header a {
		background: url('_view/images/header.gif') right bottom no-repeat;
		display: block;
		height: 135px;
		text-indent: -999%;
	}

#sidebar {
	float: left;
	width: 160px;
}

	#sidebar_inner {
		padding: 1em 20px 1em 0;
	}
	
	#sidebar ul {
		margin-bottom: 2em;
	}

	#sidebar li a {
		background: url('_view/images/menu.png') left top no-repeat;
		display: block;
		font-size: 1.1em;
		height: 44px;
		line-height: 2.5em;
		margin-bottom: .5em;
		padding-left: 40px;
		text-decoration: none;
		text-transform: lowercase;
	}

	#sidebar li a:hover {
		background-position: left bottom;
	}

#content {
	float: left;
	width: 700px;
}

	#content p {
		margin-bottom: 1em;
	}

	#content h2 {
		color: #7DC243;
		font-size: 1.5em;
		margin-bottom: .2em;
	}

	#content h3 {
		color: #7DC243;
		font-size: 1.2em;
		margin-bottom: .3em;
	}

	#content h4 {
		font-size: 1em;
		margin-bottom: .6em;
	}

	#content ul {
		margin-bottom: 1em;
	}
	
	#content li {
		list-style: inside square;
		margin-left: 3em;
	}
	
	#content .message {
		border-style: solid;
		border-width: 2px;
		font-family: Georgia, 'Trebuchet MS', Verdana, Arial;
		padding: 1em;
	}

		#content .message.notice {
			background-color: #FFC;
			border-color: #DD7;
		}

		#content .message.error {
			background-color: #FEE;
			border-color: #D77;
		}

#content_inner {
	padding: 1em 0;
}

#testimonials em {
	display: block;
	font-size: .9em;
	text-align: right;
	margin-top: .5em;
}

#testimonials p {
	background: #F4F4F4;
	border: 2px solid #DDC;
	padding: 1em;
}

#press {
	text-align: center;
}

img.framed {
	background-color: #FFF;
	border: 1px solid #CCB;
	padding: 2px;
}

.block {
	background: #F4F4F4;
	border: 2px solid #DDC;
	margin-bottom: 1em;
	padding: 1em 1em 0 1em;
}

#footer {
	border-top: 1px solid #CCC;
	color: #776;
	font-size: .7em;
	margin-top: 2em;
	padding: 2em 0 0 0;
}

	#footer li {
		display: inline;
		list-style: inside none;
		margin: 0;
	}

/* Shop */

#shop_products div.item {
	float: left;
	text-align: center;
	margin: 0 .5em 1em .5em;
	width: 213px;
}

	#shop_products div.item a {
		background: url('_view/images/product_bottom.png') right bottom no-repeat #CCB;
		display: block;
		text-decoration: none;
	}

	#shop_products div.item a:hover {
		background: url('_view/images/product_bottom.png') left bottom no-repeat #DDC;
	}

	#shop_products div.item a span {
		background: url('_view/images/product_top.png') left top no-repeat #7DC243;
		color: #FFF;
		display: block;
		padding: .5em 0;
		text-transform: capitalize;
	}

	#shop_products div.item img {
		/* background-color: #FFF;
		border: 1px solid #CCB; */
		margin: 1.1em 0 .9em 0;
		/* padding: 2px; */
	}

/* jQuery slideshow */

#slideshow {
    display: block;
	position: relative;
    height: 205px;
}

#slideshow img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    opacity: 0.0;
}

#slideshow img.active {
    z-index: 10;
    opacity: 1.0;
}

#slideshow img.last-active {
    z-index: 9;
}