/* Normalize margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

/*Normalize font-size for headers */
h1, h2, h3, h4, h5, h6, {
	font-size: 100%;
}

/* Removes list-styles from lists */
ol,ul {
	list-style: none;
}

/* Normalizes font-style and font-weight to normal */
addres, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

/* Removes spacing from borders */
table {
	border-collapse: collapses;
	border-spacing: 0;
}

/* Removes border from fieldset and img */
fieldset, img {
	border: 0;
}

/* Left-aligns text in caption and th */
caption, th {
	text-align: left;
}

/** layout.css **/

html {
	text-align: center;
}

body {
	position: relative;
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

div#branding {
	height: 100px;
	position: relative;
	z-index: 10;
}

div#nav_main {
	position: relative;
	height: 30px;
}

div#nav_main h2{
	position: absolute;
	top: -9999px;
}

div#Subnav_products {
	position: relative;
	height: 50px;
}

div#Subnav_products h5{
	position: absolute;
	top: -9999px;
}

div#content_header {
	width: 100%;
	height: 358px;
	position: relative;
	padding: 0px;
	overflow: hidden;
	margin: 0;
}

div#content_header2 {
	width: 100%;
	height: 72px;
	position: relative;
	padding: 0px;
}

div#content {
	position: relative;
	width: 100%;
}

div#content_main {
	left: 0;
	width: 41%;
	padding: 1em;
}

/* following rules are for a 2 column layout */

div#content_main2 {
	left: 0;
	width: 59%;
	padding: 1em;
}

div#content_sub3 {
	left: 62%;
	width: 35%;
	padding: 1em;
}

/*******************/

/* following rules are for a single column layout */

div#content_main3 {
	left: 0;
	width: 95%;
	padding: 1em;
}

/*******************/


div#content_sub1 {
	left: 44%;
	width: 25%;
	padding: 1em;
}

div#content_sub2 {
	left: 72%;
	width: 25%;
	padding: 0px 0px 0px 24px;
}

div#site_info {
	position: relative;
	width: 100%;
	height: 70px;
}

div#site_info h5 {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 160px;
	height: 35px;
	background: transparent url(../images/footer_logo.gif) no-repeat;
}

div#site_info h5 a {
	display: block;
	width: 115px;
	height: 70px;
	text-indent: -9999px;
}

div#site_info p {
	position: absolute;
	left: 1em;
	top: 10px;
	margin: 0;
}

div#branding, div#nav_main, div#Subnav_products, div#site_info div#content_header {
	width: 100%;
}

.h,.c,.f { width: 800px; margin: 0 auto; }
.pc,.sc,.sc2 { position: absolute; top: 0; left: 0;} 

.pc	{ width: 320px; } 
.sc	{ width: 240px; left: 320px; }
.sc2 { width: 240px; left: 560px; }

.clear_children,.cc_tallest { 
	position: relative; 
	padding: 0;
	margin: 0;
	}
	.cc_tallest:after { content: ''; }

h1 {
	position: absolute;
	width: 800px;
	height: 100px;
	background: url(../images/header.gif) no-repeat;
	text-indent: -9999px;
}

ul#nav_links {
	position: absolute;
	top: 5px;
	left: 250px;
	width: 550px;
}

ul#nav_links li {
	display: inline;
}

ul#nav_links li a {
	margin-right: 10px;
	padding-right: 10px;
}

ul#Subnav_links {
	position: absolute;
	top: 5px;
	padding-left: 1em;
	width: 640px;
	height: 40px;
}

ul#Subnav_links li {
	display: inline;
	font-size: 80%;
}

ul#Subnav_links li a {
	margin-right: 10px;
	padding-right: 10px;
}


