.headerfx {
    background-color: #aaa;
    width: 100%;
	z-index: 3;
	background: #3a3a3a;
    overflow: hidden;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    width:100%;	
}
.innerfx {
	margin: 0 auto;

	position: relative;
	width: 1000px;
}
.logofx {
    background: url('https://secure.avangate.com/images/merchant/94739e5a5164b4d2396e253a11d57044/logocolor.png') no-repeat 0 10px;
    height: 26px;
    float: left;
    padding: 18px 0;
    width: 140px;
}
.floatablefx>a {
    float: right;
    font-size: 0;
    border: 1px solid transparent;
    color: #fff !important;
    display: inline-block;
    font-size: 16px;
    opacity: 0.8;
    padding: 20px 16px 24px;
    text-decoration: none !important;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: background 0.1s linear;
    -moz-transition: background 0.1s linear;
    -ms-transition: background 0.1s linear;
    -o-transition: background 0.1s linear;
    transition: background 0.1s linear;
}

.floatablefx{
	float: right;
}

.floatablefx>a:hover, .floatable>a:focus, .selected {
    background: #f67d0f;
    background: rgba(255, 255, 255, 0.15);
    opacity: 1;
    text-decoration: none;
}

#contentfx {
    background: #fff;
    font-size: 15px;
    line-height: 23px;
    overflow: hidden;
}

.grid-4>.col {
    float: left;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.grid-4>.col-1 {
    margin-right: 2%;
    width: 22%
}
.grid-4>.col-2, .grid-4>.col-3 {
    margin-left: 2%;
    margin-right: 2%;
    width: 22%
}
.grid-4>.col-4 {
    margin-left: 2%;
    width: 22%
}	

footer {
	background:#3A3A3A;
    color: #999;
    font-size: 14px;
}
.footer-nav {
    line-height: 24px;
}
.footer-nav>strong {
    border-bottom: 1px solid #444;
    display: block;
    margin-bottom: 10px;
}
.footer-nav>a {
    color: #777 !important;
    display: block;
	text-decoration: none !important;	
}
.footer-nav>a:hover, .footer-nav>a:focus {
    color: #aaa !important;
    text-decoration: none;
}

body {
	font-family: Arial, sans-serif;
	color: #828282;
	background-color: #FFFFFF;
	font-size: 10px;
	margin: 0;
	padding: 0 0;
}

.button {
    background: #eee;
	color: #eee;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    font-size: 20px;
    height: 49px;
    line-height: 24px;
    padding: 13px 15px;	
    -webkit-transition: background 0.1s linear, opacity 0.1s linear;
    -moz-transition: background 0.1s linear, opacity 0.1s linear;
    -ms-transition: background 0.1s linear, opacity 0.1s linear;
    -o-transition: background 0.1s linear, opacity 0.1s linear;
    transition: background 0.1s linear, opacity 0.1s linear;	
}

.button:hover, .button:focus {
    background: #ddd;
    text-decoration: none;
}

.button-dark {
    background: #444;
    border-color: #333;
    color: #999 !important;
	margin-bottom: 5px;
	display:block;
    width:220px;
}
.button-dark:hover, .button-dark:focus {
    background: #555;
    color: #fff;
}