body
{
	background-color: #fff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 80%;
	text-align: center;
}

form
{
	margin: auto;
	text-align: left;
	width: 600px;
}

/**********************************************************
	Sections
**********************************************************/

#header, #navigation, #columns
{
	float: left;
	width: 100%;
}

#header
{
	background-color: #000;
	border: 1px solid black;
	color: #ff0;
	width: 100%;
}

#introduction
{
	background-color: #ff0;
	border: 1px solid black;
	border-bottom: none;
	color: #000;
	margin: 1em 0 0 0;
	padding: 1em;
}

#columns
{
  background-color: white;
  border: 1px solid black;
  float: left;
  margin-top: 1em;
  padding: 1em 0;
  width: 100%;
}

#columns #left
{
	border-right: 1px solid #ccc;
	float: left;
	margin: 0 10px;
	padding-right: 10px;
	width: 400px;
}

#columns #right
{
	margin-left: 425px;
	width: 150px;
}

#footer
{
	clear: both;
	color: #999;
	padding: 1em;
	text-align: center;
	width: 100%;
}

/**********************************************************
	Headings
**********************************************************/

#header h1
{
	font-family: Trebuchet MS, sans-serif;
	margin-left: .5em;
}

#columns #left h1
{
	font-size: 1.4em;
}

h2
{
	color: #000;
	font-size: 125%;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: .2em;
}

#left h3
{
	color: #369;
	font-size: 125%;
	font-weight: normal;
	margin-bottom: .2em;
}

#left h4
{
	font-size: 100%;
	font-weight: normal;
	margin: 0 auto;
}

#columns #left .product h3, #columns #left .form h3
{
	background-color: #ff0;
	margin: 0 0 1em;
	padding: .1em 1em;
}

#columns #right h3
{
	font-size: 85%;
	margin-bottom: 0;
}

/**********************************************************
	Lists
**********************************************************/

#navigation ul
{
	background-color: #ff0;
	border: 1px solid #000;
	color: #fff;
	float: left;
	margin: 0;
	padding-left: 0;
	width: 100%;
}

#navigation ul li
{
	display: inline;
}

#navigation ul li a:visited
{
	font-style: normal;
}

#navigation ul li a
{
	padding: 0.2em 1em;
	background-color: #ff0;
	color: #000;
	text-decoration: none;
	float: left;
	border-right: 1px solid #666;
}

#navigation ul li a:hover
{
	background-color:  #369;
	color: #fff;
}

#columns #left ul
{
	margin-left: 18px;
	padding: 0;
}

#columns #left li
{
	margin-bottom: .5em;
}

#columns #right ul
{
	margin-top: 0;
	margin-left: 15px;
	padding: 0;
	font-size: 85%;
}

#columns #right li
{
}

/**********************************************************
	Character styles
**********************************************************/

#columns em
{
	font-style: normal;
	font-weight: bold;
}

#columns .question, #columns .info
{
	font-size: 0.85em;
}

/**********************************************************
	Input elements
**********************************************************/

#columns button.buy
{
	height: 30px;
	width: 100px;
	padding-left: .5em;
}

#columns button.download
{
	height: 30px;
	width: 150px;
	margin-left: 1em;
	padding-left: .5em;
}

#columns button.buy p
{
	background: url(./images/buy.jpg) no-repeat;	
	padding-left: 15px;
}

#columns button.download p
{
	background: url(./images/download.jpg) no-repeat;	
	padding-left: 15px;
}

/**********************************************************
	Paragraphs
**********************************************************/

.button
{
	text-align: center;
}

#introduction p
{
	margin: 0;
}

#columns #left p
{
	margin-top: 0;
}

#columns #left p.buttons
{
	clear: both;
}

#columns #left .product div, #columns #left .form div
{
	margin: .5em 1em;
}

#columns #left .product .price, #columns #left .form .price
{
	font-weight: bold;
	margin: 1em 0 0;
}

#columns #left .product .summary
{
	margin: 0;
}

#columns #left .product .buy
{
	float: right;
	margin: 0;
}

#columns #left .form .instruction
{
	font-size: 80%;
	margin: 0 0 1em;
}

#columns #right p
{
	font-size: 85%;
	margin-top: 0;
}

#footer p
{
	margin: 0;
}

/**********************************************************
	Feedback
**********************************************************/

.negativefeedback
{
	color: Red;
	display: list-item;
	list-style-type: disc;
	margin-left: 18px;
	margin-bottom: 1em;
}

.positivefeedback
{
	color: #090;
}

/**********************************************************
	Images
**********************************************************/

#columns #left img
{
	border: 0;
	margin: .3em 1em 1em 0;
}

#columns #left p.faq
{
	margin: 0 auto;
	font-style: italic;
}

#columns #left .product, #columns #left .form
{
	background-color: #eee;
	border: 1px solid black;
	margin-bottom: 1em;
}

#columns #left img.tile
{
	float: none;
	margin: 0;
	padding: 0;
	
	height: 40px;
	width: 40px;
}

/**********************************************************
	Tables
**********************************************************/

#columns #left table
{
	font-size: 1em;
}

#columns #left tr, #columns #left td
{
	text-align: left;
	vertical-align: top;
	width: 175px;
}

table.signin td.name
{
	width: 10em;
}

table.signin input
{
	width: 100%;
}

/**********************************************************
	Hyperlinks
**********************************************************/
	
#footer a
{
	color: #999;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}
