/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#999999;
}

#header {
	background-image:url(images/header_bar.jpg);
	background-repeat:repeat-x;
	height:103px;
}

.nav {
	padding-top:57px;
	padding-right:20px;
}

#wrapper {
	background-color:#FFFFFF;
}


#content {
	float:left;
	width:489px;
	padding-left:30px;
}

#flash {
	float:right;
	width:406px;
}

#footer{
	background-image:url(images/footer.jpg);
	background-repeat:repeat-x;
	height:78px;
}

.foot{
	float:left;
	padding-left:30px;
	padding-top:23px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000099;
}

.footlink{
	color:#000099;
	text-decoration:none;
}
	
.text {
	background-image:url(images/content_back.jpg);
	background-repeat:repeat-y;
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	line-height:18px;
	color:#000000;
	padding-left:37px;
	padding-right:60px;
}

.text3 {
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	line-height:18px;

}

.contacttext {
	background-image:url(images/contact_back.jpg);
	background-repeat:repeat-y;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	line-height:18px;
	color:#000000;
	padding-left:37px;
	padding-right:248px;
	height:410px;
	vertical-align:text-top;
}

.text2 {
	font-size:16px;
	line-height:20px;
}

#diamondfly {
	 top:144px;
	 left:460px;
	 width:150px;
	 background-color:#fbf8f1;
	 position:absolute;
	 border-bottom:solid 1px #01286b;
	 border-left:solid 1px #01286b;
	 border-right:solid 1px #01286b;
	 text-align:left;
	 visibility:hidden;
}

#diamondfly a {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#01286b;
	padding-left:15px;
	padding-right:15px;
}

#jewelryfly {
	 top:144px;
	 left:560px;
	 background-color:#fbf8f1;
	 position:absolute;
	 border-bottom:solid 1px #01286b;
	 border-left:solid 1px #01286b;
	 border-right:solid 1px #01286b;
	 text-align:left;
	 visibility:hidden;
}

#jewelryfly a {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#01286b;
	padding-left:15px;
	padding-right:15px;
}