* {margin: 0; padding: 0;}
body {
    padding: 0;
    margin: 0;
    font-family: 'TrebuchetMS';
    color: #000000;
    font-size: 20px;
}
@font-face {
    font-family: 'TrebuchetMS';
    src: url('../font/trebuc0.eot');
    src: url('../font/trebuc0.eot?#iefix') format('embedded-opentype'),  url('../font/trebuc0.woff') format('woff'),  url('../font/trebuc0.ttf') format('truetype'),  url('../font/trebuc0.svg#trebuc0') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'CenturyGothic';
    src: url('../font/gothic.eot');
    src: url('../font/gothic.eot?#iefix') format('embedded-opentype'),  url('../font/gothic.woff') format('woff'),  url('../font/gothic.ttf') format('truetype'),  url('../font/gothic.svg#gothic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'CenturyGothic-Bold';
    src: url('../font/gothicb.eot');
    src: url('../font/gothicb.eot?#iefix') format('embedded-opentype'),  url('../font/gothicb.woff') format('woff'),  url('../font/gothicb.ttf') format('truetype'),  url('../font/gothicb.svg#gothicb') format('svg');
    font-weight: normal;
    font-style: normal;
}
p {
    padding: 0;
    margin: 0;
}
img {
    padding: 0;
    margin: 0;
    border: none;
}
h1, h2, h3, h4, h5, h6, ul, li {
    padding: 0;
    margin: 0;
    /*list-style: none;*/
    font-weight: normal;

}
ul,li{list-style-position:inside;}
.left {
    float: left;
}
.right {
    float: right;
}
.clr {
    clear: both;
}
/*.home_bg{background: url(../images/background.jpg); background-repeat:no-repeat;
background-attachment:fixed;
background-position:center;  width:100%; height: 100%;}*/
.home_bg {
    background: url(../images/background.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.wraper {
    width: 100%;
    padding: 70px 0 0;
}
.main_body {
    background: url(../images/background_main.png) top left repeat;
    width: 785px;
    margin: 0 auto;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    border: 2px solid #000;
}
.container {
    width: 619px;
    margin: 0 auto;
}
.headingbox {
    background: #499ccb;
    padding: 5px 30px;
    text-align: center;
    font: 28px/35px 'TrebuchetMS';
    color: #fff;
    font-style: italic;
    box-shadow: 5px 7px 0 #3b6a7f;
    -moz-box-shadow: 5px 7px 0 #3b6a7f;
    -webkit-box-shadow: 5px 7px 0 #3b6a7f;
    -o-box-shadow: 5px 7px 0 #3b6a7f;
    margin: 20px 0 22px;
    text-shadow: 1px 1px 0 #000;
    -moz-text-shadow: 1px 1px 0 #000;
    -webkit-text-shadow: 1px 1px 0 #000;
    -o-text-shadow: 1px 1px 0 #000;
}
h1 {
    font: 29px/30px 'TrebuchetMS';
    color: #ff8000;
    text-align: center;
    font-style: italic;
    padding: 0 0 20px;
}
.txt_center {
    text-align: center;
}
h2 {
    font: 20px/24px 'TrebuchetMS';
    color: #000;
    text-align: center;
    padding: 0 0 15px;
}
.video {
    padding: 0 0 10px;
}
.formarea {
    padding: 20px 0 0;
}
.formarea form {
    padding: 0;
    margin: 0 auto;
    text-align: center;
    width: 519px;
}
.formarea label {
    color: #393939;
    font: 18px/24px 'TrebuchetMS';
    padding: 0 0 10px;
}
.formarea label select {
    background: url(../images/input_bg.png) top center no-repeat;
    width: 496px;
    margin: 0 auto;
    padding: 5px 10px;
    height: 34px;
    font: 18px/20px 'TrebuchetMS';
    color: #5D5D5D;
    border: none;
    margin: 0 0 20px;
}
.formarea select {
    background: url(../images/input_bg.png) top center no-repeat;
    width: 496px;
    margin: 0 auto;
    padding: 5px 10px;
    height: 34px;
    font: 18px/20px 'TrebuchetMS';
    color: #5D5D5D;
    border: none;
    margin: 0 0 20px;
}
.formarea input[type="text"] {
    background: url(../images/input_bg.png) top center no-repeat;
    width: 496px;
    margin: 0 auto;
    padding: 5px 10px;
    height: 34px;
    font: 18px/20px 'TrebuchetMS';
    color: #5D5D5D;
    border: none;
    margin: 0 0 20px;
}
.password1 {
    background: url(../images/input_bg.png) top center no-repeat;
    width: 496px;
    margin: 0 auto;
    padding: 5px 10px;
    height: 34px;
    font: 18px/20px 'TrebuchetMS';
    color: #5D5D5D;
    border: none;
    margin: 0 0 20px;
}
.formarea input[type="button"] {
    text-align: center;
}
.btn_blue {
    background: url(../images/take_button.png) top left no-repeat;
    width: 381px;
    padding: 20px 0;
    margin: 0 0 10px;
    border: none;
    text-transform: uppercase;
    font: 30px/30px 'TrebuchetMS';
    color: #ffd24d;
    cursor: pointer;
}
.header {
    background: url(../images/login/header.png) top left repeat-x;
}
.inner_container {
    width: 940px;
    margin: 0 auto;
}
.logo {
    padding: 0 0 3px;
}
.navarea {
    padding: 0;
    margin: 0;
    float: left;
    width: 700px;
}
.navarea ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.navarea ul li {
    float: left;
}
.navarea ul#nav li a {
    float: left;
    font: 14px/47px 'CenturyGothic-Bold';
    color: #fff;
    text-transform: uppercase;
    padding: 0;
    text-decoration: none;
    height: 47px;
}
.navarea ul#nav li:hover a {
    background: url( ../images/login/nav_hover.png) top left repeat-x;
    color: #fff;
    padding: 0;
    font: 14px/47px 'CenturyGothic-Bold';
    text-decoration: none;
}
/*.navarea ul#nav li:hover a span{background:url( ../images/login/nav_left.png) top left no-repeat; padding: 0 0 0 2px; float:left;}
.navarea ul#nav li:hover a span span{background:url( ../images/login/nav_right.png) top right no-repeat; padding: 0 0 0 2px; float:right;}*/
.navarea ul#nav li:hover a span span span {
    padding: 0 15px 0 11px;
}
.navarea ul li a span span span {
    padding: 0 15px;
}
.navarea ul li a.active {
    background: url( ../images/login/nav_hover.png) top left repeat-x;
    color: #f19620;
    padding: 0;
    font: 14px/47px 'CenturyGothic-Bold';
    text-decoration: none;
}
/*.navarea ul li a.active span{background:url( ../images/login/nav_left.png) top left no-repeat; padding: 0 0 0 2px; float:left;}
.navarea ul li a.active span span{background:url( ../images/login/nav_right.png) top right no-repeat; padding: 0 0 0 2px; float:right;}*/
.navarea ul li a.active span span span {
    padding: 0 15px;
}
.welcomebox {
    background: url(../images/login/login_ewlcone_bg.png) top center no-repeat;
    width: 840px;
    margin: 50px auto 30px;
    font: 34px/34px 'CenturyGothic-Bold';
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 0 #000;
    -moz-text-shadow: 1px 1px 0 #000;
    -webkit-text-shadow: 1px 1px 0 #000;
    -o-text-shadow: 1px 1px 0 #000;
    padding: 12px 0 15px;
}
.welcomebox span {
    color: #f19621;
}
.inner_body {
    background: url("../images/background_main.png") repeat scroll left top rgba(0, 0, 0, 0);
    border: 2px solid #000000;
    border-radius: 20px 20px 20px 0px;
    margin: 0 auto;
    width: 940px;
}
.inner_middle {
    padding: 20px 10px;
}
.login_hd {
    background: #228aba;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -o-border-radius: 7px;
    box-shadow: 0 3px 4px #5B5B5B;
    -moz-box-shadow: 0 3px 4px #5B5B5B;
    -webkit-box-shadow: 0 3px 4px #5B5B5B;
    -o-box-shadow: 0 3px 4px #5B5B5B;
    text-align: center;
    font: 26px/26px 'TrebuchetMS';
    text-transform: uppercase;
    width: 599px;
    margin: 0 auto 30px;
    padding: 10px;
    color: #fff;
}
.loginarea {
    padding: 0;
    margin: 0;
}
.loginarea form {
    width: 460px;
    margin: 0 auto;
}
.loginarea label {
    font: 18px/35px 'TrebuchetMS';
    color: #393939;
    float: left;
    width: 118px;
}
.loginarea input[type="text"] {
    background: url(../images/login/input_small.png) top left no-repeat;
    width: 308px;
    padding: 8px 10px 9px;
    font: 18px/20px 'TrebuchetMS';
    color: #5D5D5D;
    border: none;
    float: left;
}
.loginarea input:focus {
    box-shadow: 0 0 7px #2BABF2;
    -moz-box-shadow: 0 0 7px #2BABF2;
    -webkit-box-shadow: 0 0 7px #2BABF2;
    -o-box-shadow: 0 0 7px #2BABF2;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
}
.password2 {
    background: url(../images/login/input_small.png) top left no-repeat;
    width: 308px;
    padding: 8px 10px 9px;
    font: 18px/20px 'TrebuchetMS';
    color: #5D5D5D;
    border: none;
    float: left;
}
.pad_bot10 {
    padding: 0 0 10px;
}
.loginarea .pad_bot50 input[type="submit"] {
    margin: 11px 0 0;
    background: #f19621;
    cursor: pointer;
    font: 14px/14px 'arial';
    cursor: pointer;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.35);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.35);
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.35);
    -o-box-shadow: 1px 1px 2px rgba(0,0,0,0.35);
    border: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-image: 5px;
    -o-border-image: 5px;
    padding: 5px 20px;
    color: #fff;
    text-transform: uppercase;
    float: right;
}
.loginarea .pad_bot50 input[type="button"] {
    margin: 11px 0 0;
    background: #f19621;
    cursor: pointer;
    font: 14px/14px 'arial';
    cursor: pointer;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.35);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.35);
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.35);
    -o-box-shadow: 1px 1px 2px rgba(0,0,0,0.35);
    border: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-image: 5px;
    -o-border-image: 5px;
    padding: 5px 20px;
    color: #fff;
    text-transform: uppercase;
    float: right;
}
.login {
    background: url(../images/login/button_rpt.png) top left repeat-x;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border: 0;
    font: 22px/24px 'TrebuchetMS';
    text-transform: uppercase;
    color: #fff;
    padding: 8px 33px;
    box-shadow: 0 3px 4px #5B5B5B;
    -moz-box-shadow: 0 3px 4px #5B5B5B;
    -webkit-box-shadow: 0 3px 4px #5B5B5B;
    -o-box-shadow: 0 3px 4px #5B5B5B;
}
a.black {
    font: 14px/45px 'TrebuchetMS';
    color: #393939;
    text-decoration: underline;
    padding: 7px 0 0 20px;
}
.pad_bot50 {
    padding: 0 0 50px;
}
.footer {
    background: #ececec;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-image: 7px;
    -o-border-image: 7px;
    padding: 10px 20px;
    margin: 30px 0;
    font: 14px/14px 'arial';
    color: #000;
}
.footer a {
    font: 14px/14px 'arial';
    color: #000;
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline;
}
.btn_area {
    margin: 5px 0 0;
    float: right;
    width: 85px;
}
.logout_btn {
    background: #038dcc;
    box-shadow: 0 3px 3px #000;
    -moz-box-shadow: 0 3px 3px #000;
    -webkit-box-shadow: 0 3px 3px #000;
    -o-box-shadow: 0 3px 3px #000;
    cursor: pointer;
    font: 14px/14px 'arial';
    cursor: pointer;
    border: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-image: 5px;
    -o-border-image: 5px;
    padding: 5px 10px;
    color: #fff;
    text-transform: uppercase;
    margin: 10px 0 0;
    float: left;
}
.join_btn {
    background: #f19621;
    box-shadow: 0 3px 3px #000;
    -moz-box-shadow: 0 3px 3px #000;
    -webkit-box-shadow: 0 3px 3px #000;
    -o-box-shadow: 0 3px 3px #000;
    cursor: pointer;
    font: 14px/14px 'arial';
    cursor: pointer;
    border: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-image: 5px;
    -o-border-image: 5px;
    padding: 5px 20px;
    color: #fff;
    text-transform: uppercase;
    margin: 10px 0 0;
    float: right;
}
.left_pannel {
    width: 218px;
    float: left;
}
.left_hd {
    background: #038DCC;
    padding: 10px 20px;
    margin: 0 0 1px;
    border-radius: 18px 0 0 0;
    -moz-border-radius: 18px 0 0 0;
    -webkit-border-radius: 18px 0 0 0;
    -o-border-radius: 18px 0 0 0;
    font: 14px/14px 'CenturyGothic-Bold';
    text-transform: uppercase;
    color: #fff;
}
.left_list {
    background: url(../images/after_login/left_pannel_rpt.jpg) top left repeat-y;
    padding: 15px 10px;
}
.left_list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.left_list ul li {
    background: url(../images/after_login/border-bottom_left_pannel.png) bottom left no-repeat;
    padding: 5px 0;
}
.left_list ul li a {
    background: url(../images/after_login/arrow_-blue.png) 10px 7px no-repeat;
    font: 13px/14px 'TrebuchetMS';
    color: #024a6b;
    text-transform: uppercase;
    padding: 5px 0 5px 23px;
    text-decoration: none;
    display: block;
}
.left_list ul li a:hover {
    background: url(../images/after_login/arrow_white.png) 10px 7px no-repeat #2888e6;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    color: #fff;
}
.left_list ul li a.active {
    background: url(../images/after_login/arrow_white.png) 10px 7px no-repeat #2888e6;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    color: #fff;
}
.right_pannel {
    float: right;
    width: 690px;
    padding: 10px;
}
h3 {
    font: 24px/24px 'TrebuchetMS';
    color: #024a6b;
    text-transform: uppercase;
    border-bottom: 1px solid #c8c8c8;
    padding: 0 0 15px;
    margin: 10px 0 20px;
    font-weight: bold;
}
.right_pannel h3 a {
    font: bold 24px/24px 'TrebuchetMS';
    color: #F19621;
    text-decoration: underline;
}
.address_box {
    padding: 0;
    margin: 0 0 20px;
    font: 13px/14px 'TrebuchetMS';
    color: #024a6b;
    text-transform: uppercase;
}
.login_left {
    float: left;
    width: 405px;
    font: 14px/14px 'TrebuchetMS';
    color: #393939;
    text-transform: uppercase;
    text-align: right;
}
.login_right {
    float: right;
    width: 276px;
    font: 14px/14px 'TrebuchetMS';
    color: #024a6b;
    text-transform: uppercase;
}
.col_red {
    color: #ff0000;
}
h6 {
    font: 14px/14px 'TrebuchetMS';
    color: #024a6b;
    padding: 0 0 20px;
    text-transform: uppercase;
}
.inner_bg {
    //background: url(../images/after_login/bg.jpg) no-repeat center center fixed;
    background: url("../../wp-content/uploads/2014/05/olympicidea-back-seamles.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.form_input_left {
    width: 272px;
    float: left;
    margin: 0 54px 0 0;
}
.form_input_left label {
    font: 14px/14px 'TrebuchetMS';
    color: #393939;
    text-transform: uppercase;
    margin: 0 0 5px;
}
.contact_input {
    background: url(../images/after_login/input_text.png) left top no-repeat;
    width: 258px;
    padding: 7px 10px;
    font: 14px/14px 'TrebuchetMS';
    color: #393939;
    border: 0;
    margin: 0 0 10px;
}
.styled-select select {
    background: transparent;
    width: 290px;
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 34px;
    -webkit-appearance: none;
}
.styled-select {
    width: 268px;
    height: 34px;
    overflow: hidden;
    background: url(../images/after_login/drop_down.png) no-repeat right #ddd;
    margin: 0 0 10px;
}
.btn_right {
    float: right;
    margin: 0 0px 0 0;
}
.notebox {
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    padding: 15px 0;
    margin: 15px 0;
}
h5 {
    font: 15px/18px 'TrebuchetMS';
    color: #393939;
    padding: 0 0 20px;
    text-transform: uppercase;
}
.color_box {
    padding: 0;
    margin: 10px 0;
}
.span01 {
    background: #339ff7;
    width: 20px;
    height: 20px;
    margin: 0 30px 0 0;
    float: left;
}
.span02 {
    background: #7a4cbf;
    width: 20px;
    height: 20px;
    margin: 0 30px 0 0;
    float: left;
}
.span03 {
    background: #66cc66;
    width: 20px;
    height: 20px;
    margin: 0 30px 0 0;
    float: left;
}
.span04 {
    background: #FFFF66;
    width: 20px;
    height: 20px;
    margin: 0 30px 0 0;
    float: left;
}
.span05 {
    background: #FFCC00;
    width: 20px;
    height: 20px;
    margin: 0 30px 0 0;
    float: left;
}
.span06 {
    background: #CC0000;
    width: 20px;
    height: 20px;
    margin: 0 30px 0 0;
    float: left;
}
.color_detail {
    float: left;
    width: 400px;
    font: 15px/18px 'TrebuchetMS';
    color: #393939;
}
.notable {
    background: #c8c8c8;
    padding: 0;
    margin: 0;
    border: 0;
}
.notable th {
    background: #024A6B;
    text-align: center;
    font: 12px/14px 'Arial';
    color: #fff;
    text-transform: uppercase;
    padding: 5px;
}
.notable td {
    background: #fff;
    text-align: center;
    padding: 5px;
    font: 14px/14px 'Arial';
    color: #393939;
    border-bottom: 1px solid #ddd;
}
.notable tr {
    padding: 0;
    margin: 0;
}
.left_hd01 {
    background: #024a6b;
    padding: 10px 20px;
    margin: 0;
    border-bottom: 1px solid #ccc;
    font: 14px/14px 'CenturyGothic-Bold';
    text-transform: uppercase;
    color: #fff;
}
.left_hd01:hover {/*padding:10px 20px 10px 30px;*/
    color: #F19621;
}
.right_pannel > .showsearch {
    background: url(../images/login/button_rpt.png) top left repeat-x;
    padding: 0!important;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: 0 3px 4px #5B5B5B;
    -moz-box-shadow: 0 3px 4px #5B5B5B;
    -webkit-box-shadow: 0 3px 4px #5B5B5B;
    -o-box-shadow: 0 3px 4px #5B5B5B;
    cursor: pointer;
}
/*.search_btnnew{background:url(../images/plus_icon.png) no-repeat 70px 10px #0395d6; padding: 5px 40px 5px 10px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius:5px; border:0; box-shadow: 3px 0 5px rgba(0, 0, 0, 0.57); -moz-box-shadow: 3px 0 5px rgba(0, 0, 0, 0.57); -webkit-box-shadow: 3px 0 5px rgba(0, 0, 0, 0.57); font:14px/14px 'CenturyGothic-Bold'; text-transform: uppercase;  color:#fff; text-decoration: none;  float: right; cursor: pointer;}*/
.search_btnnew {
    background: url(../images/plus_icon.png) no-repeat 116px 17px;
    border: 0;
    font: 22px/24px 'TrebuchetMS';
    text-transform: uppercase;
    color: #fff;
    padding: 8px 33px;
    cursor: pointer;
}
/*---------------------------- tree part ------------------------*/
.tree_listing_area {
    width: 688px;
    /*min-height: 510px;*/
    min-height: 492px;
    background: #fff;
    border: 1px solid #2888E6;
    border-radius: 0 0 15px 15px;
    -moz-border-radius: 0 0 15px 15px;
    -webkit-border-radius: 0 0 15px 15px;
    /*overflow: auto;*/
    float: left;
    position: relative;
}
.tree_listing_area .inner {
    width: 1700px;
    /*min-height: 510px;*/
    min-height: 270px;
}
.tree_listing_area .inner .row {
    width: 100%;
    margin: 30px 4px 0 4px;
}
.tree_listing_area .inner ul {
    position: relative;
}
.tree_listing_area .inner ul li {
    position: relative;
}
.top_row_line {
    width: 2px;
    height: 37px;
    background: #2888E6;
    margin: 0 0 0 -2px;
    position: absolute;
    top: -31px;
    left: 50%;
}
.line_box {
    width: 2px;
    height: 43px;
    background: #2888E6;
    margin: 0 0 0 -2px;
    position: absolute;
    top: -42px;
    left: 50%;
}
.tree_content_box {
    /*width: 150px;
height: 100px;*/
    width: 66px;
    height: 62px;
    border: 1px solid #2888E6;
    background: #f6f6f6;
    font-size: 11px;
    text-align: center;
    position: relative;
    margin: 0 auto;
    padding: 8px 0 0 0;
    box-shadow: 0px 0px 3px #222;
    -moz-box-shadow: 0px 0px 3px #222;
    -webkit-box-shadow: 0px 0px 3px #222;
    -o-box-shadow: 0px 0px 3px #222;
    z-index: 999999;
}
ul#number01_level .lft_white_area {
    /*width: 288px;*/
    width: 119px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: -2px;
    left: 0px;
    z-index: 999;
}
ul#number01_level .rgt_white_area {
    /*width: 290px;*/
    width: 121px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: -2px;
    right: 0px;
    z-index: 999;
}
ul#number01_level {
    width: 100%;
    margin: 0;
    padding: 40px 0 0;
    /*padding: 40px 0 0;*/
    border-top: 2px solid #2888E6;
    display: inline-block;
    text-align: center;
    clear: both;
}
ul#number01_level li {
    /*margin: 0 200px;*/
    margin: 0 75px;
    padding: 0;
    display: inline-block;
    text-align: center;
}
ul#number01_level li .small_info_icon {
    /*right: 6px;
top: 5px;*/
    bottom: 2px;
    right: 3px;
}
ul#number01_level li:first-of-type {
    /*margin: 0 200px 0 0;*/
    margin: 0 75px 0 0;
}
ul#number01_level li:last-of-type {
    /*margin: 0 0 0 200px;*/
    margin: 0 0 0 75px;
}
ul#number02_level .lft_white_area {
    /*width: 107px;*/
    width: 43px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 0px;
    left: -4px;
    z-index: 999;
}
ul#number02_level .rgt_white_area {
    /*width: 109px;*/
    width: 44px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 0px;
    right: -3px;
    z-index: 999;
}
ul#number02_level {
    width: 33.3%;
    margin: 0px;
    padding: 0px 0 0;
    display: inline-block;
    text-align: center;
    float: left;
}
ul#number02_level li {
    margin: 0 -3px;
    margin: 0 -10px;
    /*padding: 42px 0 0;*/
    border-top: 2px solid #2888E6;
    display: inline-block;
    text-align: center;
    padding: 32px 0 0 0;
}
ul#number02_level li .tree_content_box {
    margin: 0 10px;
}
ul#number02_level li .line_box {
    top: -2px;
    z-index: 99999;
}
.small_info_icon {
    width: 15px;
    height: 17px;
    /*background:url(../images/small_info_icon.png) no-repeat center center;*/
    position: absolute;
    z-index: 9999991;
}
ul#number02_level li .small_info_icon {
    /*right: 14px;
top: 46px;*/
    bottom: 2px;
    right: 13px;
}
.top_from_area {
    float: right;
}
.top_from_area input[type="text"] {
    background: #FFFFFF;
    border: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.55) inset;
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.55) inset;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.55) inset;
    color: #666666;
    font: 14px/14px 'arial';
    padding: 5px 8px;
    position: relative;
    top: -2px;
    width: 125px !important;
}
.top_from_area input[type="submit"] {
    width: 35px;
    height: 26px;
    margin: 0 0 0 -1px;
    background: #f19621;
    cursor: pointer;
    font: 14px/14px 'arial';
    cursor: pointer;
    border: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-image: 5px;
    -o-border-image: 5px;
    position: relative;
    top: -2px;
    padding: 0px;
    color: #fff;
    text-transform: uppercase;
    float: none;
}
.hover_box {
    width: 151px;
    background: #fff;
    font-size: 10px;
    border: 1px solid #ccc;
    position: absolute;
    right: -57px;
    bottom: 35px;
    z-index: 9999999;
}
.hover_box:after { /*arrow added to downarrowdiv DIV*/
    content: '';
    display: block;
    position: absolute;
    top: 100%; /*should be set to 100% */
    left: 50%;
    width: 0;
    height: 0;
    border-color: #fff transparent transparent transparent; /*border color should be same as div div background color*/
    border-style: solid;
    border-width: 8px;
    margin: 0 0 0 -8px;
}
ul#number01_level li .hover_box {
    right: -68px;
}
ul#number02_level:nth-child(3) li:nth-child(3) .hover_box {
    right: 0px;
}
ul#number02_level:nth-child(3) li:nth-child(3) .hover_box:after {
    right: 10px;
    left: auto;
}
/*----------------------------Plan Page Start------------------------*/


.search_btnnew {
    background: url(../images/plus_icon.png) no-repeat 75px 5px #0395d6;
    padding: 5px 30px 5px 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border: 0;
    box-shadow: 3px 0 5px rgba(0, 0, 0, 0.57);
    -moz-box-shadow: 3px 0 5px rgba(0, 0, 0, 0.57);
    -webkit-box-shadow: 3px 0 5px rgba(0, 0, 0, 0.57);
    font: 14px/14px 'CenturyGothic-Bold';
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}
.plan_content_ctrl {
    padding: 20px 20px 30px 20px;
    margin: 0;
}
.membership_titl {
    margin: 10px auto;
    padding: 8px 0;
    width: 75%;
    background: rgb(26,135,185); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(26,135,185,1) 0%, rgba(48,144,187,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(26,135,185,1)), color-stop(100%, rgba(48,144,187,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(26,135,185,1) 0%, rgba(48,144,187,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(26,135,185,1) 0%, rgba(48,144,187,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(26,135,185,1) 0%, rgba(48,144,187,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(26,135,185,1) 0%, rgba(48,144,187,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a87b9', endColorstr='#3090bb', GradientType=0 ); /* IE6-9 */
    font: bold 26px/normal 'TrebuchetMS';
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: 3px 0 4px rgba(0, 0, 0, 0.53);
    -moz-box-shadow: 3px 0 4px rgba(0, 0, 0, 0.53);
    -webkit-box-shadow: 3px 0 4px rgba(0, 0, 0, 0.53);
}
.monthley_ctrl {
    width: 31%;
    background: #ffcb80;
    min-height: 718px;
    position: relative;
    float: left;
    margin: 20px 3% 0 0;
    padding: 0;
    box-shadow: 2px 0 7px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 0 7px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 2px 0 7px rgba(0, 0, 0, 0.75);
    min-height: 895px;
}
.margin_right0 {
    margin-right: 0;
}
.monthely_titltxt {
    background: #ff9700;
    padding: 19px 0 15px 0;
    font: 30px/normal 'CenturyGothic-Bold';
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}
.monthely_price_txt {
    padding: 30px 0 20px 0;
    margin: 0;
    position: relative;
    text-align: center;
    color: #4b4c4c;
    font: 100px/normal 'CenturyGothic-Bold';
    text-transform: uppercase;
}
.monthely_price_txt sup {
    font: 40px/normal 'CenturyGothic-Bold';
    position: relative;
    top: -15px;  
}

.monthely_price_txt sub {
    font: 40px/normal 'CenturyGothic-Bold';
    position: relative;
    bottom: 15px;
}
.monthely_price_listing_txt {
    padding: 10px 8px;
    margin: 0;
}
.monthely_price_listing_txt ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.monthely_price_listing_txt ul li {
    border-top: 1px dashed #ab9068;
    padding: 8px 0 8px 40px;
    margin: 0;
    background: url(../images/plan/tick_icon.png) no-repeat 0px 10px;
    color: #4b4c4c;
    font: normal 14px/normal 'TrebuchetMS';
    text-align: left;
    text-decoration: none;
}
.monthely_price_listing_txt ul li:first-child {
    border: 0;
}
.monthely_price_listing_txt ul li span {
    color: #9f9f9f;
}
.join_now a {
    width: 94%;
    margin: 0 auto;
    position: absolute;
    bottom: 16px;
    left: 3%;
    padding: 10px 0;
    font: 20px/normal 'CenturyGothic-Bold';
    text-align: center;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 3px 0 5px rgba(0, 0, 0, 0.57);
    -moz-box-shadow: 3px 0 5px rgba(0, 0, 0, 0.57);
    -webkit-box-shadow: 3px 0 5px rgba(0, 0, 0, 0.57);
    display: block;
    background: rgb(113,200,239); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(113,200,239,1) 0%, rgba(113,200,239,1) 2%, rgba(64,180,233,1) 4%, rgba(4,157,226,1) 6%, rgba(3,149,215,1) 30%, rgba(2,128,184,1) 72%, rgba(2,119,172,1) 94%, rgba(1,85,123,1) 98%, rgba(1,84,123,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(113,200,239,1)), color-stop(2%, rgba(113,200,239,1)), color-stop(4%, rgba(64,180,233,1)), color-stop(6%, rgba(4,157,226,1)), color-stop(30%, rgba(3,149,215,1)), color-stop(72%, rgba(2,128,184,1)), color-stop(94%, rgba(2,119,172,1)), color-stop(98%, rgba(1,85,123,1)), color-stop(100%, rgba(1,84,123,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(113,200,239,1) 0%, rgba(113,200,239,1) 2%, rgba(64,180,233,1) 4%, rgba(4,157,226,1) 6%, rgba(3,149,215,1) 30%, rgba(2,128,184,1) 72%, rgba(2,119,172,1) 94%, rgba(1,85,123,1) 98%, rgba(1,84,123,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(113,200,239,1) 0%, rgba(113,200,239,1) 2%, rgba(64,180,233,1) 4%, rgba(4,157,226,1) 6%, rgba(3,149,215,1) 30%, rgba(2,128,184,1) 72%, rgba(2,119,172,1) 94%, rgba(1,85,123,1) 98%, rgba(1,84,123,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(113,200,239,1) 0%, rgba(113,200,239,1) 2%, rgba(64,180,233,1) 4%, rgba(4,157,226,1) 6%, rgba(3,149,215,1) 30%, rgba(2,128,184,1) 72%, rgba(2,119,172,1) 94%, rgba(1,85,123,1) 98%, rgba(1,84,123,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(113,200,239,1) 0%, rgba(113,200,239,1) 2%, rgba(64,180,233,1) 4%, rgba(4,157,226,1) 6%, rgba(3,149,215,1) 30%, rgba(2,128,184,1) 72%, rgba(2,119,172,1) 94%, rgba(1,85,123,1) 98%, rgba(1,84,123,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71c8ef', endColorstr='#01547b', GradientType=0 ); /* IE6-9 */
}
.about_silverrank {
    margin: 8px;
    padding: 5px 10px;
    background: #ab8e65;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    min-height: 110px;
}
.about_silverrank_titl {
    font: bold 14px/normal 'TrebuchetMS';
    color: #000;
    text-align: left;
}
.about_silverrank_titl span {
    color: #c8c8c8;
}
.about_silverrank_subtitl {
    font: bold 15px/normal 'TrebuchetMS';
    color: #fff;
    text-align: left;
}
.about_silverrank_largtxt {
    font: normal 14px/normal 'TrebuchetMS';
    color: #fff;
    text-align: left;
}
/*----------------------------Plan Page End------------------------*/

.matrix_left {
    float: left;
    width: 340px;
}
.matrix_right {
    float: right;
    width: 340px;
}
.matrix_right form {
    padding: 0;
    margin: 0;
}
.matrix_right form label {
    float: left;
    font: 16px/18px 'TrebuchetMS';
}
.left_wh__mt {
    float: left;
    width: 100px;
    margin: 0 1px 1px;
    background: #024A6B;
    font: 14px/16px 'TrebuchetMS';
    color: #fff;
    padding: 5px 5px;
    min-height: 24px;
}
.rgt_wh__mt {
    float: left;
    width: 62%;
    margin: 0 1px 1px;
    background: #024A6B;
    padding: 5px 5px;
    min-height: 20px;
}
.matrix_right h6 {
    padding: 0;
    margin: 0 0 5px;
}
.matrix_left h6 {
    padding: 0;
    margin: 0 0 5px;
}
.progress_tree_box {
    position: absolute;
    top: 4px;
    right: 6px;
    z-index: 99999;
}
.progress_tree_box img {
    float: left;
    margin: 0 5px 0 0;
}
.progress_tree_box a {
    font: 12px/14px 'TrebuchetMS';
    color: #000;
    text-decoration: underline;
    float: left;
    margin-top: 3px;
}
/*------------------12-12-2013 Page Start-------------------------*/

.container2 {
    width: 720px;
    margin: 0 auto;
}
.right_panel {
    width: 400px;
    float: right;
    margin: 0;
    padding: 0;
}
.left_panel {
    width: 300px;
    float: left;
    margin: 0;
    padding: 0;
}
.clr {
    clear: both;
}
.video2 img {
    width: 400px;
}
.margtop_10 {
    margin-top: 10px;
}
.navigation {
    margin: 20px 0 20px 0;
    padding: 0;
    background: #228aba;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -o-border-radius: 7px;
    box-shadow: 0 3px 4px #5B5B5B;
    -moz-box-shadow: 0 3px 4px #5B5B5B;
    -webkit-box-shadow: 0 3px 4px #5B5B5B;
    -o-box-shadow: 0 3px 4px #5B5B5B;
}
.navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
}
.navigation ul li {
    width: 25%;
    float: left;
    padding: 10px 0px;
    margin: 0;
}
.navigation ul li a {
    text-align: center;
    font: 20px/22px 'TrebuchetMS';
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    width: 100%;
    display: block;
}
.navigation ul li a:hover {
    color: #FFD24D;
    text-decoration: none;
}
/*------------------12-12-2013 Page End-------------------------*/


.dth {
    background: #024A6B;
    text-align: center;
    font: 12px/14px 'Arial';
    color: #fff;
    text-transform: uppercase;
    padding: 5px;
}
.dtd {
    background: #fff;
    text-align: center;
    padding: 5px;
    font: 14px/14px 'Arial';
    color: #393939;
    border-bottom: 1px solid #ddd;
}
.dtr {
    padding: 0;
    margin: 0;
}
.bottom_yellow_bg {
    padding: 5px 0;
    margin: 5px 0 0 0;
    text-align: center;
    text-decoration: none;
    font: 13px/normal 'TrebuchetMS';
    color: #333;
    text-transform: uppercase;
    background: url(../images/after/yellow_bg2.png) repeat-x;
}
/* .......................................Arpita...........................*/
.wraper {
    width: 100%;
    padding: 70px 0 20px 0;
}
.wraper2 {
    width: 100%;
    padding: 30px 0 20px 0;
}
.wraper3 {
    width: 100%;
    padding: 0 0 20px 0;
}
.companylisting_txt ul {
    padding: 0;
    margin: 0 0 20px 0;
    list-style: none;
}
.companylisting_txt li {
    padding: 0;
    margin: 0;
    font: 14px/30px 'TrebuchetMS';
    color: #0279af;
    text-transform: uppercase;
    border-bottom: 1px solid #cccccc;
    ;
}
.companylisting_txt li a {
    padding: 0;
    margin: 0;
    font: 14px/30px 'TrebuchetMS';
    color: #0279af;
    text-transform: uppercase;
    text-decoration: none;
}
.companylisting_txt li a:hover {
    color: #024A6B;
}
.companylist_innertxt {
    padding: 10px 0;
    margin: 0;
    font: 13px/18px 'TrebuchetMS';
    color: #393939;
    text-transform: none;
}
/* .......................................index2...........................*/

.home_bg2 {
    background: url(../images/background2.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.main_body2 {
    background: url(../images/background_main.png) top left repeat;
    width: 785px;
    margin: 0 auto;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border: 2px solid #000;
}
.headingbox {
    background: #499ccb;
    padding: 5px 30px;
    text-align: center;
    font: bold 28px/35px 'TrebuchetMS';
    color: #fff;
    box-shadow: 5px 7px 0 #3b6a7f;
    -moz-box-shadow: 5px 7px 0 #3b6a7f;
    -webkit-box-shadow: 5px 7px 0 #3b6a7f;
    -o-box-shadow: 5px 7px 0 #3b6a7f;
    margin: 20px 0 22px;
    text-shadow: 1px 1px 0 #000;
    -moz-text-shadow: 1px 1px 0 #000;
    -webkit-text-shadow: 1px 1px 0 #000;
    -o-text-shadow: 1px 1px 0 #000;
}
.home_bg2 h1 {
    font: 30px/30px 'TrebuchetMS';
    color: #ff8000;
    text-align: center;
    padding: 0 0 20px;
}
.home_bg2 h2 {
    font: bold 32px/40px 'CenturyGothic-Bold';
    color: #000;
    text-align: center;
    padding: 0 0 20px;
}
.home_bg2 h2 span {
    font: bold 32px/40px 'CenturyGothic-Bold';
    color: #58ac0e;
    text-align: center;
    padding: 0 0 20px;
}
.home_bg2 h3 {
    font: 20px/30px 'TrebuchetMS';
    color: #ff8000;
    text-align: center;
    padding: 0 0 20px
}
/* .......................................index3...........................*/

.home_bg3 {
    background: url(../images/background3.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.main_body3 {
    background: url(../images/background_main3.png) top left repeat;
    width: 785px;
    margin: 0 auto;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border: 2px solid #000;
}
.home_bg3 h1 {
    font: 30px/30px 'TrebuchetMS';
    color: #ff8000;
    text-align: center;
    padding: 0 0 20px;
}
.home_bg3 h2 {
    font: bold 32px/40px 'CenturyGothic-Bold';
    color: #fff;
    text-align: center;
    padding: 0 0 20px;
}
.home_bg3 h2 span {
    font: bold 32px/40px 'CenturyGothic-Bold';
    color: #58ac0e;
    text-align: center;
    padding: 0 0 20px;
}
.home_bg3 h3 {
    font: 20px/30px 'TrebuchetMS';
    color: #ff8000;
    text-align: center;
    padding: 0 0 20px
}
.formarea3 {
    padding: 20px 0 0;
}
.formarea3 form {
    padding: 0;
    margin: 0 auto;
    text-align: center;
    width: 519px;
}
.formarea3 label {
    color: #fff;
    font: 18px/24px 'TrebuchetMS';
    padding: 0 0 10px;
}
.formarea3 input[type="text"] {
    background: url(../images/input_bg.png) top center no-repeat;
    width: 496px;
    margin: 0 auto;
    padding: 5px 10px;
    height: 34px;
    font: 18px/20px 'TrebuchetMS';
    color: #5D5D5D;
    border: none;
    margin: 0 0 20px;
}
.formarea3 input[type="button"] {
    text-align: center;
}
.headingbox3 {
    background: #1ac1cb;
    padding: 5px 30px;
    text-align: center;
    font: bold 28px/35px 'TrebuchetMS';
    color: #fff;
    box-shadow: 5px 7px 0 #198e95;
    -moz-box-shadow: 5px 7px 0 #198e95;
    -webkit-box-shadow: 5px 7px 0 #198e95;
    -o-box-shadow: 5px 7px 0 #198e95;
    margin: 20px 0 22px;
    text-shadow: 1px 1px 0 #000;
    -moz-text-shadow: 1px 1px 0 #000;
    -webkit-text-shadow: 1px 1px 0 #000;
    -o-text-shadow: 1px 1px 0 #000;
}
/* .......................................index4...........................*/

.home_bg4 {
    background: url(../images/background4.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.main_body4 {
    background: url(../images/background_main3.png) top left repeat;
    width: 785px;
    margin: 0 auto;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border: 2px solid #000;
}
.home_bg4 h2 {
    font: bold 50px/40px 'CenturyGothic-Bold';
    color: #fff;
    text-align: center;
    padding: 0 0 20px;
    text-shadow: 5px 5px 10px black;
}
.formarea4 {
    padding: 20px 0 0;
}
.formarea4 form {
    padding: 0;
    margin: 0 auto;
    text-align: left;
    width: 430px;
}
.formarea4 label {
    color: #fff;
    font: 18px/24px 'TrebuchetMS';
    padding: 0 0 10px;
}
.formarea4 input[type="text"] {
    background: url(../images/input_bg.png) top center no-repeat;
    width: 496px;
    margin: 0 auto;
    padding: 5px 10px;
    height: 34px;
    font: 18px/20px 'TrebuchetMS';
    color: #5D5D5D;
    border: none;
    margin: 0 0 20px;
}
.formarea4 input[type="button"] {
    text-align: center;
}
.content_address_area {
    width: 400px;
    margin: 0 auto;
}
#nav li a, #nav li {
    float: left;
}
#nav li {
    list-style: none;
    position: relative;
}
#nav li a {
    padding: 1em 2em;
    text-decoration: none;
    color: white;
    /*background: #292929;
background: -moz-linear-gradient(top, black, #3c3c3c 1px, #292929 25px);
background: -webkit-gradient(linear, left top, left 25, from(black), color-stop(4%, #3c3c3c), to(#292929));
border-right: 1px solid #3c3c3c;
border-left: 1px solid #292929;
border-bottom: 1px solid #232323;*/
    margin-bottom: 2px;
}
#nav li a:hover {
    /*background: #2a0d65;
     background: -moz-linear-gradient(top, #11032e, #2a0d65);
     background: -webkit-gradient(linear, left top, left bottom, from(#11032e), to(#2a0d65));*/
}
/* Submenu */

.hasChildren {
    position: absolute;
    width: 5px;
    height: 5px;
    /*background: black;*/
    right : 0;
    bottom: 0;
}
#nav li ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    padding: 0;
    margin: 0;
    z-index: 999;
}
#nav li:hover > ul {
    display: block;
}
#nav li ul li, #nav li ul li a {
    float: none;
}
#nav li ul li {
    _display: inline; /* for IE6 */
    overflow: hidden;
    margin: -2px 0;
}
#nav li ul li a {
    width: 200px;
    display: block;
}
/* SUBSUB Menu */

#nav li ul li ul {
    display: none;
}
#nav li ul li:hover ul {
    left: 100%;
    top: 0;
}
ul#nav li ul li a {
    background: #03496b!important;
    padding: 0 0 0 12px!important;
}
ul#nav li ul li a:hover {
    background: #0a1d23!important;
}
ul#nav li a:hover {
    color: #fff!important;
}
ul#nav li ul li ul li a {
    color: #fff!important;
}
ul#nav li ul li ul li a:hover {
    color: #fba131!important;
}
/* .......................................index6...........................*/

.home_bg6 {
    background: url(../images/background6.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.home_bg6 h1 {
    font: 50px/30px 'CenturyGothic-Bold';
    color: #fff;
    text-align: center;
    padding: 0 0 20px;
    text-shadow: 5px 5px 10px black;
}
.home_bg6 h2 {
    font: bold 27px/40px 'CenturyGothic-Bold';
    color: #fff;
    text-align: center;
    padding: 0 0 20px;
    text-shadow: 5px 5px 10px black;
}
.home_bg6 h2 span {
    font: bold 27px/40px 'CenturyGothic-Bold';
    color: #ffb564;
    text-align: center;
    padding: 0 0 20px;
}
.home_bg6 h3 {
    font: bold 20px/30px 'TrebuchetMS';
    color: #fff;
    text-align: center;
    padding: 0 0 20px
}
.main_body6 {
    width: 930px;
    margin: 0 auto;
}
.formarea6 {
    padding: 20px 0 0;
}
.formarea6 form {
    padding: 0;
    margin: 0 auto;
    text-align: left;
    width: 430px;
}
.formarea6 label {
    color: #fff;
    font: 18px/24px 'TrebuchetMS';
    padding: 0 0 10px;
}
.formarea6 input[type="text"] {
    background: url(../images/input_bg.png) top center no-repeat;
    width: 420px;
    margin: 0 auto;
    padding: 5px 10px;
    height: 34px;
    font: 18px/20px 'TrebuchetMS';
    color: #5D5D5D;
    border: #000 1px solid;
    margin: 0 0 20px;
}
.formarea6 input[type="button"] {
    text-align: center;
}
.container_left {
    width: 310px;
    margin: 100px auto;
    float: left;
}
.left_content_wrap {
    font: bold 22px/50px 'TrebuchetMS';
    color: #fff;
    padding: 0 0 20px;
    width: 300px;
    text-shadow: 5px 5px 10px black;
    text-transform: uppercase;
}
.container_right {
    width: 600px;
    margin: 0 auto;
    float: right;
    background: url(../images/background_main6.png) top left repeat;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border: 2px solid #000;
}
/* .......................................index7...........................*/

.home_bg7 {
    background: url(../images/background7.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.home_bg7 h1 {
    font: 36px/30px 'CenturyGothic-Bold';
    color: #fff;
    text-align: center;
    padding: 30px 0 0 0;
    text-shadow: 5px 5px 10px black;
}
.home_bg7 h2 {
    font: bold 27px/40px 'CenturyGothic-Bold';
    color: #fff;
    text-align: center;
    padding: 10px 0 0 0;
    text-shadow: 5px 5px 10px black;
}
.home_bg7 h2 span {
    font: bold 27px/40px 'CenturyGothic-Bold';
    color: #ffb564;
    text-align: center;
    padding: 10px 0 0 0;
}
.home_bg7 h3 {
    font: bold 20px/30px 'TrebuchetMS';
    color: #fff;
    text-align: center;
    padding: 0 0 20px
}
.main_body7 {
    width: 930px;
    margin: 0 auto;
}
.formarea7 {
    padding: 20px 0 0;
}
.formarea7 form {
    padding: 0;
    margin: 0 auto;
    text-align: left;
    width: 320px;
}
.formarea7 label {
    color: #fff;
    font: 18px/24px 'TrebuchetMS';
    padding: 0 0 10px;
}
.formarea7 input[type="text"] {
    background: url(../images/input_bg.png) top center no-repeat;
    width: 320px;
    margin: 0 auto;
    padding: 5px 10px;
    height: 34px;
    font: 18px/20px 'TrebuchetMS';
    color: #5D5D5D;
    border: #000 1px solid;
    margin: 0 0 20px;
}
.formarea7 input[type="button"] {
    text-align: center;
}
.container_left2 {
    width: 310px;
    margin: 100px auto;
    float: left;
}
.left_content_wrap2 {
    font: bold 22px/50px 'TrebuchetMS';
    color: #fff;
    padding: 0 0 20px;
    width: 300px;
    text-shadow: 5px 5px 10px black;
    text-transform: uppercase;
}
.container_right2 {
    width: 500px;
    margin: 40px auto;
    float: right;
    background: url(../images/background_main6.png) top left repeat;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border: 2px solid #000;
}
/* .......................................index8...........................*/

.home_bg8 {
    background: url(../images/background8.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.home_bg8 h1 {
    font: 36px/30px 'CenturyGothic-Bold';
    color: #fff;
    text-align: center;
    padding: 30px 0 0 0;
    text-shadow: 5px 5px 10px black;
}
.home_bg8 h2 {
    font: bold 27px/40px 'CenturyGothic-Bold';
    color: #fff;
    text-align: center;
    padding: 10px 0 0 0;
    text-shadow: 5px 5px 10px black;
}
.home_bg8 h2 span {
    font: bold 27px/40px 'CenturyGothic-Bold';
    color: #ffb564;
    text-align: center;
    padding: 10px 0 0 0;
}
.home_bg8 h3 {
    font: bold 20px/30px 'TrebuchetMS';
    color: #fff;
    text-align: center;
    padding: 0 0 20px
}
.main_body7 {
    width: 930px;
    margin: 0 auto;
}
.formarea7 {
    padding: 20px 0 0;
}
.formarea7 form {
    padding: 0;
    margin: 0 auto;
    text-align: left;
    width: 320px;
}
.formarea7 label {
    color: #fff;
    font: 18px/24px 'TrebuchetMS';
    padding: 0 0 10px;
}
.formarea7 input[type="text"] {
    background: url(../images/input_bg.png) top center no-repeat;
    width: 320px;
    margin: 0 auto;
    padding: 5px 10px;
    height: 34px;
    font: 18px/20px 'TrebuchetMS';
    color: #5D5D5D;
    border: #000 1px solid;
    margin: 0 0 20px;
}
.formarea7 input[type="button"] {
    text-align: center;
}
.container_left2 {
    width: 310px;
    margin: 100px auto;
    float: left;
}
.left_content_wrap2 {
    font: bold 22px/50px 'TrebuchetMS';
    color: #fff;
    padding: 0 0 20px;
    width: 300px;
    text-shadow: 5px 5px 10px black;
    text-transform: uppercase;
}
.container_right3 {
    width: 500px;
    margin: 40px auto;
    float: leftt;
    background: url(../images/background_main6.png) top left repeat;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border: 2px solid #000;
}
/* .......................................index9...........................*/

.home_bg9 {
    background: url(../images/background9.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.home_bg9 h1 {
    font: 36px/30px 'CenturyGothic-Bold';
    color: #fff;
    text-align: center;
    padding: 30px 0 0 0;
    text-shadow: 5px 5px 10px black;
}
.home_bg9 h2 {
    font: bold 27px/40px 'CenturyGothic-Bold';
    color: #fff;
    text-align: center;
    padding: 10px 0 0 0;
    text-shadow: 5px 5px 10px black;
}
.home_bg9 h2 span {
    font: bold 27px/40px 'CenturyGothic-Bold';
    color: #ffb564;
    text-align: center;
    padding: 10px 0 0 0;
}
.home_bg9 h3 {
    font: bold 20px/30px 'TrebuchetMS';
    color: #fff;
    text-align: center;
    padding: 0 0 20px
}
.main_body9 {
    background: url(../images/background_main3.png) top left repeat;
    width: 930px;
    margin: 0 auto;
    border: 2px solid #0c1f3b;
}
.formarea7 {
    padding: 20px 0 0;
}
.formarea7 form {
    padding: 0;
    margin: 0 auto;
    text-align: left;
    width: 320px;
}
.formarea7 label {
    color: #fff;
    font: 18px/24px 'TrebuchetMS';
    padding: 0 0 10px;
}
.formarea7 input[type="text"] {
    background: url(../images/input_bg.png) top center no-repeat;
    width: 320px;
    margin: 0 auto;
    padding: 5px 10px;
    height: 34px;
    font: 18px/20px 'TrebuchetMS';
    color: #5D5D5D;
    border: #000 1px solid;
    margin: 0 0 20px;
}
.formarea7 input[type="button"] {
    text-align: center;
}
.container_left3 {
    width: 310px;
    margin: 100px auto;
    float: right;
}
.left_content_wrap2 {
    font: bold 22px/50px 'TrebuchetMS';
    color: #fff;
    padding: 0 0 20px;
    width: 300px;
    text-shadow: 5px 5px 10px black;
    text-transform: uppercase;
}
.container_right3 {
    width: 500px;
    margin: 40px auto;
    float: leftt;
    background: url(../images/background_main6.png) top left repeat;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border: 2px solid #000;
}
.orange_but {
    background: url(../images/take_button2.png) top left no-repeat;
    width: 325px;
    padding: 20px 0;
    margin: 0 0 10px;
    border: none;
    text-transform: uppercase;
    font: 30px/30px 'TrebuchetMS';
    color: #ffd24d;
    cursor: pointer;
}
/* .......................................index10...........................*/

.home_bg10 {
    background: url(../images/background10.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.home_bg10 h1 {
    font: 36px/30px 'CenturyGothic-Bold';
    color: #fff;
    text-align: center;
    padding: 30px 0 0 0;
    text-shadow: 5px 5px 10px black;
}
.home_bg10 h2 {
    font: bold 27px/40px 'CenturyGothic-Bold';
    color: #fff;
    text-align: center;
    padding: 10px 0 0 0;
    text-shadow: 5px 5px 10px black;
}
.home_bg10 h2 span {
    font: bold 27px/40px 'CenturyGothic-Bold';
    color: #ffb564;
    text-align: center;
    padding: 10px 0 0 0;
}
.home_bg10 h3 {
    font: bold 20px/30px 'TrebuchetMS';
    color: #fff;
    text-align: center;
    padding: 0 0 20px
}
.main_body7 {
    width: 930px;
    margin: 0 auto;
}
.formarea7 {
    padding: 20px 0 0;
}
.formarea7 form {
    padding: 0;
    margin: 0 auto;
    text-align: left;
    width: 320px;
}
.formarea7 label {
    color: #fff;
    font: 18px/24px 'TrebuchetMS';
    padding: 0 0 10px;
}
.formarea7 input[type="text"] {
    background: url(../images/input_bg.png) top center no-repeat;
    width: 320px;
    margin: 0 auto;
    padding: 5px 10px;
    height: 34px;
    font: 18px/20px 'TrebuchetMS';
    color: #5D5D5D;
    border: #000 1px solid;
    margin: 0 0 20px;
}
.formarea7 input[type="button"] {
    text-align: center;
}
.container_left2 {
    width: 310px;
    margin: 100px auto;
    float: left;
}
.left_content_wrap2 {
    font: bold 22px/50px 'TrebuchetMS';
    color: #fff;
    padding: 0 0 20px;
    width: 300px;
    text-shadow: 5px 5px 10px black;
    text-transform: uppercase;
}
.container_right3 {
    width: 500px;
    margin: 40px auto;
    float: leftt;
    background: url(../images/background_main6.png) top left repeat;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border: 2px solid #000;
}
.navarea ul li a span {
    padding: 0 0 0 2px;
    float: left;
}
.navarea ul li a span span {
    padding: 0 0 0 2px;
    float: right;
}
#searchdiv form span.link_txt {
    display: block;
    font: normal 14px/normal 'TrebuchetMS';
    color: #333;
    padding: 0 0 6px;
}
#searchdiv form span.link_txt a {
    color: #2888E6;
}
.field_row_line {
    width: 100%;
    float: left;
}
#searchdiv form .field_row_line label {
    width: 200px;
    text-align: left;
    line-height: 28px;
    text-transform: capitalize;
    float: left;
}
#searchdiv form .field_row_line input[type="text"] {
    width: 310px;
    background: #fff;
    border: 1px solid #999;
    padding: 5px;
    float: left;
}
#searchdiv form .field_row_line select {
    width: 310px!important;
    background: #fff;
    border: 1px solid #999;
    padding: 5px;
    float: left;
}
#searchdiv form .field_row_line textarea {
    width: 452px !important;
    height: 65px !important;
    background: #fff;
    border: 1px solid #999;
    padding: 5px;
    margin: 0 0 10px;
    float: left;
}
#searchdiv form h6 {
    width: 100%;
    text-transform: capitalize;
    color: #333;
    font-weight: bold;
    padding: 20px 0 5px;
    clear: both;
}
#searchdiv form .btm_link_box {
    width: 100%;
    margin: 15px 0 0;
    float: left;
}
#searchdiv form .btm_link_box a {
    background: #f4f4f4;
    font: normal 14px/normal 'TrebuchetMS';
    color: #7a7a7a;
    border: 1px solid #cdcdcd;
    text-transform: capitalize;
    text-decoration: none;
    padding: 4px 12px;
    margin: 0 8px 0 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
}
.modal_small {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.60);
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9999;
}
.login_popup {
    margin: -300px 0 0 -260px !important;
    top: 300px !important;
    width: 500px !important;
}
.filterpost_popup {
    width: 780px;
    background: url("../images/filterpostpop_bg.png") repeat-x scroll 0 0 #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 3px #CCCCCC;
    margin: -150px 0 0 -220px!important;
    padding: 10px;
    position: absolute;
    top: 50%!important;
    left: 50%!important;
}
.filterpost_popup .filterpost_titl {
    font: normal 24px/40px 'CenturyGothic';
    color: #FA8827;
}
.filterpost_contentctrl {
    margin: 0;
    padding: 30px 0 0;
}
.filterpost_closebtn {
    height: 29px;
    position: absolute;
    right: 10px;
    top: 17px;
    width: 38px;
}
.filterpost_keywor_left {
    float: left;
    margin: 0 20px 0 0;
    width: 253px;
}
.filterpost_keywor_left .filterpost_keywor_inputtxt {
    width: 100%; /* 150px */
    font: normal 16px/28px 'TrebuchetMS';
    color: #333;
    float: left;
}
.applyfiler_btn input[type="submit"] {
    background: #f19621;
    cursor: pointer;
    font: normal 14px/normal 'CenturyGothic';
    cursor: pointer;
    border: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-image: 5px;
    -o-border-image: 5px;
    margin: 20px 10px 0 0;
    padding: 5px 8px;
    color: #fff;
    float: none;
}
.applyfiler_btn input[type="button"] {
    background: #f19621;
    cursor: pointer;
    font: normal 14px/normal 'CenturyGothic';
    cursor: pointer;
    border: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-image: 5px;
    -o-border-image: 5px;
    margin: 20px 10px 0 0;
    padding: 5px 8px;
    color: #fff;
    float: right; /* float: none; */
}
.filterpost_keywor_left input[type="text"] {
    width: 348px;
    font-size: 14px;
    color: #8A8A8A;
    padding: 6px 6px;
    border: 1px solid #C8C8C8;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    float: right;
}
.filterpost_keywor_left input[type="password"] {
    width: 348px;
    font-size: 14px;
    color: #8A8A8A;
    padding: 6px 6px;
    border: 1px solid #C8C8C8;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    float: right;
}
.login_rightpart {
    float: right;
    padding: 34px 0 0;
    width: 187px;
}
.uplines_box {
    width: 94%;
    background: #fff;
    padding: 1% 3% 3%;
    margin: 0;
}
.uplines_box label {
    width: 240px;
    font: normal 14px/normal 'TrebuchetMS';
    text-transform: capitalize;
    float: left;
}
.uplines_box div {
    font: normal 14px/normal 'TrebuchetMS';
    text-transform: capitalize;
}
.uplines_box h6 {
    width: 100%;
    padding: 15px 0 5px;
    clear: both;
}
.left_hd01 a:hover {
    color: #F19621!important;
}
.cms_area_box {
    width: 902px;
    margin: 0 auto;
}
.cms_area_box .banner_img_box {
    width: 902px;
    height: 192px;
    margin: 0 0 20px;
    clear: both;
}
.cms_area_box .cms_content_area {
    width: 100%;
    clear: both;
}
.cms_area_box .lft_content_area {
    width: 585px;
    float: left;
}
.cms_area_box .lft_content_area h1 {
    width: 100%;
    font: normal 26px/normal 'TrebuchetMS';
    color: #333;
    text-align: left;
    margin: 0 0 12px;
    padding: 0;
    clear: both;
}
.cms_area_box .lft_content_area p {
    width: 100%;
    font: normal 14px/20px 'TrebuchetMS';
    color: #333;
    text-align: justify;
    margin: 0 0 14px;
    padding: 0;
    clear: both;
}
.cms_area_box .rgt_content_area {
    width: 300px;
    float: right;
}
.cms_area_box .vision_box {
    width: 288px;
    background: #fff;
    padding: 6px;
    margin: -60px 0 0;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.50);
    -moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.50);
    -webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.50);
    position: relative;
    z-index: 99;
}
.cms_area_box .our_vision_box {
    background: #125b7e;
    padding: 20px;
    margin: 10px 0 0;
    clear: both;
}
.cms_area_box .our_vision_box h2 {
    width: 100%;
    font: normal 24px/normal 'TrebuchetMS';
    color: #fff;
    text-align: left;
    margin: 0 0 4px;
    padding: 0;
    clear: both;
}
.cms_area_box .our_vision_box p {
    width: 100%;
    font: normal 14px/18px 'TrebuchetMS';
    color: #fff;
    text-align: justify;
    margin: 0 0 14px;
    padding: 0;
    clear: both;
}
.search_box {
    width: 98%;
    overflow: hidden;
    padding: 0 0 10px;
    clear: both;
}
.search_box input[type="submit"] {
    width: auto;
    background: #064964;
    font: normal 14px/18px 'TrebuchetMS';
    color: #fff;
    text-transform: uppercase;
    padding: 3px 8px;
    margin: 0 4px 0 0;
    border: none;
    float: right;
    cursor: pointer;
}
.search_box input[type="text"] {
    width: 220px;
    border: 1px solid #69787f;
    font: normal 14px/18px 'TrebuchetMS';
    color: #888;
    padding: 3px 5px;
    float: right;
}
.button_row {
    width: 100%;
    overflow: hidden;
    padding: 0 0 10px;
    clear: both;
}
.button_row ul {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    clear: both;
}
.button_row ul li {
    width: 31%;
    list-style: none;
    margin: 0 1%;
    padding: 0;
    float: left;
}
.button_row ul li a {
    display: block;
    background: #064964;
    font: normal 14px/30px 'TrebuchetMS';
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}
.button_row ul li a:hover {
    background: #f98300;
    color: #064964;
}
.button_row ul li.active a {
    background: #f98300;
    color: #064964;
}
.button_row ul li a span.add_icon {
    width: 33px;
    height: 30px;
    background: url(../images/add_icon-N.jpg) no-repeat center center;
    float: left;
}
.button_row ul li a:hover span.add_icon {
    background: url(../images/add_icon-H.jpg) no-repeat center center;
}
.button_row ul li.active a span.add_icon {
    background: url(../images/add_icon-H.jpg) no-repeat center center;
}
.button_row ul li a span.categories_icon {
    width: 33px;
    height: 30px;
    background: url(../images/categories_icon-N.jpg) no-repeat center center;
    float: left;
}
.button_row ul li a:hover span.categories_icon {
    background: url(../images/categories_icon-H.jpg) no-repeat center center;
}
.button_row ul li.active a span.categories_icon {
    background: url(../images/categories_icon-H.jpg) no-repeat center center;
}
.button_row ul li a span.area_icon {
    width: 33px;
    height: 30px;
    background: url(../images/area_icon-N.jpg) no-repeat center center;
    float: left;
}
.button_row ul li a:hover span.area_icon {
    background: url(../images/area_icon-H.jpg) no-repeat center center;
}
.button_row ul li.active a span.area_icon {
    background: url(../images/area_icon-H.jpg) no-repeat center center;
}
/*===============================NEW ADDED=============================================*/    

.log_main_bg {
    background: url(../images/login/home_bg.png) top center no-repeat;
    min-height: 675px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.logo2 {
    float: right;
    width: 314px; /*background:url(../images/blue_logo_bg.png) top left repeat;*/
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -o-border-radius: 30px;
    padding: 10px 20px;
    margin: 30px 20px 30px 0;
}
.button_round_area {
    border-top: 7px solid #0D78E2;
}
.ft_content {
    width: 900px;
    margin: 0 auto;
    position: relative;
}
.ft_box01 {
    position: absolute;
    bottom: 16px;
    left: 0;
    background: url(../images/btn_bg.png) top left repeat;
    z-index: 100;
    border: 2px solid #fff;
    padding: 10px 20px;
    color: #fff;
    font: 14px/14px 'Arial';
    width: 245px;
}
.ft_box01.active {
    border-bottom: 2px solid #da8920;
    border-right: 2px solid #da8920;
}
.turn_number {
    float: left;
    width: 30px;
    font: 50px/54px 'Arial';
    color: #fff;
    font-weight: bold;
}
.turn_number.active {
    color: #da8920;
}
.ft_container {
    float: right;
    width: 200px;
    font: 24px/26px 'Arial';
    color: #fff;
}
.ft_box02 {
    position: absolute;
    bottom: 16px;
    left: 305px;
    background: url(../images/btn_bg.png) top left repeat;
    z-index: 100;
    border: 2px solid #fff;
    padding: 10px 20px;
    color: #fff;
    font: 14px/14px 'Arial';
    width: 245px;
}
.ft_box02.active {
    border-bottom: 2px solid #da8920;
    border-right: 2px solid #da8920;
}
.ft_box03 {
    position: absolute;
    bottom: 16px;
    right: 0px;
    background: url(../images/btn_bg.png) top left repeat;
    z-index: 100;
    border: 2px solid #fff;
    padding: 10px 20px;
    color: #fff;
    font: 14px/14px 'Arial';
    width: 245px;
}
.ft_box03.active {
    border-bottom: 2px solid #da8920;
    border-right: 2px solid #da8920;
}
/*=====================================31.12.13=================================================*/

.product_area {
    background: #fff;
    padding: 10px;
}
.product_box {
    float: left;
    width: 460px;
}
.category_box {
    float: right;
    width: 200px;
}
/*=====================Accordion=========================*/
#cssmenu, #cssmenu ul, #cssmenu li, #cssmenu a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    font-weight: normal;
    text-decoration: none;
    line-height: 1;
    font-family: 'TrebuchetMS';
    font-size: 1em;
    position: relative;
}
#cssmenu {
    width: 200px;
}
#cssmenu a {
    line-height: 1.3;
}
#cssmenu > ul > li:first-child {
    border-bottom: 1px solid #ccc;
}
#cssmenu > ul > li:first-child > a {
    padding: 5px 10px;
    font-family: 'TrebuchetMS';
    text-align: left;
    font-size: 18px;
    font-weight: 300;
    color: #222222;
}
#cssmenu > ul > li:first-child > a > span {
    padding: 0;
}
#cssmenu > ul > li {
    border-bottom: 1px solid #ccc;
    padding: 0 10px 7px;
    font: 16px/20px 'TrebuchetMS';
    text-transform: uppercase;
    color: #024A6B;
}
#cssmenu > ul > li > a {
    font-size: 14px;
    display: block;
    color: #888888;
}
#cssmenu > ul > li > a input {
    float: left;
    margin: 9px 5px 0 0;
}
#cssmenu > ul > li > a > span {
    display: block;
    padding: 7px 10px 0 0;
    text-transform: none;
}
#cssmenu > ul > li > a:hover {
    text-decoration: none;
}
#cssmenu > ul > li.active {
    border-bottom: none;
}
#cssmenu > ul > li.has-sub > a span {
    background: url(../images/menu_images/icon_plus.png) 100% 8px no-repeat;
}
#cssmenu > ul > li.has-sub.active > a span {
    background: url(../images/menu_images/icon_minus.png) 100% 8px no-repeat;
}
#cssmenu ul ul {
    display: none;
    background: #fff;
}
#cssmenu ul ul li {
    padding: 0;
    border-bottom: 1px solid #d4d4d4;
    border-top: none;
}
#cssmenu ul ul li:last-child {
    border-bottom: none;
}
#cssmenu ul ul a {
    padding: 5px 5px 5px 24px;
    display: block;
    color: #676767;
    font-size: .8em;
    font-weight: normal;
}
#cssmenu ul ul a:before {
    content: '\00BB';
    position: absolute;
    left: 10px;
    color: #024A6B;
}
#cssmenu ul ul a:hover {
    color: #024A6B;
}
/*=====================Accordion=========================*/
.pro_box {
    width: 210px;
    float: left;
    box-shadow: 0 0 5px #ccc;
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    font: 14px/16px 'TrebuchetMS';
    color: #484848;
    margin: 0 10px 20px 0;
}
.price_box {
    position: relative;
    padding: 5px;
}
.price {
    background: url(../images/menu_images/ring.png) no-repeat;
    ;
    position: absolute;
    right: 5px;
    top: 8px;
    display: block;
    padding: 12px 10px;
    color: #222;
    font: 12px/16px 'TrebuchetMS';
    text-align: center;
    width: 60px;
}
.product_detail_box {
    background: #f6f6f6;
    padding: 10px 5px;
    margin-top: 20px;
}
.product_detail_box a {
    text-decoration: none;
    color: #024A6B;
}
.old_price {
    text-decoration: line-through;
    color: #585858;
}
.pricing {
    padding: 10px 0 0;
}
.product_area p {
    font: 14px/16px 'TrebuchetMS';
    color: #484848;
}
.pro_price_left {
    float: left;
    width: 200px;
    margin: 0 10px 0 0;
}
.large_price {
    font: 24px/26px 'CenturyGothic-Bold';
}
.pad_top_bot {
    padding: 10px 0;
}
.table {
    padding: 0;
    margin: 0;
}
.table th {
    font: 12px/16px 'TrebuchetMS';
    text-transform: uppercase;
    color: #484848;
    padding: 5px 7px;
    border-bottom: 1px solid #ccc;
}
.table tr {
}
.table td {
    border-bottom: 1px solid #ccc;
    font: 14px/16px 'TrebuchetMS';
    color: #000;
    border-bottom: 1px solid #ccc;
    padding: 7px 8px;
    font-weight: bold;
}
.box_section {
    border-bottom: 1px solid #ccc;
    margin: 15px 0 0;
    padding: 0 0 10px;
}
.font12 {
    font: 12px/14px 'TrebuchetMS';
    color: #484848;
    text-transform: uppercase;
}
.styled-select select {
    background: transparent;
    width: 200px;
    padding: 5px;
    font: 14px/16px 'TrebuchetMS';
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 28px;
    -webkit-appearance: none;
}
.styled-select {
    width: 170px;
    height: 28px;
    overflow: hidden;
    background: url(../images/menu_images/br_down.png) no-repeat right #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
}
.orange_text {
    font: 16px/18px 'TrebuchetMS';
    color: #c37128;
}
.overview {
    font: 16px/18px 'TrebuchetMS';
    color: #484848;
    padding: 5px 0;
}
.pro_list {
    padding: 15px 0;
}
.pro_list ul {
    padding: 0 0 0 15px;
    margin: 0;
    list-style: disc;
}
.pro_list ul li {
    font: 14px/18px 'TrebuchetMS';
    color: #484848;
    padding: 0 0 10px;
    list-style: disc;
}
.txt_italic {
    font: 14px/18px 'TrebuchetMS';
    font-style: italic;
    margin: 15px 0 0;
}
.txt_italic span {
    color: #03496b;
    font-weight: bold;
}
.delvry {
    background: url(../images/menu_images/delivery-img.png) no-repeat;
    ;
    position: absolute;
    right: 5px;
    top: 17px;
    display: block;
    padding: 11px 0 0 0!important;
    color: #222;
    font: 10px/12px 'TrebuchetMS';
    text-align: center;
    width: 65px;
    height: 65px;
    z-index: 1000;
    text-transform: uppercase;
    font-weight: bolder;
}
/*====================================08.01.14=============================================*/
.deals {
    float: left;
    width: 220px;
}
.pro_slider {
    margin: 15px 0;
}
.product_slide_show {
    margin: 0;
    padding: 0;
    min-height: 340px;
}
.slide_left {
    float: left;
    width: 320px;
}
.slide_right {
    float: right;
    width: 320px;
    position: relative;
}
.product_image {
    float: left;
    width: 100px;
}
.product_image_detail {
    background: none repeat scroll 0 0 #038DCC;
    color: #FFFFFF;
    float: left;
    font: 16px/18px 'TrebuchetMS';
    margin: 10px 0;
    padding: 5px;
    text-align: center;
    width: 90px;
}
.credit_img {
    width: 326px;
    height: 218px;
    background: url(../images/card_image.png) no-repeat center center;
    clear: both;
}
.credit_info_box {
    background: #024A6B;
    clear: both;
}
.credit_info_box > div {
    text-align: justify;
}
.credit_info_box table tr td {
    border: 1px solid #024A6B;
    color: #333;
}
.credit_info_box table tr th {
    background: #024A6B;
    font: normal 14px/normal 'TrebuchetMS';
    color: #fff;
}
.credit_inner_details {
    font: normal 14px/22px 'TrebuchetMS';
    position: relative;
    margin: 20px 0 0;
}
.credit_inner_details .top_heading {
    font-size: 17px;
    color: #024A6B;
    text-transform: uppercase;
}
.popup_box {
    font: normal 14px/30px 'TrebuchetMS';
}
.popup_box .join_btn {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.add_voucher {
    font: normal 14px/normal 'TrebuchetMS';
}
.add_voucher input[type="text"] {
    width: 305px;
    border: 1px solid #999999;
    padding: 4px;
}
.add_voucher select {
    width: 305px;
    border: 1px solid #999999;
    padding: 4px;
}
/*====================================08.01.14=============================================*/


/*====================================31.01.14=============================================*/
.product_area .product_box {
    width: auto;
}
.product_area .product_box .price_box {
    padding: 0;
}
.product_area .product_box .pro_box {
    position: relative;
    height: 220px;
    width: 325px;
}
.product_area .product_box .product_detail_box {
    margin-top: 0;
    padding: 5px;
    width: 315px;
    bottom: 0px;
    background: rgba(2, 74, 107, 0.8);
    position: absolute;
    left: 0px;
}
.product_area .product_box .product_detail_box a strong {
    color: #fff;
    text-decoration: none;
}
.product_area .product_box .product_detail_box .pricing {
    color: #fff;
    text-decoration: none;
}
.product_area .product_box .product_detail_box .pricing .right {
    font-size: 16px;
}
.product_area .product_box .product_detail_box .pricing .old_price {
    color: #fff;
}
.product_area .product_box .price_box div a img {
    width: auto !important;
    height: 200px !important;
    margin: 0 auto;
    display: block;
}
.titl h4 {
    background: #064f70;
    padding: 5px 10px;
    margin: 0;
    color: #fff;
    text-decoration: none;
}
.ad-thumbs ul.ad-thumb-list li a.ad-active img {
    max-width: 250px;
    max-height: 250px;
}
.pricing .product_box .ad-gallery {
    width: 250px;
}
.pricing .pro_price_left .large_price {
    padding: 5px 10px;
    margin: 5px 0 10px 0;
    font-size: 16px;
    color: #fff;
    background: #064f70;
    display: inline-block;
}
.brief_des {
    font-size: 16px;
    color: #333;
    text-decoration: none;
}
.ad-gallery .ad-thumbs li a img{
    max-width:233px; height:auto; 
}


/*====================================31.01.14=============================================*/

.area_select {
    width: 215px;
    border: 1px solid #69787f;
    font: normal 14px/18px 'TrebuchetMS';
    color: #888;
    padding: 3px 5px;
    background-color: #fff;
    float: left;
    margin: 3px;
}
/*Div Table*/
div.table{
    display: table;
    border: 1px solid #ddd;
    border-collapse: collapse; 
}

div.thead{
    display: table-header-group; 
}
div.tbody{
    display: table-row-group;
}
div.thead .tr, div.tbody .tr{
    display: table-row;
} 
div.thead .tr .td, div.tbody .tr .td{
    display: table-cell;
    font: 12px/14px 'Arial';
    vertical-align: middle;
}
div.tbody .tr{
    border-bottom:1px solid #ddd;
}
div.tbody .tr:last-child{
    border:none;
}
div.thead .tr .td{
    background: #024A6B;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    border-right: 1px solid #fff;
    padding: 5px 0;
}
div.tbody .tr .td{
    background: #fff;
    text-align: center;
    color: #393939;
    border-right: 1px solid #ddd;
    vertical-align: middle;
    padding: 5px 0;
    font-size:13px;
}

div.thead .tr .td:last-child,div.tbody .tr .td:last-child{border-right: none;}


/*    End DivTable*/

/*Tree Css3*/

/*Now the CSS*/


/*.tree ul {
    padding-top: 20px; 
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.tree li {
    float: left; text-align: center;
    list-style-type: none;
    position: relative;
    padding: 20px 2px 0 2px;

    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

We will use ::before and ::after to draw the connectors

.tree li::before, .tree li::after{
    content: '';
    position: absolute; top: 0; right: 50%;
    border-top: 1px solid #ccc;
    width: 50%; height: 20px;
}
.tree li::after{
    right: auto; left: 50%;
    border-left: 1px solid #ccc;
}

We need to remove left-right connectors from elements without 
any siblings
.tree li:only-child::after, .tree li:only-child::before {
    display: none;
}

Remove space from the top of single children
.tree li:only-child{ padding-top: 0;}

Remove left connector from first child and 
right connector from last child
.tree li:first-child::before, .tree li:last-child::after{
    border: 0 none;
}
Adding back the vertical connector to the last nodes
.tree li:last-child::before{
    border-right: 1px solid #ccc;
    border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
}
.tree li:first-child::after{
    border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
}

Time to add downward connectors from parents
.tree ul ul::before{
    content: '';
    position: absolute; top: 0; left: 50%;
    border-left: 1px solid #ccc;
    width: 0; height: 20px;
}

.tree li a{
    border: 1px solid #ccc;
    padding: 5px 10px;
    text-decoration: none;
    color: #666;
    font-family: arial, verdana, tahoma;
    font-size: 11px;
    display: inline-block;

    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;

    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    width: 50px;
    height: 55px;
    overflow: hidden;
}
.tree li a.emptynode{
    background: rgba(255,255,0,0.2);
    color: red;
}

Time for some hover effects
We will apply the hover effect the the lineage of the element also
.tree li a:hover, .tree li a:hover+ul li a {
    background: #c8e4f8; color: #000; border: 1px solid #94a0b4;
}
Connector styles on hover
.tree li a:hover+ul li::after, 
.tree li a:hover+ul li::before, 
.tree li a:hover+ul::before, 
.tree li a:hover+ul ul::before{
    border-color:  #94a0b4;
}
.tree{width:99999px;cursor: move;}
.treeholder{width:95%; overflow: hidden; margin: 0 auto;}*/
/*Thats all. I hope you enjoyed it.
Thanks :)*/

/*End Tree Css3*/


/*====================================09.04.14 rank color classes=============================================*/

#active_member { background-color: #dddddd;}
#bronze { background-color: #E99D00;}
#silver { background-color: #858585;}
#platinum { background-color: #B7AC00;}
#sapphire { background-color: #1A6BB5;}
#emerald { background-color: #25C200;}
#diamond { background-color: #C21500;}
#double_diamond { background-color: #000000;}


@media (max-width: 1200px) {

.container {
    width: 619px;
    margin: 0 auto;
}

}


@media (max-width: 980px) {}


@media (max-width: 768px) {}

@media (max-width: 767px) {

     .container {
    width: 315px;
    margin: 0 auto;
}
    

   
}

@media (max-width: 360px) {
  .container {
    width: 315px;
    margin: 0 auto;
}
    
}

@media (max-width: 320px) {


  .container {
    width: 315px;
    margin: 0 auto;
}
}