body
{
	margin:				0px 0px 30px 0px;
	padding:			0px;
	background-color:	white;
	background-image:	url(/images/bkg.gif);
	background-repeat:  no-repeat;
}

/*********************************************************************************************************/
/*	Table columns
/*********************************************************************************************************/
col#side
{
	width:				200px;
}

col#content
{
	width:				600px;
}

/*********************************************************************************************************/
/*	DHTML menu styles
/*********************************************************************************************************/
.menublock
{
	position:			absolute;
	z-index:			200;
	visibility:			hidden;
	width:				185px;
}

.submenublock
{
	position:			absolute;
	z-index:			200;
	border-top:			1px solid white;
	visibility:			hidden;
	width:				165px;
}

a.menuitem
{
	display:			block;
	width:				auto;
	height:				21px;
	border-top:			1px solid white;
	padding-left:		10px;
	padding-right:		10px;
	line-height:		21px;
	white-space:		nowrap;
	background-color:	rgb(68,119,221);
	font-family:		verdana, arial;
	font-size:			10px;
	font-weight:		bold;
	text-decoration:	none;
	color:				white;
}

a.menuitem:hover
{
	background-color:	rgb(102,153,255);
	color:				white;
}

a.submenuitem
{
	display:			block;
	width:				auto;
	height:				21px;
	padding-left:		10px;
	line-height:		21px;
	white-space:		nowrap;
	background-color:	rgb(102,153,255);
	font-family:		verdana, arial;
	font-size:			10px;
	text-decoration:	none;
	color:				white;
}

a.submenuitem:hover
{
	color:				white;
}

/*********************************************************************************************************/
/*	Main nav item styles (for text-only menu headers - delete these if graphics are used for main nav)
/*********************************************************************************************************/
a.topnav
{
	display:			block;
}

a.topnav-active
{
	display:			block;
	width:				140px;
	height:				21px;
	background-color:	rgb(204,204,204);
	padding:			0px 8px;
	line-height:		21px;
	white-space:		nowrap;

	font-family:		verdana, arial;
	font-weight:		bold;
	font-size:			10px;
	text-decoration:	none;
	color:				black;
}

/*********************************************************************************************************/
/*	Sidenav styles - delete these if side nav is not used
/*********************************************************************************************************/
.sidenav
{
	padding:			11px 43px 12px 20px;
	font-family:		verdana,arial,sans serif;
	font-size:			10px;
}

a.sidenavlink-top
{
	display:			block;
	border-bottom:		1px solid rgb(172,190,225);
	width:				120px;
	padding:			0.7em 0em;
	text-decoration:	none;
	color:				red;
}

a.sidenavlink
{
	display:			block;
	padding:			0.7em 0em;
	width:				107px;
	text-decoration:	none;
	color:				rgb(17,68,170);
}

a.sidenavlink-active
{
	display:			block;
	padding:			0.7em 0em;
	width:				107px;
	text-decoration:	none;
	color:				red;
}

a.sidesubnavlink
{
	display:			block;
	margin-left:		1em;
	padding:			0em 0em 0.5em;
	width:				70px;
	text-decoration:	none;
	color:				rgb(17,68,170);
}

a.sidesubnavlink-active
{
	display:			block;
	margin-left:		1em;
	padding:			0em 0em 0.5em;
	width:				70px;
	text-decoration:	none;
	color:				red;
}

/*********************************************************************************************************/
/*	Footer styles
/*********************************************************************************************************/
.footer
{
	clear:				both;
	margin:				20px 20px 0px;
	line-height:		2.0em;
	white-space:		nowrap;
	font-family:		verdana,arial,sans serif;
	font-size:			10px;
	color:				rgb(136,170,221);
}

a.copyright
{
	margin:				0px;
	white-space:		nowrap;
	text-decoration:	none;
	color:				rgb(136,170,221);
}

a.footerlink
{
	padding:			0px 0px;
	white-space:		nowrap;
	text-decoration:	none;
	color:				rgb(17,68,170);
}

a.footerlink-active
{
	padding:			0px 10px;

	text-decoration:	none;
	color:				gray;
}

/*********************************************************************************************************/
/*	Standard body styles
/*********************************************************************************************************/
.title
{
	margin:				20px 20px 0px 0px;
	padding:			0.5em 0em;

	font-family:		arial;
	font-weight:		bold;
	font-size:			1.4em;
	color:				black;
}

.subtitle
{
	font-family:		arial;
	font-weight:		bold;
	font-size:			0.80em;
	color:				black;
}

.bodytext
{
	margin:				0px 20px 0px 0px;
	line-height:		1.75em;
	font-family:		verdana,arial;
	font-size:			0.7em;
	color:				black;
}

.smalltext
{
	margin:				0px 20px 0px 0px;
	line-height:		1.75em;
	font-family:		verdana,arial;
	font-size:			9px;
	color:				black;
}

a
{
	text-decoration:	none;
	color:				red;
}

a:hover
{
	color:				red;
}

.formlabel
{
	padding-top:		1.0em;
	font-family:		verdana,arial;
	font-weight:		bold;
	font-size:			0.72em;
	color:				black;
}

/*********************************************************************************************************/
/*	Form styles
/*********************************************************************************************************/
form
{
	margin:				0em;
}

input.textfield,select.textfield,textarea.textfield
{
	width:				240px;
	background-color:	white;
	font-family:		verdana,arial;
	font-size:			0.72em;
	color:				black;
}

input.button
{
	background-color:	rgb(204,204,204);
	font-family:		verdana,arial;
	font-weight:		bold;
	font-size:			0.72em;
	color:				black;
}

.label
{
	width:				250px;
	font-family:		verdana,arial;
	font-size:			11px;
	color:				black;
}

.label-short
{
	width:				150px;
	font-family:		verdana,arial;
	font-size:			11px;
	color:				black;
}

/*********************************************************************************************************/
/*	WebTop site edit styles
/*********************************************************************************************************/

select.siteedit,input.siteedit
{
	background-color:	white;
	font-family:		arial;
	font-size:			11px;
	color:				black;
}

select.preview,input.preview
{
	background-color:	lightgreen;
	font-family:		arial;
	font-size:			11px;
	color:				black;
}

/*********************************************************************************************************/
/*	Misc site styles
/*********************************************************************************************************/

ul
{
	margin:				0px;
	list-style:			url(../images/ul_image.gif); 
}

li
{
	margin-left:		22px;
	margin-top:			5px;
}

.line
{
	background-color:	gray;
	color:				gray;
	width:				800px;
	height:				1px important;
}

#homepage
{
	position:			absolute;
	z-index:			50px;
	width:				200px;
	top:				125px;
	left:				570px;
	font-family:		verdana;
	font-size:			10px;
	color:				rgb(17,68,170);
	overflow: visible;
}

#glb-home
{
	position:			absolute;
	z-index:			50px;
	top:				1px;
	left:				500px;
}

#glb-contact
{
	position:			absolute;
	z-index:			50px;
	top:				27px;
	left:				500px;
}

#glb-bar
{
	position:			absolute;
	z-index:			50px;
	top:				0px;
	left:				560px;
}

#glb-sitesearch
{
	position:			absolute;
	z-index:			50px;
	top:				1px;
	left:				585px;
}

#glb-prodsearch
{
	position:			absolute;
	z-index:			50px;
	top:				29px;
	left:				585px;
}