/* Base */
h1, h2, h3, p, fieldset, table, ul, ol {
    margin-bottom: 1em;
}

body {
    font-family: Arial;
    font-size: 13px;
    color: #000;
}

a { text-decoration: none; color: #369; }
    a:hover { color: #036; }
abbr, acronym { cursor: help; }
em { font-style: italic; }
strong { font-weight: bold; }



/* Site */
body {
    text-align: center;
}

#container {
    position: relative;
    margin: auto;
    width: 850px;
    text-align: left;
}

#container-hd {
    height: 120px;
    background: #FFF url(../imgs/container-hd_bg.gif) repeat-x scroll top left;
}

#container-bd {
    position: relative;
    margin-top: 10px;
}

#container-ft {
    position: relative;
    width: 100%;
    background: #FFF url(../imgs/container-ft_bg.gif) repeat-x scroll top left;
    padding-top: 21px;
}

#logo {
    position: absolute;
    top: 54px;
    left: 10px;
}

#text-navigator {
    position: absolute;
    top: 16px;
}

#text-navigator ul li,
#footer-navigator ul li {
    display: inline;
    border-right: 2px dotted #888;
    padding: 0 10px;
}

#text-navigator ul li a font,
#quick-search label font {
    font-family: Tahoma;
    font-size: 11px;
    color: #888;
    text-transform: uppercase;
}
    #text-navigator ul li a:hover font { color: #C00; }

    #text-navigator #text-navigator-cart {
        background: transparent url(../imgs/text-navigator-cart_bg.gif) no-repeat scroll 6px 0;
        padding-left: 24px;
    }

#flash-navigator {
    position: absolute;
    top: 54px;
    right: 0;
}

#quick-search {
    position: absolute;
    top: 12px;
    right: 10px;
}

#quick-search label font {
    margin-right: 5px;
}

#quick-search-field {
    background: #EEE;
    border: 1px solid #CCC;
    padding: 2px;
    font-family: Tahoma;
    color: #00C;
}
    #quick-search-field:focus {
        background: #FFF;
    }

#news {
    position: absolute;
    top: 0;
    left: 250px;
    
    width: 170px;
    height: 190px;
    padding: 5px;
    overflow: auto;
    background-color: #F6F6F6;
    font-size: 11px;
}

#news h4 {
    margin-bottom: 1em;
    border-bottom: 1px dotted #888;
    
    font-size: 13px;
    font-weight: bold;
    letter-spacing: -1px;
}

#highlights {
    position: absolute;
    top: 0;
    left: 440px;
}

#highlights img {
    display: block;
}

#highlights-slides li a {
    position: absolute;
    top: 0;
}

#highlights-buttons {
    position: absolute;
    top: 0;
    left: 382px;
    width: 28px;
}

#highlights-buttons  li {
    float: left;
}

#accordion-navigator {
    float: left;
    width: 240px;
    margin-top: 10px;
}

#accordion-navigator li {
    padding: 2px 0;
    border-bottom: 1px dotted #CCC;
}

#accordion-navigator a { color: #888; }
    #accordion-navigator a:hover { color: #C00; }

#products {
    margin-top: 10px;
    margin-left: 250px;
    width: 595px;
}

#products td {
    text-align: justify;
    vertical-align: top;
}
    *html #products td {padding-bottom: 3px;}

#products td p {
    margin-left: 10px;
}

#address {
    width: 425px;
    padding-right: 10px;
    text-align: right;
    border-right: 2px dotted #888;
}

#newsletter {
    position:                   absolute;
    top:                        21px;
    right:						0;
    display:                    block;
    width:                      400px;
    text-align:                 left;
}

#newsletter h4 {display: none;}

div#newsletter font {
	font-family:				Arial;
	font-size:					12px;
	color:						#000;
}

div#newsletter label {
	display:					block;
    font-size:                  11px;
	font-weight:				bold;
	color:						#888;
}

div#newsletter ul {
	list-style-type:			none;
	margin:						0;
	padding:					0;
}

div#newsletter li{
    float:                      left;
    display:                    inline;
}

div#newsletter li#newsletter-name {margin: 3px 15px 0 0;}
div#newsletter li#newsletter-email {margin: 3px 5px 0 0;}
div#newsletter li#newsletter-submit{margin-top: 18px;}

div#newsletter li input  {
	width:						120px;
	height:						15px;
    padding:                    1px 2px;
	background:					#f1f1f1;
	border-top:					1px solid #999;
	border-left:				1px solid #999;
	border-bottom:				1px solid #ccc;
	border-right:				1px solid #ccc;
	color:						#00c;
}

#footer-navigator {
    width: 100%;
    text-align: center;
}
    *html #footer-navigator {position: relative; top: 7px;}

#footer-navigator #footer-navigator-contact {
    border: none;
}

#footer-navigator ul li a font {
	font-family:				Arial;
	font-size:					12px;
	color:						#000;
}
    #footer-navigator ul li a:hover font {color: #f60;}

div#footer-rights {
    width: 100%;
    text-align: center;
}