/*
Copyright 2004, LestTheyBeForgotten.com.
*/


body {
}

#body1 {
	margin: 0;
	padding: 0;
	border: 0;
	background: #fff;
	color: #000;
}

#header {
	display: block;
	color: #ccc;
	margin: 0;
	padding: 0;
	height: 89px;
	width: 100%;
	text-align: left;
	vertical-align: bottom;
	background: #000/* url(img/header_fade.gif) top left repeat-x*/;
}

#header .date {
	text-align: right;
	color: #ccc;
	font-size: medium;
	font-weight: bold;
	font-family: sans-serif;
	text-decoration: none;
	padding-bottom: 10px;
	padding-top: 40px;
	padding-right: 16px;
}


#container {     
	font-family: Arial, Helvetica, sans-serif;
	font-size: small; 
	padding: 0;
	margin: 0;
}

#contentwrapper {
/*	float: center;*/
	clear: left;
	background: #fff;
	padding: 0;
	margin: 0;
}

/* Opera hack is only needed if the #contentwrapper descriptor uses the IE hack
html>#contentwrapper {
  	width:513px; 
} 
*/


#contentwrapper a:link,a:visited {
	color: #008;
	background: transparent;
	text-decoration: none;
	font-weight: normal;
}                        

#contentwrapper a:hover {
	color: #800;
	background: transparent;
	text-decoration: underline;
}

#content h1 {
	font-weight: bold;
	font-size: medium;
	color: #fff;
	background: #002060 /*url(img/fade.gif) top right repeat-y*/;
	padding: 4px 4px 4px 24px;
	margin: 0;
}

/*
#content h1 {
	font-weight: bold;
	font-size: medium;
	color: #800;
	margin-left: 8px;
}
*/
#content h2 {
	margin-left: 24px;
	font-weight: bold;
	font-size: medium;
	color: #800;
/*	padding-top: 12px;*/
}

#content span.title {
	font-weight: bold;
	font-size: medium;
}

#cart {
	margin-left: 24px;
	border: #ccc 1px solid;
	width: 75%;
	padding: 8px;
}

/*
 #content, #feature1, #feature2 {
	clear: left;
	border: none;
	text-align: left;
	color: #000;
	border-bottom: #ccc dotted 1px;
	padding: 16px 16px 16px 16px;
}
*/

#content abbr {
	border-bottom: dotted 1px #ccc;
	cursor: help;
}

#content p  {
	margin-left: 24px;
	width: 75%;
}

#content table {
	margin-left: 24px;
}

#content p.em {
/*	font-style: italic;*/
}

#content label {
/*	font-family: Tahoma, Arial, Helvetica, sans-serif;*/
	font-size: small;
}

#content input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

#menu {
	margin: 0;
	padding: 4px 0 4px 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
}

#menu td.phone {
	  font-size: x-small;
	  font-weight: normal;
}

#menu /*ul li*/ a {
	text-transform: uppercase;
	background: #fff;
	height: 1em;
	line-height: 1em;
	border: none;
	padding: 0;
	margin: 0 0 0 12px;
	color: #008; /*dark blue*/
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
	font-size:    xx-small; /* for IE */      
	voice-family: "\"}\"";   
	voice-family: inherit;   
	font-size:    x-small; /* the right way */   
}

html>#menu /*ul li*/ a {
	font-size: x-small;
}

#menu /*ul li*/ a:hover {
	color: #800; /*dark red*/
	background: #fff;
}
/*
#menu a.current {
	background: #000;
	color: #fff;
}

#menu a.current:hover {
	background: #ccc;
	color: #000;
}
*/

#footer {
	font-family: Arial, sans-serif;
	font-size: x-small;
	color: #000;
	background: transparent;
	position: relative;
	clear: left;
	border-top: #ccc dotted 1px;
	margin: 40px 0 0 16px;
	text-align: left;
}

#footer a, a:link {
	text-decoration: none;
	color: #008; 
	font-weight: bold;
}          

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


#scroll_list {
	background: #efefef;
	color: #000;
	margin: 0;
	padding: 8px;
	border-right: #aaa solid 1px;
	font-size: x-small;
}

#scroll_list td {
    vertical-align: middle;
    text-align: left;
	border-bottom:1px dotted #ccc;
	padding: 8px;                        
	font-size:  x-small; /* for IE */      
}

#scroll_index {
	background: #ddd;
	color: #000;
	height: 75px;
	border: #aaa solid 1px;
	margin: 0;
	font-size: xx-small;      
}

#scroll_index td, #scroll_index select {
	font-size: xx-small;      
	}

img {
	display: float;
	border: none;
	vertical-align: bottom;
}
.inline_left {
	float: left;
	clear: none;
	margin: 8px;
}
.inline_right {
	float: right;
	clear: none;
	margin: 8px;
}


td {
	vertical-align: top;
}

.header {
	font-weight: bold;
	background: #eee;
	text-align: center;
	vertical-align: middle;
}

.cart {
	vertical-align: middle;
}

.total {
	font-weight: bold;
	background: #ccc;
	text-align: right;
}


