/*******************************************************/
body {
	background: white;
	color: #333;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
}
/*******************************************************/
a {
	text-decoration: underline;
	color: #3366FF;
}

/*******************************************************/
.navbar {
	font-size: 9px;
	padding: 4px;
	
	margin-bottom: 20px;
	
	color: #FFFFFF;
	background-color: #333;
}
.navbar_separator {
	color: #C0C0C0;
}
a.navbar {
	text-decoration: none;
}
a.navbar:hover {
	text-decoration: underline;
}

/*******************************************************/
#content {
	padding-left: 12px;
}

/*******************************************************/
#copyright {
	text-align: center;
	font-size: 7pt;
	padding: 1px;
	color: #999;
	
	border-top: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	margin-top: 2px;
	
	clear: both;
}
#copyright a {
	color: #999;
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: underline;
}


/*******************************************************/
h2 {
	font-family: Georgia;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 8px;
	border-bottom: 1px solid #999;
	max-width: 600px;
	
	clear: right;
}
h3 {
	font-family: Georgia;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 8px;
	
	clear: right;
}
p {
	line-height: 160%;
	margin: 0 0 12px 0;
	padding-left: 12px;
	width: 600px;
}

/*******************************************************/
#contact-details #questions {
	margin-top: 12px;
	margin-bottom: 12px;
	font-weight: bold;
	padding: 0;
}

/*******************************************************/
/* for the catalog navi */
h2 a {
	color: #333;
	text-decoration: none;
}
h2 a:hover {
	text-decoration: underline;
}

/*******************************************************/
#catalog ul#categories {
	list-style-type: square;
	list-style-image: url('../images/lilmarker.png');
	margin: 0 0 24px 12px;
}
#catalog ul#categories li {
	font-weight: bold;
	font-size: 12px;

	padding: 2px 0 2px 6px;
	margin: 8px;
}
#catalog ul#categories li span.num-articles {
	font-weight: normal;
	font-size: 10px;
}

/*******************************************************/
#catalog ul#items {
	list-style-type: none;
	margin: 0 0 24px 12px;
}
.catalog-item {
	border: 1px solid #c0c0c0;
	width: 600px;
	padding: 6px;
	margin: 2px;
}

.catalog-item h4 {
	font-size: 13px;
	font-weight: bold;
	margin: 2px;
}
/* Internet explorer sucks. */
.catalog-item p {
	width: 454px;
	margin-left: 146px;
	padding: 0;
	margin-top: 12px;
	margin-bottom: 12px;
}

.item-text {
}

.thumbnail {
	display: inline;
	cursor: pointer;
	
	width: 120px;
	height: 120px;
	
	float: left;
	clear: left;
	
	padding: 1px;
	margin: 4px;
	border: 1px solid #999;
}

/*******************************************************/
#front-img-1 {
	float: left;
	padding: 1px;
	margin: 4px;
	border: 1px solid #999;
}
#front-blurb {
	width: 400px;
	margin-left: 220px;
}
#front-blurb p {
	width: 400px;
}
#front-blurb a {
	display: block;
	text-align: right;
	right: 0;
}

.news {
	margin-bottom: 18px;
	width: 400px;
}
.news h3 {
	font-family: Georgia;
	font-size: 10px;
	font-weight: bold;
	margin: 0 0 4px 0;
}
.news p {
	font-size: 10px;
	margin: 0 0 2px 0;
}

#about-company {
	width: 600px;
}
#about-img-1 {
	float: right;
	padding: 1px;
	margin: 4px;
	border: 1px solid #999;
}

/*******************************************************/

.vardata {
	border: 1px solid #666666;
}
.vardata tr.header {
	font-weight: bold;
}
.vardata tr td {
	padding: 5px 8px;
	text-align: center;
}
.vardata tr td.cellheader {
	font-weight: bold;
}
.vardata tr.stagger-1 {
	background-color: #f0f0f0;
}

/*******************************************************/
.expander { clear: both; height: 1px; }

acronym {
	border-bottom: 1px dotted #333333;
	cursor: help;
}

