
@charset "utf-8";
body {
    background: url("../images/bg.png") no-repeat scroll center top #FFEBF0;
    color: #73132D;
    font-family: calibri;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
strong{ text-align:justify; display:block;}
a {
    color: #000000;
    font-family: calibri;
    font-size: 13px;
    text-decoration: none;
}
p, h1, h2, h3, h4, h5 {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
img {
    border: medium none;
}
.clr {
    clear: both;
}
.wrapper {
    width: 100%;
}
.wrap-main {
    margin: 0 auto;
    width: 1000px;
}
.headr-wrapper {
    background: none repeat scroll 0 0 #EEF279;
    border-radius: 0 0 10px 10px;
    color: #000000;
    font-family: calibri;
    font-size: 15px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 20px;
    padding: 15px;
}
.logo {
    float: left;
}
.contact {
    float: right;
    padding: 25px 0 0;
    text-align: right;
}
.banner {
    border: 6px solid #EEF279;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
.navbar {
    background: none repeat scroll 0 0 #EEF279;
    border-radius: 0 0 10px 10px;
    margin-bottom: 20px;
    margin-top: 0;
}
.navbar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.navbar ul li {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.navbar ul li a {
    color: #000000;
    display: block;
    font-family: calibri;
    font-size: 22px;
    line-height: 50px;
    padding: 0 30px;
}
.navbar ul li a:hover {
    background: none repeat scroll 0 0 #992A48;
}
.prod-show {
    background: none repeat scroll 0 0 #EEF279;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 20px;
}
.prod-wrap {
    float: left;
    margin: 0 10px;
}
.prodbl {
    height: 180px;
    width: 220px;
}
.pxt a {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #000000;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 8px;
}
h1 {
    color: #000000;
    display: block;
    font-family: calibri;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 27px;
}
p {
    color: #000000;
    display: block;
    font-family: calibri;
    font-size: 14px;
    margin-bottom: 10px;
    text-align: justify;
}
.hleft {
    float: left;
    width: 550px;
}
.hright {
    float: right;
    width: 400px;
}
.footer-wapper {
    border-top: 1px solid #FF6699;
    margin: 20px 0 0;
    padding: 15px 0;
    width: 1000px;
}
.enqwrap {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 12px;
    font-family: calibri;
    font-size: 14px;
    font-weight: bold;
    padding: 25px;
}
input.txbx {
    background: none repeat scroll 0 0 #F4F4F4;
    border: medium none;
    border-radius: 6px;
    height: 22px;
    padding: 3px;
    width: 300px;
}
.txr {
    background: none repeat scroll 0 0 #F4F4F4;
    border: medium none;
    border-radius: 6px;
    height: 85px;
    padding: 5px;
    resize: none;
    width: 300px;
}
.btn {
    background: none repeat scroll 0 0 #663366;
    border: medium none;
    border-radius: 8px;
    color: #FFFFFF;
    padding: 5px 10px;
    text-align: center;
}
.prodbox {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 12px;
    margin-bottom: 25px;
    padding: 25px;
}
h2 {
    border-bottom: 1px dotted #999999;
    color: #663366;
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.prodbox table {
    margin-bottom: 20px;
}
h3 {
    color: #151617;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 16px;
}
.menu, .menu ul, .menu li, .menu a {
    border: medium none;
    margin: 0;
    outline: medium none;
    padding: 0;
}
.menu {
}
.menu li {
    display: block;
    float: left;
    list-style: none outside none;
    position: relative;
}
.menu li a {
    border-right: 1px solid #EAEAEA;
    color: #333333;
    display: block;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    padding: 0 35px;
    text-decoration: none;
    transition: color 0.2s ease-in-out 0s;
}
.menu li:first-child a {
    border-left: medium none;
}
.menu li:last-child a {
    border-right: medium none;
}
.menu li:hover > a {
    background: none repeat scroll 0 0 #992A48;
    color: #FFFFFF;
}
.menu ul {
    background: none repeat scroll 0 0 #F6F7F8;
    border: 4px solid #992A48;
    left: 0;
    opacity: 0;
    padding: 5px;
    position: absolute;
    top: 50px;
    transition: opacity 0.25s ease 0.1s;
    z-index: 10000;
}
.menu li:hover > ul {
    opacity: 1;
}
.menu ul li {
    height: 0;
    overflow: hidden;
    padding: 0;
    transition: height 0.25s ease 0.1s;
}
.menu li:hover > ul li {
    height: 29px;
    overflow: visible;
    padding: 0;
}
.menu ul li a:hover {
    background: none repeat scroll 0 0 #992A48;
}
.menu ul li a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #EAEAEA;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    font-size: 12px;
    line-height: 29px;
    margin: 0;
    width: 120px;
}
.menu ul li:last-child a {
    border: medium none;
}
.menu a.documents {
}
.menu a.messages {
}
.menu a.signout {
}
