﻿/* layout */
body
{
	background: url(/images/bg3.gif);
	font-family: Trebuchet MS;
	font-size: 10pt;
	margin:5px;
}

#top
{
	width: 946px;
	clear: both;
	display: table;
	color: White;
}
#logo
{
	margin-bottom: 25px;
}

#menu
{
	margin-bottom:2px;
	margin-right:10px;
	float:right;
}
#menu ul
{
	list-style: none;
}

#menu li
{
	float: left;
}

#menu li a
{
	
	margin-left: 0.5em;
	display: block;
	padding: 0.2em 0.2em 0.2em 0.2em;
	color: black;
	font-size: 1.0em;
	font-weight:bold;
	text-transform:capitalize;
	text-decoration: none;
}


#menu li a:hover
{
	color: red;
	
}

#content
{
	background: url(/images/contentbg.gif) repeat-y;
	width: 946px;
	display: table;
}

#contentchild
{
	text-align: left;
	margin-left: 30px;
	margin-right: 30px;
	display: table;
}

#bot
{
	width: 946px;
	display: table;
	margin: -1px;
}


/* text */
#top h1
{
	margin-left: 25px;
	_margin-left: -10px;
	display: inline;
	font-size: 28px;
	font-weight: bold;
}

#top h2
{
	margin-left: 20px;
	display: inline;
	font-size: small;
}

#content h3
{
	font-size: 22px;
	color: #CC0000;
	font-weight: lighter;
	letter-spacing: -1px;
	text-transform: lowercase;
}

#content h4
{
	font-size: 16px;
	color: #CC0000;
	text-transform: lowercase;
}

#content li
{
	list-style-type: square;
}

#demo
{
  padding:10px;
  width:850px;
}

.tdhead
{
	padding: 3px;
	color: black;
	font-weight:bold;
	background-color: #EBE06D;
}

.buytable
{
	border: solid 1px black;
}
.buytable td
{
	padding: 5px;
}

.input
{
 border:solid 1px black;
}


