body {
	margin: 0;
	padding: 0;
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
	text-align:center;
}

#site-wrapper {
	margin: 0 auto;
	background: #fff url(../images/tpl_site_bg.jpg) no-repeat center top;
	text-align:left;
	width: 794px;
	height: 720px;
	border: 1px solid #fff;
	
}
#inner-wrapper {
	margin: 51px 0 0 65px;
	width: 674px;
	height: 669px;
	visibility: visible;
	overflow: hidden;
}

#productNav ul {
	list-style-type:none;
	margin: 6px 0;
	padding: 0;
}
#productNav ul li.title a {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
#productNav ul ul {
	list-style-type:none;
	margin: 6px 0;
	padding: 0 0 0 10px;
}
#productNav ul h1 {
	padding-left: 10px;
}

#footer-wrapper {
	padding-top: 16px;
	text-align: center;
}
#footer {
	padding: 4px 10px;
	background: transparent url(../images/tpl_footer_bg.png) repeat 0 0;
}

.inner-scroll {
	padding: 0 12px 0 18px;
}

/** General Formatting **/

.clear-l {
	clear: left;
}
.navPad {
	padding-left: 20px;
}
div, td {
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
}
h1 {
	font-size: 13px;
	color: #000;
	margin: 6px 0;
}
h2 {
	font-size: 12px;
	color: #000;
	margin: 0 0 8px 0;
}
a:link, a:visited {
	color: #CA372F;
	text-decoration:none;
}
a:hover, a:active {
	color: #CA372F;
	text-decoration:underline;
}
/** Footer Styles **/
#footer a { padding: 0 6px; }
#footer a:link, #footer a:visited {
	font-size: 15px;
	color: #CA372F;
	text-decoration:none;
}
#footer a:hover, #footer a:active {
	font-size: 15px;
	color: #CA372F;
	text-decoration:underline;
}

