body {
    background-image: url(../images/site/body-bg.jpg);
	border-top: 5px solid #000;
	color: #333;
	font-size: 11px;
	padding: 0 0 40px;
	}

/* boxes
----------------------------------------------- */
.box {
	margin-bottom:20px;
	padding:10px 10px 10px 10px;
	background-color: #F0F3F4;
	border: 2px solid #0066FF;
	border-bottom: 2px solid #0066FF;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
}
.box h2 {
	font: bold 13px Arial;
	text-transform:uppercase;
	color:#fff;
	background: #333 url(../images/site/nav-bg.jpg) repeat-x bottom;
	margin:-10px -10px 0 -10px;
	padding:6px 12px;
	
}
.box h2 a,
.box h2 a.visible {
	color:#fff;
	background:#333 url("../images/site/switch_minus.gif") 97% 50% no-repeat;
	display:block;
	padding:6px 12px;
	margin:-6px -12px;
	border:none;
}

.block {
	padding-top:10px;
	text-align:justify
}

.popup_block {
 font: bold 13px Arial;
}
/* footer
----------------------------------------------- */

#footer {
	color: #0000;
	font: 11px Arial, Helvetica, sans-serif;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 15px;
}

.footerlinks a
{
	color:#FFFFFF;
	text-decoration: none;
}
.footerlinks a:hover {
	color: #000000;
}
/* Breadcrumb
----------------------------------------------- */
.breadcrumbpath {
	color: #0000;
	font: 12px Arial, Helvetica, sans-serif;
	margin-top: 5px;
}
/* Product Boxes
----------------------------------------------- */
.prodBox {
	float:left; 
	width:385px; 
	padding:0px; 
	border:0px solid #000000; 
	margin: 0px 0px 5px 0px;
	background-color: #ffffff;
}
.prodboxImage {
	float: left;
	width: 140px; 
	height: 140px; 
	padding-left: 0px;
	margin-top: 0px;
	overflow: hidden;
	background-position:center center; 
	background-repeat:no-repeat;
}
.prodboxDesc {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana;
	font-size: 12px;
	color: #FF0000;
	float: left;
	width: 230px;
	padding-left:0px;
	padding-top: 0px;
	height:140px;
	overflow: hidden;
	margin-left: 10px;
	text-align: left center;
}
a.prodboxTitle {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration:none;
}
a.prodboxTitle:hover {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana;
	font-size: 14px;
	color: #0000FF;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration:none;
}
a.prodboxMore {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration:none;
}
a.prodboxMore:hover {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana;
	font-size: 11px;
	color: #0000FF;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration:none;
}