html{
        font-size: 100.1%;
       /* background:#D4D4D2 url(../images/background.gif) repeat-x;     */
        background:#000000 url(../images/background.gif) repeat-x;
}

body{
        margin: 0;
        font: 64% Arial, Verdana, sans-serif;
}
form {
        padding: 0;
        margin: 0;
        display: inline;
}
img{
        border: none;
        display: block;
}

ul{
        list-style: none;
        margin: 0;
        padding: 0;
}
p, h1, h2, h3, h4{
        margin: 0;
}

h2{
        cursor:pointer;
}

a{
        text-decoration: none;
}
a:active, a:focus{
        outline:none;
}

#main{
        margin: 0 auto;
        width: 994px;
        background: url(../images/main.jpg) no-repeat;
}

#header{
        width: 930px;
        margin: 0 auto;
        padding: 28px 0 0;
        position: relative;
}

.logo{
        position: absolute;
        display: block;
        overflow: hidden;
        text-indent: -9999px;
        background: url(../images/logo.gif) no-repeat;
        height: 132px;
        width: 116px;
        top: 20px;
        left: 12px;
}

#header .email-us{
        background:url(../images/email.gif) no-repeat 30px;
        /*width: 323px;*/
        width: 375px;
        margin: 0 0 0 580px;
        height: 40px;
        text-align: right;
        color: #bdd51d;
        margin-bottom:2px;
}
#header .email-us span{
        font-size:15px;
        line-height: 30px;
}
#header .email-us strong{font-size: 16px;}

#header .email-us a{
        color:#BDD51D;
        font-size:18px;
        margin:0 0 0 75px;
        }

#header .email-us a:hover{text-decoration:underline;}


#header .call-us{
        background:url(../images/call.gif) no-repeat 30px;
        width: 372px;
        margin: 0 0 0 580px;
        height: 40px;
        text-align: right;
        margin-top:4px;
        color: #bdd51d;
}
#header .call-us span{
        font-size:15px;
        line-height: 30px;
}
#header .call-us strong{font-size: 22px;/*margin-right:90px;*/}

/*start main menu*/
#menu{
        overflow: hidden;
        padding: 17px 0 0 174px;
}

#menu li{
        float: left;
        margin-right: 5px;
}

#menu a{
        display: block;
        height: 33px;
        font: bold 13px/32px Arial, Helvetica, sans-serif;
        color: #fff;
        text-align: center;
}
#menu .menu-home a{
        width: 73px;
        background: url(../images/menu-home.gif) no-repeat;
}
#menu .menu-table a{
        width: 92px;
        background: url(../images/menu-table.gif) no-repeat;
}
#menu .menu-centrepieces a{
        width: 110px;
        background: url(../images/menu-centrepieces.gif) no-repeat;
}
#menu .menu-covers a{
        width: 110px;
        background: url(../images/menu-covers.gif) no-repeat;
}
#menu .menu-ceremony a{
        width: 120px;
        /*background: url(../images/menu-ceremony.gif) no-repeat;   */

        background: transparent url(../images/menu-events.gif) no-repeat;
}
#menu .menu-events a{
        width: 120px;
        background: url(../images/menu-events.gif) no-repeat;
}
#menu .menu-contact a{
        width: 95px;
        background: url(../images/menu-contact.gif) no-repeat;
}
#menu a:hover,
#menu .active a{
        background-position: 0 100%;
        color: #000;
}
/*end main menu*/

/*start sub menu*/
#sub-menu{
        overflow: hidden;
        padding-left:174px;
        color:#000;
        height:33px;
        border-bottom:1px solid #000;
        border-top:none;
        background:#fff;
}

#sub-menu li{
        float: left;
        margin-right: 5px;
        padding:0 10px;
}

#sub-menu a#last{
        border-right:none;
}

#sub-menu a{
        font: bold 13px/32px Arial, Helvetica, sans-serif;
        text-align: center;
        color:#000;
        text-decoration:underline;
        border-right:1px solid #000;
        height:23px;
        margin:5px 0;
        padding-right:25px
}

#sub-menu a:hover,
#sub-menu .active a{
        text-decoration:none;
        color:#4F007D;
        /*green-lime: #adbd1f*/
}
/*end sub menu*/

#content{
        background:#FBFBFB url(../images/content.gif) repeat-x;
        width: 888px;
        margin: 0 auto;
        border-bottom: 1px solid #232323;
        padding: 5px 21px 15px;
}

#content h2{
        text-indent: -9999px;
        overflow: hidden;
        position: relative;
        z-index: 100;
}

#content h2.h2-table{
        /*background: url(../images/small-box-h2-1.gif) no-repeat 50% 0;*/
        width: 218px;
        height: 24px;
}

#content h2.h2-centrepieces{
        /*background: url(../images/small-box-h2-2.gif) no-repeat 50% 0;*/
        width: 218px;
        height: 31px;
}

#content h2.h2-covers{
        /*background: url(../images/small-box-h2-3.gif) no-repeat 50% 0;*/
        width: 218px;
        height: 25px;
}

#content h2.h2-ceremony{
        /*background: url(../images/small-box-h2-4.gif) no-repeat 50% 0;*/
        width: 218px;
        height: 31px;
}

#content h2.h2-corp-gallery{
        background: url(../images/big-box-h2-1.jpg) no-repeat;
        width: 441px;
        height: 48px;
}

#content h2.h2-wed-gallery{
        background: url(../images/big-box-h2-2.jpg) no-repeat;
        width: 441px;
        height: 48px;
}

.small-boxes{
        overflow: hidden;
}

.small-boxes li{
        float: left;
        background: url(../images/small-box-bg.jpg) no-repeat;
        height: 180px;
        width: 218px;
        margin-left: 5px;
        position: relative;
}
.small-boxes li:first-child{margin-left:0;}
.small-boxes img{
        position: absolute;
        bottom: 0;
}
.small-boxes li h2{top: 10px;}

.big-boxes{
        overflow: hidden;
        margin-top: 5px;
}

.big-boxes li{
        /*float: left; */
        margin-left: 5px;
}
.big-boxes li:first-child{margin-left:0;}

.text-box{
        background: url(../images/text-box-bg.jpg) no-repeat;
        width: 828px;
        height: 104px;
        padding: 16px 30px;
        margin-top: 10px;
}

.text-box p{
        font: 12px/20px Arial, Helvetica, sans-serif;
        color:#000;
}

.text-box a{
        color: #641c8a;
        text-decoration: underline;
}
.text-box a:hover{text-decoration: none;}


.logo-box{
        background: url(../images/logo-box-bg.jpg) no-repeat;
        height: 53px;
        width:887px;
        overflow: hidden;
        margin-top: 15px;
        padding: 3px 0 0;
}

.logo-box li{
        float: left;
        padding: 0 15px 0 100px;
}

#footer{
        width: 930px;
        margin: 0 auto;
        padding-bottom: 15px;
}

.footer-links{
        overflow: hidden;
        padding-top: 12px;
        height: 1%;
}

.footer-links .left-links{
        float: left;
}

.footer-links .left-links li{
        background: url(../images/footer-separator.gif) no-repeat 0 50%;
        display: inline;
}
.footer-links .left-links li{
        font: 12px/14px Arial, Helvetica, sans-serif;
        color:#333;
        padding: 0 3px 0 8px;
}

.footer-links .left-links li a{
        font: 12px/14px Arial, Helvetica, sans-serif;
        color: #FFFFFF;
        text-decoration: underline;
}
.footer-links .left-links li a:hover{text-decoration: none;}
.footer-links .left-links li:first-child{background: none; color: #FFFFFF;}

.footer-links .right-links{
        float: right;
}

.footer-links .right-links li{
        background: url(../images/footer-separator.gif) no-repeat 0 50%;
        display: inline;
        padding: 0 3px 0 8px;
}
.footer-links .right-links li{
        font: 12px/14px Arial, Helvetica, sans-serif;
        color:#333;
}

.footer-links .right-links li a{
        font: 12px/14px Arial, Helvetica, sans-serif;
        color: #FFFFFF;
        text-decoration: underline;
}
.footer-links .right-links li a:hover{text-decoration: none;}
.footer-links .right-links li:first-child{background: none; color: #FFFFFF;}

#footer .decorit{
        font: 10px/12px Arial, Helvetica, sans-serif;
        color: #FFFFFF;
        padding: 15px 0 0;
}

.decorit-kws, .decorit-kws a:link, .decorit-kws a:visited, .decorit-kws a:hover{
        font: 8px/12px Arial, Helvetica, sans-serif;
        color: #FFFFFF;
        padding: 15px 0 0;
}

h1{
        color:#4f007d;
        font-family:Arial, Helvetica, sans-serif;
        font-size:25px;
}

.form-generic
{
        color:#4F007D;
        font-size:14px;
        font-weight:bold;
}

.form-generic div
{
        padding-bottom:10px;
        clear:left;
}

.form-generic  span
{
        width:200px !important;
        float:left;
}

.mandatory
{
        color:#7d0009;
}

.hideText
{
        display:none;
}


.contactUs{
        border-collapse:collapse;
        font-family:Arial, Helvetica, sans-serif;
        font-size:12px;
        float:right;
        width:400px;
}

.contactUs .right{
        text-align:right;
        width:100%;
}

.contactUs td{
        border-bottom:1px solid #666;
        padding:5px;
}

.contactUs td a{
        color:#4F007D;
        text-decoration:underline;
}

.contactUs td a:hover{
        text-decoration:none;
}

.contactUs .col_even{
}

.contactUs .col_odd{
        background:#CCCCCC;
}

.l_text_weeding{
        color:#D1E45A;
        }


.text-box-home{
        /*background: url(../images/text-box-bg.jpg) no-repeat;*/
        width: 828px;
        /*height: 104px;  */
        padding: 16px 30px;
        margin-top: 10px;
                overflow:hidden;
                clear:both;
}



.text-box-home p{
        font: 14px Arial, Helvetica, sans-serif;
        color:#000;
}

.text-box-home a{
        color: #641c8a;
        text-decoration: underline;
        font-weight:bold;
}
.text-box-home a:hover{text-decoration: none;}


.text-box-home img {
        float:left;
        padding:10px;
        }
.eweb_header {
        font-size:14px;
}