body {
	color: black;
	background: white;
	font-family: Verdana, sans-serif;
}

#container {
	max-width: 1024px;
	background: url('img/menubar.png') repeat-y;
	margin-left: auto;
	margin-right: auto;
}

#shopcontainer {
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

#menu {
	position: relative;
	top: 80px;
	left: 0px;
	width: 174px;
	padding: 2px 2px 2px 2px;
	border: 4px solid white;
	float: left;
}

#content {
	position: relative;
	top: 0px;
	margin-left: 182px;
	padding: 3px 6px 3px 10px;
}

#ilist {
	list-style-position: inside;
}

span.hidden {
    visibility: hidden;
}

img {
	border: 0;
}

/* Heading roll-over */

a.rollover {
	display: block;
	width: 634px;
	height: 58px;
	text-decoration: none;
	background: url("img/retroadapter_logo_hfg_r.png");
}
a.rollover:hover {
	background-position: -634px 0;
}

a.rollover2 {
	display: block;
	width: 179px;
	height: 66px;
	text-decoration: none;
	background: url("img/retroadapter_logo_sf_r.png");
}
a.rollover2:hover {
	background-position: -179px 0;
}


/* Menu item roll-overs */

a.rabout {
	display: block;
	width: 164px;
	height: 40px;
	text-decoration: none;
	background: url("img/about_r.png");
}
a.rabout:hover {
	background-position: -164px 0;
}

a.rsupport {
	display: block;
	width: 168px;
	height: 40px;
	text-decoration: none;
	background: url("img/support_r.png");
}
a.rsupport:hover {
	background-position: -164px 0;
}

a.rdownload {
	display: block;
	width: 168px;
	height: 40px;
	text-decoration: none;
	background: url("img/download_r.png");
}
a.rdownload:hover {
	background-position: -168px 0;
}

a.rmake {
	display: block;
	width: 168px;
	height: 40px;
	text-decoration: none;
	background: url("img/make_r.png");
}
a.rmake:hover {
	background-position: -168px 0;
}

a.rbuy {
	display: block;
	width: 168px;
	height: 40px;
	text-decoration: none;
	background: url("img/buy_r.png");
}
a.rbuy:hover {
	background-position: -168px 0;
}

/* Other stuff */

.displace {
	position: absolute;
	left: -5000px;
}

div {
	margin-bottom: 1em;
}

#para {
    text-align: justify;
}

div.hr {
	width: 100%;
	height: 2px;
	background: white;
}

hr {
	color: black;
	background-color: black;
	height: 2px;
	border: none;
}

h3 {
	font-size: 1.25em;
}

h2 {
	font-size: 1.5em;
}

h1 {
	font-size: 2em;
}

/* table backgrounds */

#tab1 { background: #eeeeee; margin: 5px 5px 5px 5px; }

#tab2 { background: #ffffff; margin: 5px 5px 5px 5px; }

#tabr { padding: 5px 20px 5px 5px; }

#buy1 { text-align: center; vertical-align:text-top; }

/* layered images */

#layeredimg {
	padding: 0 0 0 0;
	border: 0;
	margin:  0px 20px 0px 0px;
	background-repeat: no-repeat;
	vertical-align: top;
	float: left;
}
