/*
Title: style sheets for artisanconfection.com
Author:   Nic Marson, nicmarson@gmail.com
Version:  2007.01
*/

@import url(temp_reset.css);
@import url(temp_screen.css);

/* 
TABS */
#tabs { background: url(../images/layout/tabs_bg.gif) no-repeat left top; list-style: none; float: left; width: 880px; height: 60px; margin-bottom: 15px; padding: 12px 30px 6px }
#tabs li { float: left; width: 160px; height: 60px; margin-right: 20px }
#tabs li a { color: #925F3F; display: block; width: 160px; height: 60px; position: relative; overflow: hidden }
#tabs li a span.fill { background-image: url(../images/layout/inside_logos.gif); background-repeat: no-repeat; cursor: pointer; width: 160px; height: 60px }
#joseph_tab a span { background-position: 0px 0px }
#joseph_tab a:hover span, #joseph_style #joseph_tab a span { background-position: 0px -80px; cursor: pointer }
#scharf_tab a span { background-position: -180px 0px }
#scharf_tab a:hover span, #scharf_style #scharf_tab a span { background-position: -180px -80px; cursor: pointer }
#dagoba_tab a span { background-position: -360px 0px }
#dagoba_tab a:hover span, #dagoba_style #dagoba_tab a span { background-position: -360px -80px; cursor: pointer }

/* 
BREADCRUMB */
#breadcrumb { color: #33211B; font-size: 16px; text-align: left; float: left; width: 880px; margin-bottom: 10px; padding: 0 30px }
#breadcrumb a { text-decoration: underline }
#breadcrumb a:link, #breadcrumb a:hover, #breadcrumb a:visited, #breadcrumb a:active { color: #33211B }
