/* CSS Document */

body { 
	background: #000000 url(images/grad.jpg) repeat-x fixed center top; 
}

a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #990000;
	text-decoration: none;
}
a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #990000;
	text-decoration: none;
}
a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
}
a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
}

.border {
	border-top: 3px solid #000000;
	border-bottom: 3px solid #000000;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}

.bordertb {
	border-top: 3px solid #000000;
	border-bottom: 3px solid #000000;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: italic;
	line-height: 24px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 5px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	line-height: 20px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 5px;
}
.prod {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	line-height: 20px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 20px;
	margin-left: 20px;
	line-height: 18px;
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-top: 0px;
		margin-left: 0px;
	line-height: 18px;
}
.price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	margin-top: 0px;
		margin-left: 0px;
	line-height: 18px;
}
hr {
	margin-right: 20px;
	margin-left: 20px;
}

.blackbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin-right: 20px;
	margin-left: 20px;
}

.toprborder {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #cccccc;
}
.botrborder {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
.leftrborder {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #cccccc;
}
.rightrborder {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #cccccc;
}
.rightbotrborder {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #cccccc;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}

.dash {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.txtpadding {
	margin-top: 8px;
	margin-bottom: 5px;
	padding-top: 8px;
	padding-bottom: 10px;
}

table.menubtpadding img {
	padding:0 8px 0 8px;
}