@import "layout.css";
@import url('layout.css');
@import "forms.css";
@import url('forms.css');

body {
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
	background: #ddd url(../images/mainbg.gif) repeat-x;
}

td {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 14px;
	color: #000;
}

p {
	margin: 0 0 10px 0;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #333;
	margin: 0 0 10px 0;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #333;
	margin: 0 0 10px 0;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #333;
	margin: 0 0 10px 0;
}

h4 {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #333;
	margin: 0 0 10px 0;
}

a {
	color: #990000;
}

a:hover {
	color: #003366;
}

a.lnkbold {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}

a.lnkbold:hover {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}

a.lnkbread {
	color: #99000;
	font-weight: bold;
	text-decoration: none;
}

a.lnkbread:hover {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}

td.navoff {
	height: 24px;
	padding: 4px 10px;
	background: #AE0000;
}

td.navon {
	height: 24px;
	padding: 4px 10px;
	background: #7C0F0C;
	cursor: pointer;
}

.txtwhite {
	color: #fff;
}

.imgbullet {
	margin: 0 6px;
	vertical-align: middle;
	border: 0;
}

.price {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

.price2 {
	font-size: 13px;
	font-weight: bold;
	color: #000;
}

.txtfooter {
	font-size: 10px;
}

.txtred {
	color: #AE0000;
}

/* Fading Tooltips */
#dhtmltooltip{
	position: absolute;
	padding: 0;
	background-color: #fff;
	border: 0;
	color: #333;
	visibility: hidden;
	z-index: 1000;
}