/*********** main text styles ************/


.h1 {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 1.2em;
	line-height: 2.0em;
	color: #EF801C;
	font-weight: lighter;
}

.h2 {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 0.85em;
	line-height: 1.8em;
	color: #000000;
}

.h3 {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 0.7em;
	line-height: 1.0em;
	color: #000000;
	font-weight: bold;
}

.h4 {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 0.8em;
	line-height: 1.8em;
	color: #EF801C;
}

.text {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 0.7em;
	line-height: 1.6em;
	color: #000000;
}

.whitetext {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 0.7em;
	line-height: 1.6em;
	color: #ffffff;
}

.smalltext {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 0.6em;
	color: #000000;
	line-height: 1.4em;
	margin-left: 10px;	
	margin-top: 5px;	
}

.bookonline {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 1.1em;
	line-height: 1.2em;
	color: #cc0000;
}

A	{
	text-decoration: underline;
}

A:hover{
	color: #70C6F4;
	text-decoration: underline;
}

.infobox {
	background-color: #E1CB9E;
	width: 178px;
	border-top-width: 6px;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
	padding-top: 2px;
	padding-bottom: 5px;
	}
	
.infobox2 {
	background-color: #ffffff;
	width: 178px;
	border-top-width: 6px;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-top: 7px;
	padding-bottom: 10px;
	margin-bottom: 6px;
}
	

/*********** main nav styles ************/

.homemainlinkroll {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	width: 148px;
	padding: 3px;
	border-bottom-width: 1px;
    border-bottom-style: solid;
	border-bottom-color: #ffffff;
	background-color: #NONE;
	display: list-item;
	list-style: none;
	line-height: 1.9em;
	text-indent: 6px;
	}

A.homemainlinkroll:hover { 
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 0.65em; 
	color: #FFFFFF; 
	font-weight: bold;	
	text-decoration: none;
	width: 148px ;	
	padding: 3px;
	background-color: #EF801C;
	background-height: 100%;
	display: list-item;
	list-style: none;
	line-height: 1.9em;
	text-indent: 6px;
}

.newproducts {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	width: 148px;
	padding: 3px;
	border-bottom-width: 1px;
    border-bottom-style: solid;
	border-bottom-color: #ffffff;
	background-color: #FFF400;
	display: list-item;
	list-style: none;
	line-height: 44px;
	text-indent: 6px;
	}


A.newproducts:hover { 
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 0.65em; 
	color: #FFFFFF; 
	font-weight: bold;	
	text-decoration: none;
	width: 148px ;	
	padding: 3px;
	background-color: #EF801C;
	background-height: 100%;
	display: list-item;
	list-style: none;
	line-height: 44px;
	text-indent: 6px;
}

/*********** spec tables styles ************/



.featuretab {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.featuretabtop {
	padding: 4px;
	background-color: #A3DAF9;
	font-family: Verdana, Tahoma, Arial;
	font-size: 0.6em;
	color: #000000;
	text-align:center;
	line-height: 15px;
}
.featuretabmid {
	padding: 4px;
	background-color: #fffccb;
	font-family: Verdana, Tahoma, Arial;
	font-size: 0.6em;
	color: #000000;
	text-align:left;
}
.featuretabtop2 {
	padding: 4px;
	background-color: #FBD7AC;
	font-family: Verdana, Tahoma, Arial;
	font-size: 0.6em;
	color: #000000;
	text-align:left;
}

