body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #31312D url(../common/bg.jpg) repeat-x top;
}
#container {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF;
}
#container #header {
	padding-bottom: 30px;
}
#container #content {
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
	font: 13px/160% Arial, Helvetica, sans-serif;
	color: #666666;
}
#container #footer {
	padding-top: 20px;
	padding-bottom: 30px;
}
hr {
	margin-top: 20px;
	margin-bottom: 10px;
	height: 1px;
	border: none;
	background-color: #CCCCCC;
	color: #CCCCCC;
}
ul {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 180%;
}
li {
	background-image: url(../products/listmark.gif);
	background-position: 0px 8px;
	padding-left: 12px;
	list-style-type: none;
	background-repeat: no-repeat;
}
#container #content #spec th {
	text-align: left;
	background: #E7E5DF;
	padding-left: 20px;
}
#container #content #spec td {
	padding-left: 20px;
	background: #F5F3EC;
}
.tdline {
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}
.caption {
	font: 11px/150% Arial, Helvetica, sans-serif;
	color: #666666;
}
.strong {
	font-size: 14px;
	font-weight: bold;
}
h1 {
	display: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CC0000;
	padding-left: 5px;
	margin: 0px;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:active {
	background-color: #E1E1E1;
}
