@charset "utf-8";
img {
	border: none;
}
body {
	background-image: url(images/ideabg.jpg);
}

.mainbox-padding-7px {
	padding: 7px;
}
.aticle-header-black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #000000;
}
.aticle-text-black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}
.aticle-text-black-semi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}
.footer-white-text-14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.footer-blue-text-18 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #61bdf0;
}
.footer-white-text-11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.footer-white-text-11-normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
.top-graphic-padding {
	padding: 10px;
}
.tabletext-black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.tabletext-whitebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px;
}
.white-tablecell-padding {
	padding: 0px;
	margin: 10px;
}

#brands a {
	float: left;
}
.brandsImageContainer {
	border: 1px solid #000;
	background-color: #FFF;
	width: 164px;
	height: 124px;
}
.brandsImageContainer > img {
	max-width: 144px;
	max-height: 114px;
}
.brandsName {
	height: 30px;
	width: 164px;
	background-color: #000;
	color: #FFF;
	font: bold 13px Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

.sectionHead {
	position: relative;
	background-color: #646464;
	line-height: 30px;
	border-bottom: 1px solid #e06417;
	padding: 10px;
	font: bold 14px/14px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-transform: uppercase;
}
.section {
	background-color: #FFF;
	padding: 10px;
}
.sectionBlock {
	display: block;
	width: 250px;
	height: 119px;
	position: relative;
}
.sectionImage {
	max-width: 250px;
	max-height: 119px;
	position: absolute;
	margin: auto;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
.sectionName {
	font: normal 11px/30px Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 10px 0px;
}
.section hr {
	width: 300px;
	border: 1px solid #e1e1e1;
}

.sectionLogo {
	position: absolute;
	right: 2px;
	top: 2px;
	padding: 2px;
	background-color: #FFF;
}

.sectionLogo > img {
	height: 26px;
}


