body
{
	background-color: #e5e4e2;
	background-image: url(stripe.gif);
	font-family: Verdana,sans-serif;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
}

p { margin: 0; }

h1, h2, h3, h4, h5, h6
{
	font-size: 1em;
	font-weight: normal;
	margin: 0;
}

img
{
	border: 0 none;
	color: black;
}

div#main
{
	/*	text-align: center; */
	width: 1000px;
	height: 850px;
	left: 50%;
	margin-left: -500px;
	padding: 10px 0 0px 0;
	position: absolute;
	background-color: #fff;
	margin-top: 20px;
	border: 6px #ccc double;
}

div#logo
{
	background-image: url(vip2.gif);
	width: 724;
	height: 107px;
	top: 0px;
	left: 125px;
	position: relative;
	float: left;
	background-repeat: no-repeat;
}

.title
{
	width: 800px;
	left: 95px;
	position: relative;
	clear: left;
	padding-bottom: 20px;
	padding-top: 0px;
}
 
.title p
{
	color: #666;
	font-family: Arial;
	font-size: 12px;
}

.title h1
{
	color: #777;
	font-family: Arial Narrow;
	font-size: 22px;
	text-align: center;
	margin-bottom: 0px;
	word-spacing: 5pt;
	letter-spacing: 2pt;
}

.title detail
{
	color: #555555;
	float: left;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	margin-left: 120px;
	padding-bottom: 25px;
	padding-right: 0;
	width: 265px;
}

.title detail a
{
	color: #666;
	text-decoration: none;
}

.title detail a:hover
{
	color: #06F;
	text-decoration: underline;
}

a#ebay
{
	float: left;
	background-image: url(./ebay-store-logo_127.gif);
	display: block;
	width: 127px;
	height: 60px;
	margin-left: 95px;
}

a#facebook
{
	float: left;
	background-image: url(./facebook_logo_200.gif);
	display: block;
	width: 200px;
	height: 60px;
	margin-left: 50px;
}

a#twitter
{
	float: left;
	background-image: url(./twitter_200.gif);
	display: block;
	width: 200px;
	height: 60px;
	margin-left: 50px;
}

a#wordpress
{
	float: left;
	background-image: url(./blog.gif);
	display: block;
	width: 175px;
	height: 60px;
	margin-left: 50px;
}

div#show
{
	width: 800px;
	height: 465px;
	left: 95px;
	position: relative;
	clear: left;
	padding-top: 30px;
}

/* http://designreviver.com/tutorials/jquery-examples-horizontal-accordion/ */
ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul li
{
	float: left;
	padding: 0px;
	display: block;
	margin-right: 0px;
}

ul li a
{
	display: block;
	overflow: hidden;
	height: 452px;
	width: 20px;
}

#a1 { width: 210px; }

ul li img
{
	position: absolute;
	border: 1px #f3f3f3 solid;
}
