﻿html, body
{
    margin: 0;
    font-family: Arial,Helvetica,sans-serif;    
}
img
{
    border: none;
}
a
{
	outline: none;
	color: #6D6E71;
}
h2{
    margin:0px; 
    text-align:center;   
    background-position:center top;
    background-repeat:no-repeat;
    font-family:Georgia;
    text-indent:-10000px;
    font-style:italic;
    font-weight:bold;
    color:#285D7C;
    font-size:20px;
}
h3
{
	color: #86A144;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 10px;
}
h4
{
    color: #285D7C;
    text-transform: uppercase;
    font-size: 14px;
    margin:0px;  
    font-weight: bold;
}
.floatFix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.floatFix
{
    display: inline-block;
}
/* Hides from IE-mac \*/
* html .floatFix
{
    height: 1%;
}
.floatFix
{
    display: block;
}
/* End hide from IE-mac */

div.inputWrapperSmall
{
    width: 189px;
    background: transparent url('../images/input.png') left top no-repeat;
    color: #ccc;
    height: 27px;
    margin: 5px 0px;
}
div.inputWrapper
{
    width: 189px;
    background: transparent url('../images/email.png') left top no-repeat;
    color: #ccc;
    height: 27px;
}
div.inputWrapper input,div.inputWrapperSmall input
{
    border: 0;
    padding: 3px;
    height: 21px;
    line-height: 21px;
    width: 183px;
    background-color: transparent;
}

.watermark
{
    color: #999;
}

.mainForm
{
    width: 778px;
    margin: 0px auto;
}
.header
{
    height: 77px;
    position: relative;
    text-align: right;
}
.header strong
{
    color: #6D6E71;
    font-size: 12px;
    position: absolute;
    bottom: 10px;
    right: 0px;
}

.logo
{
    width: 155px;
    height: 57px;
    top: 10px;
    left: 0px;
    position: absolute;
}
.footer
{
    margin: 10px 0px;
    color: #6D6E71;
    font-size: 13px;
}
.footer a, .footer a:visited
{
    text-decoration: none;
    color: #6D6E71;
}
.footer a:hover
{
    text-decoration: underline;
    color: #6D6E71;
}
.footer strong
{
    display: block;
    text-align: center;
}
/********************MENU************************/
#topmenu
{
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    width: 100%;
    list-style: none;
    list-style-position: inside;
    width: 778px;
    height: 42px;
    line-height: 42px;
    position: relative;
}

#topmenu li
{
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 0px;
    display: block;
}
#topmenu li a, #topmenu li a:visited
{
    background-image: url('../images/menu.jpg');
    background-repeat: no-repeat;
    color: #285D7C;
    text-decoration: none;
    display: block;
    text-align: center;
}
#topmenu li a em
{
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
    display: block;
    font-style: normal;
    background: transparent url('../images/menu_sep.jpg') top right no-repeat;
}
#topmenu li a:hover,#topmenu li a.current, #topmenu li a.current:visited
{
    background-image: url('../images/menu_hover.jpg');
    color: #fff;
    text-decoration: none;
}
#homeMenu
{
    left: 0px;
    width: 109px;
}
#homeMenu a
{
    background-position: 0px 0px;
}

.centerTop ul li em
{
    font-style: normal;
}
#solutionsMenu
{
    left: 109px;
    width: 131px;
}
#solutionsMenu a
{
    background-position: -109px 0px;
}
#aboutMenu
{
    left: 240px;
    width: 141px;
}
#aboutMenu a
{
    background-position: -240px 0px;
}
#orderMenu
{
    left: 381px;
    width: 109px;
}
#orderMenu a
{
    background-position: -381px 0px;
}
#employmentMenu
{
    left: 490px;
    width: 149px;
}
#employmentMenu a
{
    background-position: -490px 0px;
}
#contactMenu
{
    left: 639px;
    width: 139px;
}
#contactMenu a
{
    background-position: -639px 0px;
}

#topmenu #contactMenu em
{
    background: none;
}
/******************Banners*********************/
#banners, #bannerTribute
{
    display: none;
}

#banners ul, #banners li, #bannerTribute ul, #bannerTribute li
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#banners li, #bannerTribute li
{
    width: 778px;
    height: 303px;
    overflow: hidden;
}
#prevBtn, #nextBtn
{
    display: none;
}
/*******************Center******************/
.centerTop
{
    background: #86A144 url('../images/center_top_bg.png') repeat-y left top;
    height: 30px;
    position: relative;
    margin-top:10px;
}
.center
{
    background: transparent url('../images/center_bg.jpg') repeat-y top left;
    padding-top: 10px;
}
.centerTop ul, .centerTop li
{
    list-style: none;
    padding: 0px;
    margin: 0px;   
    float:left;
}
.centerTop ul
{
    position: relative;
    display: inline-block;
    height: 30px;     
    margin-left:20px;
}
.centerTop li
{
    display: block;
    font-weight: bold;
    font-size: 12px;   
    text-align: center;
    margin:0px 5px;
}
.centerTop li a
{
    /*background:transparent url('../images/center_top_lt_bg.png') no-repeat top left;*/
    margin-top:-10px;
    display:block;
}

.centerTop li a .corner
{
    display:block;
    background:transparent url('../images/center_top_lt_bg.png') no-repeat top left;
    padding-left:10px;
}

.centerTop li a .slide
{
    display:block;
    height:10px;
    padding-right:10px;
    background:transparent url('../images/center_top_rt_bg.png') no-repeat top right;
}


.centerTop li a .corners
{
    background-color:#86A144;
    height:1px;    
    border-style: none solid; 
    border-color: #fff;    
}
.centerTop li a em
{   
    display:block;  
    padding:0px 8px;    
}

.centerTop li a .icon
{    
    height:80px;
    background-position: 50% bottom;
    background-color:#86A144;
    display:none;
    padding:0px;
    padding-top:15px;
}

/*.centerTop li a:hover
{
    margin-top:-80px;
}

.centerTop li a:hover .icon
{
    display:block;   
}
.centerTop li a:hover .slide
{
    height:80px;
}
*/
.centerTop a, .centerTop a:hover, .centerTop a:visited
{
    color: #fff;
    text-decoration: none;
}

.centerTop .commands
{
    float:right;
    margin-right:5px;
    font-size: 12px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    display: block;   
    text-align: right;
}
.centerTop .commands a
{
    height: 30px;
    line-height: 30px;
    display: block;  
    float: left; 
}

.printPageLink
{
  margin-right:20px;
}
.printLink, .emailLink, .openLink
{
    width: 30px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.printLink:hover, .emailLink:hover, .openLink:hover
{
    background-color:#bfc6a7;
}
.printLink
{
    background-image: url('../images/icons/printIcon.png');
}
.emailLink
{
    background-image: url('../images/icons/emailIcon.png');
}
.openLink
{
    background-image: url('../images/icons/openIcon.png');
}
.content
{
    float: left;
    width: 480px;
    margin: 30px;
    color:#6D6E71;
    font-size:12px;
}
.sidebar
{
    float: right;
    width: 190px;
    margin: 35px 22px;
}
.leftSide{
    float:left;
    width:50%;
    background:transparent url('../images/sidesSeparator.jpg') right top repeat-y;
    padding-right:20px;
}
.rightSide{
    float:left;
    background:transparent url('../images/sidesSeparator.jpg') left top repeat-y;
    margin-left:-3px;
    padding-left:20px;
}
/*************Sidebar*******************/
.sidebar
{
    color: #676F5A;
    font-size: 12px;
}
.sidebar div
{
    margin: 3px 0px;
}
.liveChat
{
    margin: 10px 0px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 10px 0px;
}
#liveadmin img
{
    display: none;
    /*background: transparent url('../images/startchat.png') no-repeat left top;*/
    width: 190px;
    height: 75px;
}
.followPanel
{
    text-align: right;
}
.followPanel a
{
    float: right;
}
.followPanel span
{
    line-height: 30px;
    display: inline-block;
    float: right;
    margin: 0px 5px;
}
.twitterLink, .facebookLink
{
    width: 30px;
    height: 30px;
    margin: 2px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: inline-block;
}
.twitterLink
{
    background-image: url('../images/icons/twitterIcon.jpg');
}
.facebookLink
{
    background-image: url('../images/icons/faceBookIcon.jpg');
}
/***************Buttons**********************************/
.btnSubmit,.btnOrder,.btnSubmitBlue
{   
    height: 30px;
    width: 70px;
    cursor: pointer;
    padding: 0px;
    margin: 0px;
    text-indent: -10000px;
    border: none;
}
.btnLoading
{   
    height: 30px;
    width: 83px;
    cursor: pointer;
    padding: 0px;
    margin: 0px;
    text-indent: -10000px;
    border: none;
}
.btnSubmit{
     background: transparent url('../images/submit.png') no-repeat top left;
}
.btnSubmitBlue{
     background: transparent url('../images/submitBlue.png') no-repeat top left;
}
.btnLoading{
     background: transparent url('../images/loading.gif') no-repeat top left;
}
.btnOrder{
    background: transparent url('../images/order.PNG') no-repeat top left;
    width: 72px;
}
/*****************Lists*************************/
.itemsList,.prodDescList{
    list-style:none;
    margin:0px;
    padding:0px;
}
.itemsList li{
    margin-top:10px;
}
.prodDescList li{
     margin-bottom:20px;
}
.itemsList strong{display:block;}
.itemsList strong a{
    color:#86A144;
    text-decoration:underline;
}
.prodDetList{
    margin:0px 0px 30px 0px;
    padding:0px;
    list-style-position:inside;    
}
.prodDetList li{
	padding: 0px;
	margin: 0px;
	cursor: pointer;
}
.prodDetList li a:hover{
    color:#86A144;
    text-decoration:underline;
}


/*********************Home*******************************/
.homeHeader{
    background-image:url('../images/headers/homeHdr.jpg');
    height:56px;     
}
.lifeJourney,.easyPrint,.easyPrintHome,.tributeCenter,.ornamentLabel{
    min-height:54px;
    height:auto !important;
    height:54px;
    padding-left:60px;
}

.tributeCenter strong,.easyPrintHome strong,.lifeJourney strong,.ornamentLabel strong
{
    color: #86A144;
}

.lifeJourney{
    background:transparent url('../images/icons/lifeJourneyIcon.jpg') no-repeat left top;
}
.easyPrint{
    background:transparent url('../images/icons/easyPrintIcon.jpg') no-repeat left top;
}
.easyPrintHome{
    background:transparent url('../images/icons/easyPrintHome.jpg') no-repeat left top;
}
.tributeCenter{
    background:transparent url('../images/icons/tributeCenterIcon.jpg') no-repeat left top;
}
.ornamentLabel
{
    background:transparent url('../images/icons/ornamentLabel.jpg') no-repeat left top;
}
/*******************Candles*********************/
.hamemade,.personalization,.package,.bookMenuIcon,.cdMenuIcon,.globeMenuIcon,.starMenuIcon{
    min-height:64px;
    height:auto !important;
    height:64px;
    padding-left:70px;
}

.hamemade{
    background:transparent url('../images/icons/handmadeIcon.jpg') no-repeat left top;
}
.personalization{
    background:transparent url('../images/icons/personalizationIcon.jpg') no-repeat left top;
}
.package{
    background:transparent url('../images/icons/packageIcon1.jpg') no-repeat left top;
}
.bookMenuIcon{
    background:transparent url('../images/icons/bookMenuIcon.jpg') no-repeat left top;
}
.cdMenuIcon{
    background:transparent url('../images/icons/cdMenuIcon.jpg') no-repeat left top;
}
.globeMenuIcon{
    background:transparent url('../images/icons/globeMenuIcon.jpg') no-repeat left top;
}
.starMenuIcon{
    background:transparent url('../images/icons/starMenuIcon.jpg') no-repeat left top;
}
/*********************Website***********************/
.support,.video,.photo,.guestbook,.obituary,.printer,.inventory,.overThemes{
    min-height:80px;
    height:auto !important;
    height:80px;
    padding-left:80px;
}

.compilingBurning,.copyProtection,.dvdMenu,.easySoftware,.imagePersonalization,.livePreviews,.multipleIntros,.musicLicenses,.networkFriendly,.servingPeople,.unlimitedPhotos,.wedding,.worldTechnology,.zoomMotion{
    min-height:54px;
    height:auto !important;

    padding-left:80px;
}

.support{
    background:transparent url('../images/icons/supportIcon.jpg') no-repeat left top;
}
.video{
    background:transparent url('../images/icons/videoIcon.jpg') no-repeat left top;
}
.photo{
    background:transparent url('../images/icons/photoIcon.jpg') no-repeat left top;
}
.guestbook{
    background:transparent url('../images/icons/guestbookIcon.jpg') no-repeat left top;
}
.obituary{
    background:transparent url('../images/icons/obituaryIcon.jpg') no-repeat left top;
}
.printer{
    background:transparent url('../images/icons/printerIcon.jpg') no-repeat left top;
}
.inventory{
    background:transparent url('../images/icons/inventoryIcon.jpg') no-repeat left top;
}
.compilingBurning{
    background:transparent url('../images/icons/compilingBurning.jpg') no-repeat left top;
}
.copyProtection{
    background:transparent url('../images/icons/copyProtection.jpg') no-repeat left top;
}
.dvdMenu{
    background:transparent url('../images/icons/dvdMenu.jpg') no-repeat left top;
}
.easySoftware{
    background:transparent url('../images/icons/easySoftware.jpg') no-repeat left top;
}
.imagePersonalization{
    background:transparent url('../images/icons/imagePersonalization.jpg') no-repeat left top;
}
.livePreviews{
    background:transparent url('../images/icons/livePreviews.jpg') no-repeat left top;
}
.multipleIntros{
    background:transparent url('../images/icons/multipleIntros.jpg') no-repeat left top;
}
.musicLicenses{
    background:transparent url('../images/icons/musicLicenses.jpg') no-repeat left top;
}
.networkFriendly{
    background:transparent url('../images/icons/networkFriendly.jpg') no-repeat left top;
}
.servingPeople{
    background:transparent url('../images/icons/servingPeople.jpg') no-repeat left top;
}
.unlimitedPhotos{
    background:transparent url('../images/icons/unlimitedPhotos.jpg') no-repeat left top;
}
.wedding{
    background:transparent url('../images/icons/wedding.jpg') no-repeat left top;
}
.worldTechnology{
    background:transparent url('../images/icons/worldTechnology.jpg') no-repeat left top;
}
.zoomMotion{
    background:transparent url('../images/icons/zoomMotion.jpg') no-repeat left top;
}
.shortDesc{
    margin-bottom:20px;
    padding:0px 20px;
    color:#285D7C;
    text-align:center;
    font-size:12px;
    font-weight:bold;    
}
.titleDesc{
    margin-bottom:0px;
    padding:0px 0px;
    color:#285D7C;
    font-size:17px;
    font-weight:bold;  
    font-family: Times New Roman,Georgia,Arial; 
    font-style:normal;
}
.textDesc{
    min-height:50px;
    height:auto !important;
    height:50px;
    text-align:justify;
    padding-bottom:15px;
}
/*****************Ornaments************************/
.holidays,.glass,.package2{
    min-height:74px;
    height:auto !important;
    height:74px;
    padding-left:70px;
}

.holidays{
    background:transparent url('../images/icons/holidayIcon.jpg') no-repeat left top;
}
.glass{
    background:transparent url('../images/icons/glassIcon.jpg') no-repeat left top;
}
.package2{
    background:transparent url('../images/icons/packageIcon2.jpg') no-repeat left top;
}
.artistNumberOne{
    background:transparent url('../images/icons/artistNumberOne.jpg') no-repeat left top;
    padding:20px;
    padding-left:65px;
}
.artistNumberTwo{
    background:transparent url('../images/icons/artistNumberTwo.jpg') no-repeat left top;
    padding:20px;
    padding-left:65px;
}
.clickHere
{
    color: #285D7C;
}
.clickHere:hover
{
    color:#86A144;
}
.proDetLink {
	color: #86A144;
}
/*****************Email Friend************************/
.emailFriend
{
    width: 460px;
    padding: 30px;
    font-size:12px;
    color:#666666;
}
.emailFriendLeft
{
    float:left;
    width:200px;
}
.emailFriendRight
{
    float:right;
    width:200px;
}