body {
  padding: 0;
  margin: 0;
  font-family: helvetica, arial;
  text-align: center;
  background-color: #eae3d7;
}
* {
  padding: 0;
  margin: 0;
}
img {
  border: none;
}
a {
  text-decoration: none;
  color: #aacd1b;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
li{
  padding: 0;
  margin: 0;
  list-style: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.wrap {
  width: 740px;
  margin: 0 auto;
  text-align: left;
}
.content-wrap {
  width: 740px;
  margin: 0 auto;
  text-align: left;
  border-left: none;
  border-right: 1px solid #d1c9bb;
  border-bottom: 1px solid #d1c9bb;
  display: inline-block;
  background: url("images/navbarbg.gif") repeat-y #fff;
}
.banner {
  width: 100%;
  height: 60px;
  padding-top: 19px;
  background: url("images/banner-bg.gif") repeat-x;
}
.banner h1 {
  font-size: 31px;
  font-weight: bold;
  letter-spacing: -2px;
  float: left;
}
.banner a {
  color: #fff;
  font-family: tahoma, verdana, arial;
  text-decoration: none;
}
.topbars {
  float: right;
  padding-top: 2px;
}
.topbars a{
  width: 86px;
  height: 22px;
  margin-left: 7px;
  padding-top: 10px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #cac5bd;
  display: block;
  float: left;
  background: url("images/topbar.gif") no-repeat;
}
.topbars a:hover{
  color: #dfebad;
  background: url("images/topbar-hover.gif") no-repeat;
}
.sidebar {
  width: 153px;
  float: left;
}
.content {
  width: 521px;
  padding: 33px;
  float: left;
  text-align: justify;
  font-size: 12px;
  line-height: 20px;
  color: #988c78;
}
.content h1{
  color: #aacd1b;
  font-size: 19px;
  letter-spacing: -1px;
  margin-bottom: 10px;
  font-weight: bold;
  border-bottom: 1px solid #eae3d7;
}
.content h2{
  color: #aacd1b;
  font-size: 18px;
  letter-spacing: -1px;
  margin-top: 40px;
  margin-bottom: 10px;
  font-weight: bold;
  border-bottom: 1px solid #eae3d7;
}
.mH{
  height: 21px;
  padding-top: 5px;
  text-indent: 35px;
  display: block;
  font-weight: bold;
  font-family: arial, helvetica, tahoma;
  font-size: 11px;
  cursor: pointer;
  color: #ada18e;
  background: url("images/patterns.gif") no-repeat center left;
}
.mH:hover {
  text-decoration:underline;
}
.mHome{
  width: 153px;
  height: 21px;
  display: block;
  background: url("images/home.gif") no-repeat center left;
}
.mFile{
  width: 153px;
  height: 21px;
  display: block;
  background: url("images/patterns.gif") no-repeat center left;
}
.mContact{
  width: 153px;
  height: 21px;
  display: block;
  background: url("images/contact.gif") no-repeat center left;
}
.navigation{
  height: 21px;
  display: block;
  font-weight: bold;
  font-family: arial, helvetica, tahoma;
  font-size: 11px;
  padding-top: 5px;
  text-indent: 35px;
  color: #ada18e;
}
.navigation:hover {text-decoration: underline;}
.mO {
  height: 22px;
  text-indent: 35px;
  padding-top: 4px;
  display:block;
  color: #ada18e;
  font-family: arial, helvetica, tahoma;
  font-size: 11px;
  background: url("images/nav-arrows.gif") no-repeat center left;
 }
 .mC { border: none; width: 153px;}
 .mL { display: block; }
 .mL2 { display: block;}
 
 .footer {
   width: 100%;
   height: 192px;
   margin-top: 80px;
   clear: none;
   float: none;
   background: url("images/footerbg.gif") repeat-x;
 }
.footerhome {
  width: 107px;
  height: 37px;
  display: block;
  background: url("images/footerhome.gif") no-repeat;
}
.footerlinks {
  width: 107px;
  height: 38px;
  display: block;
  background: url("images/footerlinks.gif") no-repeat;
}
.footercontact {
  width: 107px;
  height: 39px;
  display: block;
  background: url("images/footercontact.gif") no-repeat;
}
.freewebpatterns {
  width: 265px;
  height: 192px;
  margin-left: 100px;
  float: left;
  background: url("images/footer-vr.gif") no-repeat;
}
.freewebpatterns ul li{
  color: #b8ad9a;
  margin-left: 65px;
  list-style-type: circle;
}
.freewebpatterns ul li a{
  color: #cdc2af;
  font-size: 13px;
  font-weight: bold;
}
.freewebpatterns ul li a:hover{
  color: #eae3d7;
}

.freewebpatterns-image {
  width: 265px;
  height: 25px;
  display: block;
  background: url("images/freewebpatterns.gif") no-repeat center center;
}
.templateup {
  width: 265px;
  height: 192px;
  float: left;
  background: url("images/footer-vr.gif") no-repeat;
}
.templateup ul li{
  color: #b8ad9a;
  margin-left: 65px;
  list-style-type: circle;
}
.templateup ul li a{
  color: #cdc2af;
  font-size: 13px;
  font-weight: bold;
}
.templateup ul li a:hover{
  color: #eae3d7;
}

.templateup-image {
  width: 265px;
  height: 33px;
  display: block;
  background: url("images/templateup.gif") no-repeat center center;
}

.form input{
  height: 18px;
  padding: 4px;
}

/* =============================== Tables ================================*/
.tablemain {
	border-left: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	border-top: #ccc 1px solid;
	border-right: #ccc 1px solid;
	background-color: #eee;
	width: 440px;
	padding: 10px;
	margin-left: 150px;
	text-align: center;
}
.tableinfolink a{
	font-size: 12px;
    color: #333;
}
.tablesecondary {
	border-left: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	border-top: #ccc 1px solid;
	border-right: #ccc 1px solid;
	background-color: white;
	width: 300px;
	float: right;
}
.tableinfo {
    background-color: #ddd;
	width: 450px;
	height: 197px;
	text-align: left;
    border: 1px solid #171717;
}
.tableinfobuttons {
    background-color: #ddd;
	width: 530px;
	height: 333px;
	text-align: left;
    border: 1px solid #171717;
}
.tableinfopatterns {
    background-color: #ddd;
	width: 400px;
	height: 224px;
	text-align: left;
    border: 1px solid #171717;
}
.tableinfobanners {
    background-color: #ddd;
	width: 450px;
	height: 97px;
	text-align: left;
    border: 1px solid #171717;
}
.tableinfoicons {
    background-color: #ddd;
	width: 250px;
	height: 112px;
	text-align: left;
    border: 1px solid #171717;
}

.wraptable {
  margin-left: 50px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.tableinfolink {
  background-color: #ddd;
	border-bottom: 1px solid #a7a7a7;
	font:normal 14px helvetica, tahoma, verdana;
	color: #666;
    font-weight: bold;
	padding: 2px;
	text-indent: 5px;
}

.tableinfoheader {
	padding: 5px;
    padding-top: 7px;
	font:14px helvetica, tahoma, verdana;
	color: #b8b9b9;
    height: 20px;
    background-image: url("../images/tableheader.gif");
}

.tableinfoheader span {
	color: #6c6c6c;
}
.tableinfoheader span:hover {
	color: #1e93ed;
    cursor: default;
}

.licensebox {
  width: 488px;
  height: 48px;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-right: 20px;
  display: block;
  border: 1px solid #e7e3b5;
  background:#fcf2cb;
}
.imagelicense {
  width: 46px;
  height: 40px;
  float: right;
  display: block;
  background:url("images/license-image.gif") no-repeat;
}
.textlicense {
  width: 420px;
  display: block;
  float: left;
  line-height: 16px;
  color: #a8997f;
}
.textlicense h3 {
  font-size: 12px;
}
.textlicense h3 a {
  color: #77674b;
}

.textlinkads a{
  color: #ADA18E;
  font-size: 11px;
  float: none;
  clear: both;
  display: inline-block;
}
.textlinkads {
  float: none;
}
