.margins {
	
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	top: 0px;
	background-color: #FFFFFF;
}
.blueheader {
	font-family: Rockwell, Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}
.container {
	border: 0px solid #CCCCCC;
}
.borderfrontpage {
	border: 1px solid #CCCCCC;
	height: 185px;
	width: 220px;
	overflow: hidden;
	}
.border {
	border: 1px solid #CCCCCC;
}
.blacktitle {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.blacktext {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
/*a:link {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #0000FF;
}
a:visited {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #d40122;
}
a:hover {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #d40122;
}*/
.singletableborder {
	border: 10px solid #CCCCCC;
}
.white14verdana {
	font-family: Tahoma, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.black10pxborder {
	border: 10px solid #CCCCCC;
	background-color: #000000;
}
.white12verdana {

	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.white10verdana {


	font-family: Tahoma, Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.bgssreflective {
	background-image: url(../public_website/images/backgrounds/ss_reflective.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.backgroundfs {
	background-image: url(../public_website/images/backgrounds/forever_shining.jpg);
	background-repeat: repeat-y;
	background-position: center center;
}
.redsmallitalics {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}
.redmediumitalics {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}
.left {
	position: absolute;
	left: 0px;
	top: 200px;
}
.container1 {
	border: 0px solid #CCCCCC;
}



/* HORIZONTAL TABS */
ul#tabnav { /* general settings */
	text-align: center; /* set to left, right or center */
	margin: 1em 0 1em 0; /* set font as desired */
	border-bottom: 1px solid #5294e6; /* set border COLOR as desired */
	list-style-type: none;
	padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}
.cartfont {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
}

ul#tabnav li { /* do not change */
display: inline;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4 { /* settings for selected tab */
border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a { /* settings for selected tab link */
background-color: #fff; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a { /* settings for all tab links */
	padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
	border: 0px solid #5294e6; /* set unselected tab background color as desired */
	color: #FFFFFF; /* set unselected tab link color as desired */
	margin-right: 0px; /* set additional spacing between tabs as desired */
	text-decoration: none;
	border-bottom: none;
	width: 70px;
	background-repeat: no-repeat;
	position: relative;
	background-color: #5294e6;
}

ul#tabnav a:hover { /* settings for hover effect */
background: #fff; /* set desired hover color */
color: #666666;
}
/* END HORIZONTAL TABS */
.menuhdr{
	font-family: Arial, Helvetica, sans-serif;
	background-color : #CCCCCC;
	color : #000000;
	font-size : 12px;
	font-weight : normal;
	padding : 3px 5px;
	text-align : left;
}


/* VERTICAL MENU */

#vertmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	color: #000000;
	font-weight: normal;
	text-align: left;
	text-indent: 0px;
}

#vertmenu h1 {
display: block; 
background-color:#FF9900;
font-size: 90%; 
padding: 0px 0 0px 0px;
border: 1px solid #000000;
color: #FFFFFF;
margin: 0px;
width:170px;
}

#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#vertmenu ul li {
	margin: 0px;
	padding: 0px;
	
	text-align: left;
	text-indent: 0px;
}
#vertmenu ul li a {
	font-size: 14px;
	display: block;
	border-bottom: 1px dashed #5294e6;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	color: #000099;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
	color: #000000;
	background-color: #eeeeee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}.redmediumitalics_ul {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}
/* END VERTICAL MENU */
/* green/black links */
.geenlink{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #33CC66;
}
.geenlink a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #33CC99;
	text-decoration: none;
}
.greenlink a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}.greenlink a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
/* end green links*/
/* standard blue links */
.bluelink{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #0000FF;
}


.bluelink a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #0000FF;
	text-decoration: none;
}
.bluelink a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #0000FF;
	text-decoration: none;
}.bluelink a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #33CC66;
	text-decoration: underline;
}
/* end blue links*/

.disclaimer {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #CCCCCC;
}


/* new header tabs*/
#header {
	float:left;
	width:100%;
	font-size:93%;
	line-height:normal;
	/*background-image: url(../public_website/images/norm_middle.gif);*/
	background-color: #FFFFFF;
    }

 #header li {
    float:left;
    background:url("http://www.forevershining.com/public_website/images/norm_right.gif")
      no-repeat right top;
	  background-color: #5294E6;
    margin:2;
    padding:2;
    }

 #header a {
	display:block;
	background:url("http://www.forevershining.com/public_website/images/norm_left.gif")
      no-repeat left top;
	padding:5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
    }
/* indented VERTICAL MENU */

#vertmenu2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	color: #000000;
	font-weight: normal;
	text-align: left;
	text-indent: 0px;
}

#vertmenu2 h1 {
display: block; 
background-color:#FF9900;
font-size: 90%; 
padding: 0px 0 0px 0px;
border: 1px solid #000000;
color: #FFFFFF;
margin: 0px;
width:170px;
}

#vertmenu2 ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#vertmenu2 ul li {
	margin: 0px;
	padding: 0px;
	text-align: left;
	text-indent: 10px;
}
#vertmenu2 ul li a {
	font-size: 14px;
	display: block;
	border-bottom: 1px dashed #C39C4E;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	color: #000099;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	text-indent: 10px;
}

#vertmenu2 ul li a:hover, #vertmenu ul li a:focus {
	color: #000000;
	background-color: #eeeeee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}.redmediumitalics_ul {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}
/* end indented VERTICAL MENU */
.memorials_table {
	border: 1px dashed #CCCCCC;
	width: 350px;
	height: 150px;
	left: 10px;
}
.leftimage {
	float:left;

	margin:0 0 0 px 0 px;
	padding:5px;
	border:0px solid black;
	text-align:center;
	vertical-align: middle;
}
/* VERTICAL MENU 3*/

#vertmenu3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	color: #000000;
	font-weight: normal;
	text-align: left;
	text-indent: 0px;
}

#vertmenu3 h1 {
display: block; 
background-color:#FF9900;
font-size: 90%; 
padding: 0px 0 0px 0px;
border: 1px solid #000000;
color: #FFFFFF;
margin: 0px;
}

#vertmenu3 ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#vertmenu3 ul li {
	margin: 0px;
	padding: 0px;
	
	text-align: left;
	text-indent: 0px;
}
#vertmenu3 ul li a {
	font-size: 14px;
	display: block;
	border-bottom: 1px dashed #5294e6;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	color: #000099;
	width:175px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	list-style-position: inside;
	list-style-image: url(../bullet.gif);
	text-align: left;
	text-indent: 10px;
}

#vertmenu3 ul li a:hover, #vertmenu ul li a:focus {
	color: #000000;
	background-color: #eeeeee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
/* END VERTICAL MENU */
.customer_login {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #999999;
}
.dottedborder {
	border: 1px dotted #a9a9a9;
}
.cartgrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}
.pagetable {
	border: 1px dotted #CCCCCC;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.greylinks {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #999999;

}
.greylinks a:link {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	text-decoration: underline;
}
.greylinks a:visited {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	text-decoration: underline;
}
.greylinks a:hover {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #996666;
	text-decoration: none;
}


.leftlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.leftlinks a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	text-indent: 5px;
}
.leftlinks a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	text-indent: 5px;
}
.leftlinks a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	text-indent: 5px;
}

.cont {
	border: 1px solid #A7A7A7;
	background-color: #F7F7F7;
}

table.table1 { 
border-color: #FFBD32
border-style: ridge;
	background-color: #F7F7F7;
	width: 160px;
	text-align: left;
	padding: 0px;
	text-indent: 2px;
} 



table.table1 td{ 
border-color: #FFBD32
text-align: left
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-align: left;
	text-indent: 5px;
	border-top-width: 1px;
	background-color: #FFFFFF;
} 
.smallgreylinks {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #999999;

}
.smallgreylinks a:link {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-decoration: underline;
}
.smallgreylinks a:visited {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-decoration: underline;
}
.smallgreylinks a:hover {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #996666;
	text-decoration: none;
}
.borderfrontpagebig {
	border: 1px solid #CCCCCC;
	height: 185px;
	width: 460px;
	overflow: hidden;
	}