/* General body style - don't remove the DOCTYPE in the htm pages */

html *	{
	padding: 0;
	margin: 0;
	font-size: 100.01%;
	}
body {
	font: .7em Arial, Helvetica, sans-serif; 
	background-color: #EBE7DE;
	color: #333;
	}

a:link, a:visited	{
	color: #333;
	text-decoration: none;
	}
a:hover	{
	color: #999;
	}


/*	logo -------------------------------- */
#logo	{
	position: absolute;
	left: 10px;
	height: 80px;
	width: 950px;
	background-color: #0074bf;
	}
/* left side navigation ----------------- */
div#navigation	{
	position: absolute;
	left: 10px;
	top: 80px;
	width: 180px;
	}
/* main image holder -------------------  */
div#image	{ /* applies to left navigation template only */
	position: absolute;
	left: 200px;
	top: 80px;
	width: 760px;
	}
	

div#catname	{
	font-size: 1.2em;
	background-color: #DBB694;
	font-weight: bold;
	text-align: center;
	text-transform: capitalize;
	line-height: 1.7em;
	width: 180px;
	}
div#catname	a, div#catname a:visited	{	
	color: #333;
	background-color: #DBB694;
	}
div#catname a:hover	{
	color: #666;
	background-color: #DBB694;
	}

ul#views	{
	list-style: none;
	width: 180px;
	}
ul#views li	{
	display: block;
	line-height: 2em;
	width: 180px;
	border-bottom: 2px solid #EBE7DE;
	}
ul#views li a:link, ul#views a:visited	{
	display: block;
	width: 180px;
	text-decoration: none;
	}
ul#views li a:hover	{
	color: #999;
	}
.spv	{ 
	background: #FFFAF4 url(assets/product_desc/catalog/images/1page_new.gif) no-repeat 0px 0px;
	text-indent: 27px;  
	}
.dpv	{ 
	background: #FFFAF4 url(assets/product_desc/catalog/images/2page_new.gif) no-repeat 3px 0px; 
	text-indent: 27px;
	}
.apv	{
	background: #FFFAF4 url(assets/product_desc/catalog/images/apage_new.gif) no-repeat 2px 0px; 
	text-indent: 27px;
	}
.Lnav	{
	background: #FFFAF4 url(assets/product_desc/catalog/images/Lnav.gif) no-repeat 2px 0px; 
	text-indent: 27px;
	}
.Tnav	{
	background: #FFFAF4 url(assets/product_desc/catalog/images/Tnav.gif) no-repeat 2px 0px; 
	text-indent: 27px;
	}	
.email	{ 
	background: #FFFAF4 url(assets/product_desc/catalog/images/ema_new.gif) no-repeat 3px 0px; 
	text-indent: 27px;
	}

/* Next - back buttons ----------- */
div#buttons	{
	background: #FFFAF4;
	padding: 10px 0px;
	text-align: center;
	font-weight: bold;
	width: 180px;
	border-bottom: 2px solid #EBE7DE;
	}
	
/* form styles */
form	{
	}
input	{
	background: #FFF;
	border: 1px #666 inset;
	}
input:hover	{
	border: 1px inset #000;
	}
input:focus	{
	background: #FFF;
	border: 1px inset #BBB;
	}
select { 
	background: #FFF; 
	border: 1px inset #BBB;
	}

/* Goto box */	
div#goto	{
	text-align: center;
	font-weight: bold;
	padding: 10px 0px;
	background-color: #FFFAF4;
	width: 180px;
	border-bottom: 2px solid #EBE7DE;
	}
	
/* Search box */	
div#search	{
	text-align: center;
	font-weight: bold;
	padding: 10px 0px;
	background-color: #FFFAF4;
	width: 180px;
	border-bottom: 2px solid #EBE7DE;
	}
	
/* Table of content */
div#toc	{
	text-align: center;
	font-weight: bold;
	padding: 10px 0px;
	background-color: #FFFAF4;
	width: 180px;
	border-bottom: 2px solid #EBE7DE;
	}

div#howto	{
	background-color: #FFF;
	border: 1px solid #0074bf;
	color: #C10;
	padding: 5px;
	width: 168px;
	font-size: 1.1em;
	}
/*
div#clickon	{
	background-color: #FFF;
	padding: 5px;
	width: 170px;
	}
*/