@charset "utf-8";
/* CSS Document */
BODY {
background-color:#6d1f10;
 

}

/* SETS  TEXT, LINK, HEADING, AND HORIZONTAL RULE COLORS */

P, TD, LI, UL {
font-family: "Tempus Sans ITC", Verdana, sans-serif;
color: #c7c7c7;
font-size: 18pt;
}

H1 {
color: #c7c7c7;
font-family: "Tempus Sans ITC", Verdana, sans-serif;
font-size: 26px;
font-weight: bold;
text-align: left;
}

h2 {
color: #d3d3d3;
font-family: "Tempus Sans ITC", Verdana, sans-serif;
text-transform: lowercase;
font-size: 20px;
font-weight: bold;
letter-spacing: 1px;

}

#mainimg {
background-image: url('images/mainbg.gif');
vertical-align: top;
width: 800px;
height: 100%;
}

.main {
vertical-align: top;
text-align: left;
width: 500px;
height: 500px;
vertical-align: top;
padding: 0px 15px 15px 25px;

}

#jewelrytable  {
width:550;
font-size: 11pt;
border:6px ridge #6d1f10;

}

.fieldset  {
border:8px ridge #6d1f10;

}

input, select, textarea {
border:2px ridge #c7c7c7; 
background-color:#c7c7c7;
clear: both;
font-family: "Tempus sans ITC";
font-size:18px;
font-weight: bold;
}

.sidebar {
vertical-align: top;
text-align: left;
font-family: "Tempus Sans ITC", Verdana, sans-serif;
font-size: 22px;
font-weight: bold;
color: #8aad94;
padding: 30px 5px 5px 35px;
width: 160px;
height: 500px; 
margin-top: 0; 
margin-bottom: 0;

}

A:LINK {
color: #c7c7c7;
font-size: 70%; 
text-decoration: none;
font-weight: bold;
}

A:VISITED {
color: #c7c7c7; 
font-size: 70%;
text-decoration: none; 
font-weight: bold;
}

A:HOVER {
color: #979998; 
text-decoration: underline; 
font-weight: bold;
}

A:ACTIVE {
color: #979998; 
text-decoration: none; 
font-weight: bold;
}


/* not sure I'll need this...*/

.navigation {
font-size: 75%;
text-align: right;
padding: 5px 15px 0px 0px;

}

.navigation A:LINK {color: #5172ae; text-decoration: none; font-weight: normal;}
.navigation A:VISITED {color: #5172ae; text-decoration: none; font-weight: normal;}
.navigation A:HOVER {color: #9cb4d8; text-decoration: underline; font-weight: normal;}
.navigation A:ACTIVE {color: #5172ae; text-decoration: none; font-weight: normal;}

.navigation h1 {color: #5172ae; font-size: 20px; text-align: right; letter-spacing: 3px; font-variant: small-caps;}

.footer {
background-image: url('images/footer.gif');
background-repeat: no-repeat;
width: 800px;
height: 50px;
color: #666666;
font-size: 75%;
text-align: center;
padding:0px;
}

.footer A:LINK {
color: #d3d3d3; 
text-decoration: none; 
font-weight: normal;
}

.footer A:HOVER {
color: #c7c7c7; 
text-decoration: underline; 
font-weight: bold;
}