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:250px;
	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;
 width:25px;
}
td img:hover
{

}
h1
{
	font-size:18pt;
	margin-left:20px;
}

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

h5,h3
{
	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;
}

.button {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 3.5px 7px;
   -webkit-border-radius: 9px;
   -moz-border-radius: 9px;
   border-radius: 9px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #ffffff;
   font-size: 9pt;
   font-family: verdana,tahoma,'Lucida Grande', Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   text-align:center;
   }
.button:hover {
   border-top-color: #e30c53;
   background: #e30c53;
   color: #ffffff;
   }
.button:active {
   border-top-color: #1b435e;
   background: #1b435e;
   color: #ffffff;
   }

