*
	{
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	font-family: verdana, arial, helvetica, sans-serif;
	}

a
	{
	text-decoration: underline;
	color: blue;
	}

a img
	{
	border: 0px;
	}

body, html
	{
	padding: 0px;
	margin: 0px;
	height: 100%;
	background-color: #88a
	}

div.main
	{
	width: 768px;
	position: absolute;
	left: 50%;
	margin-left: -384px;
	}

table
	{
	background-color: #fff
	}

td
	{
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	line-height: 140%;
	vertical-align: top;
	}

td.menu
	{
	width: 165px;
	}

td.menu a
	{
	float:left;
	display: block;
	clear:both;
	}

td.body
	{
	background-image: url(images/mainBg.jpg);
	background-repeat: no-repeat;
	padding: 20px;
	padding-top: 60px;
	color: #003;
	}

td.footer
	{
	color: #fff;
	padding: 6px;
	font-weight: bold;
	background-color: #558;
	border-top: 4px solid #fff;
	}

td.footer a
	{
	color: #fff;
	}

td.footer a:hover
	{
	color: #fd0;
	}

p
	{
	padding: 8px;
	}

h1
	{
	line-height: 100%;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 200%;
	color: #c00;
	margin-bottom: 12px;
	letter-spacing: -1px;
	}
h1 span
	{
	margin-top: 6px;
	font-size: 80%;
	display: block;
	font-style: italic;
	color: #ccc;
	}

h2
	{
	margin: 20px;
	margin-left: 0px;
	font-style: italic;
	margin-bottom: 12px;
	color: #88c;
	font-size: 140%;
	}
	
h3
	{
	font-family: "Trebuchet MS";
	padding-bottom: 6px;
	}

ul
	{
	list-style: none;
	margin: 20px;
	}
	
ul.tick li
	{
	font-family: arial;
	display: block;
	margin-bottom: 4px;
	background-image: url(images/tick.gif);
	padding-left: 30px;
	background-repeat: no-repeat;
	font-weight: bold;
	font-style: italic;
	color: #c00
	}
div.product
	{
	margin-bottom: 20px;
	clear: both;
	border: 2px dashed #eee;
	}

.product p
	{
	float: right;
	width: 370px;
	padding-left: 0px;
	}
p.price
	{
	font-size: 120%;
	font-weight: bold;
	font-style: italic;
	font-family: "Trebuchet MS";
	color: #88c;
	}