/* CSS Document */
body
{
	margin: 0px;
	font-family: Tahoma, Arial, sans-serif;
}

/* Wrapper should only be used on index page */
#wrapper
{
	width: 1105px; /*This is the width of the content area*/
	border-left-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-color: rgb(255,255,255); 
	border-right-color: rgb(255,255,255); 
	border-bottom-color: rgb(255,255,255); 
	margin: 0px auto;
}

/* Only needed on index page */
#header
{
    height: 92px;
	background-color: rgb(255,255,255);
	border: 0;
}

/* Only needed on index page */
#menuBar
{
	background-color: #0066ff;
	height: 36px;
	color: rgb(255,255,255);
}

/* Menu rows not currently in use */
#menuRow1
{
	width: 100%;
 	height: 18px; 
 	position: relative;
	top: 0px;
}

#menuRow2
{
	width: 100%;
 	height: 18px; 
 	position: relative;
	top: 0px;
}

#main
{
    text-align: center;
	font-size: 12px;
    color: rgb(0,0,0); /*black*/
	background-color: rgb(255,255,255); /*white*/
	margin: 0px auto;
}

/* Menu table only needed on index page */
table.menuTable
{
	border-spacing: 0px;
	padding: 0px;
	width: 945px;
}

td.menuCell
{
	padding: 0px;
	width: 100%;
}

/* Used in home frame */
table.homePageTable
{
	padding-top: 2px; 
	width: 927px;
}

/* These two classes can be used */
table.thumbTable
{
	border: 0;
	margin: 0;
	width: 939px;
	text-align: center;
	font-size: 10px;
}

table.prodDescTable
{
	border: 0;
	margin: 0;
	border-spacing: 1px;
	font-size: 12px;
	padding: 2px;
	text-align: left;
	width: 939px;
}