/* CSS */
/* Aaura v2.5 */

/*** BASE STYLES ***/
html {
    min-width: 774px;
}

body {
	margin: 0;
	background: #4C3606;
	color: black;
	font: 10px/15px "Lucida Grande", Geneva, Verdana, Helvetica, sans-serif;
	height: 100%;
}

h1, h2, h3, h4 {
    line-height: 1.5;
    font-weight: normal;
    margin: 0;
    color: #FCAF14;
}

h1 {
    font-size: 21px;
    margin-bottom: 15px;
}

h2 { font-size: 18px; }
h3 { font-size: 15px; }
h4 { font-size: 10px; }

p {
    margin: 0 0 15px 0;
}

img {
	display: block;
    border: 0;
}

a {
    text-decoration: none;
}

a:link, a:visited {
    color: #FCAF14; 
}

a:hover, a:active { 
    text-decoration: none;
    color: #FC3B14;
}

.spacer {
    clear: both;
}

address {
    margin: 0 0 15px 0;
    font-style: normal;
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

/*** MAIN DIVISIONS ***/

/* wrapper */
#wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -384px;
    width: 768px;
    border: 3px solid #FCAF14;
    border-bottom-width: 20px;
    border-top-width: 0;
    background: white;
}

/* header */
#header {
    position: relative;
    margin: 0;
    background: #FCAF14;
	color: black;
	width: 768px;
	height: 70px;
}

#header #logo {
    position: absolute;
    border: none;
    left: 50px;
    top: 0px;
    width: 60px;
    height: 70px;
}

#header #logo img {
    width: 60px;
    height: 70px;
}

/* IE/Win ONLY */
/* Hides from IE5-mac \*/
* html #header {
    margin-bottom: 30px;
}

* html #logo a {
    display: block;
    width: 60px;
    height: 70px;
}

* html #logo img {
    visibility: hidden;
}

* html #logo {
    width: 60px;
    height: 70px;
    background: #FCAF14;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/aau.png',sizingMethod='scale');
}
/* Recover from IE5-mac hack */

/* nav */
#nav {
    position: absolute;
    top: 37px;
    left: 219px;
    width: 549px;
    font-size: 12px;
}

#nav ul {
    margin: 0;
    padding: 0;
}

#nav li {
    float: left;
    width: 125px;
    text-align: left;
    list-style: none;
    text-transform: uppercase;
}

#nav a {
    display: block;
    padding: 2px 4px;
    text-decoration: none;
    font-weight: normal;
    color: black;
}

/* high-pass to override for non-IE */
#header>#nav a { display: inline-block; }

#nav a:hover {
    color: white;
    text-shadow: 0 0 3px white;
}

#nav a:active {
    color: white;
    text-shadow: none;
}

/* you-are-here section highlight */
.jewelry   li#nav-jewelry   a,
.resources li#nav-resources a,
.aboutus   li#nav-aboutus   a,
.search    li#nav-search    a {
    color: white;
}

#nav li ul {
    display: none;
    position: absolute;
    top: 15px;
    width: auto;
    font-size: 10px;
}

#nav li ul li {
    margin-right: 6px;
    width: auto;
    text-transform: capitalize;
}

#header #nav li ul a {
    /* extra specificity to override #nav a rule */
    color: black;
}

#header #nav li ul a:hover {
    /* extra specificity to override #nav a:hover rule */
    color: white;
}

/* show 2nd level for the current section */
.jewelry   li#nav-jewelry   ul,
.resources li#nav-resources ul,
.aboutus   li#nav-aboutus   ul,
.search    li#nav-search    ul { 
    display: block;
}

/* IE nav hacks */
* html #nav li ul { width: 299px }
* html .search li#nav-search ul { width: 174px; }

/* error messages */
#error {
    position: absolute;
    top: 84px;
    left: 218px;
    width: 502px;
    text-align: left;
}

#error p {
    margin: 0;
    color: #FC3B14;
}

/* cart counter */
#cart {
    position: absolute;
    top: 84px;
    right: 48px;
    width: 174px;
    font-size: 10px;
    text-align: right;
}

#cart a {
    text-decoration: none;
    padding: 2px 4px;
}

/* sidebar */
#sidebar {
    position: absolute;
    left: 38px;
    top: 100px;
    width: 144px;
    padding: 0 12px;
}

/* content */
#main {
    margin: 30px 0 45px 218px;
    width: 502px;
    min-height: 311px;
    padding: 0 12px;
}

/* baseline-align #main>*:first-child with #sidebar>h2 */
#main>p:first-child {
    padding-top: 9px;
}

/* assuming the first li is 15px/1.5 */
#main>ul:first-child {
    padding-top: 3px;
}

#main>h2:first-child {
    padding-top: 0;
}

/* IE/Win ONLY */
/* Hides from IE5-mac \*/
* html #main {
    height: 311px;
}
/* Recover from IE5-mac hack */

#main form {
    width: 75%;
}

/* footer */
#footer {
    position: absolute;
    bottom: 0;
    left: 218px;
    height: 15px;
    font-size: 9px;
    line-height: 11px;
    width: 502px;
    text-align: center;
}

#footer p {
    margin-bottom: .7em;
}

#footer a {
    text-decoration: none;
}
