html
{
	width:100%;
	height:100%;
}

body
{
	background-image:url(images/background.gif);
	background-attachment:fixed;
	font-family: 'Berlin Sans FB Demi', 'berlin sans fb',verdana,tahoma,arial,sans-serif;
	font-style:  normal;
	font-weight: normal;
	color: #003399;
	padding:0;
	margin:20px;
}

#container
{
	margin:0px;
	height:100%;
	background-image:url(images/sand.jpg);
	border:1px solid #776666;
}

#header
{
	margin:10px 0 50px 20px;
}
#rows
{
	width:83%;
	height:100%;
	float:left;
	margin-left:5px;
}
.products
{
	margin:30px 30px 0 0;
	height:100%;
}

.item
{
	float:left;
	width:200px;
	height:240px;
	text-align:center;
	padding:0 30px 20px 0;
	font-family:Verdana,'Trebuchet MS', Tahoma, sans-serif;
	font-size:8pt;
}

.item img
{
	margin-bottom: -10px;
}

.item a
{
	line-height:1.3em;
}

.products img
{
	padding:0 0px 15px 0;
}

.products a
{
	text-decoration:none;
	color:#ff1046;
	text-align:center;
}

.products a:hover
{
	text-decoration:overline underline;
	color:#0CC746;
}

table
{
	font-size:8pt;
}

td img
{
 cursor: pointer;
}
td img:hover
{
	
}
h1
{
	font-size:18pt;
	margin-left:20px;
}

h2
{
	font-size:14pt;
	font-weight:600;
	color:#0CC745;
	margin-left:35px;
}

h5
{
	font-size:9pt;
	color:#FF0066;
	margin-left:35px;
	margin-top:-5px;
	line-height:1.3em;
	width:70%;
}
hr
{
	height:1px;
	color:#BCF2CE;
	background-color:#0CC749;
	width:70%;
	text-align:left;
	margin-left:5px;
}

#colors
{
  width:auto;
}

#colors td
{
 padding:3px 2px 3px 2px;
 font-size:8pt;
 font-family:Verdana, 'Trebuchet MS', Tahoma, sans-serif;
}
#colors img
{
	width:20px;
	height:20px;
}