body {
/*    background: #fbe3e4 url('/images/head.jpg');*/
    background: #f5f5df;
     font-family: Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
    height:100%;
  /*  font-size:1em;*/
    margin:0px;
    padding:0px;
}

body.error {
    padding: 0px;
    border: none;
}

.container {
    text-align: left;

    padding: 0px;  
    position:relative;
    margin: 0px auto; 
    background-color:#f5f5df; 
    clear:both;
}

.container #borderLeft {
    position: absolute;
    top: 0px;
    left: -17px;
    width: 18px;
    height: 100%;
    background: url('/images/leftBorder.png');
    z-index: 9;
}

.container #borderRight {
    position: absolute;
    top: 0px;
    right: -17px;
    width: 18px;
    height: 100%;
    background: url('/images/rightBorder.png');
    z-index: 9;
}

.container #borderBottom {
    position: absolute;
    top: 100%;
    left: -20px;
    width: 990px;
    height: 18px;
    background: url('/images/bottomBorder.png');
    z-index: 9;
}


.centered #borderLeft {
    position: absolute;
    top: 0px;
    left: -17px;
    width: 18px;
    height: 100%;
    background: url('/images/leftBorder.png');
    z-index: 9;
}

.centered #borderRight {
    position: absolute;
    top: 0px;
    right: -17px;
    width: 18px;
    height: 100%;
    background: url('/images/rightBorder.png');
    z-index: 9;
}

.centered #borderBottom {
    position: absolute;
    top: 100%;
    left: -20px;
    width: 990px;
    height: 18px;
    background: url('/images/bottomBorder.png');
    z-index: 9;
}

/* Header */
#header {
	position: relative;
    background-color: #472552;
    color: #5c3811;
    overflow: hidden;
}

#headerTitle {
    height: 144px;
    text-align: center;
    line-height: 144px;
    background: #FFFFFF url('/images/flock.png') repeat 0% 20%;
}

#headerMain {
	position: relative;
    color: white;
    height: 322px;
    overflow: hidden;
}

#headerMainLeft {
	position: relative;
    height: 100%;
}	

#headerMainRight {
    height: 100%;
    text-align: center;
    background-color: #472552;
    background: url('/images/textAdBack.png') no-repeat 50% 50%;
}

#headerFooter {
    height: 36px;
    text-align: center;
    background: #FFFFFF url('/images/flock.png') repeat 0% 22%;
}

/* Logo area */
#logoContainer {
	position: relative;
	margin-top: 9px;
	height: 108px;
}

#logoBack {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 184px;
    height: 108px;
    z-index: 1;
    background-image: url('/images/logo.png');
}

#headerStrip {
	margin-top: 36px;
    height: 36px;
    background-color: #472552;
    text-align:right;
}

#headerStrip div h1, 
#headerStrip div h2 {
    font-style: italic;
    font-size: 18px;
    color: #dce5b1;
    padding-top:10px;
    text-align: right;
    padding-right:10px;
}

#headerStrip div h2 {
    @display:none;
    margin-top:-63px;
}

#headerStrip div {
    /*position: relative;
    left: -100%;*/
}

/* Main menu */
#nav {

	display: block;
    padding: 0px;
    margin: 0px;
    list-style: none;
    z-index: 9;
    left: 0px;
}

#nav li {
	position: relative;
    height: 26px;
    display: inline;
    display: inline-block;
    width: 105px;
    text-align: center;
    vertical-align: top;
    float: left;
      font-weight: bold;
}

#nav a:link, #nav a:visited {
	display: block;
    color: #783e8b;
    text-decoration: none;
    vertical-align: center;
    line-height: 26px;
    background: url('/images/navButton.png') -105px 0px;

}

#nav a:hover {
    background-position: -210px 0px;
   color: #783e8b;
}

body.index #nav .navHome a, body.insurance #nav .navInsurance a, body.directory #nav .navDirectory a,
body.planning #nav .navPlanning a, body.forum #nav .navForum a, body.contact #nav .navContact a {
    background-position: -105px 0px;
    font-weight: bold;
}

/* Ad switcher */
#adSwitcher {
	margin-top: 0px;
    height: 315px;
    width: 317px;
    background-color: #FFF;
    text-align: center;
    line-height: 288px;
    position: relative;
}

#adSwitcher img {
    position: absolute;
    left: 0px;
    z-index: 1;
}



#adbanSwitcher {
	margin-top: 0px;
    height: 157px;
    width: 316px;
    background-color: #FFF;
    text-align: center;
/*    line-height: 288px;*/
    position: relative;
}

#adbanSwitcher img {
    position: absolute;
    left: 0px;
    z-index: 1;
}




/* Text ads */
.textAdsOuter {
    display: table;
    position: static;
    width: 100%;
    height: 100%;
}

.textAdsMiddle {
    padding-left: 30px;
    padding-right: 40px;
    display: table-cell; 
    vertical-align: middle; 
    position: static;
    font-size: 2em;
}

.textAdsInner {
    position: relative;
}

.textAdWording {
    font-size: 1em;
    color: white;
}

.textAdQuote {
	position: relative;
    color: #FFFFFF;
    font-size: 350%;
    font-family: "Times New Roman", Times, "Nimbus Roman No9 L", "FreeSerif", "Liberation Serif", serif;
    font-weight: bold;
    width: 100%;
    height: 0.5em;
    line-height: 1em;
    clear: both;
}

.textAdQuote.left {
    left: -30px;
    text-align: left;
    float: left;
}

.textAdQuote.right {
    margin-top: -0.2em;
    right: -20px;
    text-align: right;
    float: right;
}

/* Breadcrumbs */
#breadcrumbs {
    height: 27px;
    line-height: 27px;
    color: white;
    padding: 0px 9px;
    border-top: 1px solid #a79373;
}

#breadcrumbs a {
    color: #dce5b1;
}

#breadcrumbs span#backHome {
    float: left;
    height: 100%;
}

#breadcrumbs span#backHome a {
    text-decoration: none;
    color: white;
    display: block;
    margin-right: 9px;
    padding-right: 9px;
    padding-left: 24px;
    background: #783e8b url('/images/backArrow.png') 5px 0% no-repeat;
}

#breadcrumbs span#backHome a:hover {
	background-color: #b25ccf;
	background-position: 5px -27px;
	text-decoration: underline;
}


/* News ticker */
#newsTicker {
	position: relative;
	padding: 2px 5px;
    height: 18px;
    overflow: hidden;
    border-bottom: 1px solid #bbb;
    clear: both;
}

#newsTicker span.lead {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 22px;
    color: #783e8b;
    font-weight: bold;
    padding: 0px 5px 0px 3px;
    background-color: #FFF;
    display: block;
    z-index: 1;
    line-height: 22px;
}

#tickerHolder {
    position: absolute;
    left: 3.5em;
    top: 0px;
    right: 0px;
    height: 100%;
    background-color:#FFF;
}

#newsTicker ul {
    position: absolute;
    list-style-type: none;
    padding: 0px;
    height: 100%;
    margin: 0px;
    width: 150%;
}

#newsTicker ul li {
    float: left;
    color: #783e8b;
    line-height: 22px;
}

#newsTicker ul li a {
    color: #472552;
    text-decoration: none;
    height: 100%;
}

#newsTicker ul li a.adTip {
    color: #55a407;
}

#newsTicker ul li a:hover.adTip {
    color: #55a407;
}

#newsTicker ul li a:hover {
	color: #783e8b;
    text-decoration: underline;
}

#newsTicker li.itemSeparator {
	font-size: 16px;
    font-weight: bold;
    margin: 0px 5px;
}

div.tickercontainer {
}

/* Page elements - multi */
h1.pageHeading {
    font-size: 1.75em;
    color: #55a407;
} 

h2.sectionHeading {
    font-size: 1.5em;
    color: #472552;

}

/* Main */
#main {
    position: relative;
    padding-top: 18px;
    padding-bottom: 36px;
    background-color:#FFFFFF;
    background-image: url('/images/backgroundPattern.png');
    background-position:100% 100%;
    background-repeat: no-repeat;
}

body.index #main {
    background: none;
    
}

.innertube {
	padding: 10px;
}

.sectionTop {
    position: absolute; class="thin"
    top: 0px;
    left: 0px;
    width: 100%;
    height: 14px;
    background: url('/images/sectionBorderV.png') 0% 0% repeat;
}

.sectionTL {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 14px;
    width: 14px;
    background: url('/images/sectionBorderCorners.png') 0px 0px no-repeat;
}

.sectionTR {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 14px;
    width: 14px;
    background: url('/images/sectionBorderCorners.png') -14px 0px no-repeat;
}

.sectionMiddle {
    position: relative;
    float: left;
    margin: 14px 0px 14px;
    width: 100%;
    background: url('/images/sectionBackSmall.png') 0% 0% repeat-x;
}

.sectionLeft {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 3px;
    background: white url('/images/sectionBorderH.png') 0% 0% repeat;
}

.sectionRight {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 3px;
    background: white url('/images/sectionBorderH.png') 100% 0% repeat;
}

.sectionCentre {
   position:relative;
    float:left;
    margin:10px;
    padding:5px;
    background-color:#FFFFFF;    
    border:1px solid #783e8b;
    background-image:url("/images/backgroundPattern.png");
    background-position:100% 100%;
    background-repeat:no-repeat;
    width:918px;
    z-index:0;
}

*:first-child+html .sectionCentre {
   position:relative;
    float:left;
    margin:10px;
    padding:5px;
    background-color:#FFFFFF;    
    border:1px solid #783e8b;
    background-image:url("/images/backgroundPattern.png");
    background-position:100% 100%;
    background-repeat:no-repeat;
    width:918px;
    z-index:-1;
}}

.sectionBottom {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 14px;
    background: url('/images/sectionBorderV.png') 0% 100% repeat;
}

.sectionBL {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 14px;
    width: 14px;
    background: url('/images/sectionBorderCorners.png') 0px -14px no-repeat;
}

.sectionBR {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 14px;
    width: 14px;
    background: url('/images/sectionBorderCorners.png') -14px -14px no-repeat;
}

/* Main content - Homepage */
body.index #mainContent {
    left: 12px;
} 

#mainContent {
	position: relative;
}

body.index .sectionCentre {

    padding: 0px 8px;
}

body.index #mainContent p {
    color: #472552;
    font-size: 1.2em;
}

body.index #mainContent h3 {
    color: #55a407;
    font-weight: bold;
    font-size: 1.2em;
}

body.index #mainContent ul {
    font-size: 1.2em;
}

body.index #mainContent a:link, a:visited {
    color: #472552;
}

body.index #mainContent a:hover {
    color: #783e8b;
}

.homeIntro {
    float: left;
    height: 53px;
    width: 100%;
    background: url('/images/home/weddingIntro.png') no-repeat;
    clear: both;
    margin-bottom: 18px;
}

.signOff {
    float: left;
    width: 247px;
    height: 53px;
    background: url('/images/home/weddingSignature.png');
}

/* Pointers - Homepage */
#homePointersHolder {
    position: relative;
}

#homePointers {
	position: relative;
	text-align: right;
	margin-right: 12px;
}

.homePointer {
	position: relative;
    width: 310px;
    height: 325px;
    float: right;
}

#homePointerInsurance {
	background-image: url('/images/home/insuranceLink.jpg');
}

#homePointerDirectory {
	margin-top: 28px;
	background-image: url('/images/home/directoryLink.jpg');
}

.homePointer a {
    display: block;
    width: 100%;
    height: 100%;
    color: transparent;
}

a.pointerButton span {
	display: block;
    width: 185px;
    height: 108px;
    position: absolute;
    left: -7px;
    bottom: -20px;
    background-image: url('/images/home/linkButtons.png');
    text-indent: -5000em;
    text-align: left;
}

#homePointerInsurance a:link span, #homePointerInsurance a:visited span {
    background-position: 0px 0px;
}

#homePointerInsurance a:hover span {
    background-position: 0px -108px;
}

#homePointerDirectory a:link span, #homePointerDirectory a:visited span {
    background-position: -185px 0px;
}

#homePointerDirectory a:hover span {
    background-position: -185px -108px;
}

/* Footer */
#footer {
    text-align: center;
}

#footerStrip {
	height: 36px;
    background: #dce5b1 url('/images/flock.png') repeat 0% 5%;
}

#footerLinks {
    
}

#footer a {
    text-decoration: none;
    color: #5c3811;
    margin: 1em 0.5em;
}

/* Ancillary links */
#headingAccessibility {
    position: relative;
    float: left;
    background: url('/images/home/headerAccessibility.png') no-repeat;
    width: 100%;
    height: 33px;
    text-indent: -5000em;
}

#headingTerms {
    position: relative;
    float: left;
    background: url('/images/home/headerTerms.png') no-repeat;
    width: 100%;
    height: 33px;
    text-indent: -5000em;
}

#headingAbout {
    position: relative;
    float: left;
    background: url('/images/home/headerAbout.png') no-repeat;
    width: 100%;
    height: 33px;
    text-indent: -5000em;
}

#headingSitemap {
    position: relative;
    float: left;
    background: url('/images/home/headerSitemap.png') no-repeat;
    width: 100%;
    height: 33px;
    text-indent: -5000em;
}

#headingSecurity {
    position: relative;
    float: left;
    background: url('/images/home/headerSecurity.png') no-repeat;
    width: 100%;
    height: 33px;
    text-indent: -5000em;
}

/* Insurance */
#headingInsurance {
    position: relative;
    float: left;
    background: url('/images/insurance/headerInsurance.png') no-repeat;
    width: 100%;
    height: 36px;
    text-indent: -5000em;
}

#headingUK {
    position: relative;
    float: left;
    background: url('/images/insurance/headerUK.png') no-repeat;
    width: 100%;
    height: 33px;
    text-indent: -5000em;
}

#headingBenefits {
    background: url('/images/insurance/headerPolBenefits.png') 50% 0% no-repeat;
    height: 34px;
    text-indent: -5000em;
    width: 100%;
}

#headingOverseas {
    position: relative;
    float: left;
    background: url('/images/insurance/headerOverseas.png') no-repeat;
    width: 100%;
    height: 33px;
    text-indent: -5000em;
    float: left;
}

#headingCivil {
    position: relative;
    float: left;
    background: url('/images/insurance/headerCivil.png') no-repeat;
    width: 100%;
    height: 33px;
    text-indent: -5000em;
}

#headingBenefitsUK {
    background: url('/images/insurance/headerBenefitsUK.png') no-repeat 50% 50%;
    height: 34px;
    display: inline-block;
    width: 100%;
    text-indent: -5000em;
}

#headingBenefitsCivil {
    background: url('/images/insurance/headerBenefitsCivil.png') no-repeat 50% 50%;
    height: 34px;
    display: inline-block;
    width: 100%;
    text-indent: -5000em;
}

#headingBenefitsOverseas {
    background: url('/images/insurance/headerBenefitsOverseas.png') no-repeat 50% 50%;
    height: 34px;
    display: inline-block;
    width: 100%;
    text-indent: -5000em;
}

#headingOverseasFaq {
    background: url('/images/insurance/headerOverseasFaq.png') no-repeat 50% 50%;
    height: 33px;
    display: inline-block;
    width: 100%;
    text-indent: -5000em;
}

#headingCivilFaq {
    background: url('/images/insurance/headerCivilFaq.png') no-repeat 50% 50%;
    height: 33px;
    display: inline-block;
    width: 100%;
    text-indent: -5000em;
}

#headingUKFaq {
    background: url('/images/insurance/headerUKFaq.png') no-repeat 50% 50%;
    height: 33px;
    display: inline-block;
    width: 100%;
    text-indent: -5000em;
}

.insuranceBanners {
    position: relative;
    float: left;
    width: 100%;
    padding-left: 0px;
    margin: 0px;
    list-style-type: none;
    clear:both;
}

#mainLinks.insuranceBanners li {
	position: relative;
	display:inline;
    float: left;
    height: 156px;
    width: 234px;
    margin-right: 65px;
    margin-bottom: 60px;

}

.insuranceBanners li#ukWedding {
    background: url('/images/insurance/ukBanner.png');
}

.insuranceBanners li#overseasWedding {
    background: url('/images/insurance/overseasBanner.png');
}

.insuranceBanners li#civilPartnership {
    background: url('/images/insurance/civilBanner.png');
}

#mainLinks.insuranceBanners li a {
    display: block;
    width: 100%;
    height: 100%;

}

#mainLinks.insuranceBanners li a span {
    position: absolute;
    bottom: -40px;
    right: -50px;
    width: 136px;
    height: 80px;
    text-indent: -5000em;
    list-style:none;
}

li#ukWedding a span {
    background: url('/images/insurance/linkButtons.png') 0px 0px no-repeat;
}

li#ukWedding a:hover span {
    background-position: 0px -80px;
}

li#overseasWedding a span {
    background: url('/images/insurance/linkButtons.png') -136px 0px no-repeat;
}

li#overseasWedding a:hover span {
    background-position: -136px -80px;
}

li#civilPartnership a span {
    background: url('/images/insurance/linkButtons.png') -272px 0px no-repeat;
}

li#civilPartnership a:hover span {
    background-position: -272px -80px;
}

#detailLinks.insuranceBanners li {
    list-style:none;
    margin: 0px 35px 20px;
    text-align: center;
}

#detailLinks.insuranceBanners li a {
    
    position: relative;
    display: block;
    width: 127px;
    height: 100%;
    top: 0px;
    left: 0px;

    padding: 5px;
    font-size: 1.2em;
    font-weight: bold;
}

#detailLinks a:link, #detailLinks a:visited {
    background: url('/images/buttonbg.gif') 0px 0px repeat-x;
    text-decoration: none;
    color: #FFFFFF;
}

#detailLinks a:hover {
    background-position: 0px 0px;
    color: black;
}

p.quoteHolder {
	width: 100%;
	float: left;
}

.quoteHolder a:link, .quoteHolder a:visited {
    list-style:none;
	float: right;
    margin-bottom:20px;
    height: 117px;
    width: 200px;
    background: url('/images/insurance/quoteButton.png') 0px 0px no-repeat;
    text-indent: -5000em;
    outline: none 0;
}

.quoteHolder a:hover {
    background: url('/images/insurance/quoteButton.png') 0px -117px no-repeat;
}

.pullQuote {
    font-size: 1.5em;
    text-align: right;
    clear: both;
    float: right;
    margin: 0 1em 1.5em;
}

.pullQuoteBreak {
    clear: both;
}

.pullQuote .textAdQuote {
    color: #55a407;
}

.pullQuote .left {
    top: 5px;
    left: 0px;
    float: none;
}

.pullQuote .right {
    right: -30px;
}

/* Directory */
#headingDirectory {
    position: relative;
    float: left;
    background: url('/images/directory/headerDirectory.png') no-repeat;
    width: 100%;
    height: 33px;
    text-indent: -5000em;
}

.categories {
	margin:0px -14px;
	text-align:center;
}

.category {
	display:inline-block;
    height: 100px;
    background: #ccc;
    margin-bottom: 10px;
    text-align: right;
}

#categoryLinks.insuranceBanners, #planningLinks.insuranceBanners,
#budgetLinks.insuranceBanners, #calendarLinks.insuranceBanners {
    padding-left: 1%;
    width: 99%;
    list-style-type:none;
}

#categoryLinks.insuranceBanners li, #planningLinks.insuranceBanners li,
#budgetLinks.insuranceBanners li, #calendarLinks.insuranceBanners li {
    float: left;
    margin: 0px 52px 40px 0px;
    position: relative;
    text-align: center;
    width: 175px;
    height: 99px;
    text-indent: -5000em;
    list-style:none;
}

#categoryLinks.insuranceBanners li a, #planningLinks.insuranceBanners li a,
#budgetLinks.insuranceBanners li a, #calendarLinks.insuranceBanners li a {
    display: block;
    width: 100%;
    height: 100%;
     list-style:none;
}

#categoryLinks.insuranceBanners li a span, #planningLinks.insuranceBanners li a span,
#budgetLinks.insuranceBanners li a span, #calendarLinks.insuranceBanners li a span {
    display: block;
    position: absolute;
    width: 123px;
    height: 72px;
    bottom: -31px;
    right: -35px;
    outline: none 0;
     list-style:none; 
}

#categoryLinks.insuranceBanners li a span {
    background-image: url('/images/directory/sectionButtons.png');
     list-style:none;
}

#adverts {
	position: relative;
	margin-left: 9px;
}
 
#adverts .skyscraper {
    position: relative;
    width: 100%;
    height: 500px;
    margin-bottom: 20px;
}

#adverts .button {
    position: relative;
    width: 100%;
    height: 230px;
    margin-bottom: 20px;
}

.suppliers .premium {
    background: #FFFFFF url('/images/directory/premiumHeader.png') repeat-x;
    padding: 1px 8px;
    margin-bottom: 10px;
    border: 1px solid #472552;
    position: relative;
}

.suppliers h2, .suppliers h3, .suppliers h5 {
    margin: 0px;
}

.suppliers h2 a, .suppliers h3 a {
    text-decoration: none;
    color: white;
}

.suppliers .premium .photoHolder {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0px;
}

.suppliers .premium p {
    font-size: 1em;
    margin-bottom: 0px;
}

.suppliers .premium p .firstLetter {
    float: left;
    font-size: 3em;
    line-height: 1;
    font-weight: bold;
    margin-right: 1px;
    color: #472552;
    font-family: Georgia,"Bitstream Charter","Century Schoolbook L","Liberation Serif",Times,serif;
}

.suppliers .premium .photo {
    position: relative;
    float: left;
    margin: 0px 25px;
    background: #e5ecc5;
    text-align: center;
}

.suppliers .premium .photo img {
    padding:0;
    margin:0;
    margin-bottom:-5px;
    border-color: #783d8b;
    border-width: 2px;
    border-style: solid;
}

.suppliers .premium #premiumSlot {
    position: absolute;
    background: rgba(0,0,0,0.4) url('/images/directory/premiumStar.png') no-repeat 7px 10px;
    width: 90px;
    height: 37px;
    top: 0px;
    right: 0px;
    color: white;
    line-height: 37px;
    font-size: 1.3em;
    text-align: left;
    padding-left: 30px;
    font-weight: bold;
}

.suppliers .enhanced {
    background: #FFFFFF url('/images/directory/enhancedHeader.png') repeat-x ;
    padding: 1px 8px;
    margin-bottom: 10px;
    border: 1px solid #783e8b;
    position: relative;
}

.suppliers .enhanced h3, .suppliers .standard h4 {
    margin-top: 3px;
    margin-bottom: 10px;
}

.suppliers .enhanced #enhancedSlot {
    position: absolute;
    background: rgba(0,0,0,0.4) url('/images/directory/enhancedHeart.png') no-repeat 7px 7px;
    width: 90px;
    height: 28px;
    top: 0px;
    right: 0px;
    color: white;
    line-height: 28px;
    font-size: 1.3em;
    text-align: left;
    padding-left: 30px;
    font-weight: bold;
}

.suppliers .enhanced .photo {
    position: relative;
    display: block;
    float: right;
    height: 111px;
    margin: 0px 10px;
    border-color: #783d8b;
    border-width: 2px;
    border-style: solid;
    background: #e5ecc5 url('/images/directory/yourImage.png');
    text-align: center;
    line-height: 105px;
}

.suppliers .standard {
    background-color: #ffffff;
    padding: 1px 8px;
    margin-bottom: 10px;
    border: 1px solid #55a407;
    position: relative;
}

.suppliers .standard h4 a {
    color: #472552;
    font-weight: bold;
    text-decoration: none;
}

.suppliers .free {
    padding: 1px 8px;
    margin-bottom: 10px;
    border: 1px solid #aaa;
    position: relative;
}

.suppliers .free h5 a {
    color: #472552;
}

.suppliers .details {
    padding-top: 5px;
    margin-top: 5px;
    border-top: 1px solid #472552;
    position: relative;
    width: 100%;
    display: inline-block;
}

.suppliers .details div {
    position: relative;
    width: 32%;
    margin-right: 1%;
    float: left;
}

.suppliers .label {
    font-weight: bold;
    float: left;
    margin-right: 4px;
}

.suppliers .data {
    float: left;
}

li#catWedding-attire {
    background: url('/images/directory/sectionAttire.png');
}

li#catWedding-attire a span {
    background-position: 0px 0px;
}

li#catWedding-attire a:hover span {
    background-position: 0px -72px;
}

li#catCakes {
    background: url('/images/directory/sectionCakes.png');
}

li#catCakes a span {
    background-position: -123px 0px;
}

li#catCakes a:hover span {
    background-position: -123px -72px;
}

li#catCatering {
    background: url('/images/directory/sectionCatering.png');
}

li#catCatering a span {
    background-position: -246px 0px;
}

li#catCatering a:hover span {
    background-position: -246px -72px;
}

li#catEntertainment {
    background: url('/images/directory/sectionEntertainment.png');
}

li#catEntertainment a span {
    background-position: -369px 0px;
}

li#catEntertainment a:hover span {
    background-position: -369px -72px;
}

li#catFavours {
    background: url('/images/directory/sectionFavours.png');
}

li#catFavours a span {
    background-position: -492px 0px;
}

li#catFavours a:hover span {
    background-position: -492px -72px;
}

li#catFlowers {
    background: url('/images/directory/sectionFlowers.png');
}

li#catFlowers a span {
    background-position: -615px 0px;
}

li#catFlowers a:hover span {
    background-position: -615px -72px;
}

li#catHealth-beauty {
    background: url('/images/directory/sectionHealth.png');
}

li#catHealth-beauty a span {
    background-position: -738px 0px;
}

li#catHealth-beauty a:hover span {
    background-position: -738px -72px;
}

li#catHoneymoon {
    background: url('/images/directory/sectionHoneymoon.png');
}

li#catHoneymoon a span {
    background-position: -861px 0px;
}

li#catHoneymoon a:hover span {
    background-position: -861px -72px;
}

li#catInsurance-finance {
    background: url('/images/directory/sectionInsurance.png');
}

li#catInsurance-finance a span {
    background-position: -984px 0px;
}

li#catInsurance-finance a:hover span {
    background-position: -984px -72px;
}

li#catJewellery {
    background: url('/images/directory/sectionJewellery.png');
}

li#catJewellery a span {
    background-position: -1107px 0px;
}

li#catJewellery a:hover span {
    background-position: -1107px -72px;
}

li#catMarquees {
    background: url('/images/directory/sectionMarquees.png');
}

li#catMarquees a span {
    background-position: -1230px 0px;
}

li#catMarquees a:hover span {
    background-position: -1230px -72px;
}

li#catPhotography {
    background: url('/images/directory/sectionPhotography.png');
}

li#catPhotography a span {
    background-position: -1353px 0px;
}

li#catPhotography a:hover span {
    background-position: -1353px -72px;
}

li#catWedding-planning {
    background: url('/images/directory/sectionPlanning.png');
}

li#catWedding-planning a span {
    background-position: -1476px 0px;
}

li#catWedding-planning a:hover span {
    background-position: -1476px -72px;
}

li#catPresents {
    background: url('/images/directory/sectionPresents.png');
}

li#catPresents a span {
    background-position: -1599px 0px;
}

li#catPresents a:hover span {
    background-position: -1599px -72px;
}

li#catReception {
    background: url('/images/directory/sectionReception.png');
}

li#catReception a span {
    background-position: -1722px 0px;
}

li#catReception a:hover span {
    background-position: -1722px -72px;
}

li#catStationery {
    background: url('/images/directory/sectionStationery.png');
}

li#catStationery a span {
    background-position: -1845px 0px;
}

li#catStationery a:hover span {
    background-position: -1845px -72px;
}

li#catTransport {
    background: url('/images/directory/sectionTransport.png');
}

li#catTransport a span {
    background-position: -1968px 0px;
}

li#catTransport a:hover span {
    background-position: -1968px -72px;
}

li#catWedding-venues {
    background: url('/images/directory/sectionVenues.png');
}

li#catWedding-venues a span {
    background-position: -2091px 0px;
}

li#catWedding-venues a:hover span {
    background-position: -2091px -72px;
}

li#catVideography {
    background: url('/images/directory/sectionVideography.png');
}

li#catVideography a span {
    background-position: -984px 0px;
}

li#catVideography a:hover span {
    background-position: -984px -72px;
}

/* Planning */
#headingPlanner {
	background: url("/images/planning/headerPlanning.png") no-repeat scroll 0 0 transparent;
	float: left;
	height: 26px;
	position: relative;
	text-indent:-5000em;
	width: 350px;
    clear:both;
}

#headingBudget {
    background: url("/images/planning/headerBudget.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 26px;
    position: relative;
    text-indent:-5000em;
    width: 350px;
    clear:both;
}

#headingGuides {
    background: url("/images/planning/headerGuides.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 24px;
    position: relative;
    text-indent:-5000em;
    width: 350px;
    clear:both;
}

#planningLinks.insuranceBanners li a span, #budgetLinks.insuranceBanners li a span,
#calendarLinks.insuranceBanners li a span {
    background-image: url('/images/planning/planningButtons.png');
 
}

li#dlBridesmaids {
    background: url('/images/planning/downloadBridesmaids.png');
}

li#dlBridesmaids a span {
    background-position: 0px 0px;
}

li#dlBridesmaids a:hover span {
    background-position: 0px -72px;
}

li#dlCatering {
    background: url('/images/planning/downloadCatering.png');
}

li#dlCatering a span {
    background-position: -123px 0px;
}

li#dlCatering a:hover span {
    background-position: -123px -72px;
}

li#dlDress {
    background: url('/images/planning/downloadDress.png');
}

li#dlDress a span {
    background-position: -246px 0px;
}

li#dlDress a:hover span {
    background-position: -246px -72px;
}

li#dlFlowers {
    background: url('/images/planning/downloadFlowers.png');
}

li#dlFlowers a span {
    background-position: -369px 0px;
}

li#dlFlowers a:hover span {
    background-position: -369px -72px;
}

li#dlGifts {
    background: url('/images/planning/downloadGifts.png');
}

li#dlGifts a span {
    background-position: -492px 0px;
}

li#dlGifts a:hover span {
    background-position: -492px -72px;
}

li#dlGroom {
    background: url('/images/planning/downloadGroom.png');
}

li#dlGroom a span {
    background-position: -615px 0px;
}

li#dlGroom a:hover span {
    background-position: -615px -72px;
}

li#dlInsurance {
    background: url('/images/planning/downloadInsurance.png');
}

li#dlInsurance a span {
    background-position: -738px 0px;
}

li#dlInsurance a:hover span {
    background-position: -738px -72px;
}

li#dlPhotography {
    background: url('/images/planning/downloadPhotography.png');
}

li#dlPhotography a span {
    background-position: -861px 0px;
}

li#dlPhotography a:hover span {
    background-position: -861px -72px;
}

li#dlRing {
    background: url('/images/planning/downloadRing.png');
}

li#dlRing a span {
    background-position: -984px 0px;
}

li#dlRing a:hover span {
    background-position: -984px -72px;
}

li#dlShoes {
    background: url('/images/planning/downloadShoes.png');
}

li#dlShoes a span {
    background-position: -1107px 0px;
}

li#dlShoes a:hover span {
    background-position: -1107px -72px;
}

li#dlStationery {
    background: url('/images/planning/downloadStationery.png');
}

li#dlStationery a span {
    background-position: -1230px 0px;
}

li#dlStationery a:hover span {
    background-position: -1230px -72px;
}

li#dlTransport {
    background: url('/images/planning/downloadTransport.png');
}

li#dlTransport a span {
    background-position: -1353px 0px;
}

li#dlTransport a:hover span {
    background-position: -1353px -72px;
}

li#dlVenues {
    background: url('/images/planning/downloadVenues.png');
}

li#dlVenues a span {
    background-position: -1475px 0px;
}

li#dlVenues a:hover span {
    background-position: -1475px -72px;
}

li#dlBudget {
    background: url('/images/planning/downloadBudget.png');
}

li#dlBudget a span {
    background-position: -1599px 0px;
}

li#dlBudget a:hover span {
    background-position: -1599px -72px;
}

li#dlCalendar {
    background: url('/images/planning/downloadPlanning.png');
}

li#dlCalendar a span {
    background-position: -1722px 0px;
}

li#dlCalendar a:hover span {
    background-position: -1722px -72px;
}

/* Forms */
/* Generic Classes */
select.text {
    padding: 4px 2px;
}

/* Contact form */
#contactForm {
    position: relative;
    float: left;
}

#contactForm form {
    float: left;
  /*  background: #dce5b1;
    border: 1px solid #5c3811;*/
    padding-right: 1em;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 648px;
}

#headingContact {
    position: relative;
    float: left;
    background: url('/images/home/headerContact.png') no-repeat;
    width: 100%;
    height: 22px;
    text-indent: -5000em;
}

#headingPlanning {
    position: relative;
    float: left;
    background: url('/images/home/headerPlanning.png') no-repeat;
    width: 100%;
    height: 33px;
    text-indent: -5000em;
}

#contactForm dt {
    width: 9em;
    float: left;
    color: #5c3811;
    font-size: 1.2em;
    margin-top: 0.5em;
    clear: both;
    padding-left: 1em;
}

#contactForm dd {
    float: left;
    margin-bottom: 0.5em;
    width: 480px;
}

#contactForm dd input, #contactForm dd select, #contactForm dd textarea {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #5c3811;
    background-color: #f8efd9;
    color: #5c3811;
    font-size: 1.2em;
    padding: 2px;
    font-family: Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
    float: left;
    margin-bottom: 0px;
}

#contactForm dd input.error, #contactForm dd select.error,
#contactForm dd textarea.error {
    background-color: #fbe3e4;
    border-color: red;
    color: red;
}

#contactForm dd input.valid, #contactForm dd select.valid,
#contactForm dd textarea.valid {
    border-color: #55a407;
    color: #55a407;
} 

#contactForm dd input.error:focus, #contactForm dd select.error:focus,
#contactForm dd textarea.error:focus {
    border-color: #8a1f11;
    color: #8a1f11;
} 

#contactForm dd input:focus, #contactForm dd select:focus,
#contactForm dd textarea:focus {
    border-color: #55a407; 
}

#contactForm dd#Send-element input {
    color: #783e8b;
    background-color: white;
    font-size: 1.5em;
    border: 2px solid #783e8b;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 2px 5px;
    cursor: pointer;
}

#contactForm dd#Send-element input:hover {
    background-color: #783e8b;
    color: white;
 
}

#contactForm ul.errors {
    float: left;
    clear: both;
    color: #8a1f11; 
    font-weight: bold;
}

#contactForm label.error {
    float: left;
    clear: both;
    color: #8a1f11;
    padding: 0 0 0 2.5em; 
    border: none;
    background: transparent url('/images/invalid.png') no-repeat;
    margin-bottom: 0px;
    height: 25px;
    line-height: 25px;
}

#contactForm label.checked {
    background: transparent url('/images/valid.png') no-repeat 50% 50%;
    clear: none;
    margin-top: 0.55em;
}

#contactForm #phone-label, #contactForm #phone-element,
#contactForm #verifyemail-label, #contactForm #verifyemail-element {
    display: none;
}

/* Admin Alphabet */
ul#alphabet {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

#alphabet li {
    display: inline;
    list-style-type: none;
}

#alphabet a {
    padding: 2px 5px;
}

#alphabet a:link, #alphabet a:visited {
    color: #fff;
    background-color: #472552;
    text-decoration: none;
}

#alphabet a:hover {
    color: #472552;
    background-color: #fff4c7;
    text-decoration: none;
}

/* Admin Menu */
ul#adminnav {
    margin: 0;
    padding: 0;
}

#adminnav li {
    list-style-type: none;
}

#adminnav a {
    color:#000;
}

#adminnav a:link, #adminnav a:visited {
    text-decoration: none;
}

#adminnav a:hover {
    color: #472552;
    text-decoration: none;
}

/* Pager */
#pager {
    text-align:center;
}

ul#pager {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

#pager li {
    display: inline;
    list-style-type: none;
}

#pager a {
    padding: 2px 5px;
    margin: 0px 1px;
}

#pager a:link, #pager a:visited {
    color: #fff;
    background-color: #472552;
    text-decoration: none;
}

#pager a:hover {
    color: #472552;
    background-color: #fff4c7;
    text-decoration: none;
}

#pager a.active {
    color: #472552;
    background-color: #fff4c7;
    text-decoration: none;
}

#pager a:link.selected {
    color: #472552;
    background-color: #fff4c7;
    text-decoration: none;
}

hr {
    background: #472552;
    color: #472552;
}

textarea.desc {
    height:100px;
}

/* Admin Delete/Edit Button */
a.button {
    background: transparent url('/images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('/images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

a.add span:before {
    content:url('/images/add.png');
    float:left;
    padding-right:2px;
    margin-top:-1px;
}

a.edit span:before {
    content:url('/images/pencil.png');
    float:left;
    padding-right:2px;
    margin-top:-1px;
}

a.delete span:before {
    content:url('/images/cross.png');
    float:left;
    padding-right:2px;
    margin-top:-1px;
}

textarea #article .text {
    height:500px !important;
}

th.thin {
    width:100px;
}



/* IE7 */
*+html #agreechk {
position:relative;
top:-18px;
left:425px;
}
/* IE7 */
*+html #disagreechk {
position:relative;
top:-18px;
left:425px;
}

/** moz **/
body:first-of-type #agreechk {
position:absolute;
top:527px;
left:673px;
}

body:first-of-type #disagreechk {
position:absolute;
top:562px;
left:674px;
}


/** ie8 **/
html>/**/body #agreechk {
position:absolute;
top:528px;
left:674px;
}

html>/**/body #disagreechk {
position:absolute;
top:562px;
left:674px;
}







.decChkbox1 {
width:20px;
}



/****** prices  ******/

/* IE7 */
*+html .upperPrice {
position:absolute;
top:115px;
left:870px;
}

.upperPrice {
position:absolute;
top:123px;
left:870px;
}

#premiumInputTop {
    margin-top: -39px;
    float: left;
    border:none;

    border-style:none;
    font-weight:bold;
    font-size:14pt;
    background-color:#F5F5DF;
    z-index:10;
    width:70px
    !important
    
}


.decChkbox {
width:20px;
}
.lastStrap{
margin-top:25px;
padding:-top:25px;
width:330px;
}

#continuex {
    position:relative;
    background: transparent url('/images/continue.png') no-repeat;
    width: 100px;
    height: 59px;
    text-indent: -5000em;
    cursor: pointer;
    border: none;

}

/* IE8 */
html>/**/body .lastStrap{
margin-top:25px;
padding-top:25px;
width:330px;
}

body:first-of-type  .lastStrap{
width:330px;
}

/* IE7 */
*+html .upperPrice .lastStrap{
width:330px;
margin:0px;
padding:0px;
}



/* IE7 */
*+html #continuex {
margin-top:0px;
position:relative;
top:60px;
left:-20px;
}

/* IE7 */
*+html #continuex:hover {
    background-position: 0px -59px;
}


html>/**/body #continuex:hover {
    background-position: 0px -59px;
}

body:first-of-type #continuex:hover {
    background-position: 0px -59px;
}


