* {
 padding: 0;
 margin: 0;
}

body {
 background-color: #316598!important;
}

#container {
 width: 1200px;
 margin: 60px auto;
}

#header {
 position: relative;
 height: 125px;
 background: url("http://www.lay-buys.com/images/page-shadow.png") no-repeat transparent;
 background-position: bottom;
 margin-bottom: -14px;
 z-index: 10;
}

#logo {
 float: left;
 margin-left: 70px;
}

#logo img {
 width: 265px;
}

#mainmenu {
 height: 46px;
 position: relative;
 z-index: 1;
 border: none;
 float: right;
 margin-right: 100px;
}

#ul-menu li {
 list-style: none;
 float: left;
 padding: 0 10px;
}

#ul-menu li a {
 display: block;
 float: left;
 padding: 0px 18px;
 color: #4A8FAF;
 text-transform: uppercase;
 line-height: 80px;
 font-size: 18px;
 font-weight: bold;
 text-decoration: none;
 -webkit-transition: all 1s ease;
 -moz-transition: all 1s ease;
 -o-transition: all 1s ease;
 transition: all 1s ease;
}

#ul-menu li a:hover {
 color: #000000;
 -webkit-transition: all 1s ease;
 -moz-transition: all 1s ease;
 -o-transition: all 1s ease;
 transition: all 1s ease;
}

#bannerhold {
 text-align: center;
}

.banner {
 position: relative; 
 overflow: auto;
 width: 1200px;
 text-align: center;
}

.banner li {
 list-style: none;
}

.banner ul li {
 float: left;
}

#content {
 margin: 0 auto;
 margin-top: 50px;
 padding: 50px 110px;
 background-color: #eeeeee;
}

#content h1 {
 font-size: 48px;
 color: #000000;
 font-weight: normal;
}

#boxone p {
 font-size: 38px;
 color: #000000;
 font-weight: normal;
 text-transform: uppercase;
 text-align: center;
}

#merchantcontent {
 text-align: center;
}

#aboutcontent {

}

#aboutcontent h2 {
 font-size: 24px;
 color: #D67777;
 font-weight: normal;
}

#aboutcontent p {
 padding: 5px 0 30px 0;
}

#aboutcontent ul{
 margin-left: 30px;
}

#hiddencontent {
 display: none;
}


