﻿* { padding: 0; margin: 0 }

body
{
	font-family: Georgia, Trebuchet MS, Tahoma, sans-serif;
	text-align: center;
	background-image: url("images/bg.png")
}

#container
{
	border: 0 none;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	position: relative;
	text-align: left;
	width: 60em;
	background-color: white;
	border: solid 1px #aaa
}

#content
{
	padding-top: 1px;
	padding-bottom: 1px
}

.logo
{
	background-image: url("images/ijw-logo.gif");
	background-repeat: no-repeat;
	display: block;
	border: solid 1px #aaa;
	
	height: 68px
}

.logo_wrapper
{
	background-image: url("images/product-bg.png");
	margin:5px
}

.titleblock
{
	width: 28em;
	margin-right: 1px;
	display: inline-block;
	padding: 5px;
	margin: 5px
}

.titleblock p
{
	margin: 1em;
	text-align: justify
}

.product, .halfproduct, .tableproduct
{
	margin: 5px;
	border: solid 1px #aaa;
	padding: 5px;
}

.halfproduct
{ 
	background-color: #faf7c8; width: 27em;
	margin-top: 0;
	position: relative;
	top: -260px;
	float:right;
	padding-top: 1em;
	margin-right: 2em;
	margin-bottom: -260px
}

.product, .tableproduct
{
	padding-top: 1em;
	background-image: url("images/product-bg.png");
	background-repeat: repeat-x;
	background-position:bottom;
}

.product h3, .halfproduct h3, .tableproduct h3
{
	letter-spacing: -0.7px;
	border-bottom: solid 1px black;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	font-family: Georgia, Times New Roman, Serif;
	font-weight: normal;
	font-size: 160%
}

.product p, .halfproduct p, .tableproduct p
{
	padding-left: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	text-align: justify;
}

.product p
{
	margin-left: 460px;
}

.product ul
{
	margin-top: 0.8em;
	margin-bottom: 0.8em;
	margin-left: 500px;
	margin-right: 1em;
	text-align: justify
}

.product ul li
{
	padding-top: 0.4em;
	padding-bottom: 0.4em
}

a.downloadlink
{
	display: block;
	width: 24em;
	margin-left: auto;
	margin-right: auto;
	padding: 0.8em 2em 0.8em 2em;
	border: solid 1px blue;
	text-align: center;
	margin-top: 1.3em;
	margin-bottom: 1em;
	background-color: #eee;
	text-decoration: none
}

a.downloadlink:hover
{
	background-color: #fff
}

.product img
{
	float: left;
	margin: 0.5em;
	padding: 1px;
	border: solid 1px #aaa
}

.product .link_wrapper { margin-left: 460px }

.tableproduct { height: 15em }

.tableproduct a.downloadlink { margin-top: 0px }

td { vertical-align: top }
td.buttonbox { vertical-align: bottom }
