
/*   GENERAL PAGE STYLE  */

html, body 	{
		margin: 0;
		padding: 0;
		height: 100%;

		color: #444444;
		background-color: #333333;
		font-family: tahoma, arial, sans-serif;
		font-size: 13px;
		text-align:center;
		}

small		{
		font-size: 11px;
		}

a:link		{
		color: #882233; /*ORIGNAL RED #7a321c; */
		text-decoration: none;
		}

a:visited	{
		color: #882233;
		text-decoration: none;
		}

a:hover		{
		color: #414a41;
		text-decoration: underline;
		}


/*  TEXT SIZES AND STYLES CLASSES   */

.text-small	{
		font-size: 11px;
		}

.text-larger    {
		font-size: 15px;
		}

.text-title	{
		font-size: 17px;
		font-weight: 300;
		letter-spacing: 2px;
		}

.imgBorder	{
		border: solid 1px #778077;
		}

.darkimgBorder	{
		border: solid 1px #444444;
		}

a:hover img	{
		border-color:#000000;
		}

.headerForm	{
		display: inline;
		}

td		{
		font-size: 13px;
		}

table.thinBorder{
		border: solid 1px #778077;
		border-collapse: collapse;
		}

table.thinBorder td	{
			border: solid 1px #778077;
			}

.fLeft		{
		float: left;
		}

.fRight		{
		float: right;
		}

.left		{
		text-align: left;
		}

.center		{
		text-align: center;
		}

.right		{
		text-align: right;
		}


/*   DESIGN ELEMENTS AND DIVISION TYPES  */


#container	{
		max-width: 1200px;
		min-width: 790px;
		min-height: 100%;
		position: relative;
		background-color: #fffffa;
		margin: 0 auto;
		border-left: solid 4px #a0b0a0;
		border-right: solid 4px #a0b0a0;
		}

#header		{
		height:70px;
		background-color:#a0b0a0;
		background-image: url(../grafix/headerGradient.jpg);
		}

#content 	{
		padding: 0px 20px 0px 20px;
		padding-bottom:34px;   /* Height of the footer */
		}

#contentHeader	{
		padding: 6px 0px 6px 0px;
		text-align: left;
		border-bottom: double 3px #778077;
		}

#contentTag	{
		float:right;
		padding-top:3px;
		font-weight: bold;	
		}

#footer		{
		position: absolute;
		bottom: 0;
		left: 0;
		height: 31px;   /* height with border and padding equals content bottom padding */
		width: 100%;
		background-color: #a0b0a0;
		text-align:center;
		font-size: 11px;
		border-top: solid 1px #778077;
		padding-top: 2px;
		}

#linkBar	{
		top: 70px;
		height: 20px;
		background-color: #a0b0a0;
		background-image: url(../grafix/linkBar.gif);
		background-repeat: repeat-x;
		border-top: solid 1px #a0b0a0;
		border-bottom: solid 1px #778077;

		/*TWO SIMPLE GREEN LINES FOR LINKS
		border-top: solid 2px #b0c0b0;
		border-bottom: solid 2px #b0c0b0;
		 */

		white-space: nowrap;
		}

.divLink	{
		float: right;
		padding: 2px 10px 2px 10px;
		border-left: solid 1px #778077;
		}

#tagLine	{
		float:left;
		letter-spacing: 5.5px;
		font-size:11px;
		color:#336633;
		padding: 3px 0px 0px 8px;
		}

#idxPicFrame	{
		position: absolute;
		width:290px;
		height:290px;
		left: 55%;
		top: 30%;
		}

#idxPic01	{
		position: absolute;
		top: 0px;
		left: 0px;
		}		

#idxPic02		{
		position: absolute;
		top: 0px;
		right: 0px;		
		}		

#idxPic03		{
		position: absolute;
		bottom: 0px;
		right: 0px;		
		}		

#idxPic04		{
		position: absolute;
		bottom: 0px;
		left: 0px;		
		}		

#idxInfo	{
		position: absolute;
		top: 30%;
		right: 50%;
		padding-right: 5%;
		border-right: double 3px #778077;
		text-align: justify;
		height: 290px;
		width: 340px;
		}

#logo		{
 		display:inline;
		float:left;
		padding-top:6px;
		padding-left:4px;
		}

#searchbox	{
		position: relative;
		display: inline;
		top: 8px;
		right: 6px;
		height: 44px;
		border: solid 1px #778077;
		float: right;
		text-align: right;
		padding:4px;
		font-size: 15px;
		width: 486px;
		}

#searchOptions	{
		position: absolute;
		top: 41px;
		right: 6px;
		width: 486px;
		padding:4px;
		border: solid 1px #778077;
		border-top: dotted 1px #778077;
		background-color: #c1ccbe;
		z-index: 4;
		text-align: left;
		font-size: 11px;
		visibility: hidden;
		}

#stockLinks	{
		position: absolute;
		margin-left: -11px;
		margin-top: 2px;
		background-color: #a0b0a0;
		border: solid 1px #778077;
		border-top: 0px;
		text-align:left;
		visibility: hidden;
		z-index: 2;
		}

#printLinks	{
		position: absolute;
		margin-left: -11px;
		margin-top: 2px;
		background-color: #a0b0a0;		
		border: solid 1px #778077;
		border-top: 0px;
		text-align:left;
		visibility: hidden;
		z-index: 2;
		}

#lightboxLinks	{
		position: absolute;
		margin-left: -11px;
		margin-top: 2px;
		background-color: #a0b0a0;		
		border: solid 1px #778077;
		border-top: 0px;
		text-align:left;
		visibility: hidden;
		z-index: 2;
		}

.subLink	{
		border-top: 1px solid #778077;
		padding: 2px 10px 2px 10px;
		background-image: url(../grafix/linkBar.gif);
		background-repeat: repeat-x;
		}

.boxSubLink	{
		border-top: 1px solid #778077;
		padding: 0px 10px 1px 10px;
		background-image: url(../grafix/linkBar.gif);
		background-repeat: repeat-x;
		}

#browseLinks	{
		position: absolute;
		top: 21px;
		left: 154px;
		border: solid 1px #778077;
		border-top: 0px;
		background-color: #fffffa;
		visibility: hidden;
		z-index: 1;
		}

.clearAll	{
		height: 0;
		padding: 0;
		margin: 0;
		clear: both;
		}

#pageTopPoint	{
		position: absolute;
		right: 0px;
		bottom: 36px;
		}

#lightboxManager
		{
		position: absolute;
		display: none;
		top: 92px;
		left: 10px;
		right: 10px;
		border-top: solid 0px #778077;
		border-left: solid 1px #444444;
		border-right: solid 1px #444444;
		border-bottom: solid 1px #444444;			
		padding: 8px;
		z-index: 1;
		background-image: url(../grafix/footerGradient2.jpg);
		background-repeat: repeat-x;
		background-color: #a0b0a0;
		text-align: left;
		}

.actBoxNum	{
		
		}

#zoomPic	{
		position: fixed;
		left: 10px;
		top: 10px;
		padding: 40px 40px 40px 40px;
		background-color: #444444;
		color: #cccccc;
		border: solid 3px #000000;
		z-index: 5;
		display: none;
		}
