body {
     background: url('https://silk-development.com/wp-content/uploads/2017/12/page-background.jpg') top left repeat-x #c8c8c8;
  background-size:cover;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}
#container {
    width: 960px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
#header {
    position: relative;
    height: 150px;
    padding: 0 50px;
    background: #fff;
}
.top-right-menu{
    text-align:right;
    padding-top:10px;
}
#header #logo img {
    max-height: 120px;
}
.top-logo{
    text-align:center;
}
.top-right-menu{
    color: #888484;
    text-transform: uppercase;
}
.top-right-menu a{
    color:#888484;
}
a, .link {
    color: #191919;
    font-weight: bold;
}
a:hover, .link:hover {
    border-bottom: 0 dotted #0072bc;
    margin-bottom: 0;
    cursor: pointer;
}
.homepage-image{
    background:url(https://silk-development.com/wp-content/uploads/2017/12/h2-slide-img-1.png) no-repeat center top;
    background-size:cover;
    padding:200px 0;
    text-align:center;
}
.homepage-image h1 {
    color: #000;
    font-weight: 700;
    font-size: 40px;
    text-shadow: 1px 1px 1px #fff;
}
#nav {
    margin: 0;
    padding: 25px 10px;
    height: 20px;
    background: #fff;
	0px 5px 12.09px 0.91px rgb(144 144 154 / 7%);
    border-top: 0 solid #aaa;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    text-align: center;
}
#nav li a {
    color: #888484;
}
#nav li a.active, #nav li a:hover {
    background-color: #f8ecc7;
    color: #888484;
}
#landing_page .main-content{
    width:100%;
}
#footer{
    padding:30px 0;
    background:#191919;
    color:#888484;
}
#footer p {
    margin: 0px 0 0 0;
}
#footer #poweredBy{
    display:none;
}
h1 {
    color: #191919;
    font-weight: 700;
}
input[type="button"], input[type="reset"], input[type="submit"] {
    background:#191919;
    padding:8px 15px;
    color:#fff;
    border:0 solid;
}
#clientLogin input[type=submit] {
    padding: 8px 15px;
    border-radius: 0;
    background: #191919;
    border: 0 solid;
}
.infoTable {
    background: #efefef;
}
input, select, textarea {
    border: 1px solid #ccc;
    padding: 8px 10px;
}
#clientLogin {
    border: 0 solid #ccc;
    border-radius: 5px;
    box-shadow: none;
    background: url(../images/lock.png?1319655200) 95% 50% no-repeat #efefef;
}
#clientLogin input[type=text], #clientLogin input[type=password] {
    padding: 8px 10px;
    border-radius: 0;
    margin-bottom: 15px;
    border: 1px solid #ccc;
}
#landing_page{
	display:none;
}
.home #content{
    padding: 0;
    margin: 0;
    height: auto !important;
    height: 0;
    min-height: 0;
}