/*++++++++++ GENERAL ++++++++++*/
body {
	background-color:#FFFFFF;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:1.3em;
}
.clear {
	height:0px;
	clear:both;
}
a {
	color:#009900;
	text-decoration:none;
}
a:hover {
	color:#006600;
	text-decoration:underline;
}
h2, h3 {
	line-height:normal;
	background:transparent url(images/h2.gif) top left repeat-x;
	padding:10px 0 5px 5px;
}
/*++++++++++ TOP ++++++++++*/
.top {
	width:960px;
	margin:0 auto;
}
.top-left {
	float:left;
}
.top-right {
	width:260px;
	float:right;
	font-size:11px;
	color:#666666;
	text-align:right;
}
.top-menu-wrap {
	width:auto;
	background-color:transparent;
	/*border-bottom:1px solid #333333;*/
	padding:5px 0 5px 0;
}
.top-menu {
	width:960px;
	text-align:right;
	margin:0 auto;
}
.top-menu ul {
	margin:0;
	padding:0;
	float:right;
}
.top-menu li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
.top-menu a {
	color:#009900;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	padding:0 0 0 30px;
}
.top-menu a:hover {
	color:#006600;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	padding:0 0 0 30px;
}
.top-right .searchbox {
	padding:5px;
	border:1px solid #cccccc;
	width:230px;
	font-size:11px;
	margin-top:40px;
}
/*++++++++++ MENU +++++++++++++*/

#catnav {
  margin: 0 auto;
  padding: 0;
  width: 960px;
  background:#333333 url(images/menu.gif) top left no-repeat;
  }

#nav {
  list-style: none;
  margin: 0;
  padding: 0;
  }
	
#nav ul {
  margin: 0;
  padding: 0;
  }

#nav li {
  float: left;
  position: relative;
  display: inline;
  margin: 0;
  padding: 0;
  }

#nav a {
  display: block;
  line-height: 36px;
  margin: 0;
  padding: 0 20px 0 15px;
  font-size: 10pt;
  color: #CCCCCC;
  letter-spacing: -1px;
  }

#nav li a:hover {
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  }

#nav li ul {
  list-style: none;
  position: absolute;
  width: 150px;
  left: -999em;
  z-index:100;
  }

#nav li:hover ul, #nav li.sfhover ul {
  left: auto;
  }
	
#nav li li {
  float: left;
  margin: 0;
  padding: 0;
  width: 150px;
  }
	
#nav li li a {
  width: 150px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  border-top: 1px solid #111111;
  background: #333333;
  margin: 0;
  padding: 5px 20px 5px 15px;
  }
	
#nav li li a:hover {
  border-top: 1px solid #131f27;
  background: #222222;
  padding: 5px 20px 5px 15px;
  }

#nav li:hover, #nav li.sfhover { /* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */
  position: static;
  }

/*++++++++++ CONTENT ++++++++++*/
.header {
	text-transform:uppercase;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	padding:10px;
	width:940px;
	margin:1px auto;
	font-weight:bold;
	color:#000000;
}
.news {
	width:320px;
	padding:0;
	background:#FFFFFF url(images/menu_bg.gif) bottom left repeat-x;
	float:left;
	height:320px;
}
.news ul {
	padding:0;
	margin:0;
}
.news ul li {
	list-style:none;
	padding:0;
	margin:0;
}
.news ul li img {
	padding:0;
	margin:0;
}
.entry {
	float:left;
	width:450px;
	padding:10px 20px 10px 10px;
	text-align:justify;
}
.sidebar {
	float:left;
	width:219px;
	padding:10px;
	border-left:1px solid #CCCCCC;
	font-size:11px;
}
.sidebar-header, .entry-header {
	text-transform:uppercase;
	font-weight:bold;
	border-bottom:1px solid #CCCCCC;
	width:auto;
	padding:10px 0 5px 0;
	color:#000000;
}
.sidebar ul {
	margin:0;
	padding:0;
}
.sidebar ul li {
	list-style:none;
	padding:15px 0 5px 0;
	border-bottom:1px dotted #CCCCCC;
}
.content {
	width:960px;
	margin:0 auto;
}
.entry small {
	color:#999999;
}
.tdleft {
	border-bottom:1px dotted #CCCCCC;
	font-weight:bold;
}
.tdright {
	border-bottom:1px dotted #CCCCCC;
}
.respond textarea {
	width:450px;
}
/*++++++++++ PRODUCT ++++++++++*/
.product {
	margin:1px auto;
	width:960px;
}
.product .item {
	margin:10px;
	padding:5px;
	float:left;
	position:relative;
	border:1px solid #e5e5e5;
}
.product .item img {
	border:0;
}
/* Show item information */
.item a:hover {
	text-decoration:none;
}
.item a span {
	display: none;
}
.item a:hover span {
	display: block;
	position: absolute;
	bottom: 5px;
	left: 5px;
	width: 150px;
	padding: 5px;
	z-index: 100;
	color: #AAA;
	background: black;
	font: 10px Verdana, sans-serif;
	text-align: center;
}
.product-image {
	width:960px;
	border-bottom:1px solid #CCCCCC;
	margin:0 auto;
	margin-bottom:1px;
}
.image-item {
	float:left;
}
.product-info {
	float:left;
	width:480px;
	padding:10px 0 10px 0;
}
/*++++++++++ BOTTOM ++++++++++*/
.bottom {
	width:940px;
	padding:10px;
	border-top:1px solid #CCCCCC;
	margin:1px auto;
	font-size:11px;
	text-align:center;
}
.bottom a {
	color:#0066CC
}
