/* CSS Document */html {	width: 100%;	height: 100%;}	body	{			width: 100%;		height: 100%;		margin: 20px 0px 20px 0px;		background-color: #000;		font-family: "Times New Roman", Times, serif;		font-style: normal;		font-weight: normal;		font-size: 13px;		line-height: 18px;			}			img		{				border: 0px;				}			.clear		{						position: relative;			clear: both;			font-size: 0px;			line-height: 0px;							}		.centered		{						position: relative;			text-align: center;				}		.centered img		{					position: relative;			margin: auto;				}				hr		{					border: none;			background-color: #000;			height: 1px;				}				p		{					margin: 8px 0px 8px 0px;				}				h1		{					font-size: 20px;			font-weight: bold;			color: #fff;			line-height: 25px;			display: inline;				}		h2		{					font-family: "Times New Roman", Times, serif;			font-size: 20px;			font-weight: bold;			color: #000;			line-height: 25px;			display: inline;				}		h3		{						font-family: "Times New Roman", Times, serif;			font-size: 20px;			font-weight: normal;			color: #996600;			line-height: 25px;				}		.subhead {					font-size: 10px;			font-style: italic;				}		ul#navlist		{					margin: 0px 0px 0px 10px;			padding: 0px;			line-height: 36px;				}				ul#navlist li		{					position: relative;			width: 200px;			font-size: 13px;			color: #996600;			list-style-type: none;			margin: 0px;			padding: 0px 0px 0px 10px;				}				ul#navlist li.nolink		{					position: relative;			width: 200px;			font-size: 13px;			color: #543019;			list-style-type: none;			margin-left: 15px;			padding: 0px;				}				ul#navlist2		{					margin: 0px;			padding: 0px;			line-height: 18px;				}				ul#navlist li		{					position: relative;			width: 200px;			font-size: 13px;			color: #996600;			list-style-type: none;			margin: 0px;			padding: 0px;				}				img.dividerimg		{					margin-top: 13px;			margin-bottom: 12px;				}				p#companylist		{					font-size: 11px;			line-height: 14px;			color: #000;			margin-left: 15px;				}				li.nobullet		{					list-style-type: none;				}				a:link, a:visited		{					color: #996600;				}				a:hover		{					color: #000;				}				a.nav:link, a.nav:visited		{					color: #543019;			font-size: 13px;			text-decoration: none;			padding-left: 15px;			margin-top: 1px;				}				a.nav:hover		{					color: #000;							}				a.cartnav:link, a.cartnav:visited		{					display: block;			background-image: url('images/cart_button.gif');			background-repeat: no-repeat;			text-decoration: none;				}				a.cartnav:hover		{					background-position: 0px -28px;							}				strong		{					font-weight: bold;			color: #996600;				}				form		{					margin: 0px;				}				div#wrapper		{					width: 980px;			height: auto;			margin: auto;			position: relative;			background-color: #543019;			text-align: left;			background-image: url('images/side_bars.gif');			background-repeat: repeat-y;				}			div#leftcol			{							position: relative;				float: left;				width: 230px;				background-image: url('images/side_bars.gif');				background-repeat: repeat-y;				min-height: 650px;				height: auto !important;				height: 650px;						}				div#logobox				{									position: relative;					width: 230px;					height: 176px;					text-align: center;								}					div#logobox img					{											position: relative;						top: 21px;										}				div#innerleft				{									postion: relative;					margin-top: 24px;					padding: 12px;								}			div#maincol			{							position: relative;				float: left;				width: 650px;				min-height: 650px;				height: auto !important;				height: 650px;						}				div#head				{									position: relative;					top: 22px;					width: 750px;					height: 176px;								}				div#main				{									position: relative;					width: 750px;									}					div#lglogo					{											position: relative;						width: 370px;						top: 80px;						margin: auto;										}					div#innermain					{											position: relative;						width: 640px;						color: #fff;						font-size: 16px;						line-height: 28px;						top: 38px;						margin: 0px auto 30px auto;						border: 1px solid #543019;						text-align: center;						padding-bottom: 20px;						min-height: 374px;						height: auto !important;						height: 374px;										}						div#innermain .right {													width: 640px; 							text-align: right;												}					div#innermain2					{											position: relative;						width: 640px;						background-color: #b7c2ac;						padding: 10px;						color: #000;						font-size: 12px;						line-height: 14px;						text-align: left;						top: 38px;						margin: 0px auto 30px auto;						border: 1px solid #543019;						padding-bottom: 20px;						min-height: 374px;						height: auto !important;						height: 374px;										}
