﻿BODY {
	font: normal 11px Arial,Helvetica,sans-serif;
	background-image: url('../images/background.png');
	background-repeat: repeat-x;
}
#container {
	padding: 0 0 5px 0;
	min-height: 250px;
	background: transparent;
	width: 1000px;
	margin: 0 auto 100px auto;
	background-color: white;
	overflow: auto;
	border: 1px silver solid;
}
#leftnav {
	float: left;
	width: 200px;
	border: 1px silver solid;
	margin-left: 10px;
	min-height: 250px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#F4F4F4
}
#leftnav a {
	color:black;text-decoration:none
}
#leftnav a:hover {
	color:red;text-decoration:underline;
}

#bread div {
	float: left;
}
#bread {
	margin-bottom: 14px;
	margin-top: 15px;
	color: gray;
	margin-left: 10px;
}
#productgrid {
	border: 1px silver solid;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow:auto;
}
#prodtab {
	width: 1000px;
}
#prodtab td {
	vertical-align: top;
	height: 100%;
}
#grid div
{
	float:left;width:200px	;	height:255px;	overflow: hidden;


}
#grid a {
	color:black;text-decoration:none
}
#grid a:hover {
	color:red;text-decoration:underline
}

.box{
border: 1px silver solid;
	-moz-border-radius: 5px;
	border-radius: 5px;

	padding:10px;
	margin:10px;
}
.info{
	padding:6px;text-align:center
}
#filters {
border: 1px silver solid;
	width:100%;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#F4F4F4;
	height:30px;
	margin-bottom:5px;

}
.desc
{
	line-height:25px;color:gray;font-weight:lighter;
}
.button2 {
   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: 14px 28px;
   -webkit-border-radius: 13px;
   -moz-border-radius: 13px;
   border-radius: 13px;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 20px;
   font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;

   }
 .button2:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
 .button2:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }








