* {
	margin:0;
	padding:0;
	outline:0;
}
html {
    overflow-y: scroll;
}
body {
	font-size:13px;
	font-family:Tahoma, Verdana, Arial;
	color:#000;
	/*
	background:url(images/teamwork.jpg) no-repeat center center fixed;
	background-size: cover;
   	background:url(images/body-bg.gif) repeat 0 0;
   	background:url(images/background-content.jpg) no-repeat;
    */
   	background: #fff;
	margin-top: 30px;
}

a {
	color:#069;
	text-decoration:none;
	cursor:pointer;
}
a:hover {
	text-decoration:underline;
}
a img {
	border:0;
}
input, textarea, select {
	font-family:Tahoma, Verdana, Arial;
	font-size:12px;
}
textarea {
	overflow:auto;
}
.cl {
	display:block;
	height:0;
	font-size:0;
	line-height:0;
	text-indent:-4000px;
	clear:both;
}
.notext {
	font-size:0;
	line-height:0;
	text-indent:-4000px;
}
.left, .alignleft 
{
	float:left;
	display:inline;
}
.right, .alignright {
	float:right;
	display:inline;
}
.searchbox {
	float:right;
	display:inline;
	padding-top: 12px;
	margin-right: 30px;
}

.searchbutton {
	background-color:#069;
	border-radius:6px;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family: Arial;
	font-size:12px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top:2px;
	padding-bottom:2px;
}
.searchbutton:hover {
	background-color: Gray;
	
}.searchbutton:active {
	position:relative;
	top:1px;
}

.shell {
	width:980px;
	margin:0 auto;
	
}
.border {
	/*border:1px solid #e8e8e8;*/
	border-top:1px solid #F5F5F0;
	border-left:1px solid #F5F5F0;
	border-right:1px solid #F5F5F0;
	border-bottom:1px solid #dbdbdb;
	background:#fff;
	position:relative;
	/*
    border-top-left-radius:20px;
    border-top-right-radius:20px;
    */
}
.shadow-l {
	background:url(images/shadow-l.png) no-repeat 0 0;
	width:25px;
	height:686px;
	position:absolute;
	top:0;
	left:-25px;
}
.shadow-r {
	background:url(images/shadow-r.png) no-repeat 0 0;
	width:25px;
	height:686px;
	position:absolute;
	top:0;
	right:-25px;
}
.shadow-b {
	background:url(images/shadow-b.png) no-repeat 0 0;
	width:980px;
	height:20px;
	position:absolute;
	bottom:-20;
	left:0;
}
#header {
	position:relative;
	/*
	background:url(images/header-bg.gif) repeat-x 0 0;
    border-top-left-radius:20px;
    border-top-right-radius:20px;
    */
}

#logo a {
	background:url(/images/fpoutletlogo.png) no-repeat 0 0;
	background-position: 20px 10px;
	width:568px;
	height:179px;
	position:absolute;
	top:0;
	left:10;
}

.logotext 
{
    font-family:Times New Roman;
    font-weight:bold;
    position: relative;
	font-size:28px;
	color:#069;
	padding-left:24px;
	padding-top: 30px;
	padding-bottom: 20px;
}

.socials {
	padding:23px 11px 0 0;
}
.socials ul {
	list-style:none;
}
.socials ul li {
	display:inline;
	float:left;
	font-family:"Trebuchet MS", Arial, Sans-Serif;
	font-size:11px;
	line-height:16px;
	border-right:1px dotted #b9b9b9;
	padding:2px 17px 2px 0;
	margin:0 15px 0 0;
}
.socials ul li.last {
	border:0;
	margin:0;
}
.socials ul li a {
	float:left;
	color:#b9b9b9;
	height:16px;
	padding:0 0 0 20px;
}
.socials ul li a.rss {
	background:url(images/soc-rss.gif) no-repeat 0 0;
}
.socials ul li a.fb {
	background:url(images/soc-fb.gif) no-repeat 0 0;
}
.socials ul li a.twit {
	background:url(images/soc-twit.gif) no-repeat 0 0;
}

.slider {
	width:930px;
	height:300px;
	position:relative;
	margin:25px 0 0 24px;
	
}
.slider .item {
	position:absolute;
	width:928px;
	height:298px;
}
.slider .item img {
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	width:928px;
	height:298px;
    /*border-radius: 15px;*/
}
.slider .text {
	position:absolute;
	top:102px;
	left:620px;
	z-index:2;
}
.slider .text h3 {
	font-size:25px;
	line-height:25px;
	color:#069;
	padding:0 0 0 7px;
}
.slider .text h2 {
	font-size:35px;
	line-height:35px;
	color:#39393d;
	text-transform:uppercase;
	padding:0 0 0 2px;
}
.slider-nav {
	width:220px;
	height:18px;
	position:absolute;
	bottom:9px;
	right:6px;
	z-index:3;
}
.slider-nav a {
	width:18px;
	height:18px;
	background:#d7d7d8;
	margin:0 5px 0 0;
}
.slider-nav a.active {
	background:#39393d;
}
#main {
	width:932px;
	padding:37px 24px 17px 24px;
}
#main a.more {
	font-size:11px;
	line-height:14px;
	color:#069;
	text-decoration:underline;
	padding:0 0 0 0px;
}
#main a.more:hover {
	text-decoration:none;
}
.main .heading {
	margin-bottom: 9px;
	color: #069;
	font-size: 13px;
	padding-bottom: 5px;
	padding-left: 20px;
}

#loginmain {
	width:932px;
	padding-left: 250px;
	padding-top: 240px;
}

#loginmain a.more {
	font-size:11px;
	line-height:14px;
	color:#069;
	text-decoration:underline;
	padding:0 0 0 0px;
}
#loginmain a.more:hover {
	text-decoration:none;
}
.loginmain .heading {
	margin-bottom: 9px;
	color: #069;
	font-size: 13px;
	padding-bottom: 5px;
	padding-left: 20px;
}

#content {
	width:605px;
	margin-left: 15px;
}

.paragraph .heading
{
	margin:0 0 9px 0;
	color: #069;
	font-size: 13px;
}

.paragraph p
{
	padding:0 0 11px 0;
	line-height: 18px;
}

.highlight h3 {
	margin:0 0 9px 0;
}
.highlight p {
	padding:0 0 11px 0;
}
.highlight img {
	margin:4px 12px 0 12px;
}
#sidebar {
	width:260px;
}
#sidebar .heading
{
	margin:0 0 4px 0;
	color: #069;
	font-size: 13px;
}
.sidebar-nav {
	list-style:none;
	padding:0 0 17px 0;
}
.sidebar-nav ul {
	list-style:none;
}
.sidebar-nav ul li {
	font-size:12px;
	line-height:18px;
	padding:2px 0;
}
.sidebar-nav ul li a {
	background:url(images/bullet.gif) no-repeat 2px 4px;
	color:#069;
	padding:0 0 0 16px;
}
#sidebar .info h3 {
	margin:0 0 7px 0;
}

#footer {
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	font-size:11px;
	line-height:14px;
	color:#fff;
	padding:18px 27px 20px 38px;
}
#footer a {
	color:#7f7f7f;
	text-decoration:none;
}

/**********************************/

#subnavcontent {
	width:740px;
}
#subnavsidebar {
	width:160px;
}
.subnavsidebar-nav {
	list-style:none;
	padding-bottom:17px;
}
.subnavsidebar-nav ul {
	list-style:none;
}
.subnavsidebar-nav ul li {
	font-size:12px;
	line-height:18px;
	padding-bottom: 15px;
}
.subnavsidebar-nav ul li a {
	color:#069;
	padding:0 0 0 16px;
}
.subnavsidebar-nav ul li a:hover, .subnavsidebar-nav ul li a.active {
	color:#000;
	text-decoration:none;
}
.subcontent {
	border-left:1px solid #dbdbdb;
}
.subcontent h1 {
	font-size:16px;
	font-family:Helvetica, Verdana, Arial;
	color: #069;	
	padding-bottom: 12px;
	padding-left: 20px;
}
.subcontent h2 {
	font-size:13px;
	font-family:Helvetica, Verdana, Arial;
	color: #000;	
	padding-bottom: 6px;
	padding-left: 20px;
}
.subcontent p {
	margin-left: 20px;
	padding-bottom: 11px;
	line-height: 18px;
}
.subcontent ol {
	margin-left: 50px;
	padding-bottom: 10px;
}
.subcontent ul {
	margin-left: 40px;
	padding-bottom: 10px;
}
.subcontent li {
	padding-bottom: 5px;
}

.subcontent .col1 {
	float: left;
	height: auto;
	width: 200px;
	margin-left: 0px;
	}

.subcontent .col2 {
	float: left;
	height: auto;
	width: 200px;
	margin-left: 20px;
	}


#column .subnav{display:block; width:160px; margin-bottom:30px;}

#column .subnav ul{
    margin:0;
    padding:0;
    list-style:none;
    }

#column .subnav li{
    margin:0 0 3px 0;
    padding:0;
    }

#column .subnav ul ul, #column .subnav ul ul ul, #column .subnav ul ul ul ul, #column .subnav ul ul ul ul ul{border-top:none; padding-top:0;}

#column .subnav a{
    display:block;
    margin:0;
    padding:3px 0px 5px 5px;
    color:#069;
    text-decoration:none;
    font-size: 12px;
    }

#column .subnav a:hover{color:#000;}

#column .subnav ul ul a, #column .subnav ul ul ul a, #column .subnav ul ul ul ul a, #column .subnav ul ul ul ul ul a{background:url(images/bullet.gif) no-repeat 5px 4px;}
#column .subnav ul ul a{padding-left:20px; background-position:10px center;}
#column .subnav ul ul ul a{padding-left:30px; background-position:20px center;}
#column .subnav ul ul ul ul a{padding-left:40px; background-position:30px center;}
#column .subnav ul ul ul ul ul a{padding-left:50px; background-position:40px center;}

.ImageFloatRight {
	float: right;
	margin-left: 20px;
}
.ImageFloatLeft {
	float: left;
	margin-right: 10px;
}

.ImageFloatLeftNoBorderRadius {
	float: left;
	margin-right: 10px;
}

.col1 {
	float: left;
	height: auto;
	width: 300px;
	margin-left: 50px;
	}

.col2 {
	float: left;
	height: auto;
	width: 300px;
	margin-left: 75px;
	}
	
.col1 h1
{
    font-size:16px;
	font-family:Helvetica, Verdana, Arial;
	color: #069;	
	padding-top: 20px;
	padding-bottom: 12px;
    margin-left: -20px;
}
	
.col2 h1
{
    font-size:16px;
	font-family:Helvetica, Verdana, Arial;
	color: #069;	
	padding-top: 20px;
	padding-bottom: 12px;
    margin-left: -20px;
}
	

h1	{
	font-size:16px;
	font-family:Helvetica, Verdana, Arial;
	color: #069;	
	padding-bottom: 12px;
}

h2	{
	font-size:13px;
	padding-bottom: 12px;
	color: #000;	
}

h3	{
	font-size:16px;
	font-style:italic;
	color: #069;
	padding-bottom: 10px;
	padding-top: 20px;
}

.thumbnailname	{
	font-size:12px;
	text-align:center;
	color:#003;
}

#casketdesc
{
	color:#003;
	margin-left: 20px;
}

#casketdesc h3
{
	font-size:16px;
	color:#0D345E;
	font-weight:bold;
	font-style:normal;
}

#casketdesc li
{
    color:#0D345E;
    padding-bottom:5px;
}

#casketdesc ul
{
    margin-left: 30px;
    padding-bottom: 40px;
}

#casketdesc a
{
    color:#0D345E;
}


.FormLabel
{
}

.FormField
{
font-family : Tahoma, Verdana, Arial;
font-size: 13px;
font-weight: normal;
COLOR: #000000;
Background-Color:#EAE7F1;
border: 1px solid #999;
padding: 0px 0px 0px 0px;
width: 150px;
}

.RequiredFieldLabel
        {
		font-family: 'Times, Times New Roman, Arial, Helvetica';
		font-size: 13px;
		font-weight: bold;
		margin-left:5px;
		COLOR: #E41E1E;
		text-align: left;
		}
.RequiredFieldSummary
        {
		font-family : 'Verdana', 'Arial', 'Helvetica';
		font-size: 13px;
		font-weight: normal;
		COLOR: #E41E1E;
		text-align: left;
		}


.SupplyOrderTable
{
    width:300px;
    border-collapse: collapse;
}
.SupplyOrderTable TD
{
    padding:2px,2px,2px,2px; 
}

.SupplyOrderHeaderRow
{      
    background-color:#069;
}

.SupplyOrderHeaderRow TD
{
    padding:2px,2px,2px,2px; 
    font-weight:bolder;
    color:White;
    text-align:left;
}
.SupplyOrderRow TD
{
    padding-top: 10px;
    font-family: 'Arial', 'Helvetica';
    font-size: 12px;
}
.SupplyOrderItemCell
{
    text-align:left;     
}
.SupplyOrderQtyCell
{
    text-align:center;
}


/*********************** Header Menu *****************************/

#navigation {
	height:43px;
	border-bottom:1px solid #dbdbdb;
}
#navigation ul {
	list-style:none;
}
#navigation ul li {
	float:left;
	height:43px;
	font-size:13px;
	line-height:43px;
	color:#069;
	/*text-transform:uppercase;*/
}
#navigation ul li a {
	float:left;
	height:43px;
	color:#069;
	margin-left: 24px;
	padding-right: 14px;
}
#navigation ul li a:hover, #navigation ul li a.active {
	color:#000;
	text-decoration:none;
}

#indexnavigation {
	height:43px;
}
#indexnavigation ul {
	list-style:none;
}
#indexnavigation ul li {
	float:left;
	height:43px;
	font-size:13px;
	line-height:43px;
	color:#069;
}
#indexnavigation ul li a {
	float:left;
	height:43px;
	color:#069;
	margin-left: 24px;
	padding-right: 14px;
}
#indexnavigation ul li a:hover, #navigation ul li a.active {
	color:#000;
	text-decoration:none;
}

/****************** one level menu******************/

#menu {
	height:35px;
	/*border-bottom:1px solid #dbdbdb;*/
	border-bottom:1px solid #dbdbdb;
}

#menu ul {
    font-family: Tahoma, Verdana, Arial;
    font-size: 13px;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 20px; 
    margin-top: 14px; 
    z-index: 597;  
}
#menu ul li ul {
    font-family: Tahoma, Verdana, Arial;
    font-size: 13px;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 598;   
}
#menu li ul {
    display: none;
}


/*
#menu ul li {
    display: block;
    position: relative;
    float: left;
}
#menu ul li a {
    display: block;
    text-decoration: none;
    color: #069;
    border-top: 1px solid #fff;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 20px;
    margin-left: 1px;
    white-space: nowrap;
}
*/

#menu ul li {
    margin: 0;
    padding: 0;
    float: left;
    width: 125px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    list-style: none;
}
#menu ul li a {
    color: #069;
    border-top: 1px solid #fff;
    white-space: nowrap;
    display: block;
    text-align: left;
    padding-left: 10px;
    text-decoration: none;
}


#menu ul li a:hover {
    background: #EAE7F1;
    z-index: 599;
}
#menu li:hover ul {
    display: block;
    position:absolute;
}
#menu li:hover li {
    float: none;
    font-size: 13px;
}
#menu li:hover a {
    background: #EAE7F1; 
    color: #069; 
}
#menu li:hover li a:hover {
    background: #069;
    color: #fff;
}


/*---- two level menu ----*/

ul#nav {margin-left: 25px; margin-top: 14px; }
ul.drop a { display:block; color: #069; font-family: Tahoma, Verdana, Arial; font-size: 13px; text-decoration: none;}
ul.drop { list-style: none; margin: 0; padding: 0; color: #fff;}
ul.drop li { list-style: none; margin: 0; padding: 0; color: #fff;}
ul.drop ul { list-style: none; margin: 0; padding: 0; color: #fff;}
ul.drop { position: relative; z-index: 597; float: left; }
ul.drop li { float: left; line-height: 1.3em; vertical-align: middle; zoom: 1; padding: 5px 10px; }
ul.drop li.hover, ul.drop li:hover { position: relative; z-index: 599; cursor: default;  color: #fff; background-color: #EAE7F1; border: 1px solid #069;}
ul.drop ul { visibility: hidden; position: absolute; top: 100%; left: 0; z-index: 598; width: 195px; background: #fff; border: 1px solid #069;}
ul.drop ul li { float: none; border: 1px solid #069;}
ul.drop ul ul { top: -2px; left: 100%; }
ul.drop li:hover > ul { visibility: visible; }

/*****************************************/

.SiteFooter {
	background: #fff;
	font-size: 11px;
	color: #069;
    font-family : 'Verdana', 'Arial', 'Helvetica';
    margin-bottom: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
    /*
    border-bottom-left-radius:20px;
    border-bottom-right-radius:20px;
    */
	/*border:1px solid #e8e8e8;*/
	border-left:1px solid #F5F5F0;
	border-right:1px solid #F5F5F0;
	border-bottom:1px solid #F5F5F0;
    border-top:none;	
}

.SiteFooter a,
.SiteFooter a:link,
.SiteFooter a:visited {
	font-size: 11px;
	color: #069;
}

.SiteFooterMenuHeading a,
.SiteFooterMenuHeading a:link,
.SiteFooterMenuHeading a:visited {
	font-size: 11px;
	color: #069;
}

.SiteFooterNormal {
	font-size: 11px;
	color: #069;
}

.SiteFooter a:link:hover,
.SiteFooter a:visited:hover,
.SiteFooter a:hover {
	font-size: 11px;
    color: #069;
    text-decoration: underline;
}

.SiteFooter li {
	font-size: 11px;
	list-style-position: outside;
	line-height: 16px;
    list-style-type: none;	
}

.footer-privacy-policy {
	text-align: right;
}

.logout {
	float: right;
	display: inline;
	font-size: 13px;
}


.distcol1 {
	float: left;
	width: 450px;
	margin-left: 20px;
	}

.distcol2 {
	float: left;
	width: 200px;
	margin-left: 50px;
	}
	
.distcol1 h1
{
    font-size:16px;
	font-family:Helvetica, Verdana, Arial;
	color: #504A4B;	
    padding-bottom: 15px;
}
	
.distcol2 h1
{
    font-size:16px;
	font-family:Helvetica, Verdana, Arial;
	color: #504A4B;	
	padding-bottom: 15px;
}

.Plantcol1 
{
	float: left;
	width: 500px;
	font-family:Helvetica,Verdana,Arial;
}

.Plantcol2 
{
	float: right;
	width: 220px;
    background-color:#F0F4F8;
	font-family:Helvetica,Verdana,Arial;
	border-color: #D4DFEA;
	border-style: solid;
	border-width: 1px;
}
	
.Plantcol1 h1
{
    font-size:13px;
	font-family:Helvetica,Verdana,Arial;
	color: #504A4B;	
	padding-top: 5px;
    padding-bottom: 10px;
}
	
.Plantcol2 h1
{
    font-size:13px;
	font-family:Helvetica,Verdana,Arial;
	color: #504A4B;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
}

	
.Plantcol2 p
{
	font-family:Helvetica,Verdana,Arial;
	font-size: 12px;
	margin-left: 10px;
	padding-bottom: 11px;
	line-height: 15px;
}

.PlantContact h1
{
    font-size:13px;
	font-family:Helvetica,Verdana,Arial;
	color: #504A4B;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
}

	
.PlantContact p
{
	font-family:Helvetica,Verdana,Arial;
	font-size: 12px;
	margin-left: 10px;
	padding-bottom: 11px;
	line-height: 15px;
}

.PlantContact 
{
	width: 220px;
    background-color:#F0F4F8;
	font-family:Helvetica,Verdana,Arial;
	border-color: #D4DFEA;
	border-style: solid;
	border-width: 1px;
}


.ImageFloatRightCol1 {
	float: right;
	margin-right: 40px;
	margin-left: 2px;
}



/************************ADMIN****************************/

.gridview th
{
    border: 1px solid black;
    padding: 2px;
}

.gridview td
{
    padding: 2px;
    border: 1px solid black;
}

.AdminFormLabel
{
    font-family : Tahoma, Verdana, Arial;
    font-size: 12px;
}

.AdminFormField
{
font-family : Tahoma, Verdana, Arial;
font-size: 12px;
font-weight: normal;
COLOR: #000000;
Background-Color:#EAE7F1;
border: 1px solid #999;
padding-left: 4px;
width: 300px;
}

.adminlinkbutton {
	background-color:#069;
	border-radius:2px;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family: Arial;
	font-size:12px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top:2px;
	padding-bottom:2px;
}

.adminlinkbutton:hover {
	background-color: Gray;
	
}

.adminlinkbutton:active {
	position:relative;
	top:1px;
}

.gridviewlinkbutton {
    background-color: #f5f5f5;
    color: Black;
	border-radius:2px;
	border:1px solid #84bbf3;
	display:inline-block;
	font-family: Arial;
	font-size:11px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top:2px;
	padding-bottom:2px;
}

.gridviewlinkbutton:hover {
	background-color: #d3d3d3;
	
}

.gridviewlinkbutton:active {
	position:relative;
	top:1px;
}

.admincheckboxlistheading
{
    display: block;
	font-size:14px;
	font-family:Helvetica, Verdana, Arial;
	font-weight: bold;
	color: #000;	
	padding-bottom: 4px;
	padding-top: 20px;
}

.admincheckbox INPUT
{
    margin-right: 4px;
}

.admincheckboxlisttable td {
    vertical-align: top;
    width: 15%;
    font-size: 11px;     
}

.GridPager a, .GridPager span
{
    display: block;
    height: 15px;
    width: 15px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.GridPager a
{
    background-color: #f5f5f5;
    color: #969696;
    border: 1px solid #969696;
}

.GridPager span
{
    background-color: #A1DCF2;
    color: #000;
    border: 1px solid #3AC0F2;
}

.ProductFloatRight {
	float: right;
	margin-left: 50px;
}

.logouttext {
	float:right;
	font-size: 15px;
	padding-top: 15px;
}

.plantinfolocation {
	float:right;
	display:inline;
	padding: 20px;
	font-size: 15px;
}

.boldred
{
    color: Red;
    font-weight: bold;
}

.FormHeaderRow
{      
    background-color:#069;
}

.FormHeaderRow TD
{
    font-weight:bolder;
    color:White;
    text-align:left;
    padding-left: 2px;
}

.FormLabel
{
}

.FormField
{
font-family : Tahoma, Verdana, Arial;
font-size: 13px;
font-weight: normal;
COLOR: #000000;
Background-Color:#EAE7F1;
border: 1px solid #999;
padding: 0px 0px 0px 0px;
width: 150px;
}

.privacy-policy {
	margin-top: 164px;
	padding: 1rem;
}

.privacy-policy p {
	margin-bottom: 1rem;
}

.privacy-policy ul li {
	margin-left: 2rem;
}

.privacy-policy ul li:last-child {
	margin-bottom: 1rem;
}

.privacy-policy a {
	text-decoration: underline;
}

.login-footer {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 1rem;
	color: white;
}

.privacy-policy-link-login {
	color: white;
	text-decoration: underline;
}

.privacy-policy-link-footer {
	text-decoration: underline;
}