body
{
	margin:				0px;
	padding:			0px;
	
	background-color:	white;
	background-image:	url( /images/bg_main.gif );
	background-repeat:	repeat-x;
}

#header
{
	width:				auto;
	height:				69px;
	white-space:		nowrap;
}

#nav
{
	border-top:			2px solid white;
	width:				auto;
	height:				37px;
	white-space:		nowrap;
}

#content
{
	margin:				40px 40px 40px 200px;
	width:				auto;
}

/*	Used so that non-CSS browsers deliniate footer block from body content	*/
hr
{
	display:			none;
}

img.icon
{
	float:				left;
	margin-top:			0.25em;
}

/*********************************************************************************************************/
/*	DHTML menu styles
/*********************************************************************************************************/
.menublock1,.menublock2,.menublock3,.menublock4,.menublock5,.menublock6,.submenublock
{
	position:			absolute;
	z-index:			200;
	visibility:			hidden;
	width:				200px;
	border:				1px solid white;
	border-top:			none;
	background-color:	rgb(102,153,255);
}

.menublock1
{
	width:				130px;
}

.menublock2
{
	width:				200px;
}

.menublock3
{
	width:				150px;
}

.menublock4
{
	width:				180px;
}

.menublock5
{
	width:				180px;
}

.menublock6
{
	width:				130px;
}

.submenublock
{
	border:				none;
	border-top:			1px solid white;
	padding:			2px 0px;
}

a.menuitem,a.submenuitem
{
	display:			block;
	width:				auto;
	height:				22px;
	border-top:			1px solid white;
	padding:			0px 8px;
	line-height:		22px;
	white-space:		nowrap;
	background-color:	rgb(102,153,255);
	font-family:		verdana,arial,sans serif;
	font-weight:		bold;
	text-transform:		auppercase;
	font-size:			9px;
	text-decoration:	none;
	color:				rgb(0,0,85);
}

a.submenuitem
{
	line-height:		18px;
	height:				18px;
	border:				none;
}

a.menuitem:hover,a.submenuitem:hover
{
	background-color:	rgb(0,0,102);
	color:				white;
}

/*********************************************************************************************************/
/*	Main nav item styles (for text-only menu headers - delete these if graphics are used for main nav)
/*********************************************************************************************************/
a.topnav,a.topnav-active
{
	display:			inline;
	width:				140px;
	height:				37px;
	background-color:	rgb(0,0,102);
	padding:			0px 8px;
	line-height:		37px;
	white-space:		nowrap;
	
	font-family:		verdana, arial;
	font-weight:		bold;
	font-size:			10px;
	text-decoration:	none;
	color:				white;
}

/*********************************************************************************************************/
/*	Sidenav styles - delete these if side nav is not used
/*********************************************************************************************************/
.sidenav
{
	float:				left;
	width:				120px;
	padding:			40px;
	font-family:		verdana,arial,sans serif;
	font-size:			0.65em;
}

a.sidenavlink-top
{
	display:			block;
	padding:			0.8em 0em;
	margin-bottom:		0.4em;
	font-weight:		bold;
	text-decoration:	none;
	color:				black;
}

a.sidenavlink
{
	display:			block;
	padding:			0.4em 0em;
	text-decoration:	none;
	color:				black;
}

a.sidenavlink-active
{
	display:			block;
	padding:			0.4em 0em;
	text-decoration:	none;
	color:				blue;
}

a.sidesubnavlink
{
	display:			block;
	margin-left:		1em;
	padding:			0em 0em 0.5em;
	text-decoration:	none;
	color:				rgb(0,0,102);
}

a.sidesubnavlink-active
{
	display:			block;
	margin-left:		1em;
	padding:			0em 0em 0.5em;
	text-decoration:	none;
	color:				rgb(0,0,102);
}

/*********************************************************************************************************/
/*	Footer styles
/*********************************************************************************************************/
.footer
{
	clear:				both;
	margin:				40px 0px;
	line-height:		1.4em;
	font-family:		verdana,arial,sans serif;
	font-size:			0.65em;
}

a.footerlink
{
	padding:			0px 0px;
	white-space:		nowrap;
	
	text-decoration:	none;
	color:				gray;
}

a.footerlink-active
{
	padding:			0px 10px;

	text-decoration:	none;
	color:				gray;
}

/*	used for the dividing line | between nav items	*/
.divider
{
	padding:			0em 1em;
}

/*********************************************************************************************************/
/*	Standard body styles
/*********************************************************************************************************/
h1
{
	margin:				20px 0px 0px 0px;
	padding:			0.5em 0em;

	font-family:		arial,sans serif;
	font-weight:		bold;
	font-size:			1.0em;
	color:				black;
}

h2
{
	margin:				0em;
	padding:			0.5em 0em 0em;
	
	font-family:		arial,sans serif;
	font-weight:		bold;
	font-size:			0.85em;
	color:				black;
}

/*	h4 - h6 used for navigation, h3 not currently used	*/
h3,h4,h5,h6
{
	display:			inline;
	margin:				0px;
	font-weight:		normal;
	font-size:			1.0em;
}

.bodytext,.bodytext2
{
	margin:				0em 0em 2em;
	line-height:		1.7em;
	font-family:		verdana,arial,sans serif;
	font-size:			0.70em;
	color:				black;
}

.bodytext2
{
	line-height:		1.4em;
	margin-bottom:		1.3em;
}

a
{
	text-decoration:	none;
	color:				rgb(0,0,102);
}

a:hover
{
	color:				rgb(0,0,255);
}

blockquote
{
	margin:			1em 3em;
	border-top:		1px solid rgb(221,204,204);
	border-bottom:	1px solid rgb(221,204,204);
	padding:		0.5em 0em;
	font-family:	times new roman,times;
	font-size:		1.15em;
	font-style:		italic;
	line-height:	1.4em;
	color:			rgb(153,51,51);
}

/*********************************************************************************************************/
/*	Image positioning ( image only )
/*********************************************************************************************************/
img.right
{
	float:				right;
	margin:				0px 0px 20px 20px;
}

img.left
{
	float:				left;
	margin:				0px 20px 20px 0px;
}

/*********************************************************************************************************/
/*	Image positioning with caption block
/*********************************************************************************************************/
.caption-left,.caption-right
{
	width:				300px;
	padding:			5px 0px;

	text-align:			right;
	
	line-height:		1.3em;
	font-family:		verdana,arial,sans serif;
	font-size:			0.65em;
}

.caption-left
{
	float:				left;
	margin:				0px 20px 20px 0px;
}

.caption-right
{
	float:				right;
	margin:				0px 0px 20px 20px;
}

/*********************************************************************************************************/
/*	Product tables
/*********************************************************************************************************/
td.product-thumbnail
{
	vertical-align:		top;
	padding:			0.5em 1em 1em 0em;
}