@charset "utf-8";
.logo {
    float: left;
    padding: 25px 0;
    width: 240px;
}
.logo a {
    text-align: center;
}
.logo a img {
    border: 1px solid #000;
    display: block;
    margin: 0 auto;
}
.toptext {
    color: #f00;
    float: left;
    text-align: center;
    width: 720px;
}
.toptext h1 {
	font-weight: bold;
    font-size: 2.25em;
    margin: 35px 0 0;
    text-align: center;
    text-shadow: 2px 2px 3px #999;
}
.toptext h1 #hea {
    color: #fff;
}
.toptext h1 #hea, .toptext h1 #der {
    font-size: 69px;
    text-shadow: 4px 4px 5px #222;
    text-transform: uppercase;
}
.contentAarea {
    clear: both;
    overflow: hidden;
    width: 100%;
}
.leftSide {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    float: left;
    min-height: 1370px;
    width: 240px;
    border-radius: 5px 0 0 5px;
}
.rightSide {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    float: left;
    min-height: 1370px;
    width: 720px;
    border-radius: 0 5px 5px 0;
}
.indicator {
    display: none !important;
}
.leftsidecon {
    padding: 15px;
}
.leftsidecon ul {
    margin: 0;
    padding: 0;
}
.leftsidecon ul li {
    clear: both;
    display: block;
    list-style: outside none none;
    margin: 0 0 5px;
}
.leftsidecon ul li a {
    color: #f00;
    font-size: 16px;
    font-weight: bold;
}
.leftsidecon ul li i {
/*    color: #fff; Removed from Original */
    font-size: 14px;
    font-weight: bold;
}
.leftsidecon h2 {
/*    color: #fff; Removed from Original */
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 10px 0 5px;
    text-decoration: underline;
    text-transform: none;
}
.rightsideCon {
    padding: 19px 15px;
}
.rightsideCon h2 {
    background-color: #d1d1d1;
    color: #222;
    font-size: 22px;
    line-height: 1.5;
    margin: 0;
    padding: 5px 5px 5px 15px;
}
.quickfacts {
    padding: 10px;
}
.quickfacts p {
    color: #111;
    font-size: 16px;
     margin: 0 0 5px;
    padding: 0;
}
.quickfacts h1 {
    color: #111;
    font-size: 16px;
     margin: 0 0 5px;
    padding: 0;
	font-weight:bold;
}
.quickfacts p span {
    padding: 0 15px;
}
.quickfacts p span img {
    display: inline-block;
    margin: 0 5px 0 0;
}
.family {
    display: block;
    padding-top: 5px;
    padding-left: 30px;
    padding-right: 30px !important;
}
.languages {
    padding: 10px 30px;
}
.languages p {
    color: #111;
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 15px;
    padding: 0;
}
.languagelist {
    margin: 0 auto;
    padding: 25px 0;
    width: 450px;
}
.languagelist table, .languagelist table tbody, .languagelist table tbody tr {
    text-align: center;
    width: 100%;
}
.languagelist table tbody tr td {
    display: block;
    float: left;
    padding: 0 0 20px;
    width: 33.33%;
}
.languagelist table tbody tr td a {
    color: #000; /* Changed from Original */
    font-size: 16px;
    text-decoration: none;
}
.footerLt {
    float: left;
    width: 240px;
}
.footerRt {
    float: left;
    width: 720px;
}
.footerLt ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
.footerLt ul li {
    display: inline-block;
    list-style: outside none none;
}
.footerLt ul li a {
    color: #333; /* Changed from Original */
    display: block;
    font-size: 16px;
    padding: 20px 10px;
    text-decoration: none;
}
.footerLt ul li a:hover {
    text-decoration: underline;
}
.googlesearch {
    margin: 0 auto;
    padding: 20px 0;
    width: 60%;
}
.googlesearch input {
    float: left;
    height: 26px;
    padding: 0 10px !important;
    width: 79%;
}
.googlesearch input.submit {
    float: right;
    font-size: 12px;
    width: 20%;
	height:28px;
	margin:-1px 0 0;
}
.dropdown{ display:none;}

/* Start Custom Code Layout CSS */
.free-trial {display: none}
.coupon-code {display: none}
.coupon-code-direct {display: none}
/* Change if needed */ i {color: inherit}
.posttitle {background-color: #ddd; color: #222; padding: 10px; text-align: center; border-radius: 5px}
h3 {background-color: #eee; padding: 5px}
.rightsideCon h2 {text-align: center}
.wp-ads-top {text-align:center; padding-top:5px; padding-bottom: 10px; display: inherit}
#top-ads {padding-bottom: 10px; display: none; text-align: right}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }