/*
Cinder Glow: #E89E15; (approx)
Velvet Rose: #7F374F;
*/
body {
	background-color: #333333;/*#7F374F; #225522;*/
	font: 11pt Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

.pagehead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	letter-spacing: .2em;
	font-weight: bold;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #48586e;
	line-height: 23px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #48586e;
	line-height: 23px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #48586e;
	line-height: 23px;
}

.captions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 20px;
	font-weight: normal;
	color: #666699;
}
.intro {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #990000;
	letter-spacing: .5em;
}
.bodybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #48586e;
	line-height: 23px;
	font-weight: bold;
}

td.tmenubar {
	background-color: black;
	font: 7.5pt Arial, Helvetica, sans-serif;
	padding: 0.5em;
	text-align: center;
	/*
	border-bottom: 2px solid white;
	border-left: 2px solid white;
	border-right: 2px solid white;
	*/
}
td.tmenubar_front {
	background-color: black;
	font: 7.5pt Arial, Helvetica, sans-serif;
	padding: 0.5em;
	text-align: center;
	border-bottom: 2px solid white;
	border-left: 2px solid white;
	border-right: 2px solid white;
	/*
	border-bottom: 2px solid white;
	border-left: 2px solid white;
	border-right: 2px solid white;
	*/
}
a.tmenu {
	font: 7.5pt Arial, Helvetica, sans-serif;
	letter-spacing: +0.2em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-decoration: none;
	font-style: normal;
	color: #F9FF9F;
}
a.tmenu:hover {
	text-decoration: none;
	color: white;
}

a.smenu {
	font: 9pt Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-style: normal;
	color: black;
}

a.smenu:hover {
	text-decoration: none;
}

td.footer {
	text-align: center;
	padding-bottom: 5px;
	font-size:smaller;
	line-height: 110%;
}
td.footer p {
	font-size:smaller;
	line-height: 110%;
}

div.news {
	margin-bottom: 1.5em;
}
a.act {
	font: 9pt Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-style: normal;
	color: black;
}
a.act:hover {
	text-decoration: none;
}
#mp {
	position: relative;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}
#logoc {
	width: 600px;
	height: 105px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#logo {
	width: 592px;
	height: 102px;
}

#menu {
	padding-top: 0.25em;
	text-align: center;
	color: brown;
}
#ctt {
	padding: 0.5em;
}
#login_cell {
	width: 300px;
	margin-top: 4em;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #E89E15;
	padding: 5px;
	text-align: center;
}

h1 {
	font: 12pt Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
h2 {
	font: 11pt Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
}
h3 {
	font: 10pt Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
table.form {
	margin-left: auto;
	margin-right: auto;
}
table.form td {
	font-size: 10pt;
}
.lbl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #48586e;
	line-height: 23px;
}
.err {
	font-weight: bold;
	color: #CC0000;
}

#cart {
	border: 1px solid black;
	padding: 0.25em;
	width: 200px;
	text-align: center;
}
#cart a.cart_act {
	text-decoration: none;
}
table.basket {
	width: 190px;
	margin-left: auto;
	margin-right: auto;
}
table.basket td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #48586e;
}
table.basket td.price {
	text-align: right;
}
table.list td.price {
	text-align: right;
}

/* CIRCLE CORNERS VIA CSS...

div.top-left-corner, div.bottom-left-corner,
div.top-right-corner, div.bottom-right-corner {
	position:absolute;
	width:20px;
	height:20px;
	background-color: #7F374F;
	overflow:hidden;
}
div.top-left-inside, div.bottom-left-inside,
div.top-right-inside, div.bottom-right-inside {
	position:relative;
	font-size:150px;
	font-family:arial;
	color: #FFF;
	line-height: 40px;
}
div.top-left-corner {
	top:0px;
	left:0px;
}
div.bottom-left-corner {
	bottom:0px;
	left:0px;
}
div.top-right-corner {
	top:0px;
	right:0px;
}
div.bottom-right-corner {
	bottom: 0px;
	right:0px;
}
div.top-left-inside {
	left:-8px;
}
div.bottom-left-inside {
	left:-8px;
	top:-17px;
}
div.top-right-inside {
	left:-25px;
}
div.bottom-right-inside {
	left:-25px;
	top:-17px;
}
//
div.box-contents {
	position: relative; padding: 8px; color:#000;
}
*/



