
/************** html tag styles ***************/

body{
	font-family : "Trebuchet MS", Arial,sans-serif;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a{
	color: #000;
	text-decoration: none;
}

a:link, a:visited, a:hover{
	color: #9c3;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

h1{
	font-size: 140%;
	color: #000;
}

h2{
	font-size: 95%;
	color: #c00;
}

h3{
	font-size: 100%;
	color: #9c3;
}

h4{
	font-size: 85%;
	color: #666;
}
/*
ul{
	list-style-type: square;
}
*/
form {
	color: #000; 
	text-decoration: none; 
	/*border: 1px solid #000; */
	background-color: #fff;
}

img{
	border: 0px;
}

label{
	font-weight: bold;
	color: #c00;
}


/************** layer divs ***************/

/* search engines */
#seo {
	position: relative;
	visibility: hidden;
	display: none;
}

#frame{
	position: relative;
	width: 750px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	z-index:1;
}

#nav{
	position:absolute;
	width: 530px;
	left: 210px;
	top: 0px;
	margin: 0px;
	padding: 4px 4px 4px 10px;
	border-bottom: 1px solid #999;
	color: #999;
	font-size: 80%;
	z-index:10;
}

#nav a:hover {
	color: #c00;
	text-decoration: none;
}

#main {
	position: absolute;
	margin-top: 30px;
	width: 750px;
	height: 250px;
	background-image: url(../imgs/Bac.gif);
	background-repeat: no-repeat;
	z-index:1;
}

#left{
	position:absolute;
	width: 190px;
	margin-top: 26px;
	padding: 0px;
	z-index:1;
}

#hilite{
	position:absolute;
	width: 190px;
	margin-top: 320px;
	margin-left: 30px;
	padding: 0px;
	z-index:1;
}

#subscribe{
	position:absolute;
	width: 190px;
	margin-top: 440px;
	margin-left: 30px;
	padding: 0px;
	font-size: 80%;
	z-index:1;
}

#anim {
	position:absolute;
	left: 210px;
	margin-top: 12px;
	padding: 0;
	width: 540px;
	z-index:1;
}

#anim img {
	border: 1px solid #fff;
}

#txtbot {
	position:relative;
	top: 330px;
	left: 244px;
	width: 480px;
	margin:0;
	padding: 0;
	font-size: 80%;
	color: #999;
	z-index:1;
	text-align:left;	
}

#txtbot p{
	color: #000;
}

#txtbot a{
	color: #999;
	font-size: 90%;
}

#welc{
	font-size: 160%;
}

#green{
	color: #9c3;
	/*font-size: 90%;*/
}

#black{
	color: #000;
	/*font-size: 90%;*/
}


/************** nav divs ***************/

#navHistory, #navProducts {
	position: absolute;
	margin: 0;
	top:20px;
	width:225px;
	visibility: hidden;
	z-index:20;
}

#navHistory {
	left: -40px;
}

#navProducts {
	/*left: 21px;*/
	left: -40px;
}

#navHistory ul, #navProducts ul {
	padding-right: 0px;
	white-space: nowrap;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style: none;
	text-align:left;
}

#navHistory li, #navProducts li {
	padding: 2px 25px 2px 5px;
	border-color: #ccc;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	background-color: #fff;
}

#navHistory a, #navProducts a{
	color: #9c3;
	font-size: 75%;
}

#navHistory a:hover, #navProducts a:hover{
	color: #c00;
	text-decoration: none;
}
