@charset "UTF-8";

a
{
	border-bottom: 1px dotted #0099CC;
	color: #0099CC;
	outline: none;
	text-decoration: none;
}

a img
{
	border: 0px;
}

body
{
	background-image: url( "images/background.png" );
	background-repeat: repeat-x;
	background-color: #0D5D7E;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}

fieldset
{
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-image: url(images/container.png);
	border: 1px solid #000000;
	border-radius: 10px;
	margin: 0px auto;
	width: 600px;
}

img.product
{
	float: left;
	margin-right: 10px;
}

label
{
	display: block;
	width: 380px;
}

table, td, th
{
	border: 1px solid #000000;
	border-collapse: collapse;
}

td, th
{
	text-align: center;
	padding: 2px;
}

#container
{
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-image: url( "images/container.png" );
	border: 1px solid #000000;
	border-radius: 10px;
	margin: 0px auto;
	padding: 10px;
	width: 910px;
}

#list
{
	margin-left: 205px;
}

#nav
{
	list-style: none;
	padding: 0px;
	text-align: center;
}

#nav li
{
	display: inline;
}

#nav li a
{
	border-bottom: 0px;
	color: #009999;
	font-family: "Hobo Std", Verdana, Geneva, sans-serif;
	font-size: 24px;
	margin: 0px 10px;
	padding: 0px 2px;
	text-shadow: 2px 2px 2px #000000;
}

#nav li a:hover
{
	color: #00BBBB;
}

.left
{
	float: left;
	padding-right: 5px;
	text-align: right;
	width: 200px;
}