﻿body
{
	background-color: #EFE7E7;
	font-family: Arial;
	font-size: 10px;
}

img#bg
{
	filter:alpha(opacity=20);
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#pagebody
{
	position:relative;
	z-index:1;
	top: 0px;
	width: 900px;
	height: 600px;
	margin: 0px auto auto auto;
	border: solid 1px #FF0000;
}
#pageheader
{
	background-color: #FFFFFF;
	top: 0px;
	width: 900px;
	height: 100px;
}
#headermain
{
	float:left;
	margin: 10px 10px 10px 10px;
	width:720px;
	height:80px;
}
#headercontact
{
	float:left;
	margin: 10px 10px 10px 10px;
}
#pagemenu
{
	vertical-align: baseline;
	text-align: center;
	background-color: #D0C8C8;
	float: left;
	width: 900px;
	height: 20px;
}
.menuCellLeft
{
	border-left: solid 1px #FFFFFF;
}
.menuLink:hover
{
	background-color: #FFFFFF;
	color: #FF0000;
}

#pageleft
{
	margin: 5px 0px 5px 5px;
	background-color: #E6DBDB;
	float: left;
	width: 140px;
	height: 450px;
}
#pagewishlist
{
	background-color: #FFFFFF;
	width: 140px;
	height: 200px;
	overflow:auto;
}
#pagewishadd
{
	border: solid 1px #FF0000;
	background-color: #FFFFFF;
	width: 140px;
	height: 105px;
}
#pagecontent
{
	background-color: #FFE4E4;
	font-size: 14px;
	float:left;
	width: 740px;
	height: 450px;
	margin: 5px 5px 5px 5px;
}
#pagecopyright
{
	vertical-align: baseline;
	text-align:center;
	background-color: #DCCCCC;
	float:none;
	width: 900px;
	height: 20px;
}
#speciallist
{
	height: 350px; 
	width:700px; 
	overflow: auto;
}

.frontimg
{
	width: 150px;
	height: 150px;
}
.specialtable
{
	border-bottom: solid 1px #000000;
	padding-bottom: 20px;
}

.specialimg
{
	max-height: 100px;
	max-width: 150px;
}

.specialtext
{
	width:450px;
	vertical-align:top;
	text-align:justify;
}
.specialprice
{
	widows: 150px;
	text-align:right;
	vertical-align:top;
	font-weight: bold;
	font-size: larger;
	text-decoration: blink;
}
.specialheader
{
	text-align:center;
	text-transform: capitalize;
	background-color: Gray;
}

.catalogroot
{
	height: 350px; 
	width:700px; 
	text-align:center; 
	vertical-align: middle;
}
.catalogsection
{
	height: 400px; 
	width:700px; 
	overflow: auto;
}

.linksection
{
	height: 350px; 
	width:700px; 
	overflow: auto;
}

.mapPanel
{
	height: 410px;
	width: 740px;
}

.labelTitleBold
{
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	color: #FF0000;
}
.labelTitleNorm
{
	text-decoration: underline;
	color: #FF0000;

}

.sectionTable
{
	width:700px;
}
.sectionTable td
{
	width: 350px;
	text-align:center;
	text-transform: capitalize;
	
}
.sectionImage
{
	max-width:300px;
	max-height:300px;
}

.rangeTable
{
	width: 650px;
	text-align: center;
}

.rangeTable:td
{
	text-align:center;
}
.rangeHeader
{
	width: 200px;
	background-color: #D0C8C8;
	font-size:16px;
	font-weight: bold;
	text-transform: capitalize;
}

.rangeImage
{
	max-height: 200px;
	max-width: 200px;
}


.wishBlankRow
{
	height: 15px;
}
.wishSection
{
	background-color: #D0C8C8;
	font-weight: bold;
}
.wishTable
{
	width: 100%;
	border-style:none;
}
.wishTableHeader
{
	text-align: left;
	background-color: #D0C8C8;
}
.wishTableRow:hover
{
	background-color: #FFFFFF;
	color: #FF0000;
}

.linkbutton
{
	border-style: none;
	border-width: 1px;
	
	font-size: 10px;
	text-decoration: underline;
	height: 15px;
}
.linkbutton:hover
{
	background-color: #FFFFFF;
	color: #FF0000;
}