body {
	background-color: #ecebe8;
}

td,th {
	padding: 8px 5px;
}

a {
	/*color: #74B4B8;*/
}

.container {
  margin: 0 auto;
  width: 1050px;
}

.mainArticle {
  float: left;
  margin: 0 auto;
  /*width: 728px;*/
}

.sideContent {
  float: right;
  margin: 0 auto;
  width: 301px;
}

.ad_top {
	margin: 15px auto;
	width: 728px;
	/*height: 90px;*/
	/*background-color: black;*/
}

@media only screen and (max-width: 1050px) {
  .container {
	width: 970px;
  }

  .mainArticle {
	margin: 0 auto;
	width: 970px;
  }

  .sideContent {
	margin: 0 auto;
	width: 970px;
  }

  .ad_top {
	/*margin: 14px 5px 14px -27px;
	width: 970px;
	height: 90px;*/
	/*background-color: red;*/
  }
}

@media only screen and (max-width: 960px) {

	#logo-container img {
		height: 48px;
	}
	.brandName {
		font-size: 0.5em;
	}

  .container {
	width: 100%;
  }

  .mainArticle {
	margin: 0 auto;
	width: 100%;
  }

  .sideContent {
	margin: 0 auto;
	width: 100%;
  }

	.ad_top {
		margin: 15px auto;
		width: 100%;
		min-height: 50px;
		max-height: 300px;
		/*background-color: green;*/
	}
}

nav {
	background-color: #ff9800;
}

article {
	color: #545454;
}

.section {
	background-color: #ffffff;
	padding: 27px;
	margin-bottom: 25px;

	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; 
}

h1 {
	font-size: 2.5rem;
	margin: 5px 0;
}

h2 {
	font-size: 2.0rem;
	margin: 5px 0;
}

h3 {
	font-size: 1.5rem;
}

h4 {
	font-size: 1.4rem;
}

.innerColumns {
	margin: 5px 0;
}

.productList a {
	font-size: 20px;
	line-height: 48px;
}

.productList a img{
	width: 48px;
	position: relative;
	top: 16px;
	right: 5px;
}

.brand-logo img {
	display: inline-block;
	float: left;
}

.brandName {
	float: right;
}

.catSubHeader {
	margin-top: 20px;
}

.sideContent {
  background-color: white;

  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 10px;
}

.sideCategories {
	font-size: 1.4em;
	margin-top: 10px;
	margin-left: 10px;
	text-decoration: underline;
}

.sidePopular {
	clear: both;
	margin: 20px 0 10px 10px;
}

.sideLogo {
	display: block;
	float: left;
	margin-right: 10px; 
}

.officialLink,
.categoryGrey {
	color: #808080;
}

.otherProducts li{
	margin-top: 10px;
}

.otherProducts a {
	font-size: 20px;
	line-height: 32px;
}

.otherProducts a img{
	width: 32px;
	position: relative;
	top: 8px;
}

.officialLink {

}



.page-footer {
	background-color: #fb8c00 ;
}

.banColumn {
	padding: 0 !important;
	width:auto !important;
}

.squareBanner {
	width: 336px;
	height: 280px;
	/*background-color: red;*/
	margin-top: 15px;
}