/**
 *  top div
 */

div#top {
    width: 100%;
    height: 171px;
}

/**
 *  header div
 */

div#header {
    position: relative;
	background: url(../images/bg/header.gif) repeat-x top left;
    height: 140px;
    text-align: left;
}

/**
 *  left side logo and cart nav
 */
#header div#left-side {
	position: relative;
	background: url(../images/logos/kellogg.gif) no-repeat 41px 17px;
	width: 380px;
	height: 140px;
}

#left-side ul#cart-nav {
	position: absolute;
	background: url(../images/bg/top_nav.gif) repeat-y top right;
	top: 0;
	right: 0;
	width: 154px;
	height: 140px;
}

#cart-nav li {
	list-style: none;
}

#cart-nav li a {
    display: block;
	background-repeat: no-repeat;
	height: 14px;
    text-align: left;
	text-indent: -999em;
    text-decoration: none;
    outline: none;
	margin: 8px 0 0 8px;
}

#cart-nav li a#login-btn {
	width: 153px;
	height: 14px;
	background: transparent url(../images/bg/btn_register.gif) no-repeat;
}

#cart-nav li a#login-btn:hover {
	background-position: 0 -15px;
}

#cart-nav li a#account-btn {
	width: 153px;
	height: 14px;
	background: transparent url(../images/bg/btn_account.gif) no-repeat;
}

#cart-nav li a#account-btn:hover {
	background-position: 0 -15px;
}

#cart-nav li a#viewcart-btn {
	width: 153px;
	height: 14px;
	background: transparent url(../images/bg/btn_cart.gif) no-repeat;
}

#cart-nav li a#viewcart-btn:hover {
	background-position: 0 -15px;
}

#cart-nav li a#checkout-btn {
	width: 153px;
	height: 14px;
	background: transparent url(../images/bg/btn_checkout.gif) no-repeat;
}

#cart-nav li a#checkout-btn:hover {
	background-position: 0 -15px;
}

#cart-nav li a#rfq-btn {
	width: 153px;
	height: 14px;
	background: transparent url(../images/bg/btn_rfq.gif) no-repeat;
}

#cart-nav li a#rfq-btn:hover {
	background-position: 0 -15px;
}




/**
 *  right side cabinet photos
 */
 
#header div#graph 
{
	position: absolute;
	background: url(../images/bg/top_nav.gif) repeat-y top right;
	margin-right:200px;
	top: 0;
	right: 0;
	width: 168px;
	height: 140px;
}
#header div#right-side {
	position: absolute;
	top: 0;
	right: 0;
	/*background: url(../images/bg/cabinets/016.gif) no-repeat 0 0;*/
	width: 250px;
	height: 140px;
 }



