/*
	Design by Free CSS Templates
	http://www.freecsstemplates.org
	Released for free under a Creative Commons Attribution 2.5 License
*/

/* Basic */

*
{
	margin: 0em;
	padding: 0em;
}

h1,h2,h3,h4,h5,h6
{
	color: #6a6a6a;
}

body
{
	font-family: "Trebuchet MS", sans-serif;
	color: #7a7a7a;
	font-size: 11pt;
}

a
{
	color: #FF6600;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

/* Outer */

#outer
{
	margin-top: 2.5em;
	margin-right: 6em;
	margin-bottom: 1.5em;
	margin-left: 4em;
	width: 900px;
}
#copyright {
	float: left;
	width: 300px;
	padding: 4px;
	margin-bottom: 3em;
}

/* Header */

#header
{
	height: 8em;
	width: 15em;
	float: left;
	position: relative;
	padding-top: 0em;
	padding-bottom: 0em;
}

#header h1
{
	position: absolute;
	bottom: 2.2em;
	font-size: 1.5em;
	letter-spacing: 0.1em;
}

#header h1 a
{
	color: #fff;
	text-decoration: none;
}

#header h2
{
	position: absolute;
	bottom: 2.7em;
	color: #EFE0E0;
	font-size: 0.8em;
}

/* Menu */

#menu
{
	height: 8em;
	margin-left: 18em;
	position: relative;
}

#menu ul
{
	list-style: none;
	position: absolute;
	top: 3.3em;
	margin-left: 8em;
}

#menu li
{
	display: inline;
	border-left: dotted 1px #848484;
	padding-left: 0.8em;
}

#menu li.first
{
	border-left: 0px;
	padding-left: 0em;
}

#menu li a
{
	text-decoration: none;
	color: #6a6a6a;
	font-weight: bold;
	padding: 0.8em;
	margin-right: 0.8em;
	font-size: 0.9em;
}

#menu li a:hover
{
	color: #fff;
	background-color: #FF6600;
	background-repeat: repeat-x;
	background-position: left bottom;
}

/* Content */

#content
{
	margin-top: 1px;
	padding-top: 1.5em;
	background-color: #fff;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: cacaca;
}

#content p
{
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

#content h2
{
	font-size: 1.2em;
}

#content h3
{
	font-size: 1.1em;
}

#content h2,h3,h4,h5,h6
{
	padding-bottom: 0.2em;
	margin-bottom: 1.2em;
	border-bottom: dotted 1px #cacaca;
}

#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
	line-height: 1.6em;
}

#content blockquote
{
	border-left: solid 0.8em #cacaca;
	padding: 0.5em 0em 0.5em 1.0em;
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

#content blockquote p
{
	display: inline;
}

#content table
{
	padding: 0.5em;
	margin-bottom: 1.5em;
}

#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}

#content table td
{
	padding-top: 1em;
	padding-right: 2em;
	padding-bottom: 1em;
	padding-left: 2em;
}

#content table tr.rowA
{
	color: inherit;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #C9EE81;
	border-bottom-color: #C9EE81;
}

#content table tr.rowB
{
	background-color: #eee;
	color: inherit;
}

/* Primary Content */

#primaryContentContainer
{
	float: right;
	margin-left: -19em;
	width: 900px;
}

#primaryContent
{
	padding: 1.5em;
	border-left: dotted 1px #cacaca;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 18em;
}

/* Secondary Content */

#secondaryContent
{
	float: left;
	width: 12em;
	padding: 1.5em;
}
.pillowRight {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 20px;
}

/* Footer */

#footer
{
	border-top: dotted 1px #cacaca;
	padding-top: .5em;
	padding-right: 0.5em;
	padding-bottom: 1.5em;
	padding-left: 0.5em;
	font-size: x-small;
}

.clear
{
	clear: both;
}
#footerLinks {
	float: right;
	width: 300px;
	padding: 4px;
	font-size: x-small;
	margin-bottom: 3em;
	text-align: right;
}
.sm {
	font-size: x-small;
	text-decoration: none;
}
.boldgreen {
	font-weight: bold;
	color: #99FF00;
}
#shop {
	margin-bottom: 15px;
}
#press {
	margin-bottom: 10px;
}
.imgLeft {
	margin-right: 15px;
	border: 1px solid #99FF00;
	margin-bottom: 4px;
}
.imgRight {
	border: 1px solid #99FF00;
	margin-bottom: 4px;
	margin-left: 15px;
	margin-top: 15px;
}
.pillowLeft {
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.bold {
	font-weight: bold;
}
.img_equal_space_bothsides {
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 20px;
}
