@charset "utf-8";
/*********************
Color scheme 
 Sidebar-Footer-Header- #E6EFC2
 white
 Content- #F7F7F2
 SidebarText - #333333
 Sidebar Hover - #336600
 ********************/
body  {
	font: 100% 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: 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 */
	color: #000000;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;

} 
.twoColFixLtHdr #header {
	background: White;
	padding: 10 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	height: 193px;
	;
	margin-top: 0px;
	margin-bottom: 10px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 0 10px;
	clear: both;
	margin-bottom: 0px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #E6EFC2;
	background-image: url(images/sidebarheader.png);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 225px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer {
	padding: 10px 10px 0 5px;
	margin-top: 10px;
	border: 1px solid black;
	background-color: #E6EFC2;
	height: 100px;
} 
.twoColFixLtHdr #footer p {
	margin: 0;
	text-align: center;
	font-size: 80%;
}
.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-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#sidebar1 img {
	text-align: center;
	border: 1px solid #000000;
	margin-left: 10px;
	margin-top: 25px;
}
#topmenu {
	float:left;
	margin-top: 155px;
	/*border: 1px solid #000000;*/
	padding: 5px;
}

.h1seo {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	vertical-align: middle;
	padding: 5px;
	margin: 0;
	background-color:#E6EFC2;
}
#contentcontainer {
	border:1px solid black;
	background-color: #F7F7F2;
	}
img {
	border: 1px solid #000000;
}
#mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#sidebar1 ul {
	list-style-type: none;
	margin:0;
	padding:0;
}

#sidebar1 li {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left:0px;
	border-bottom: 1px solid black;
	border-bottom-color: #BEA6BF;
	padding: 5px 0 5px 30px;
}
#sidebar1 h4 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9A4E9A;
	padding: 0 0 0 4px;
	margin:25px 0 5px 0;
}
#sidebar1 a {
	text-decoration: none;
	color: #333333;
	font-size: 85%;
	padding:0 30px 0 0;
}
#sidebar1 a:hover {
	text-decoration: none;
	color: #336600;
	background-image:url(images/menujewel.png);
	background-position:right;
	background-repeat:no-repeat;
}
#undermenu{
	margin:0;
	padding:0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.sidebarimg {
	margin:30px 0 0 0;
	float:left;
}
#footer img{
	border:0;
	margin:0;
	fpadding:0;
}
/*Q U O T E S */
.quotecontainer{
	padding:5px;
	border:1px dashed black;
	background-image:url(images/closequote.gif);
	background-position:top right;
	background-repeat:no-repeat;
	background-color:#FFFFCC;
}
.quotestart{
	float:left;
	background-image:url(images/openquote.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:40px;
	width:40px;
}
.quotebody{
	color:#000066;
	font:italic 100% Georgia, 'Times New Roman', Times, serif;
	width:400px;
	margin-left:30px;
	padding-top:10px;
	padding-left:35px;
}
/*Q U O T E S */

.topBottomPadding{
	padding:5px 0;
}
.right_border{
	border-right:1px solid black;
}
.birthstone {
	padding: 10px;
	vertical-align: middle;
	float: left;
	border: 1px solid #000000;
	margin: 4px;
	background-color: #E6EFC2;
	height:150px;
}
.bstoneselect {
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
}
.bstonetitle{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	text-align:center;
}
.buy{
	height:auto;
}

.birthstonecontainer{
	border:1px solid black;
	margin:1px 0 5px 0;
}
.birthstonecontainer img{
	margin:5px;
}
.month{
	font-weight:bold;
	text-align:center;
	border-bottom:1px solid black;
	
}
.bsdescription{
	padding:3px;
	min-height:80px;
	margin-left:110px;
}

.birthstonecharm {
	padding: 10px;
	vertical-align: middle;
	width:400px;
	border: 1px solid #000000;
	margin: 4px;
	background-color: #D9F0DB;
	height:180px;
}