@import url("SpryMenuBarHorizontal.css");
@import url("SpryTabbedPanels.css");

html, body, p, h1, h2, h3, h4, h5, h6, ol, ul {
	margin: 0px;
	padding: 0px;
}
html, body {
	width: 100%;
	height: 100%
}


body {
	font:Arial, Helvetica, sans-serif;
	background-color: #992e2f;
	background-image: url(../images/Background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#Container {
	width: 785px;
	margin-right: auto;
	margin-left: auto;
	z-index: 2;
	position: relative;
}
#Header {
	width: 100%;
	background: #CC0000;
	text-align: center;
}
#Menu {
	width: 770px;
	height: 30px;
	background: #CC0000;
	font: 12px/18px Arial, Helvetica, sans-serif;
	padding-right: 0px;
	padding-left: 10px;
}
#Footer {
	width: 100%;
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
}
#Footer a {
	color: #FFFFFF;
}
.sidebg {
	z-index: 1;
	height: 768px;
	width: 1417px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(../images/side-bg.jpg);
	overflow: hidden;
}

h1 {
	font: normal 18px Arial, Helvetica, sans-serif;
/*	padding-top: 5px;
	padding-bottom: 5px;*/
	padding: 3px 0;
}
h2 {
	font: normal 15px Arial, Helvetica, sans-serif;
	padding-top: 4px;
	padding-bottom: 4px;
}
h3 {
	font: normal 13px Arial, Helvetica, sans-serif;
	padding-top: 4px;
	padding-bottom: 4px;
}


p {
/*	padding-top: 5px;
	padding-bottom: 5px;*/
	padding: 3px 0;
	line-height: 17px;
}
a {
	/*color: #FFFFFF;*/
	color:#000;
}
a:hover {
	text-decoration: none;
}




.clear {
	clear: both;
	line-height: 1px;
}
li {
	padding-top: 3px;
	padding-bottom: 3px;
}
h1.heading {
	color: #FFFFFF;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}




/*Home page*/

#BodyHome {
	width: 755px;
	/*background: #822224;*/
	background:#FFF;
	/*color: #FFFFFF;*/
	color:#000;
	/*font: 12px Arial, Helvetica, sans-serif;*/
	font: 13px Arial, Helvetica, sans-serif;
	/*padding: 30px 15px;*/
	padding: 0px 15px;
}
#Header #logo {
	margin-top: 15px;
	margin-bottom: 15px;
}
#Flash {
	width: 785px;
	text-align: center;
}
/*Remaining*/
#Body{
	width: 785px;
	/*background: #822224;
	color: #FFFFFF;*/
	background:#FFF;
	color:#000;
	min-height: 500px;
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;*/
	font: 13px Arial, Helvetica, sans-serif;
}
*html #Body {
	height:500px;
}
#Content {
	margin: 10px 15px;
}
.justify {
	text-align: justify;
}
.HeritageDiamondsBox {
	background: #000000;
	text-align: center;
}
.breadcrumb {
	font-size: 11px;
}


/* News page */
.news-item-wrapper        { padding:10px 0 10px 0; border-bottom:1px solid #CCC; margin-bottom:10px;}
.TabbedPanelsContentPictureColumn #diamondgrade {
	position: relative;
	top: 750px;
}
.TabbedPanelsContentPictureColumn #diamondgradetext {
	position: relative;
	top: 750px;
}


 .news-item-wrapper h2    { color:#8c2222; padding:0 0 10px 0; margin:0;}
  .news-item-wrapper h2 a { color:#8c2222;}
 .news-item-wrapper p     { font-style:italic; line-height:18px; padding:0 0 10px 0; margin:0; } 
 .size-enforcer { width:175px; overflow:hidden; float:left; margin:0 20px 0 0; height:175px;}


/* Newsletter / news single pages ------- prefix #newsletter to target newsletter pages only, id added to body tag */
#Header {  border-bottom:1px solid #cd3f3f; }

#newsletter h1,
h1.heading  { color:#333; padding:5px 20px; margin:0; font-size:16px; color:#8c2222; color:#FFF; background-color:#701c1c; display:block; line-height:22px; border-top:1px solid #631111; text-transform:uppercase;}
							  
#newsletter h1 a { color:#ccc;}
#newsletter h2 { font-size:16px;  color:#8c2222;}
 #newsletter a:hover { text-decoration:underline; }
