/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
#logo {
	background: #000000;
    width:100%;
    height:88px;
}

#logo img{
    display: block;
    margin: 0 auto;
}

#menu {

	z-index:999;

}

#footer-cfx {

	background-image:url('https://www.cybernetfx.com/images/bg_footer.gif');
	background-repeat: repeat-x;
}

#bottom {
	width: 100%;
	height: 226px;
	padding: 0;
}

#bottom img{
    display: block;
    margin: 0 auto;
}
#copyright-cfx {
	margin: -35px 0 0 18px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#777777;
}

#TOS {
    position:relative;
	margin: 11px 10px 5px 0;
	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#808080;
}

.row .col2half {
    float: left;
    margin: 0;
    padding: 0;
    width: 50%;
}

.home-promo-box {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    color: #333;
    border-radius: 4px;
    min-height:210px;
}
.home-promo-box h3 {
    margin: 0;
    font-weight: 400;
}
.home-promo-box i {
    float: right;
}
.home-promo-box p {
    margin: 0 0 10px 0;
    font-size: 0.85em;
}

.marketing-email-optin .bootstrap-switch {
	height:30px;
}