body {
	font: 11px Verdana, Tahoma, Helvetica, Arial, sans-serif;
	background: #fff url(/images/page_background.png) repeat-x;
	margin: 0;
	padding: 0;
}
body#content_body {
	width: auto;
	background-image: none;
	padding: 4px;
}
IMG.png {
	behavior: url("/pngbehavior.htc");
}
a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	width: 815px;
	margin: 0 auto;
}

#header {
	padding-top: 40px;
	padding-bottom: 11px;
	height: 78px;
	
}

#courtesy_nav a {
	font-size: 12px;
	text-transform: lowercase;
	color: #000;
}

#courtesy_nav li {
	margin-left: 20px;
}

#search_input {
	width: 96px;
	height: 12px;
	padding: 2px;
	text-align: center;
	font-size: 11px;
}

#search_submit {
	background-color: #ad1400;
	border: none;
	color: #fff;
	font-weight: bold;
	padding: 2px;
}

#navigation {
	background: url(/images/nav_background.png) no-repeat top center;
	height: 45px;
	padding-top: 2px;
	text-align: center;
}

#navigation ul li {
	margin: 0 20px;
}

#navigation a {
	color: #fff;
	font-weight: bold;
}

#content, #main_content {
	background: url(/images/spotlight.jpg) no-repeat top center;
	margin-top: 0;
}

#breadcrumbs li {
	border-right: 1px solid blue;
	padding-right: 12px;
	margin-right: 10px;
}

#breadcrumbs li.last {
	border-right: none;
}

#content_header {
	padding-top: 20px;
}

#content_header table td {
	padding: 0 25px 0 0;
}

#ch_left div {
	margin-bottom: 10px;
}

#testimonial {
	width: 288px;
	background: url(/images/quotebox_tile_background.png) repeat-y;
}

#testimonial_top {
	background: url(/images/quotebox_top_background.png) no-repeat top left;
}

#testimonial_bottom {
	background: url(/images/quotebox_bottom_background.png) no-repeat bottom left;
	padding: 5px 10px 20px 10px;
}

p.testimonial_text {
	color: #900;
	font-size: 12px;
	font-style: italic;
	text-align: center;
}

p.testimonial_credit, p.testimonial_project_link {
	text-align: right;
	margin: 0;
	color: #333;
}

p.testimonial_credit {
	margin-left: 50px;
}
p.testimonial_project_link a {
	color: #336;
}

p.description {
	font-style:italic;
}
#product_menu {
	text-align: left;
	width: 175px;
	background: url(/images/menu_background_tile.png) repeat-y 6px 0;
}

#product_menu_top {
	background: url(/images/menu_background_top.png) no-repeat 4px 0;
}

#product_menu_bottom {
	height: auto !important;
	height: 180px;
	min-height: 180px;
	background: url(/images/menu_background_bottom.png) no-repeat bottom left;
	padding: 15px 15px 20px 15px;
	width: 165px;
}

#product_menu a {
	color: #900;
}

#product_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

#product_menu ul li {
	margin-top: 2px;
}

#product_menu ul li.current {
	font-size: 14px;
}

#product_menu ul li ul {
	font-size: 11px;
	padding-left: 5px;
}

#content_body {
	margin: 0 auto;
	width: 90%;
}

#footer {
	text-align: center;
	font-style: italic;
	color: #aaa;
}

#footer img {
	margin: 20px 0;
}

/* ------ HEADER STYLES ------ */

h1 {
	margin: 0;
	font: 40px Optima, Helvetica, Arial, sans-serif;
	color: #c1a067;
}

h2 {
	margin: 0;
	margin-top: 5px;
	font: 25px Optima, Helvetica, Arial, sans-serif;
	color: #900;
	line-height: 27px
}

h3 {
	font: bold 14px Verdana, Helvetica, Arial, sans-serif;
	color: #933;
}

h5 {
	font: bold 14px Verdana, Helvetica, Arial, sans-serif;
	color: #900;
	margin: 0;
}

/* ------ UTILITY CLASSES ------- */

.clearboth {
	clear:both;
}

ul.inline {
	list-style: none;
	margin: 0;
	padding: 0;	
}

ul.inline li {
	display: inline;
}