/* Page Layout Related */
html
{
	height: 100%;
}

body
{
	font-family: arial, sans-serif;
	font-size: 8pt;
	padding: 0;
	margin: 0;
	height: 100%;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
}

/* Page Layout Declarations */

td.showcase
{
	padding: 0px;
	height: 200px;
	white-space: nowrap;
	vertical-align: bottom;
	background-image: url(images/title.jpg);
	background-repeat: no-repeat;
}

td.showcase-small
{
	padding: 0px;
	height: 100px;
	white-space: nowrap;
	vertical-align: bottom;
	background-image: url(images/title-small.png);
	background-repeat: no-repeat;
}

td.menu
{
	padding: 0px 0px 0px 0px;
	height: 27px;
	border: solid 2px #543719;
	white-space: nowrap;
	vertical-align: middle;
	background-image: url(images/container.png);
	background-repeat: repeat-x;
}

td.submenu
{
	width: 110px;
}

td.content
{
	padding: 10px 10px 10px 10px;
	border-left: solid 2px #543719;
	border-right: solid 2px #543719;
	font-family: Arial, Helvetica, sans-serif;
	white-space: normal;
	vertical-align: top;
	height: 100%;
}

td.footer
{
	padding: 6px 12px 6px 12px;
	border: solid 2px #543719;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 13px;
	white-space: normal;
	text-align: left;
	vertical-align: top;
	background-image: url(images/container.png);
	background-repeat: repeat-x;
}

td.padder
{
	padding: 0px;
	height: 15px;
}

.topnav
{
	margin: 0px;
	text-align: center;
	display: block;
	background: url() repeat-x;
    color: #FFFFFF;
	padding: 5px 12px 5px 12px;
	border-right: #6A4525 1px solid;
}

.topnavright
{
	margin: 0px;
	text-align: center;
	display: block;
	background: url() repeat-x;
	color: #FFFFFF;
	padding: 5px 12px 5px 12px;
}

.topnavon
{
	margin: 0px;
	text-align: center;
	display: block;
	background: url(images/container-selected.png) repeat-x;
    color: #FFFFFF;
	padding: 5px 12px 5px 12px;
	border-right: #6A4525 1px solid;
}

.topnavrighton
{
	margin: 0px;
	text-align: center;
	display: block;
	background: url(images/container-selected.png) repeat-x;
	color: #FFFFFF;
	padding: 5px 12px 5px 12px;
}

/* Base Element Delcarations */

a
{
	color: Maroon;
	text-decoration: none
}

a:hover
{
	color: #ff0000;
	text-decoration: none
}

br.small
{
	line-height: 5px;
}

img
{
	border: none;
}

table
{
	border-style: none;
	text-align: center;
	padding: 0px;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

table.left
{
	border-style: none;
	text-align: left;
	padding: 0px;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

td
{
	padding: 0px;
}


/* Product List Table */
table.tblProductList
{
	height: 100px;
	width: 425px;
	text-align: left;
}

table.tblProductList th
{
	padding: 6px 2px 2px 2px;
	font-size: 14px;
	border-top: solid 1px Maroon;
}

table.tblProductList td
{
	padding: 2px;
}

table.tblProductList td.tdProductImage
{
	width: 127px;
}

table.tblProductList td.tdProductOptions
{
	padding-left: 10px;
	width: 100%;
	color: #FFF9E5;
	font-size: 10px;
	vertical-align: top;
}

table.tblProductList td.tdProductDescription
{
	padding: 5px 0px 0px 0x;
	color: #FFF9E5;
	font-size: 10px;
	vertical-align: top;
}

table.tblProductList tr
{
	vertical-align: top;
}

table.tblProductList img
{
	vertical-align: top;
}


/* Shopping Cart Table */
table.tblShoppingCart th
{
	padding: 5px 5px 5px 5px;
}

table.tblShoppingCart td
{
	padding: 3px 5px 3px 5px;
}

table.tblShoppingCart input
{
	width: 25px;
	font-size: 12px;
}


/* Checkout Table */
table.tblCheckout
{
	border: solid 1px #470000;
	width: 350px;
}

table.tblCheckout th
{
	padding: 6px 5px 5px 6px;
	background-color: #800000;
	border-bottom: solid 1px #470000;
	font-size: 16px;
	text-align: left;
}

table.tblCheckout td
{
	padding: 3px 5px 3px 5px;
}

table.tblCheckout td.label
{
	padding: 8px 5px 3px 5px;
	text-align: right;
}

table.tblCheckout div
{
	font-size: 14px;
	font-weight: bold;
}

table.tblCheckout tr
{
	vertical-align: top;
}


/* Misc Delcarations */
.text-regular-white
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 13px;
}

.text-large-white
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	line-height: 18px;
}

.buttons
{
	background-image: url(images/container-selected.png);
	background-color: expression(this.type=="submit"?'#7A614A':'Transparent');
	border-color: #543719;
	border-style: expression(this.type=="checkbox"?'none':'solid');
	border-width: 1px;
	color: expression(this.type=="submit"?'#FFFFFF':'#000000');
	padding: 4px 4px 2px 5px;
}

.buttons[type="submit"]
{
	background-image: url(images/container-selected.png);
	background-color: #7A614A;
	border-color: #543719;
	border-style: solid;
	border-width: 1px;
	color: #FFFFFF;
	padding: 4px 4px 2px 5px;
}

.conContact
{
	border: #570000 1px solid;
	background: #500000;
	color: #FFFFFF;
}

.selBlock
{
    position: absolute;
    display: block;
    cursor:pointer;
    z-index:100;
}