BODY
{
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	background-color: #666666; /* GRAY */
	background-image: url(../images/background-gray.gif);
	text-align : center;
}

HR
{
	color : #cc9900;
	width : 70%;
	text-align : center;
}

#outerDIV
{
	width : 970px;
	background-color: #990000; /* MAROON */
	background-image: url(../images/background-maroon.gif);
	text-align : center;
	
	border : 6px ridge #cc9900;
	padding : 5px;
}

#mainbox
{
	width : 100%;
	text-align : left;
	
	padding : 0px;
	margin : 20px 0 0 0;
}

#mainbox #columns TD
{
	vertical-align : top;
}

#mainNav UL
{
	list-style-type : none;
	list-style-position : outside;
	font-weight : bold;
/*	font-size : 14pt; */
	font-size : 11pt;
	color : black;
}

#mainNav UL
{
	margin : 0px;
	text-align : left;
}

#mainNav UL LI
{
	margin-bottom : 0px;
	padding-top : 7px;
	height : 40px;
	width : 125px;
	background-image: url(../images/button.png);
	background-repeat : no-repeat;
}

#mainNav A
{
	margin-left : 8px;
	margin-top : 16px;
	color : black;
	text-decoration : none;
}

#mainNav A:hover
{
	color : #af3d0c;
}

#pagecontent
{
	width : 815px;
	background-color: #ffffcc; /* TAN */
	background-image: url(../images/background-tan.gif);
		
	border : 4px ridge #cc9900;
	padding : 0px;
	
}

#pagecontent #inventory H1
{
	text-align : center;
}


H1
{
	font-size : 18pt;
	font-weight : bold;
	margin-bottom : 8pt;
}

P
{
	margin-top : 3pt;
	margin-bottom : 12pt;
}


DIV#inventory TD.price
{
  text-align : right
}

DIV#inventory TD.thumbnail IMG
{
  border : inset 2px #990000;
}

DIV#inventory TD.flag
{
  vertical-align : middle;
}

DIV#inventory TR.isNew
{
	background-image: url(../images/grid/transparencies/yellow1.png);
}
DIV#inventory TR.sold
{
	background-image: url(../images/grid/transparencies/gray1.png);
}
DIV#inventory TR.pending
{
	background-image: url(../images/grid/transparencies/gold1.png);
}
DIV#inventory TR.discounted
{
	background-image: url(../images/grid/transparencies/red1.png);
}

DIV#inventory TR:hover
{
	background-image: url(../images/grid/transparencies/yellow2.png);
}


DIV#testimonials DIV.thumbnail,
{
	float : left;
	margin-top : 10px;
	margin-right : 20px;
	margin-bottom : 20px;
}

DIV#item .caption
{
	font-weight : bold;
}

#events TABLE
{
	  border-collapse: collapse;
}

#events TABLE,
#events TR
{
  border: 1px solid #D1B074
}

#events TH
{
	border: 0px;
}

#events TD
{
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Item Page */

#main_image IMG
{
	width : 800px;
	height : 533px; /* Temporary */
}