/*<group=main>*/

body {
	padding: 0;
	margin: 0;
	font-family: verdana, sans-serif;
	line-height: 1.5em;
	font-size: 12px;
	color: #333333;
	background: #de3828 url(images/bg_shd3.gif) repeat-y 50% 50%;
}

#main {
	text-align: left;
	width: 750px;
	margin: 0 auto;
}

#main p {
	font-family: verdana, sans-serif;
	line-height: 1.5em;
	margin: 0px 0px 10px 15px;
	font-size: 12px;
	color: #333333;
}

#main h1 {
	font-size: 24px;
	font-weight: bold;
	color: #002975;
	clear:both;
	line-height: 24px;
	margin: 20px 0px 5px 0px;
	font-weight: normal;
}

#main .subhead {
	font-weight: bold;
	color: #003366;
}

#main h2 {
	border-bottom:1px solid #ccc;
	margin:20px 0 0 0;
	padding-bottom:1px;
	font-weight:bold;
	color: #002975;
	font-size: 14px;
}

#main h3 {
	font-weight:bold;
	font-size: 11px;
	margin: 0px;
}

#main a:link, a:visited, a:active {
	text-decoration:none;
	font-weight:normal;
	color:#03c;
	text-shadow:2px 2px 2px #aaa;
	}

#main a:link:hover, a:visited:hover {
	text-decoration:underline;
}
#main hr {
	color: #657fce;
	background-color: #657fce;
	height: 3px;
	width: 100%;
	border: 0;
}
#main p.listProdInfo {
  display: block;
  margin: 0;
  padding: 4px;
}	

#main p.listProdName {
  display: block;
  margin: 0px;
	height: 40px;
	text-align: center;
	vertical-align: text-top;
	background: #eee;
	border-left: 1px solid #999999;
}
#main p.listProdDimensions {
  	display: block;
  	margin: 0px;
	height: 40px;
	text-align: center;
	font-size: .8em;
	vertical-align: text-top;
	background: #eee;
	border-left: 1px solid #999999;
}	

#main sup {
font-size : xx-small;
}
#main ul {
	padding-left:40px;
	margin:0;
}
#main li {
	padding: 0 0 0 5px;
}
#navigation {
	width: 750px;
	margin: 0 auto;
	line-height:1.3em;
}
#copyright {
	font-size: 10px;
	text-decoration: none;
	color: #8C8C8C;
	padding: 8px;
	border-top: 1px solid #DCDCDC;
	text-align: right;
	clear: both;
	width: 710px;
	margin: 10px auto 0;
}
#copyright a:link, #copyright a:visited {
	color: #8C8C8C;
	text-shadow:none;
}
/*</group>*/

/*<group=layout>*/

#footer {
	border-top: 8px solid #666699;
	color: #333333;
	width: 750px;
	margin: 0px 0px 0px 0px;
	background: #E0E0EB;
	padding-bottom: 20px;
}
	
/*</group>*/

#mainframe {
			float:left;
			margin: 0 0 60px 30px;
			width:500px;
			padding-right:20px;
			border-right:1px dashed #ccc;
		}

.left {
			float:left;
			margin:5px 10px 5px 0;
		}
		.right {
			float:right;
			margin:5px 0 5px 10px;
		}

.center {
			text-align:center;
		}
		.clear {
			clear:both;
		}
		img {
			border:none;
		}
		small {
			font-size:90%;
			color:#999;
		}
		dl {
			float:left;
			margin:10px 10px 0 0;
			padding:5px;
			border:1px solid #ccc;
			background:white;
		}
		dl.removable {
			background: white url(/images/removable.png) no-repeat 10px 10px;
			padding-left:50px;
		}
		dt {
			float: left;
			text-align:right;
			color: #999;
			width:5em;
		}
		dt:after {
			content:":";
		}
		dd {
			margin-left: 5.5em;
		}
		dd a {
			padding:0 0 0 15px;
			background: url(/images/download.png) no-repeat left center;
		}
		p.date {
			font-size:90%;
			color:#999;
			clear:both;
		}
		span.numbers {
			word-spacing:-2px;
			white-space:nowrap;
		}
		div.download {
			float:left;
			margin:10px 10px 0 0;
			padding:0 10px 0px 10px;
			border:1px solid #ccc;
			background:white;
		}
		#headline {
			margin: 0 0 20px 30px;
		}
		#sideframe {
			position:relative;
			font-size:90%;
			width:220px;
			margin:0 0 0 570px;
			color:#999;
		}
		#sideframe a:visited {
			color:#469;
		}
		#logo {
			position:absolute;
			top:15px;
			left:15px;
		}
		address {
			position:relative;
			clear:both;
			margin:0;
			padding:10px 0 10px 30px;
			font-size:90%;
			color:#999;
			border-top:1px solid #ccc;
		}
		#head {
			position:absolute;
			top:0px;
			left:0px;
			right:0px;
			height:90px;
			padding:0;
			width:100%;
			border-bottom:1px solid #ccc;
			background:#c0e668;
		}
