html
{
	background: #ccc url(../images/bg.jpg) top left repeat-x;
}

body
{
	font-family: Verdana, serif;
	font-size: 11pt;
	line-height: 16pt;
	color: black;
	margin: 10px auto 5px auto;
	width: 800px;
}

td
{
	font-family: Verdana, serif;
	font-size: 11pt;
}

h1
{
	font-size: 24pt;
	font-family: Arial, sans-serif;
}

h2
{
	font-size: 11pt;
	font-weight: bold;
	margin: 0;
	padding: 0;
	background-color: #fec;
	padding: 1px 5px ;
}

img 
{
	border: 0
}

#banner
{
	/* todo: replace with banner; no padding */	
}

#content, #footer
{
	padding: 20px 25px 0 25px;
}

/* --------------------------------------------------------*/

#banner
{
	height: 140px;
	background-color: white;
}

/* --------------------------------------------------------*/

#nav
{
	font-family: Arial, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	padding-top: 7px;
	height: 31px;
	background: #ccc url(../images/nav.png) top left repeat-x;
}

#nav ul
{
	display: inline;
	margin: 0;
	padding: 25px;
}

#nav li
{
	display: inline;
}

#nav li.buy
{
	float: right;
	padding-right: 15px;
}

#nav a
{
	color: #111;
	text-decoration: none;
	margin-right: 15px;
}

#nav a.selected
{
	color: white;
}

#nav a:hover
{
	color: white;
}


/* --------------------------------------------------------*/

#content
{
	text-align: left;
	background-color: white;
	padding-bottom: 60px;
}

#content p
{
	margin-top: 0; padding-top: 0;
}

#content p.big
{
	margin-top: 0; padding-top: 0;
	font-size: 11pt;
	line-height: 20pt;
}

#content li
{
	margin-bottom: 5px;
}

#content img
{
	padding: 8px;
	background-color: #eee;
	border: solid 1px #ddd;
}

#content a
{
	text-decoration: none;
	color: #d10;
}

#content a:hover
{
	background: #d10; color: White;
}

#content a:visited
{
}

#content .image-left
{
	float: left;
	margin: 0 10px 10px 0;
}

#content .image-right
{
	float: right;
	margin: 0 0 10px 10px;
}

#content .stockist
{
	margin: 3px 0 15px 5px;
}

#content .input
{
	font-family: Verdana, serif;
	font-size: 11pt;
    border: 1px solid #d10;
    background-color: #fd9; color: black;
    margin-top: 5px;
}

#content .submit
{
    border: 1px solid #d10;
    margin-top: 5px;
    background-color: #fd9; color: black;
	font-family: Arial, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    width: 100px; height: 25px;
}

#content .submit:hover
{
	background-color:#d10; color: white;
}


#content .result
{
	background-color: #fd9; color: black;
	padding: 2px;
	margin-bottom: 20px;
}

/* --------------------------------------------------------*/

#footer
{
	clear: both;
	border-top: 1px dotted #d10;	/* #910 */
	padding-top: 10px; padding-bottom: 40px;
	margin: 0;
	text-align: left;
	font-size: 8pt;
	color: #444;
	background-color: white;
}


