/*
 * store header styles
 *
 */

#header {
    position: relative;
}

#header a {
    color: #fff;
}

#welcome_mat {
    background-color: #a39a80;
    border-bottom: solid 1px #fff;
    color: #fff;
    margin: 0;
    padding: 6px 10px 6px 175px;
}

#shopping_cart {
    background: url(/onlinestore/store/20060723001/assets/templateimages/shopping_cart.gif) 0 -3px no-repeat;
	color: #fff;
    padding: 0 0 0 17px;
    position: absolute;
    top: 6px;
    right: 10px;
}

#shopping_cart a {
    font-weight: bold;
}

#search {
	position: absolute;
	top: 65px;
	right: 10px;
}

#search form {
	margin: 0;
	padding: 0;
}

#search input.textbox {
	background-color: #fff;
	width: 120px;
	vertical-align: bottom;
}

#search input.image {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

#taunton_link {
    background: url(/onlinestore/store/20060723001/assets/templateimages/taunton.png) 0 0 no-repeat;
    display: block;
    height: 31px;
    text-indent: -999em;
    width: 146px;
    position: absolute;
    top: 0;
    left: 10px;
}

#store_logo {
    background: url(/onlinestore/store/20060723001/assets/templateimages/logo_taunton_store_dark.gif) 0 0 no-repeat;
    display: block;
    height: 55px;
    margin: 10px 10px;
    padding: 0;
    text-indent: -999em;
    width: 336px;
}

#navbar {
    background-color: #cf803a;
    list-style-type: none;
    height: 25px;
    margin: 0 10px;
    padding: 0 0 0 10px;
}

#navbar li {
    display: block;
    float: left;
    margin: 0;
    padding: 6px 0;
}

#navbar li a {
    border-left: solid 1px #fff;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    margin: 0;
    padding: 6px 8px;
}

#navbar li.home a {
    border-left: none 0;
}

#navbar li.active a {
    background-color: #fff;
    color: #446274;
}
