/**************\
**
**	Tag Styles
**
\**************/
body {
color: #cccccc;
font-size: 12px;
font-family: "Lucida Bright", "Lucida", "serif";
text-align: justify;
margin: 2em;
background-color: #000f00;
}

a {
color: #cccccc;
}

img {
border-style: none;
}

table {
width: 100%;
}

td {
vertical-align: top;
}

/**************\
**
**	ID Styles
**
\**************/

#frame {
margin: 25px 0 25px 0;
}

#logo {
margin: 1.4em 0 0 1em;
position: absolute;
}

#mast {
margin: 0 0 50px 0;
height: 100px;
background-color: #000000;
}

#nav {
width: 75%;
float: right;
height: 100px;
text-transform: capitalize;
}

#nav td {
   width: 12%;
   text-align: center;
}

#body {
font-size: 1.2em;
min-height: 400px;
padding: 5px 10px;
}

#body_left {
float: left;
width: 40%;
min-height: 400px;
}

#body_right {
float: right;
width: 60%;
overflow: hidden;
min-height: 400px;
text-align: center;
}

#foot {
margin: 10px 0 0 0;
background-color: #000000;
padding: 5px 10px;
clear: both;
}

/**************\
**
**	Class Styles
**
\**************/

/* backgrounds */
.bg1 {
background-image: url("http://media.pearcesjewellers.co.uk/home_1.jpg");
background-repeat: no-repeat;
background-position: 50% 50%;
}

.hist {
background-image: url("http://media.pearcesjewellers.co.uk/pearces_leicester.png");
background-repeat: no-repeat;
background-position: bottom right;
}

.news {
background-image: url("http://media.pearcesjewellers.co.uk/news.png");
background-repeat: no-repeat;
background-position: bottom right;
}

.centered {
text-align: center;
}

/* Nav */
.aPage {
font-size: 1em;
vertical-align: top;
height: 95px;
}

.thePage {
font-size: 1.2em;
vertical-align: middle;
height: 100px;
font-weight: bold;
}


/* */
.hidden {
visibility: hidden;
height: 0;
}

/*************\
**
**  Brands
**
\*************/

#product_div {
   margin: 0 auto;
   height: 356px;
   width: 906px;
   text-align: center;
}

.product_group{
   text-align: left;
   float: left;
   width: 200px;
   margin: 5px;
   border: 3px solid #000;
   padding: 5px;
   height: 350px;
   font-size: 0.8em;
   background-color: #000700;
}

.product_group span{
   list-style-type: none;
   line-height: 1.5em;
   cursor: pointer;
   display: inline;
   margin-left: 2em;
   font-weight: bold;
   font-size: 1em;
}

.watches{
   background-image: url("http://media.pearcesjewellers.co.uk/watch.gif");
   background-repeat: no-repeat;
   background-position: bottom center;
}

.jewellery{
   background-image: url("http://media.pearcesjewellers.co.uk/jewellery.gif");
   background-repeat: no-repeat;
   background-position: bottom center;
}

.giftware{
   background-image: url("http://media.pearcesjewellers.co.uk/giftware.gif");
   background-repeat: no-repeat;
   background-position: bottom center;
}

.collectable {
   background-image: url("http://media.pearcesjewellers.co.uk/collectable.gif");
   background-repeat: no-repeat;
   background-position: bottom center;
}

.two_em_drop {
margin-top: 2em;
}

/***************\
**
**  Diamonds
**
\**************/

#dia_left li {
   cursor: pointer;
   text-decoration: underline;
}

#dia_colours {
    margin: 10px auto;
    border-collapse: collapse;
    background-image: url("http://media.pearcesjewellers.co.uk/dia_colours.gif");
    background-position: top center;
    width: 400px;
    font-size: 0.8em;
    color: #000;
}

#dia_colours td {
    border: 1px solid #000;
}

#dia_clarity {
   margin: 10px auto;
   border-collapse: collapse;
   text-align: left;
	font-size: 0.9em;
}

#dia_clarity td {
    border: 1px solid #000;
    padding: 10px 5px;
}

#dia_cut {
   margin: 3em auto 0 auto;
   border-collapse: collapse;
   text-align: center;

}

#dia_cut td {
    border: 1px solid #000;
    padding: 15px;
    
}

#dia_cut hr {
   border: 1px solid #000;
}

#dia_carat {
   margin: 5em auto;
   border-collapse: collapse;
   text-align: center;
   width: 500px;
   border: 1px solid #006817;
}

#dia_carat th {
   color: #fff;
   background-color: #006817;
   padding: 10px 0;
   border: 1px solid #006817;
}

#dia_carat td {
   padding: 0 5px 5px 5px;
}

