/*************************************************
Header Items
*************************************************/
#header #tagline {
	padding: 20px 0 0 20px;
	height: 76px;
	font-size: 1.6em;
	color: #fff;
	background: #66a3c2 url(../images/products_tagline.jpg) no-repeat;
}
#header #sub_nav {
	color: #66a3c2;
	background-color: #009;
}
#header #main_header {
	margin-top: 3px;
	background: #d2d2f7 url(../images/main_header_bgr.gif) no-repeat bottom left;
	margin: 0;
	height: 29px;
}
#header #main_header h1 {
	margin: 0 0 0 20px;
	font-size: 2em;
	font-weight: normal;
	color: #006;
}
/*************************************************
Main Content Items
*************************************************/
#content #left {
	float: left;
	width: 500px;
	margin: 10px 20px 30px 5px;
	padding: 0 0 10px;
	line-height: 1.7em;
	border-bottom: 1px solid #999
}
#content #left h2 {
	font-size: 1.1em;
}
#content #left p {
	margin: 10px 0 0;
}
#content #products {
	float: left;
	margin-bottom: 30px;
	width: 200px;
}
#content #products h1 {
	margin: 15px 0 5px;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: bold;
	color: #006;
	background: #fff;
}
#content #products h2 {
	margin: 0;
	padding: 0 0 3px 20px;
	font-size: 1em;
	font-weight: bold;
	color: #000;
	background: #fff url(../images/bullet.gif) no-repeat center left;
}
#content .product_item {
	margin: 15px 0 0;
	width: 100%;
	border-bottom: 1px solid #beaa41;
}
#content  #products p {
	margin: 3px 0 0;
	padding: 0;
}

/*************************************************
Navigation
*************************************************/
#main_nav a.current {
	color: #009;
	background-color: #fff;
}

/* sub_nav */
#sub_nav a {
	width: auto;
	height: 3.5em;
	color: #66a3c2;
	background-color: #009;
}
#sub_nav a.current {
	color: #fff;
	background-color: #009;
}
#sub_nav .first_nav_item {
	padding-left: 20px;
}

/* crumbs */
#main_header ul,
#main_header li	{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
#main_header ul {
	padding-top: 3px;
	float: right;
}
#main_header a {
	display: block;
	float: left;
	padding: 5px 10px;
	font-size: 0.9em;
	color: #006;
	background: #d2d2f7 url(../images/crumbs_bullet.gif) no-repeat center left;
}
#main_header .first_nav_item {
	background: none;
	background-color: #d2d2f7;
}
#main_header .current {
	font-weight: bold;
}


/* CSS FROM ABOUT_US.CSS FILE COPY/PASTED BELOW */

/*************************************************
Header Items
*************************************************/
#header #tagline {
	background: #66a3c2 url(../images/about_us_tagline.jpg) no-repeat;
}
#header #sub_nav {
	color: #66a3c2;
	background-color: #006;
}

/*************************************************
Main Content Items
*************************************************/
#content #left h2 {
	margin: 10px 0 0 0;
	padding: 15px 0 0 0;
	border-top: 1px solid #999;
	font-size: 1.3em;
	color: #006;
	background-color: #fff;
}

/*************************************************
Navigation
*************************************************/
/* sub_nav */
#sub_nav a {
	height: auto;
	color: #66a3c2;
	background-color: #006;
}
#sub_nav a.current {
	color: #fff;
	background-color: #006;
}


