@charset "utf-8";
/* CSS Document */

/* SPECIAL - REMOVE */

div#vision {
	display: none; }

/* Tags */

a, a:visited, a:active {
	text-decoration: none;
	color: #090; }

a:hover {
	text-decoration: underline;
	color: #900; }

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal; }

h1 {
	font-size: 2.2em; }

h2 {
	font-size: 2.0em; }

h3 {
	font-size: 1.8em; }

h4 {
	font-size: 1.6em; }

h5 {
	font-size: 1.4em; }

h6 {
	font-size: 1.2em; }

p {
	line-height: 1.15em;
	margin: 1.1em 0; }

.clear {
	clear: both; }

.producttags li {
	padding: 2px 0; }

.producttags .active {
	padding: 1px 3px;
	border: 1px #900 ridge;
	border-left: 0;
	background: #FFF; }

.producttags .add-filter a {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 2px;
	background: url(add.png) no-repeat top left; }

.producttags .add-filter a:hover {
	text-decoration: none;
	background: url(add_highlight.png) no-repeat top left; }

/* Elements */

html {
	height: 100%; }

body {
	background: #191919;
	height: 100%;
	font-size: 0.8em;
	color: #222;
	font-family: Verdana, Geneva, sans-serif; }

#top {
	display: table;
	position: static;
	width: 920px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	background: #EEE; }

#headerphoto {
	display: block;
	width: 920px;
	height: 200px;
	background: url(headerphoto.jpg) no-repeat top left; }

#headerphoto img {
	padding: 152px 0 0px 9px; }

/* menubar */

#menu {
	margin: 1px 0;
	padding: 0px;
	list-style: none;
	color: #fff;
	display: inline-block;
    float: left;
	text-align: center;
	z-index: 1000; }

#menu > li > a {
	display: inline-block;
	height: 24px;
	padding: 8px 0 0 0;
	color: #EEE;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px; }

#menu > li {
	cursor: pointer;
	float: left;
	position: relative; }

#menu > li > a:hover {
	font-weight: bold;
	color: #EE9; }

.navlink_1 > a {
	background: url(nav1.png);
	width: 130px; }

.navlink_1 ul {
	background: #09ba00; }

.navlink_2 > a {
	background: url(nav2.png);
	width: 132px; }

.navlink_2 ul {
	background: #ca0003; }

.navlink_3 > a {
	background: url(nav3.png);
	width: 132px; }

.navlink_3 ul {
	background: #00a09e; }

.navlink_4 > a {
	background: url(nav4.png);
	width: 132px; }

.navlink_4 ul {
	background: #d2bc00; }

.navlink_5 > a {
	background: url(nav5.png);
	width: 132px; }

.navlink_5 ul {
	background: #b600c0; }

.navlink_6 > a {
	background: url(nav6.png);
	width: 132px; }

.navlink_6 ul {
	background: #8d4100; }

.navlink_7 > a {
	background: url(nav7.png);
	width: 130px; }

.navlink_7 ul {
	background: #0259c5; }

/* sub-menus*/

#menu ul {
	padding: 0px;
	margin: 0px;
	display: block;
	display: inline; }

#menu li ul {
	position: absolute;
	left: -25px; top: 0px;
	margin-top: 32px;
	width: 180px;
	border: 1px #EEE solid;
	color: #222;
	display: none; /* for IE */ }

#menu li:hover ul {
	display: block; }

#menu li ul li{
	display: block;
	margin: 0px 20px;
	padding: 0;
	border-top: dotted 1px #EEE;
    list-style-type: none; }

#menu li ul li a {
	display: inline-block;
	padding: 6px 0;
	color: #EEE;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px; }

#menu li ul li:first-child {
	border-top: none; }

#menu li ul li a:hover {
	color: #EE9; }

/* breadcrumbs */

#breadcrumbs {
	width: 595px;
	padding: 6px 0 6px 5px;
	color: #666;
	float: left; }

#cartbar {
	width: 290px;
	padding: 6px 10px 6px 0;
	color: #666;
	text-align: right;
	float: right; }

#cartbar img {
	margin: -2px 0 -3px 0; }

#maincontent {
	width: 570px;
	padding: 10px 10px 10px 20px;
	min-height: 600px;
	background: #EEE;
	float: left; }

#maincontent img#titlelogo {
	display:inline-block;
	margin: 5px 0 -8px 2px; }

#titletext {
	display: inline-block;
	font-size: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal; }

#sidebar {
	width: 300px;
	padding: 5px 10px;
	background: #EEE;
	float: left; }

#sidebar img {
	padding: 5px 0; }

#sidebar.spaced {
	padding: 56px 10px 5px 10px; }

#footer {
	border-top: 3px double #999;
	background: #EEE;
	color: #666;
	padding: 15px 5px;

	line-height: 180%;
	font-size: 0.9em;
	text-align: center;
	clear: both; }

#page h2 {
	padding: 0 0 12px 0; }

#page ul {
	list-style: disc;
	margin: 3px 0 3px 26px;
	text-indent: 5px; }

#page li {
	padding: 1px 0; }

#page img, #newsarticle img {
	padding: 2px;
	border: 1px solid #666; }

#page img[align='left'], #newsarticle img[align='left'] {
	margin: 0 10px 5px 0; }

#page img[align='right'], #newsarticle img[align='right'] {
	margin: 0 0 5px 10px; }

#maincontent blockquote {
	padding-left: 2em; }

#index {
	padding: 12px 0 0 0; }

#index #missionstatement {
	padding: 15px;
	margin: 0 0 12px 0;
	font-size: 1.1em;
	background: #E6E6E6; }

#index #missionstatement p {
	display: inline; }

#index .indexhighlight {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em; }

#index #missionstatement:first-letter {
	font-size: 1.6em; }

#index #newsheader {
	padding: 0 0 3px 0;
	margin: 20px 0 5px 0;
	border-bottom: 1px #CCC solid; }

#index #newstitle {
	margin: 0 0 6px 0; }

#index #newscontent {
	line-height: 1.2em;
	padding: 6px; }

#index #newscontent:first-letter {
	font-size: 1.2em; }

/* Shop */

#product-collection {
	margin: -10px -20px -5px -10px;
	padding: 0;
	overflow: auto;
	list-style: none; }

#product-collection li {
	width: 265px;
	margin: 10px;
	padding: 5px;
	border: 1px solid #BBB;
	float: left; }

#product-collection li:hover {
	background: #E6E6E6;
	cursor: pointer;
	border: 1px solid #999; }

#product-collection img {
	margin: 0 0 10px 0; }

#product-collection .prodimage img {
	width: 265px; }

#productpage {
	overflow: auto; }

#productpage h2 {
	margin-bottom: 20px; }

#productpage #productimages {
	margin: 0 0 10px 0; }

#productpage #productimages img {
	width: 265px; }

#productpage #variants {
	margin: 10px 0; }

#productpage #productitems {
	width: 275px;
	margin: 0 0 20px 0;
	float: left; }

#productpage #productdescription {
	width: 275px;
	margin: -1.1em 0 20px 0;
	float: left; }

#productpage #productimages2 {
	margin: 20px 0;
	padding: 10px 0;
	clear: both;
	border-top: 1px solid #BBB; }

#productpage #productimages2 h4 {
	margin: 0 0 10px 0; }

#productpage #productimages2 img {
	margin: 0 10px 0 0; }

#cart h3 {
	margin: 0 0 20px 0; }

#cart #line-items li {
	margin: 10px 0;
	padding: 5px;
	overflow: auto;
	border: 1px solid #CCC; }

#cart #line-items li h3 {
	margin: 0 0 5px 0; }

#cart #line-items li p {
	margin: 4px 0; }

#cart #line-items li .prodimage {
	float: right; }

#cart #itemsupdate {
	text-align: right;
	margin: 20px 0; }

#cart #info {
	margin: 30px 0; }