body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
td,th {
	font-family: tahoma;
	font-size: 11px;
	color: #655940;
	vertical-align: top;	
	line-height:12px;
}
#wrapper {
	position: relative;
	text-align: left;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#titlebody {
	position: absolute;
	top: 0px;
	height: 120px;
	width: 750px;
	background-image: url(/images/main-back.gif);
}
#mainmenu {
	position: relative;
	top: 10px;
	left: 200px;
}

#mainmenu ul {
	list-style: none;
	margin: 0;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#mainmenu li {
	display: inline;
	list-style-type: none;
}

#mainmenu a:link, #mainmenu a:visited {
	color: #ff7800;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}
#mainbody {
	position: absolute;
	top: 130px;
	width: 400px;
	margin-left: 200px;
	padding: 5px;
	text-align: left;
}
#leftbar {
	position: absolute;
	width: 198;
	top: 130px;
	left: 0px;
	background-color: #FFFFFF;
}
#leftbar .menusection {
	background-color: #FFFFFF;
	background-image: url(/images/back-1.gif);
}
#leftbar .adsection {
	background-color: #FFFFFF;
	background-image: url(/images/back-1.gif);
}
#leftbar .adsection h2 {
        background: #fff url(/images/header.gif) no-repeat;
	color: #ff6600;
	font-size: 13px;
	font-family: tahoma;
	font-weight: bold;
	padding-left: 5px;
	margin-bottom: -12px;
}
#leftbar .adsection p {
	font-size: 12px;
	font-family: tahoma;
	padding-left: 10px;
}
#rightbar {
	position: absolute;
	top: 130px;
	right: 10px;
	width: 110px;
	border-left: 1px dotted #cccccc;
}
#footer {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	padding-left:17px;
	padding-top:19px;
}
h1 {
	color: #ff6600;
	font-size: 14px;
	font-family: tahoma;
	font-weight: bold;
	margin: 5px 5px 5px 5px;
}
h2 {
        color: #000000;
        font-size: 16px;
        font-family: tahoma;
        font-weight: bold;
        margin: 5px 5px 5px 5px;
}
.stockitem {
	position: relative;
	color: #767676;
	font-size: 11px;
	font-family: tahoma;
	margin: 5px 5px 5px 5px;
	height: 100px;
	width: 400px;
}

.stockitem h3 {
 	color: #000000;
	font-weight: bold;
	font-size: 13px;
	font-family: tahoma;
	padding: 2px 2px 2px 2px;
	margin-bottom: -20px;
	background-color: #FFFFFF;
}

.stockitem a:link, .stockitem a:visited {
	color: #ff7800;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
	text-decoration: none;
}


.accitem .addressarea {
	position: relative;
	float: right;
	top: 0;
	text-align: right;
	width: 100px;
}

.accitem .desc {
	position: relative;
	top: 0;
	float: left;
	text-align: left;
	margin-left: 10px;
	width: 200px;
}

.accitem img {
	float: left;
	width: 100px;
}
