@charset "utf-8";
body {
	background: #000000  no-repeat center top;
	margin:0;
}
#menu {
	width:196px;
	height:557px;
	position:absolute;
}
#menu ul , #menu ul li{
	margin:0px;
	padding:0px;
}
#menu ul {
	margin-top:35px;
	list-style:none;
}
#primary {
	height:650px;
	background:url(../products/img/products_bg.jpg) no-repeat 0 0;
}
#content {
	width:585px;
	position:absolute;
	margin:135px 0px 0px 283px;
	overflow:auto;
	font:12px/22px normal;
	letter-spacing:0.2em;
	color:#FFF;
}
.rightImg , .leftImg {
	border:#FFF 2px solid;
	clear:none;
	display: inline;
}
.rightImg {
	float:right;
	margin:0px 5px 0px 10px;
	width:200px;
	height:130px;
}
.leftImg {
	float:left;
	margin:0px 10px 0px 5px;
	width:200px;
	height:130px;
}
strong {
	color:#e60012;
}