@charset "utf-8";
/* CSS Document */

body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	background: url('../images/body-bg.jpg') repeat-x #aaabab;
	margin:0px;
}
a {
	text-decoration:none;
	color: #000;
}
a img {
	border: 0
}
.tr-gray {
	background: #e7e7e9;
}
.tr-red {
	font-weight:bold;
	border-bottom:1px solid #CCC;
	color:#FFF;
	background: url('../images/tab-bg.gif') repeat-x #7d191b;
	height:37px;
	text-transform:uppercase;
	font-size:11px;
}
.prod-table {
	border:1px solid #7d191b;
}
.prod-table td
{
padding:5px;
}

.content {
	text-align:left;
	padding:10px 10px 10px 25px;
	line-height:1.5em;
	margin-bottom:25px;
}
#footer {
	text-align:center;
	font-size:10px;
	padding:10px;
	background: url('../images/footer-bg.jpg') repeat-x;
	width:902px;
}

#quickjump {
	padding:100px 0 0 25px;
	font-size:13px;
	font-weight:bold;
	line-height:1.4em;
	text-decoration:none;
}

#quickjump a {
	color:#FFF;
	text-decoration:none;
}

#quickjump a:hover {
	border-bottom:1px dotted #FFF;
}

.product-title {
	font-size:15px;
	font-weight:bold;
	padding:10px 0 10px 0;
}

.prod-table table td a {
	border-bottom:1px dotted #000;
}

.prod-table table td a:hover {
	border-bottom:1px dotted #000;
}

#sitemap a {
	border-bottom:1px dotted #000;
}

#sitemap a:hover {
	border-bottom:1px dotted #000;
}

#news-box {
	border:1px solid #CCC;
	margin:5px 0 5px 0;
}

#news-box p {
	padding:25px 0 25px 25px;
}

#wiki {
	border-bottom:1px dotted #000;
}

.pLink a:link {color:#000000; text-decoration:underline;}
.pLink a:visited {color:#000000; text-decoration:underline;}
.pLink a:hover {color:#b2b2b2; text-decoration:none;}
.pLink a:active {color:#000000; text-decoration:underline;}