a:link {color:#006633;}
a:visited {color:#006633;}
a:hover {color:#006633;}
a:active {color:#000000; text-decoration:none;}

a.lm:link {color:#999999; text-decoration:none;}
a.lm:visited {color:#999999; text-decoration:none;}
a.lm:hover {color:#CCCCCC; text-decoration:none;}
a.lm:active {color:#999999; text-decoration:none;}

a.tm:link {color:#666666; text-decoration:none;}
a.tm:visited {color:#666666; text-decoration:none;}
a.tm:hover {color:#000000; text-decoration:none; font-weight:bold}
a.tm:active {color:#666666; text-decoration:none;}

#container	{
	background-color: #FFFFFF;
	z-index: 0;
	width: 780px;
	border-top-color: #000000;
	border-top-style: groove;
	border-top-width: thin;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	margin-right: auto;
	margin-left: auto;
	list-style-type: none;
	background-repeat: repeat-y;
	background-image: url(images/linkbg.gif);
	margin-top: 5px;
	margin-bottom: 5px;
}

#header	{
	height: 114px;
	background-image: url(images/cash_reg.jpg);
	position: relative;
	background-repeat: no-repeat;
	width: 100%;
}

#regdiv	{
	width: 100%;
	background-image: url(images/regbar.jpg);
	height: 10px;
	font-size: 5px;
}

#linkmenu	{
	width: 170px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-style: normal;
	text-align: left;
	float: left;
	height: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
	
#linkmenu ul li	{
	list-style-type: none;
	line-height: 2;
	color: #999999;
	font-weight: bold;	
}

#content	{
	float: left;
	width: auto;
	height: auto;
	padding-left: 10px;
	padding-top: 10px;
}

#footer	{
	clear: both;
	width: 100%;
	height: 30px;
	background-color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
}

.itemBox	{
	width: 590px;
	padding-top: 5px;
	min-height: 200px;
}

.itemInfo	{
	width: 590px;
	position: relative;
}

.itemName	{
	font-size: larger;
	font-weight: bold;
	background-color: #FAEBD7;
	text-indent: 5px;
	border: solid olive 1px;
	color: #000000;
	width: 590px;
 }
 
.itemNameSub	{
	font-weight: normal;
	background-color: #FAEBD7;
	text-indent: 5px;
	border: solid olive 1px;
	color: #000000;
	width: 590px;
 }
 .itemImage	{
	float: right;
	margin-top: 0px;
	top: 0px;
	width: 200px;
	height: 200px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	vertical-align: middle;
	padding-left: 5px;
}
 .itemDescription	{
	position: relative;
	text-align: justify;
	display: block;
	min-height: 200px;
	top: 10px;
	left: 10px;
	width: 370px;
 }
 
 .itemAdd	{
	width: 590px;
	border: solid black 1px;
	margin-top: 10px;
	margin-bottom: 10px;
 }
 
 .itemPrice	{
	line-height: 1.5;
 }
 
.divsep	{
	position: relative;
	width: 590px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 5px;
	border-bottom-color: olive;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

.selectedTheme	{
	color: #FFFFFF;
	font-size: larger;
}

