@charset "utf-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background: #FFFFFF url(images/bg.gif) repeat-x;	
}
#container {
	z-index: 2;
	width: 95%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background: url(images/logo.gif) no-repeat;
}
#conBody {
	z-index: 0;
	width: 98%;
	float: left;
	margin-top: 70px;
	padding: 10px;
	background: #FFFFFF url(images/insideBg.gif) repeat-x;
	-webkit-box-shadow: #000 0 0 8px;
    -moz-box-shadow: #000 0 0 8px;
    box-shadow: #999 0 0 8px;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	behavior: url(PIE.htc);
}
#navBox {
	width: 20%;
	float: left;
	border: 1px solid #B3B2B2;
	background: #FFFFFF;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	behavior: url(PIE.htc);	
	margin-right: 1%;
}
#navHead {
	padding: 7px;
	font-weight: bold;
	border-bottom: 1px solid #B3B2B2;
	background: url(images/navbg.gif) bottom repeat-x;
}
#navCon {
	padding: 7px;	
}
#navCon ul {
	width: 100%;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#navCon ul li {
	border-bottom: 1px solid #B3B2B2;
	padding: 5px;
}
#navCon a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
#navCon a:hover {
	text-decoration: underline;
	color: #666666;
}
#content {
	width: 78%;
	float: left;
}
#content img {
	border: 1px solid #000000;	
	margin-left: 1%;
}
#copyright {
	clear: both;
	padding-top: 5px;
	text-align: center;
	font-size: 11px;
}
.products {
	width: 100%;
	text-align: center;
	font-weight: bold;
}
.products td {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.products td.end {
	border-right: 0px;
}
.products tr.bottom td  {
	border-bottom: 0px;	
}
.products img {
	border: 0px;	
}
.prices {
	background: #000000;
}
.prices th {
	text-align: center;
	font-weight: bold;
	background: #CCCCCC;
	padding: 10px;
}
.prices td {
	text-align: center;
	background: #FFFFFF;
	padding: 10px;
}
#content img.contact {
	border: 0px;	
}

#snap a img {border:none;}