html { margin: 0; padding: 0; width: 100%}

body {
	margin: 0; padding: 0;
	font-size: 62.5%; /* enables you to easily size text with ems */
	font-family: Georgia, georgia, "Times New Roman", Times, serif;
	background: url(images/bg_body_grey.gif) repeat-x #E9E9E9;
	color: #646451; /* default font color */
	position: relative;
  width: 100%;
}

.hiddenPic {display:none;}


/* resets most browser styles to enhance cross-browser compatibility */
h1, h2, h3, h4, h5, h6, h7, p, form, ul, ol, li, blockquote { margin: 0; padding: 0; }
img, a{ border:none; text-decoration: none;}
ul, li{ list-style:none;}

/* default link colors */
a:link {color: #911300; text-decoration: none;}
a:visited {color: #911300; text-decoration: none;}
a:hover {color: #911300; text-decoration: underline;}
a:active {color: #911300; text-decoration: none;}

/* IE6 FIX */
* html #logo a, * html #logo a:visited,
* html #logo a:hover, * html #logo a:active{
  background-image: url(images/logo.gif);
  cursor: hand;
}

#logo{ width: 148px; height: 53px; }
#logo a{
  background: url(images/logo.gif) no-repeat;
  display:block;
  width: 148px; height: 53px;
  position: absolute;
  top: 70px;
  left: 54px;
  text-indent: -7777px;
}


/* STRUCTURE */
#container{
  width: 100%;
}

#content{
  width: 730px;
  border-bottom: 1px solid #d5d3c0;
  margin: 100px 0 0 35px;
  padding: 0px 0 15px 0;
}
#say-howdy #content, #about-us #content{
  padding-bottom: 50px;
}

#navigation{
  font-size: 27px;
  text-transform: lowercase;
  text-align: right;
  width: 700px;
  position: absolute;
  left: 195px;
  top: 90px;
}

#work{
  position: absolute;
  left: 800px;
  top: 90px;
  width: 180px;
}

#footer{
  margin: 10px 10px 50px 34px;
}

#services{
  /* background: url(images/bg_services.gif) repeat-x; */
  background: #A1A1A1;
  line-height: 34px;
  height: 32px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 2; 
}


/* STYLES */
/* JOBS */
.jobs ul {
	font-size: 14px;
	margin-bottom: 15px;
}
.jobs li {
	line-height: 1.25em;
}
.jobs h3 {
	font-size: 16px;
	margin-bottom: 10px;
}

/* NAVIGATION */

#navigation ul {
	margin-left: 120px;
}
#navigation li{
  display: inline;
  float: left;
}
#navigation a{
  display: block;
  color: #575447;
  text-decoration: none;
}
#navigation .current a, #navigation .current a:link,
#navigation .current a:visited, #navigation .current a:active{
  padding-bottom:4px;
  border-bottom: 4px solid #911300;
color: #911300;
}
#navigation a:hover{
  padding-bottom:4px;
  text-decoration: none;
  border-bottom: 4px solid #911300
}
#navigation li{
  margin-left: 12px;
}
#nav_dot{
  width:14px;
  background:transparent url(../images/nav_circle.gif) no-repeat center 15px;
}

/* SWATCH */
#disjointed1 {
position:relative;
width: 175px;
margin:20px auto 10px;
}
#disjointed1 li {
width:30px;
height:20px;
float:left;
}
#disjointed1 a {
display: block;
height:20px;
width:30px;
color: #FFC;
text-decoration:none;
float:left;
position:relative;
text-align:center;
}
#disjointed1 a img {
border:0;
}
#disjointed1 a:hover {
color: #cff; 
background:white;
}
#disjointed1 a span {display: none;}
#disjointed1 a:hover span {
display: block;
position: absolute; 
top: -70px; 
left: 0; 
width: 50px;
color:red;
background:#fff;
}


/* SWATCH MYRTLE */
#disjointed2 {
position:relative;
width: 250px;
margin:20px auto 10px;
}
#disjointed2 li {
width:30px;
height:20px;
float:left;
}
#disjointed2 a {
display: block;
height:20px;
width:30px;
color: #FFC;
text-decoration:none;
float:left;
position:relative;
text-align:center;
}
#disjointed2 a img {
border:0;
}
#disjointed2 a:hover {
color: #cff; 
background:white;
}
#disjointed2 a span {display: none;}
#disjointed2 a:hover span {
display: block;
position: absolute; 
top: -95px; 
left: 0; 
width: 50px;
color:red;
background:#fff;
}

/* SWATCH SLIPPER */
#disjointed3 {
position:relative;
width: 125px;
margin:20px auto 10px;
}
#disjointed3 li {
width:30px;
height:30px;
float:left;
}
#disjointed3 a {
display: block;
height:30px;
width:30px;
color: #FFC;
text-decoration:none;
float:left;
position:relative;
text-align:center;
}
#disjointed3 a img {
border:0;
}
#disjointed3 a:hover {
color: #cff; 
background:white;
}
#disjointed3 a span {display: none;}
#disjointed3 a:hover span {
display: block;
position: absolute; 
top: -105px; 
left: 0; 
width: 50px;
color:red;
background:#fff;
}

address{
  font-size:1.5em;
}
em{
  /*background: #fff;*/
}

.ourwork{
  color: #911300;
}

/* PARAGRAPHS */
#content p{
  font-size: 1.5em;
  margin: 1em 0 .5em 0;
  line-height: 1.5em;
  padding: 0 10px 0 0;
}
#content .intro{
  font-size: 2em;
  line-height: 2em;
}
#content .bodyone{
  font-size: 1.7em;
  line-height: 1.7em;
}
#content h2{
 margin: 1.8em 0 .8em 0;
color: #666;
}
#content form p {
	margin:0;
	padding:0;
	margin-bottom: 10px;
}
#content form p label {
	font-size: 1.0em;
}

#secondary_page_container{
	padding:30px;
  	padding-left:50px;
	border-top:1px solid #d0cebe;
}
#secondary_page_container h1{
  margin:30px 0px 5px 0px;
  font-size:28px;	
  font-weight:normal;
}
#secondary_page_container h2{
margin:0px 0px 30px 0px;
	font-size:15px;
	color: #911300;
	font-weight:normal;
}
#experience #secondary_page_container,
#philosophy #secondary_page_container,
#recognition #secondary_page_container,
#what-we-do #secondary_page_container{
  padding-top: 60px; /* allows for subnav */
}


/* WORK */
#work h2{
  font-size: 27px;
  text-transform: lowercase;
  font-weight: normal;
  color: #911300;
  margin: 0 0 25px 0;
}

#work .tiny2{
  font-weight: normal;
  color: #911300;
}

#work .current{
  font-weight: bold;
}
#work .current a:link,
#work .current a:visited,
#work .current a:active{
  color: #911300;
}
#work a{
  display: block;
  padding: 3px 3px 3px 2px;
  color: #575447;
  font-size: 12px;
  width: 170px;
  margin: 0;
}
#work a:link {color: #575447; text-decoration: none;}
#work a:visited {color: #575447; text-decoration: none;}
#work a:hover{
  color: #911300;
  text-decoration: none;
}
#work a:active {color: #575447; text-decoration: none;}

#work_header{
  padding: 40px 30px 50px 30px;
  border: 15px solid #A1A1A1;
  margin-bottom: 15px;
  background:white;
  width: 270px;
  position: absolute;
  left: 405px;
}
#work_header h2{
  border: none;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  color: #a3a29b;
margin-top: 10px;
}
#work_header h1{
 color: #911300;
  border: none;
  margin: 0;
  font-size: 27px;
  font-weight: normal;
}
#work_header span{
 color: #911300;
  border: none;
  margin: 0;
  font-weight: bold;
}
#work_header .tiny{
  font-size: 10px;
}

#work_header .tiny2{
  font-size: 11px;
}

#work_header form{
  margin-top: 1.5em;
}
#work_header input{
  margin-right: 5px;
}
#work_header input, #work_header label{
 vertical-align: middle;
}

#visit_site a{
 line-height: 20px;
  font-size: 11px;
  color: #fff;
  background: #911300;
  display: block;
  width: 100px; height: 20px;
  float: right;
  text-align: center;
  margin-top:3px;
  text-decoration: none;
}
#visit_site a:hover{
  color: #911300;
  text-decoration: none;
}

/* SERVICE PAGES */
#service_header{
  padding: 40px 30px 50px 30px;
  border: 15px solid #A1A1A1;
  margin-bottom: 15px;
  background:white;
}
#service_header h2{
  border: none;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  color: #a3a29b;
}
#service_header h1{
 color: #911300;
  border: none;
  margin: 0;
  font-size: 27px;
  font-weight: normal;
}
/*
#service_header a{
  color: ##fb9321;
}
#service_header a:hover{
  background: #fb9321;
  color:white;
}
*/
#service_header form{
  margin-top: 2em;
  font-size: 1.0em;
}
#service_header input{
  margin-right: 5px;
  font-size: 1.0em;
}
#service_header input, #service_header label{
 vertical-align: middle;
  font-size: 1.0em;
}

/* CONTENT */
#work_images{
  /* border: 15px solid #e9e5c7; */
}
.work_image{
  border: 15px solid #A1A1A1;
  margin-bottom: 10px;
  width: 330px;
  background: #A1A1A1;
color: #ffffff;
}
.work_image a{
  color: #fff;
}
.work_image a img{
  filter:alpha(opacity=100);-moz-opacity:1;opacity:1;
}
.work_image a:hover img{
  filter:alpha(opacity=80);-moz-opacity:.8;opacity:.8;
}
.work_image img{
  width: 330px;
}

/* NAVIGATION STYLES */
#services{
  font-size: 9px;
  font-family: verdana;
}
#external_links{
  text-align:right;
  width:500px;
  position:absolute;
  left:287px;
  top:0px;
  padding:0px;
}
#title{
  width:200px;
  padding:0px;
  text-align:left;
  position:absolute;
  left:802px;
  font-weight:normal;
}

#services ul{
  float:right;
  font-weight:normal;
}

#services a:link {color: #ffffff; text-decoration: none;}
#services a:visited {color: #ffffff; text-decoration: none;}
#services a:hover {color: #A51600; text-decoration: none;}
#services a:active {color: #ffffff; text-decoration: none;}

#services li{
  display: inline;
  margin-right: 15px;
}
#services strong{
  padding-left:12px;

}
#services strong a:link{ color: #911300; }
#services strong a:visited{ color: #911300; }
#services strong a:active{ color: #911300; }

#title a:link{ color: #ffffff; }
#title a:visited{ color: #ffffff; }
#title a:active{ color: #ffffff; }



/* WELCOME */
#welcome{
  padding: 100px 55px 120px 55px; 
/* border: 15px solid #e9e5c7;
  background: #fff; */
}
#welcome a:hover{
  text-decoration: none;
}
#welcome h1{
  font-size: 46px;
  font-weight: normal;
  margin-bottom: 10px;
}
#welcome strong{
  color: #6ead13;
  font-weight: normal;
}
#welcome em{
  background: none;
}
#welcome p{
  margin: 0;
  font-size: 20px;
}

#home_hero{
  background: url(../images/hero.jpg) no-repeat center center;
  border: 15px solid #A1A1A1;
  margin-bottom:15px;
  height: 292px;
/*  margin-top:60px; */
/*  padding:50px; */
}

#home_hero h1{
  margin: 50px 30px 0 50px;
  font-size:36pt;
  font-weight:normal;
  color:white;
}
#home_hero p{
  font-family: verdana, arial;
  color:white;
  font-size:9pt;
  font-weight:normal;
  margin: 0 50px 0 50px;
}
#orange{
  margin-top:20px;
  font-family: verdana, arial;
  font-size:9pt;
  font-weight:normal;
  color:#911300;
}
p#hero_footer{
	padding-top: 10px;
}

#three_up{
  border: 15px solid #A1A1A1;
  border-bottom:13px solid #911300;
  background:#A1A1A1;
}
#three_up a img{
  filter:alpha(opacity=100);-moz-opacity:1;opacity:1;
}
#three_up a:hover img{
  filter:alpha(opacity=80);-moz-opacity:.8;opacity:.8;
}

.three_up_margin{
  margin-right:12px;
}
.three_up_text{
  /* margin-left:14px; */
  margin-top:20px;
  margin-bottom:20px;
  width:210px;
  float:left;
  font-size:9pt;
  line-height:14pt;
  padding-left:14px;
  padding-right:14px;
}
.three_up_text h1{
  color:#911300;
  padding:0px;
  margin-bottom:4px;
  font-size:10pt;
  font-weight:bold;
}

#three_up img a{
  border:none;
}


/* SUBNAV */
#subnav{
  position: absolute;
  top: 180px;
  left: 75px;
 font-size: 1.4em;
}
#subnav a{
   /*color: #575447;*/
   text-decoration: none;
}
#subnav .current a{
  padding-bottom:4px;
  border-bottom: 4px solid #911300;
}
#subnav a:hover{
   border-bottom: 4px solid #911300;
   text-decoration: none;
   padding-bottom: 4px;
}

#subnav li.subnav_dot {
  background: url(/site_media/silo/images/li_bullet.gif) no-repeat right;
 padding-bottom: 0px;
margin-left: 0px;
}

#subnav li{
  display: block;
  float:left;
  margin-left: 0px;
  padding-left: -5px;
  list-style-position: inside;
  text-indent:18px;
  padding-bottom: 40px;
}
#subnav li.first{
  display: block;
  float:left;
  margin-left:0px;
  background: none;
  padding-bottom: 40px;
  padding-left: 0px;
  list-style-position: inside;
  text-indent:10px;
}

/* FOOTER */
#footer{
  font-size: 10px;
}
#footer li{
  display: inline;
  margin-right: 10px;
}
#footer ul{
  display: none;
}

#sylvergirl {
position: absolute;
height: 267px;
width: 149px;
background-image: url("images/sylvergirl1.gif");
background-position: top left;
background-repeat: no-repeat;
left:775px;
z-index: 20;
}

.jewelry_index{
  color:#911300;
  padding:5px;
  margin-bottom:4px;
  font-size:13px;
  font-weight:bold;
}

/* CLEARFIX */
.clearfix:after { content: "."; display: block; height: 0;  clear: both; visibility: hidden; }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */