@charset "iso-8859-1";
/* Creation date: 20/01/2009 */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 62.50%;
	background: #CC6699;
	color: #333;
}
p {
	font-size:1.4em;
	line-height: 1.6em;
}
li {
	font-size:1.4em;
	line-height: 1.6em;
}
h1 {
	font-size:2.0em;
	line-height: 2.0em;
	color: #cc0099;
}
h2 {
	font-size:1.4em;
	line-height: 1.6em;
}
h3 {
	font-size:1.1em;
	line-height: 1.3em;
}
table {
	font-size:1.0em;
	line-height: 1.4em;
}
img {
	border: 0;
}
a { 
	color:#666;
}
hr {
	color: #eee;
	width: 90%;
}
#container {
	clear: both;
	margin: 10px 30px 10px 30px;
	background: white;
}
#header {
	clear: both;
	width:100%;
}
#horizontal-menu {
	clear: both;
	background: #eee;
}
#left-menu {
	clear: left;
	float: left;
}
#right-column {
	clear: right;
	float: right;
	width: 180px;
}
#home-right-column {
	clear: right;
	float: right;
	margin-top: 20px;
	width: 180px;
	text-align: center;
}
#main-content {
	margin-left: 180px;
	margin-right: 180px;
}
#footer {
	clear: both;
	padding-left: 180px;
	background: #fff;
}
#copyright {
	clear: both;
	background: #fff;
}
#bottom-edges {
	clear: both;
	height: 14px;
	background: #fff;
}
#bottom-space {
	clear: both;
	height: 30px;
}
#product-image {
	float: left;
	margin: 0 10px 0 0;
}
.italic {
	font-size:0.75em;
	font-style:italic;
}
.question {
	font-size:1.4em;
	line-height: 1.6em;
	color: #000;
}
.answer {
	font-size:1.4em;
	line-height: 1.6em;
	font-style:italic;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.clear-left {
	clear: left;
}
.clear-both {
	clear: both;
	height: 20px;
}
.related-products {
	clear: both;
	height: 20px;
}
.thumbnails {
	float: left;
	padding: 10px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	width: 130px;
	text-align: center;
}
.featured-products {
	float: right;
	margin-right: 20px;
	padding: 10px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	width: 130px;
	text-align: center;
}
.home-featured-products {
	float: right;
	padding: 10px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	width: 130px;
	text-align: center;
}
.border-top {

	border-top: 1px solid #CCC;
	height: 5px;
}
.product-name {
	text-decoration: none;
}
.product-name a:hover {
	color: black;
}
.product-size {
	font-size:1.4em;
}
.black-box {
	float: left;
	width: 12px;
	height: 12px;
	border: 1px;
	background: black;
}


.menu-title {
	margin-top: 10px;
	margin-left: 20px;
	font-weight: bold;
}
.breadcrumbs {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size:1.0em;
}
.copyright-text {
	font-size:1.0em;
}
.mattblacktabs{
	width: 100%;
	overflow: hidden;
	border-bottom: 2px solid #aaa; /*bottom horizontal line that runs beneath tabs*/
}
.mattblacktabs ul{
	margin: 0;
	padding: 0;
	padding-left: 10px; /*offset of tabs relative to browser left edge*/
	font-size:0.8em;
	font-weight:bold;
	list-style-type: none;
}
.mattblacktabs li{
	display: inline;
	margin: 0;
}
.mattblacktabs li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 7px 8px; /*padding inside each tab*/
	border-right: 1px solid white; /*right divider between tabs*/
	color: white;
	background: #aaa; /*background of tabs (default state)*/
}
.mattblacktabs li a:visited{
	color: white;
}
.mattblacktabs li a:hover, .mattblacktabs li.selected a{
	background: black; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

/* markermenu */

.markermenu{
width: 170px; /*width of menu*/
}

.markermenu ul{
	list-style-type: none;
	font-size:0.8em;
	margin: 5px 0;
	padding: 0;
}

.markermenu ul li a{
	background: white url(img/arrow-list.gif) no-repeat 2px center;
	color: #000;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 20px;
	text-decoration: none;
}


* html .markermenu ul li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 150px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #00014e;
}

.markermenu ul li a:hover{
color: black;
background-color: #eedddd;
background-image:url(img/arrow-list-red.gif); /*onMouseover image change. Remove if none*/
}

/* Holly Hack for IE \*/
* html .markermenu ul li { height: 1%; }
* html .markermenu ul li a { height: 1%; }
/* End */


.underlinemenu{
margin: 0;
padding: 0;
}

.underlinemenu ul{
margin: 0;
margin-bottom: 1em;
padding-left: 0;
float: left;
font-size:0.8em;
font-weight: bold;
border-width: 1px 0;
}

* html .underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
float: left;
color: gray;
font-weight: bold;
padding: 2px 6px 4px 6px;
text-decoration: none;
background: white url(img/menudivide.gif) top right repeat-y;
}

.underlinemenu ul li a:hover{
color: black;
background-color: #F3F3F3;
border-bottom: 4px solid black;
padding-bottom: 0;
}
