#productinfo {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.event {
    width: 800px;
    padding-bottom: 20px;
}

.event-date {
    position: relative;
    top: 20px;
    color: gray;
    font-size: 13px;
}

.event-title {
    width: 450px;
    display: block;
    font-size:20px;
    font-weight: bold;
    text-align:left;
    border-bottom: 5px solid;
}

.event-description {
    font-size: 15px;
    text-align: left;
    width: 500px;
    padding-top: 5px;
}

.product-list li {
    list-style: none;
    display: inline;
    float: left;
}

.product-list li a {
    color: #000;
    text-decoration: none;
}

.product-list li a:hover {
    text-decoration: underline;
}

.imagelink {
    border: 0;
    text-decoration: none;
}
.imagelink:hover {
    text-decoration: none;
}

.cartitem {
    height:100px;
}
.cartitem a {
    vertical-align: middle;
    color: #000;
    text-decoration: none;
}
.cartitem a:hover {
    text-decoration: underline;
}

.product-mini {
    margin: 0 0.15em;
    width: 150px;
    height: 275px;
}

.product-mini .product-title {
  margin-top: 5px;
}

.product-image {
  height: 150px;
  width: 150px;
  line-height: 150px;
  vertical-align: middle;
  display: table-cell;
}

.product-image img {
  margin: auto;
  vertical-align: middle;
  line-height: 150px;
}


.section-heading {
    font-size: 25px;
}

.pagetitle {
    font-size: 20px;
    text-align:center;
}

.phone {
    background: transparent url(http://static.charlesmayer.com/images/phone.gif) no-repeat scroll left center;
    padding-left: 16px;
}

.mini {
    white-space: nowrap;
    padding-right: 15px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.mini a {
    color: black;
    text-decoration: none;
}

.mini a:hover {
    text-decoration: underline;
}

#search {
    text-align: right;
}

#precontent {
    width: 960px;
    text-align:center;
    margin-left: auto;
    margin-right: auto;
}

#banner {
    width: 960px;
    height: 560px;
    text-decoration: none;
    text-align: center;
    /* margin-left: auto;
    margin-right: auto; */
}

#banner a {
    text-decoration: none;
    color: #000;
}

.newsitem {
    background-image: url("http://static.charlesmayer.com/images/newsitem-gradient.png");
    background-repeat: repeat-x;

    vertical-align: middle;
    width: 960px;
    height: 560px;

    text-align: center;
    margin-left: auto;
    margin-right:auto;

}

.newsitem div {
    position: relative;
    height: 300px;
    top: 20%;
    font-family: "Helvetica Neue",HelveticaNeue,Arial,Helvetica,sans-serif;
    font-size: 1em;
    line-height: 1.9em;
    font-weight: normal;
    letter-spacing: -2px;
    /* letter-spacing: 0.005em; */
}

.newsitem div span {
    width: 450px;
}

#banner .newsitem {
  width: 960px;
  height: 560px;
}

#banner .first {
  display: block;
}

#logo img {
  width: 500px;
}

#topnav {
    padding-bottom: 0px;
    line-height: 10%;
    position: relative;
}

#topnav li {
    list-style: none;
    display: inline;

    font-size: 1.5em;
    letter-spacing: -1px;
    padding-right: 13px;
}

#topnav li a {
    color: #000;
    text-decoration: none;
}

#topnav li a:hover {
    text-decoration: underline;
}
#subnav {
    line-height: 5%;
    padding-left: 50px;
    margin:0;
}

#subnav li {
    list-style: none;
    display: inline;

    font-size: 1em;
    letter-spacing: 1px;
    padding-right: 13px;
}

#subnav li a {
    color: #000;
    text-decoration: none;
}

#subnav li a:hover {
    text-decoration: underline;
}

#subnav-secondary {
    line-height: 5%;
    margin:0;
    text-align: right;
}

#subnav-secondary li {
    list-style: none;
    display: inline;
    font-size: 1em;
    letter-spacing: -.05em;
    padding-right: 5px;
}

#subnav-secondary li a {
    color: #000;
    text-decoration: none;
}

#subnav-secondary li a:hover {
    text-decoration: underline;
}


#container {
    width: 1000px;
    margin-top:10px;
    border: 0px;
}

#top {
    background-color: #fff;
    padding-left: 0px;
    border: 0px;
}

#footer {
    background-color: #fff;
    border: 0px;
    text-align: center;
}

#footer a {
    color: #000;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

#top table {
    width: 100%;
}

#content {
    padding-top: 0px;
    text-align: center;
    margin: 0 auto;
    margin-left: 0;
    margin-right: 0;
}

#content p {
    font-size: 15px;
}

#content img {
    /*display: inline;*/
}

.left {
    float: left;
    margin: 4px;
}

.right {
    float: right;
    margin: 4px;
}

body {
    font-family: helvetica;
    font-size: 8px;

    /*font-family:  "Arial", serif;*/
    font-size: 12px;
    background-color: white;
    /* background-image: url("/static/images/stripe.png");*/
    /* background-color: chocolate; */
    margin-top: 0px;
    padding-top: 0px;
}

#contact-form {
    text-align: center;
    width: 100%;
}
#contact-form table {
    margin: 0 auto;
}

#contact-form td {
    text-align: left;
}
#contact-form th {
    text-align: right;
}

/* Search Form Stuff */

fieldset.search {
	border: none;
	width: 243px;
	margin: 0 auto;
	background: #fff;
}
.search input, .search button {
	border: none;
	float: left;
}
.search input.box {
	color: #000;
	font-size: 1.2em;
	width: 190px;
	height: 30px;
	padding: 8px 5px 0;
	background: #EEE;
	margin-right: 5px;
}
.search input.box:focus {
	background: #EEE;
	outline: none;
}
.search button.btn {
	width: 38px;
	height: 38px;
	cursor: pointer;
        background: #fff url(/static/images/search30.png) no-repeat;
        background-position: center center;
	text-indent: -9999px;
}
.search button.btn:hover {
	/*background: #fbc900 url(search_bg.gif) no-repeat bottom right;*/
}


#banner-nav {
  z-index: 50;
  position: absolute;
  bottom: 10px;
  right: 15px }

#banner-nav a {
  font-size: 0.5em;
  color: white;
  margin: 0 5px;
  padding: 3px 5px;
  /*border: 1px solid #ccc;*/
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background: white;
  text-decoration: none
}

#banner-nav a.activeSlide { background: #777; color: #777;}
#banner-nav a:focus { outline: none; }

#navbar {
  margin-left: auto;
  margin-right: auto;
}

#navbar a {
font-family: verdana;
text-decoration: none;
color: #000;
font-size: 15px;
font-weight: bold;
}

#facebook-like {
    width:100%;
    margin: auto auto;
    padding-top: 10px;
}
