/*--Mainstone Jewelry Styles--
----------------------------------------------------*/

/*--GENERAL STYLES--
------------------------*/
body {
  font-size: small;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #3a372f;
}

a {
  border: none;
  margin: 0;
  padding: 0;
}

a:focus {
  outline: none;
}

a:hover {
  text-decoration: underline;
}

img {
  margin: 0;
  padding: 0;
  border: none;
}

p {
  margin: 0;
}

th, td {
  vertical-align: top;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#wrapper {
  width: 978px;
  margin: 11px auto;
}

#wrapper-top {
  width: 978px;
  background: url(/layout/images/wrapper-top.gif) no-repeat 0 0;
}

#wrapper-bottom {
  width: 978px;
  padding: 15px 0;
  background: url(/layout/images/wrapper-bottom.gif) no-repeat bottom left;
}

#wrapper-bg {
  width: 978px;
  background: url(/layout/images/wrapper-bg.gif) repeat-y 0 0;
}

.float-right {
  float: right;
}

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/* end clearfix */
/*--FONT STYLES STYLES--
------------------------*/
h1, h2, h3, h4, h5, h6 {
  margin: 7px 0;
  font-weight: normal;
}

h1 {
  /*padding-left: 30px;*/
  text-align: center;
  margin-bottom: 25px;
  font-size: 50px;
}
/*--HEADER STYLES--
------------------------*/
#header {
  width: 960px;
  height: 200px;
  background: url(/layout/images/header-bg.jpg) no-repeat 0 0;
  margin: -6px 0 0 9px;
  position: relative;
}

#logo {
  position: absolute;
  top: 20px;
  left: 20px;
}

#header-phrase {
  position: absolute;
  right: 13px;
  bottom: 5px;
}
/*--NAVIGATION STYLES--
------------------------*/
#main-nav {
  width: 938px;
  height: 43px;
  background-color: #111111;
  margin: 0 0 0 9px;
  padding-left: 22px;
  float: left;
  border-bottom: 1px solid #707065;
}

#main-nav li {
  float: left;
  display: block;
  margin: 8px 0 0 0;
}

#main-nav a {
  float: left;
  display: block;
  height: 35px;
}

#nav-home {
  height: 70px;
  width: 65px;
  background: url(/layout/images/nav-home-sprite.gif) no-repeat 0 0;
}

#nav-about {
  height: 70px;
  width: 93px;
  background: url(/layout/images/nav-about-us-sprite.gif) no-repeat 0 0;
}

#nav-jewelry {
  height: 70px;
  width: 74px;
  background: url(/layout/images/nav-jewelry-sprite.gif) no-repeat 0 0;
}

#nav-designers {
  height: 70px;
  width: 88px;
  background: url(/layout/images/nav-designers-sprite.gif) no-repeat 0 0;
}

#nav-contact {
  height: 70px;
  width: 88px;
  background: url(/layout/images/nav-contact-sprite.gif) no-repeat 0 0;
}

#main-nav a:hover, #main-nav a.active #main-nav a.current, #main-nav a.currentParent {
  background-position: 0 -35px;
}

#main-nav span.nav-squiggle {
  background: url(/layout/images/nav-squiggle.gif) no-repeat 0 0;
  height: 31px;
  width: 26px;
  float: left;
  display: block;
}
/*--CONTENT STYLES--
------------------------*/
#content-wrapper {
  width: 927px;
  margin: 0 auto;
  position: relative;
  clear: both;
  padding: 46px 0;
  line-height: 200%;
}

#content-full {
  padding: 10px 0 46px 0;
}

body.main-left #content-main {
  float: left;
  width: 630px;
}

body.main-left #content-sub {
  float: right;
  /*width: 280px;*/
  width: 260px;
}

body.main-right #content-main {
  float: right;
  width: 630px;
}

body.main-right #content-sub {
  float: left;
  width: 280px;
}

#breadcrumb {
  position: absolute;
  top: 10px;
  left: 0;
}

#breadcrumb a {
  color: #000000;
  text-decoration: none;
}

#breadcrumb a:hover {
  text-decoration: underline;
}

.page-heading {
  position: absolute;
  top: 50px;
  left: 0px;
}

.alphaShadowLeft, .alphaShadowRight, .alphaShadow {

background: url(/layout/images/dropshadow/shadow.png) no-repeat bottom right !important;
background: url(/layout/images/dropshadow/shadow.gif) no-repeat bottom right;
margin: 10px 5px 5px 12px !important;
margin: 5px 5px 5px 12px;
}
.alphaShadowLeft {float: left;}
.alphaShadowRight {float: right;}

.alphaShadowLeft div, .alphaShadowRight div, .alphaShadow div {
background: url(/layout/images/dropshadow/shadow2.png) no-repeat left top !important;
background: url(/layout/images/dropshadow/shadow2.gif) no-repeat left top;
padding: 0px 5px 5px 0px;
}

.alphaShadowLeft img, .alphaShadowRight img, .alphaShadow img {
background-color: #fff;
border: 1px solid #a9a9a9;
padding: 9px;
}

.alphaShadowLeft p, .alphaShadowRight p, .alphaShadow p {
  padding: 9px;
  border: 1px solid #a9a9a9;
  background-color: #fff;
  
}
/*--INDEX PAGE--
-----------------------*/
#featured-design-heading {
  /*position: relative;
  left: 30px;
  display: block;*/
  margin: 0 0 10px 21px;
}

#featured-design {
  width: 240px;
}

#recent-news-heading {
  position: relative;
  left: 47px;
  margin: 40px 0 10px 0;
}

#recent-news {
  width: 240px;
}
/*--CONTACT PAGE--
----------------------*/
body#contact #content-main, body#contact #content-sub {
  background-color: #FFFFFF;
  margin-top: 0;
  padding: 10px;
}

body#contact #content-main {
  width: 590px;
  position: relative;
  right: 16px;
  padding: 10px 20px 50px 20px;
}

body#contact #content-sub {
  width: 256px;
  position: relative;
  left: 16px;
  padding: 0 20px;
}

body#contact .page-heading {
  left: 16px;
  top: 5px;
}

body#contact .text-input {
  width: 400px;
}

#submit {
  margin-top: 10px;
}

body#contact td.label {
  width: 90px;
}

body#contact td.input {
  width: 400px;
}

#contact-directions {
  padding: 7px 0 7px 7px;
}
/*--GALLERY STYLES--
------------------------*/
#gallery-table {
  width: 100%;
  margin: 0;
  padding: 0;
}

#gallery-table td {
  width: 33%;
  margin: 0;
  padding: 0;
}

.item-caption {
  margin-left: 15px;
}

.alphaShadowLeft a, .alphaShadowRight a {
  display: block;
}
/*--DESIGNERS STYLES--
------------------------*/
.staff-block {
  margin-top: 30px;
}

#content-full .staff-block td {
  padding-bottom: 50px;
}

.staff-description {
  width: 570px;
  padding-left: 30px;
  padding-bottom: 30px;
}
/*--FOOTER STYLES--
------------------------*/
#footer {
  width: 931px;
  margin-left: 29px;
}

#footer a, #footer p {
  color: #ffffe3;
  font-size: 80%;
  text-decoration: none;
}

#footer a {
  font-size: 110%;
}

#footer a:hover {
  text-decoration: underline;
}
