@CHARSET "ISO-8859-1";

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: rgb(240,240,240);
}

#header {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	background-image: url(./img/jcWhiteHeader_repeat.jpg);
	background-repeat: repeat-x;
	border: none;
	text-align: center;
	border: none;
}

#header img {
	border: none;
}

#navContainer,.productNav,#client{
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
}

#navContainer {
	margin: -5px 5px 0 5px;
	background-image: url(./img/navbar/navbar_repeat.jpg);
}

#navContainer img {
	border: none;
	margin: 0;
	padding: 0;
}

#navContainer ul,.productNav ul{
	margin-left: 10px;
	margin-right: 10px;
	border-bottom: 1px solid rgb(0, 1, 128);
	list-style: none;
	padding: 0;
	text-align: center;
}

#client ul {
	text-align: left;
	font-size: 2.5em;
}

#navContainer li,.productNav li,#client li {
	list-style: none;
	margin: 10px 10px 0 10px;
	display: inline;
}

#client li {
	display: block;
	text-align: left;
	margin: 10px auto;
}

#navContainer li a,.productNav a,#client ul {
	text-decoration: none;
}

html>body #navContainer li a {
	width: auto;
}

html>body .productNav li a {
	width: auto;
}

#navContainer a:link,#navContainer a:visited,.productNav a:link,.productNav a:visited
	{
	border: none;
	color: black;
}

.productNav a:link,.productNav a:visited {
	background: #f3f3f3;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	padding: 2px 10px 0px 10px;
	margin-right: 4px;
	margin-left: 4px;
	text-decoration: none;
	color: navy;
	border: 1px solid blue; /*#666;*/
}

.productNav a:link .active,.productNav a:visited .active {
	border-bottom: 1px solid #fff;
	background: #fff;
	color: #000;
}

.productNav a:hover {
	background: #fff;
}

.productNav li a#current {
	background: white;
	border-bottom: 2px solid white;
}

#content {
	width: 1010px;
	height: auto;
	background: #fff;
	padding-bottom: 15px;
	margin: 0 auto 0 auto;
	text-align: center;
}

#content p {
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 1.2em;
}

#footer {
	clear: both;
	border: thin;
	margin: 0 0 20px 0;
	text-align: center;
	color: #fff;
	background-color: #0521a9;
}

#floatLeft {
	float: left;
}

#center {
	text-align: center;
}

.left {
	text-align: left;
}

.productContainer {
	margin-left: auto;
	margin-right: auto;
	height: 265px;
	width: 1000px;
	font-size: 17px;
}

.productBlock {
	float: left;
	width: 487px;
	height: 265px;
	border: 1px dotted black;
	margin: 5px;
}

.productBlock .pic {
	float: left;
	width: 232px;
	height: 240px;
	margin: 5px;
}

.productBlock .desc {
	float: left;
	width: 235px;
	height: 240px;
        overflow: hidden;
}

.desc BIG {
	font-size: 20px;
	font-weight: bold;
}

.productBlock ul {
	border: none;
}

.productBlock li {
	display: block;
	text-align: left;
}

.clearboth {
    clear: both;
}
