/* Albriton's Jewelry, Inc. - albritons.com */
/* Developed by Jan A. Allinder - Digital Imaging Group - http://www.dig.us.com */
/* Last update: 30 October 2009 */
/*  Establish general layout parameters */
a:link{
	color:#586678;
	text-decoration: underline;
}
a:hover{
	color:#586678;
	text-decoration: none;
}
a:visited{
	text-decoration: underline;
	color: #586678;
}
html body{
   height: 100%;
 } 

body  {
	font-size: 1em;
	line-height: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 10px 0 30px 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color:#626262;
}
#wrapper{
	width:850px;
	margin: 0 auto;
	color:#FFFFFF;
	min-height: 100%;
	margin-bottom: -40px;
	height: auto !important; /* IE min-height hack */
}
html>#wrapper{
width:750px;
margin: 0 auto;
min-height: 100%;
margin-bottom: -40px;
}
table.container { /* page table */
	width: 850px;  
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-collapse: collapse; 
	vertical-align: top;
	font-family:Arial, Helvetica, sans-serif;
	border-top: 3px solid #ffffff;
	border-right:3px solid #ffffff;
	border-bottom:1px solid #ffffff;
	border-left:3px solid #ffffff;
} 
img.floatleft,object.floatleft{ /* image & object float with spacing */
float:left;
margin:6px 8px 6px 4px;
}
img.floatright,object.floatright{ /* image & object float with spacing */
float:right;
margin:6px 4px 6px 8px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-right: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-left: 0;
}
object.floatlt {
	float: left;
	padding:0;
	text-align:left;
}
.clearer{
	clear:both;
	line-height:3px;
	height:0px;
}
#header{
padding:0px;
width:846px;
height: 110px;
text-align:left;
border-bottom: 3px solid #ffffff;
background-color: #96a1af;
}

#menu { 
vertical-align: top;
text-align: left;
padding: 0px;
background: #c9d8eb url(graphics/menu.jpg) no-repeat top left;
width: 260px;
color: #ffffff;
}
.navbar {
background: #c9d8eb url(graphics/menu_bg.jpg) no-repeat top left;
height: 260px;
}
.media {
	background: #c9d8eb url(graphics/left_column_MediaCenter.jpg) no-repeat top left;
	width: 260px;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 80px;
}
.diamonds {
	background-color: #c9d8eb;
	width: 260px;
}

#sale {
	background-color: #99a2b3;
	padding: 10px 0;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
#sale h1 {
	font-size: 1.4em;
	color: #fff;
	text-align: center;
}
#sale a {
	font-size: 1em;
	color:#fff;
	font-weight: bold;
	text-shadow: 2px 2px 2px #ccc;
}
#sale li {
	text-align: left;
	margin: 0 8px 6px 0;
	font-size: .8em;
}
#home_page {
	font-family:Arial, Helvetica, sans-serif;
/*	background-image: url(graphics/home_page_bg.jpg); */
	background-image: url(graphics/content_bg.png);
	background-repeat: repeat-y;
	background-color: #ffffff;
	width: 586px;
	padding: 0 20px 0 20px;
	color: #67707d;
	vertical-align: top;	
}
#content{
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(graphics/content_bg.png);
	background-repeat: repeat-y;
	background-color: #ffffff;
	width: 586px;
	padding: 0 0 0 20px;
	color: #222529;
	vertical-align: top;
	border-left: 2px solid #ffffff;
}
#content .emphasis{
color:#FFFFFF;
font-weight:bold;
}
#content h1{
margin:6px 6px 4px 10px;
color:#5B656A;
background:transparent;
font:bold 1.4em "Times New Roman", Times, serif;
}
#content h2{
margin:6px 6px 4px 10px;
color:#5B656A;
background:transparent;
font:bold 1.2em "Times New Roman", Times, serif;
}
#content p{
	background-color: transparent;
	font-size:.9em;
	line-height: 1.1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #67707d;
	margin:6px 16px 6px 10px;
}
ul.content{
padding:0;
margin:0 10px 10px 40px;
font-family: Verdana,Arial,Helvetica,sans-serif;
color: #67707d;
}
ul.content li {
background:transparent;
font-size: .85em;
color: #67707d;
padding-left: 0;
margin-left: 0;
}
.smaller{
color:#565656;
font-size:.75em;
}
#mediacenter{
border-top:1px solid #ffffff;
}
#text{
	border-top:3px solid #ffffff;
	background-color:#CFDFF2;
	}
#text p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#333333;
	margin-left: 5px;
	margin-right: 5px;
	margin-top:5px;
}

#footer{
	color:#FFFFFF;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 9px;
	background: url(graphics/footer.gif) repeat-x;
   vertical-align: top;
   width: 847px;
   padding: 0 0 4px 4px;
   margin: 0 auto;
   border-right: 2px solid #ffffff;
   border-left: 3px solid #ffffff;
   border-bottom: 3px solid #ffffff;
   height: 16px;
}
#footer a:link, #footer a:visited, #footer a:active{
	color:#FFFFFF;
	font-size: 9px;
	text-decoration: none;
}
#footer a:hover{
color:#CCCCCC;
text-decoration:none;
}
.clearfooter {
height: 40px;
clear: both;
}
#bottom_menu {
	width: 100%;
	background-image: url(graphics/bottomMenu_bg.png);
	background-color: #2c3b4f;
	position:relative;
   bottom:0;
   left:0;
   height: 40px;
   z-index: 101;
	background-repeat: no-repeat;
	background-position: center;
}
@media screen{
  body>div#bottom_menu {
   position: fixed;
  }
}
#bottom_menu p {
	color: #ffffff;
	font-size: .8em;
	margin-top: 10px;
	text-align: center;
}
#bottom_menu a, #bottom_menu a:hover, #bottom_menu a:visited {
	color: #ffffff;
	text-decoration: none;
}