@charset "UTF-8";

p, a, ul, ol, li, h1, h2, h3, h4, h5, h6, body, img, body {
		font-family: Helvetica, Arial, sans-serif;
		list-style: none;
		text-decoration: none;
		border: 0;
		padding: 0;
		margin: 0;
	  }
	  
body {
		
	  }
	  
#index-bg {
		background: url(../Images/index-bg-ink.jpg) no-repeat top right;
	  }

#products-bg {
		background: url(../Images/products-bg-ink.jpg) no-repeat top right;
	  }

#about-bg {
		background: url(../Images/about-bg-ink.jpg) no-repeat top right;
	  }

.clear {
		clear: both;
		line-height: 0;
	  }

.no-clear {
		clear: none;
	  }

.clear-left {
		clear: left;
	  }
	  
.clear-right {
		clear: right;
	  }

.left-float {
		float: left;
	  }

.right-float {
		float: right;
	  }

#margin-top-35 {
	margin-top: 35px;
	  }

#margin-top-15 {
	margin-top: 15px;
	  }
	   
#nav {
		display: block;
		clear: both;
		line-height: 1;
		font-size: 0.85em;
		border-left: 1px solid #ccc;
		margin-left: 150px;
	  }

#nav ul { /* all lists */
		line-height: 1;
	  }

#nav a {
		display: block;
		color: #8C8C8C;
		padding: 20px 0 0 10px;
	  }

#nav a:hover {
		color: #8D55A2;
		border-left: 3px solid #8D55A2;
		padding-left: 7px;
	  }

#nav li { /* all list items */
		float: left;
					 /* width needed or else Opera goes nuts */
		margin: 0 15px 0 0;
	  }

#nav li ul { /* second-level lists */
		position: absolute;
		left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
		background: url(../Images/dropdown-menu-bg.png) repeat;
		padding: 5px 5px 0 5px;
		margin: 0 5px 0 5px;
	  }

#nav li ul li {
		position: relative;
		display: block;
		clear: both;
		width: 255px;
		border-bottom: 1px solid #ccc;
		padding: 5px 0 4px 0;	
	  }

#nav li ul a {
		font-size: 0.9em;
		padding: 0;
	  }

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	  }

#left-column {
		float: left;
		clear: left;
		width: 150px;
		padding: 150px 0 0 0;
	  }
	  
#left-column-tabs {
		list-style: none;
	  }

#left-column-tabs li {
		margin-bottom: -2px;
	  }

#footer, #links-bot {
		font-size: 0.75em;
		clear: both;
	  }
	  
#footer {
		height: 40px;
		color: #ccc;
		background: url(../Images/footer-bg.jpg) repeat-x;
		padding: 20px 0 0 150px;
		margin-bottom: 10px;
	  }

#footer p {
		float: left;
		color: #fff;
		margin-top: 5px;
	  }
	
#footer p a {
		color: #0054A6;
	  }
	  
#footer a:hover, #links-bot a:hover {
		text-decoration: underline;
	  }
	  
#footer form {
		float: left;
		clear: right;
		width: 170px;
		margin: -5px 0 0 30px;
	  }

#footer form p {
		display: block;
		float: left;
		clear: none;
	  }

#footer input {
		float: left;
		width: 124px;
		height: 23px;
		color: #ccc;
		border: 0;
		background:  url(../Images/newsletter-input.png) no-repeat;
		padding: 3px 5px 0 8px;
	  }

#search-sumbit input {
		width: 19px;
		height: 19px;
		font-size: 0.75em;
		background: url(../Images/search-submit.png) no-repeat;
		padding: 3px 0 0 0;
		margin: 3px 0 0 5px;
	  }

#links-bot {
		color: #ccc;
		margin-left: 150px;
	  }

#links-bot ul {
		margin: 0 0 15px -10px;
	  }
	  
#links-bot li {
		display: inline;
		margin: 0 10px;
	  }
	  
#links-bot p {
		margin-bottom: 10px;
	  }
	  
#links-bot a {
		color: #ccc;
	  }

#main-container {
		float: left;
		clear: right;
		border-left: 1px solid #ccc;
		font-size: 0.75em;
		padding-left: 15px;
	  }

#logo {
		display: block;
		clear: both;
		margin: 35px 0 60px 0;
	  }

#content {
		float: left;
		color: #666;
		
	  }

#statement {
		display: block;
		clear: both;
		margin-bottom: 35px;
	  }

.index-product-column {
		z-index: 1;
		float: left;
		width: 180px;
		margin: 0 10px 15px 0;
	  }

.index-product-column h1 {
		margin-bottom: 10px;
	  }

.index-product-column p {
		display: block;
		height: 100px;
		line-height: 1.5em;
		margin-bottom: 5px;
	  }

.index-product-column .go-button {
		display: block;
		clear: both;
		margin-bottom: 35px;
	  }

#index-news {
	float: left;
	display: block;
	width: 190px;
	color: #8D55A2;
	margin: 0 0 0 40px;
	  }

#index-news h2, .news-story {
		margin-bottom: 20px;
	  }

.news-story {
		margin-left: 5px;
	  }

.news-story p {
		line-height: 1.3em;
		margin: 3px 0;
	  }
	  
#newsletter {
	text-align: right;
	width: 155px;
	background: url(../Images/newsletter-bg.jpg) repeat-x #999;
	border: 1px solid #999;
	margin-top: 355px;
	  }

#newsletter h2 {
		font-size: 1.1em;
		color: #fff;
		background: url(../Images/newsletter-top-left-bg.jpg) top left no-repeat;
		padding: 10px 0 5px 0;
		margin: -1px 15px 0 -1px;
	  }

#newsletter form {
	background: url(../Images/newsletter-top-right-bg.jpg) top right no-repeat;
	padding: 0;
	margin: -1px -1px 0 0;
	  }

#newsletter input {
		width: 124px;
		height: 23px;
		border: 0;
		color: #ccc;
		background: url(../Images/newsletter-input.png) no-repeat;
		padding: 3px 5px 0 8px;
		margin-right: 10px;
	  }

#newsletter-submit input {
		width: 77px;
		color: #fff;
		font-size: 0.9em;
		background: none;
		margin-right: 10px;
	  }

.product {
		width: 820px;
	  }

.content-column {
		float: left;
		width: 250px;
		margin: 0 10px 30px 10px;
	  }

#column-intro {
		margin-bottom: 15px;
	  }

.content-column h2 {
		font-size: 1.1em;
		color: #8D55A2;
		border-left: 3px solid #8D55A2;
		line-height: 1.2em;
		padding:  3px  5px 1px 5px;
		margin: 0 0 10px 0;
	  }

.content-column p {
		margin-bottom: 10px;
	  }

.content-column ul {
		display: block;
		margin: 0 0 0 12px;
	  }

.content-column li {
		list-style-type: disc;
		margin-bottom: 5px;
	  }

.content-column a {
		color: #666;
		text-decoration: underline;
	  }
	  
.content-column a:hover {
	  	color: #8D55A2;
	  }

.content-column-img {
	margin: 20px 0 35px 0;
	  }

.content-quote {
	margin: -15px 20px 30px 20px;
	  }

.product-column-img {
		margin: 20px 0 0 30px;
	  }

#about-list-column ul {
		margin-bottom: 15px;
	  }

#contact-info {
		float: left;
		width: 200px;
		margin: 0 25px 35px 0;
	  }

#contact-info h2 {
		display: block;
		font-size: 1em;
		color: #8D55A2;
	  }

#contact-numbers {
		display: block;
		float: left;
		width: 150px;
		padding-left: 5px;
		margin: 35px 0 0 0;
	  }
	  
#contact-numbers li h2 {
		margin: 10px 0 5px -5px;
	  }
	  
#contact-numbers li {
		margin-left: 5px;
	  }
		
#contact-form {
		display: block;
		float: left;
		width: 350px;
		margin:  0 0 35px 0;
	  }

#contact-form img {
		display: block;
		float: left;
		clear: both;
		margin-bottom: 20px;
	  }

	  
#contact-form label, #contact-form input, #contact-form textarea {
		float: left;
	  }

#contact-form label {
		display: block;
		width: 150px;
		clear: left;
		margin-bottom: 20px;
	  }

#contact-form #contact-submit {
		display: block;
		float: none;
		clear: left;
		color: #fff;
		border: none;
		margin: 15px 0 0 150px;
	  }

#login {
		text-align: right;
		width: 140px;
		background: url(../Images/login-bg.jpg) repeat-y;
		border: 1px solid #999;
		margin: 35px 0 0 -1px;
	  }

#login h2 {
		font-size: 0.85em;
		color: #fff;
		background: url(../Images/login-bg-top-right.jpg) top right no-repeat;
		padding: 10px 15px 5px 0;
		margin: -1px 0 0 -1px;
	  }

#login form {
		background: url(../Images/login-bg-bottom-right.jpg) bottom right no-repeat;
		padding: 0;
		margin: 0 -1px -1px 0;
	  }

#login input {
		width: 87px;
		height: 23px;
		border: 0;
		color: #ccc;
		background: url(../Images/login-input.png) no-repeat;
		padding: 3px 5px 0 8px;
		margin-right: 10px;
	  }

#login-submit input {
		width: 60px;
		color: #fff;
		font-size: 0.75em;
		background: none;
		padding: 0 0 5px 0;
		margin: 0 10px 5px 0;
	  }

#login-register {
		float: left;
		clear: left;
		width: 60px;
		font-size: 0.65em;
		margin: 5px 0 0 0;
	  }

#login-register a {
		color: #fff;
	  }
	
#login-register a:hover {
		text-decoration: underline;
	  }

#sponsor-grid {
		display: block;
		width: 700px;
		margin-bottom: 35px;
		}

#sponsor-grid li {
		float: left;
		width: 180px;
		height: 180px;
		border: 1px dotted #ccc;
		text-align: center;
		padding: 10px;
		margin: 10px;
	  }

#sitemap {
	height: 500px; }

	#sitemap li {
		display: block;
		margin-bottom: 10px; }

	#sitemap li h2 {
		font-size: 1.1em;
		color: #8D55A2; }
		
	#sitemap li a {
		color: #666;
		padding-left: 10px; }
	
	#sitemap li a:hover {
		text-decoration: underline; }
		