/* CSS Document */

#content table, #content td {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	height:0;
}

#content {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	line-height:14px;
}

#content h2 {
	font:20px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#bda551;
	line-height:20px;
	padding:0 0 14px 0;
}

#content h3 {
	font:16px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#3e5782;
	padding:0 0 2px;
}

#content p {
	padding:0 0 14px;
}

#content ul {
	margin-top:0;
	padding-top:0;
}

#content .imgright {
	float:right;
	border:3px solid #3e5782;
	margin:2px 0 5px 8px;
}

#content a {
	color:#3e5782;
}

#content a:hover {
	color:#000;
}

#content .chart {
	width:100%;
	margin:0 0 14px;
}

#content .chart th {
	padding:3px 5px;
	border:1px solid #666;
	background:#666;
	color:#fff;
	font:12px Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#content .chart td {
	padding:3px 5px;
	border:1px solid #666;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	background:#fff;
	text-align:center;
}

#content p.centered {
	width:100%;
	text-align:center;
}

#content .imgleft {
	float:left;
	border:3px solid #3e5782;
	margin:0px 8px 5px 0;
}

#content .bimg {
	border:3px solid #3e5782;
}

/* Products */

#products ul, #products ul li {
	margin:0;
	padding:0;
	list-style-type:none;
}

#products ul li {
	display:block;
	width:118px;
	height:154px;
	float:left;
	margin:0 1px 8px 0;
	background:url(images/product-bg.jpg) 0 0;
}

#products ul li.long {
	width:594px;
	height:85px;
	background:url(images/product-bg-long.jpg) 0 0;
}

#products ul li.long a {
	width:594px;
	height:85px;
}

#products ul li.last {
	margin:0 0 8px 0;
}

#products ul li a {
	display:block;
	width:118px;
	height:154px;
	text-decoration:none;
	cursor:pointer;
}

#products ul li a h3 {
	font:12px Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#fff;
	height:42px;
	_height:52px;
	padding:10px 0 0 4px;
}

#products ul li.long a h3 {
	height:19px;
	_height:24px;
	padding:5px 0 0 4px;
}

#products ul li a h3.p-oneline {
	height:34px;
	_height:52px;
	padding:18px 0 0 4px;
}

#products ul li a h3.p-threeline {
	height:47px;
	_height:52px;
	padding:5px 0 0 4px;
}

#products ul li a img {
	width:116px;
	height:82px;
	margin:0 0 0 1px;
}

#products ul li.long a img {
	width:592px;
	height:43px;
}

/* Products End */
/* Contact Page */

.contact-form {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	width:400px;
	background:#f0f0f0;
	margin:0 0 14px;
}

.contact-form td {
	padding:2px 5px;
}