/* * * * * * * * * * * *  PAGE ELEMENTS * * * * * * * * * * * */

body
{
	padding: 10px;
	background: url(../graphics/lead_bkgrn2.gif) #C4BC90 no-repeat left top; /* Small logo */
	margin: 0;
	font-family: Verdana,Helvetica,Sans-Serif;
	font-size: 11px;
	color: Black;
}
h2
{
	font-size: 12px;
	clear: both;
}
p
{
	margin-top: 10px;
	margin-bottom: 10px;
}
img
{
	border: 0;
}
form
{
	color: #666666;
}
cite
{
	font-size: smaller;
}

/* * * * * * * * * * * *  PAGE LAYOUT * * * * * * * * * * * */

#wrap
{
	width: 720px;
}
#defaultPage
{
	background: url(../graphics/lead_bkgrn.gif) #C4BC90 no-repeat left top; /* Big logo */
}
#defaultPage .content
{
	width: 360px;
	margin-left: 360px;
	padding-top: 0;
}
.content
{
	width: 470px;
	margin-left: 250px;
	padding-top: 75px;
}

/* * * * * * * * * * * *  MENUS * * * * * * * * * * * */

#menu0
{
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	left: 425px;
	visibility: hidden;
	position: absolute;
	top: 70px;
	background-color: #cc0000;
	z-index: 2;
	border-top: 1px solid #000099;
	border-bottom: 1px solid #000099;
}
.submenu
{
	font-size: 12px;
	color: #ffffff;
}
.submenu2
{
	font-weight: normal;
	font-size: 10px;
	color: #ffffff;
	line-height: 14px;
	border-bottom: 1px solid #000099;
	border-right: 1px solid #000099;
}
.sidemenu
{
	position: absolute;
	top: 0px;
	left: 180px;
	width: 180px;
	background-color: #cc0000;
	border: 1px solid #000099;
	z-index: 3;
	font-weight: normal;
	font-size: 10px;
	color: #FFFFFF;
	visibility: hidden;
}
#menu1
{
	font-size: 12px;
	left: 480px;
	visibility: hidden;
	position: absolute;
	top: 70px;
	background-color: #cc0000;
}
.sidemenu2
{
	position: absolute;
	top: 110px;
	left: 180px;
	width: 180px;
	background-color: #cc0000;
	border: 1px solid #000099;
	z-index: 3;
	font-weight: normal;
	font-size: 10px;
	color: #FFFFFF;
	visibility: hidden;
}

/* * * * * * * * * * * *  MISC * * * * * * * * * * * */
.clearBoth
{
	clear: both;
}
.addToCart
{
	text-align: center;
	float: right;
	padding: 0 0 10px 10px;
}
.addToCart *
{
	margin: 0 auto 0 auto; /* center each element */
	display: block; /* put each element on its own line */
}
.addToCart small
{
	font-size: 9px;
	font-style: italic;
}
.cart
{
	font-size: 10px;
}
.copy10
{
	font-size: 10px;
}
.qa
{
	font-weight: bold;
	border-bottom: 1px solid gray;
}

.imageTable
{
	font-size: 10px;
}
.imageTable td
{
	padding-top: 20px;
	vertical-align: top;
}
.imageTable td *
{
	display: block; /* elements of each td should be vertically stacked */
}
.imageTable img
{
	padding-right: 20px;
	padding-top: 5px;
}

.imageGroup /* For collections of images and captions */
{
	clear: left;
	font-size: 10px;
}
.imageGroup dl /* For a horizontal collection of images (dd) with a caption (dt) at the top */
{
	float: left;
	margin-right: 10px; /* Set horiz. space between each group of images */
}
.imageGroup dt
{
	font-weight: bold;
	margin-right: 25px; /* Ensure captions don't merge */
	margin-bottom: 5px;
	margin-top: 10px;
}
.imageGroup dd
{
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	margin: 0;
}
.imageGroup dd *
{
	display: block;
}

.centerContent
{
	text-align: center;
}
.centerContent *
{
	margin: 0 auto 0 auto; /* center each element */
	display: block; /* put each element on its own line */	
}