a:link			{ text-decoration: none; font-size: 11px; font-weight: bold; color: #285B0E }
a:active		{ text-decoration: none; font-size: 11px;  font-weight: bold; color: #285B0E }
a:visited		{ text-decoration: none; font-size: 11px; font-weight: bold; color: #285B0E }
a:hover			{ text-decoration: none; font-size: 11px; font-weight: bold; color: #752604 }

a.iso:link		{ font-weight: bold; color: #752604 }
a.iso:active	{ text-decoration: none; color: #752604 }
a.iso:visited	{ font-weight: bold; color: #752604 }
a.iso:hover		{ text-decoration: underline; color: #752604 }

body {
	width:802px;
	margin:0 auto;
	background: #355e25;
}

#main {
	position: absolute;
	width: 800px;
	height: 100%;
	margin: 10px 0px 10px 0px;
	font-family: Verdana;
}

#shopContainer {
	margin-left: 240px;
	margin-top:57px;
}

#logoHit {
	position: absolute;
	background: url('../graph/tomtex.png');
	top: 15px;
	left: 185px;
	width: 280px;
	height: 30px;
	cursor: pointer;
}

#shopLink:link			{ text-decoration: none; font-size: 11px; font-weight: bold; color: #ff0000 }
#shopLink:active		{ text-decoration: none; font-size: 11px;  font-weight: bold; color: #ff0000 }
#shopLink:visited		{ text-decoration: none; font-size: 11px; font-weight: bold; color: #ff0000 }
#shopLink:hover			{ text-decoration: none; font-size: 11px; font-weight: bold; color: #752604 }


