﻿
.tagbg-header 
{
	font-weight: bold;
	text-decoration: underline;
	color: #333;
}
.tagbg-wrapper 
{
	position: relative;
	float: right;
	text-align: center;
	padding-bottom: 60px;
}
.tagbg 
{
	width: 300px;
	height: 200px;
	/* background-image: url("images/black-bone.jpg"); */
	text-align: center;
	
}
.tagbg-footer { font-size: 9px; color: #333; }
.tagtextwrap 
{
	padding: 45px 40px;
}
.tagtest 
{
	font-size: 20px;
	min-width: 10px;
	min-height: 10px;
	/* border: solid 1px #cccccc;*/
	display: inline;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	position: relative;
	width: 300px;
	white-space: nowrap;
	color: ThreeDLighShadow;
}

.rounded 
{
	border: solid 1px #593a25;
	background-color: #aedc8b;
}

.tag-div { display: inline; }
.tag-div span { display: block; width: 200px; }


/* the overlayed element */ 
.overlay { 
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background-color:#fff; 
     
    width:675px;     
    min-height:200px; 
    border:1px solid #666; 
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;     
} 
 
/* close button positioned on upper right corner */ 
.overlay .close { 
    background-image:url(images/close.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}

table.home-head-table 
{
	width: 100%;
	border: 1px solid #ccc;
}
table.home-head-table td 
{
	padding: 0;
}
table.home-head-table td.home-header 
{
	border-right: 1px solid #ccc;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
table.home-head-table td.home-header .home-subheader
{
	font-size: 14px;
	padding-top: 20px;
}
table.home-head-table td.home-engrave
{
	height: 60px;
	font-size: 20px;
	padding: 0 5px;
	border-bottom: 1px solid #ccc;
	color: #000;
	font-weight: bold;
	background:transparent url(images/free-right.png) no-repeat scroll 100% 0;
}
table.home-head-table td.home-satisfaction
{
	height: 60px;
	font-size: 20px;
	padding: 0 5px;
	color: #000;
	font-weight: bold;
	background:transparent url(images/satis-right.png) no-repeat scroll 100% 0;
}
table.home-head-table td.home-shipping 
{
	height: 60px;
	font-size: 20px;
	padding: 0 5px;
	border-bottom: 1px solid #ccc;color: #000;
	font-weight: bold;
	text-align: right;
	background:transparent url(images/shipping-left.png) no-repeat scroll 100% 0;
}