/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 102%;
	color: #000000;
	background-color: #524E46;
	padding: 0px;
}
a:link {
	color: #006600;
	text-decoration: none;
}
a:visited {
	color: #006600;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #00E800;
	text-decoration: none;
}
#wrapper {
	background-image: url(images/new_bkg1.jpg);
	background-repeat: repeat;
	background-position: center top;
	width: 900px;
	height: auto;
	z-index: 1;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width:890px;
	height:138px;
}
#side_bar {
	font-size: 98%;
	height: auto;
	width: 170px;
	float: left;
}
#contentprod {
	padding: 2px;
	width: 700px;
	margin-left: 170px;
	border: thin solid #999999;
	margin-top: 32px;
}
#title {
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	margin-top: 6px;
	margin-left: 12px;
	padding: 6px;
}
#images {
	text-align: center;
	margin-top: 4px;
	margin-bottom: 6px;
}
.caption {
	font-size: 98%;
	margin-top: 4px;
}
.specs {
	text-align: center;
}
#specs {
	text-align: center;
	float: left;
	width: 700px;
	margin-top: 24px;
}
.tabl {
	text-align: left;
}
.tabr {
	text-align: left;
}
#footer {
	color: #000000;
	width:900px;
	font-size: 94%;
	text-align: center;
	clear: both;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #006600;
}
#footer_in {
	color: #000000;
	width:700px;
	font-size: 94%;
	text-align: left;
	padding-top: 8px;
	margin-right: 180 px;
	margin-left: auto;
	height: 100px;
}
#footer_img {
	float: left;
	margin-right: 12px;
	width: 68px;
}

