/*
 * global styles
 */
a, h2 {
	color: #004990;
}
h2 {
	font-family: Times New Roman, Times, serif;
	margin: 0;
}

a, h3 {
	color: #155ea4;
}
h3 {
	font-family: Times New Roman, Times, serif;
	margin: 0;
}




body {
	font-family: palatino,georgia,times,serif;
	font-size: 14px;
	margin: 0;
}
/*
 * body container
 */
#body-container {
	width: 960px;
	margin: 0 auto;
}



/*
 * header
 */
#header {
	height: 144px;
	background-color: #155ea4;
	margin-bottom: 10px;
}
#header a.company-logo img {
	border: none;
}

/*
 * left sidebar
 */
#sidebar-left {
	float: left;
	width: 177px;
	margin-right: 9px;
}
#sidebar-left a {
	color: #00235D;
	text-decoration: none;
}
#sidebar-left a:hover {
	color: #1B700A;
	text-decoration: underline;
}
#sidebar-left div.shop-products-header {
	background-image: url('../img/shoptop.gif');
	height: 34px;
}
#sidebar-left div.shop-products,
#sidebar-left div.popular-items {
	background-image: url('../img/shopback.gif');
	padding: 0 10px;
}
#sidebar-left div.popular-items-header {
	background-image: url('../img/popularitems.gif');
	height: 45px;
}
#sidebar-left div.popular-items-bottom {
	background-image: url('../img/bottomnav.gif');
	height: 23px;
}
#sidebar-left div.promo-marketing {
	background-image: url('../img/roi.gif');
	height: 21px;
}
#sidebar-left div.kaeser {
	background-image: url('../img/Kaeser.gif');
	height: 72px;
}




/*
 * right sidebar
 */
#sidebar-right {
	float: left;
	width: 165px;
}
#sidebar-right div.box {
	border: 1px solid #CCCCCC;
	padding: 10px;
}

/*
 * content
 */
#content-container {
	float: left;
	width: 600px;
	margin-right: 9px;
}
#content-container div.content-section {
	margin-bottom: 10px;
}
#content-container div.content-section.box {
	border: 1px solid #CCCCCC;
	padding: 10px;
}
#content-container div.content-section.top {
	
}
#content-container div.content-section.col {
	float: left;
}
#content-container div.content-section.col.one-of-two {
	margin-right: 10px;
	width: 273px;
}
#content-container div.content-section.col.two-of-two {
	width: 273px;
}

/*
 * footer
 */
#footer {
	clear: left;
	border-top: 2px solid #bbbbbb;
}
#footer div.link-wrap {
	float: left;
	position: relative;
	left: 50%;
}
#footer div.link-wrap ul.links {
	list-style-type: none;
	padding: 0;
	position: relative;
	left: -50%;
}
#footer div.link-wrap ul.links li {
	float: left;
	padding: 0 5px;
	border-right: 1px solid black;
	
}
#footer div.link-wrap ul.links li.last {
	border-right: none;
}
#footer p.copyright-notice {
	clear: left;
	text-align: center;
}

/*
 * ie hacks
 */
.ie6 #footer div.link-wrap ul.links {
	float: left;
	left: -55%;
}
.ie6 #footer p.copyright-notice,
.ie7 #footer p.copyright-notice {
	margin: 0;
}