/*
 * Theme Name: VideoBallReviews.com
 * Theme URI: http://www.videoballreviews.com/
 * Description: Theme for VideoBallReviews.com
 * Author: KES Systems, Inc.
 * Author URI: http://www.bowlingball.com/
 * Version: 1.0
 *
 * License: Proprietary
 * License URI: 
 */
@charset "utf-8";
/*------------------------------------------------------------------------ RESET -------------------*/
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display:block;
}
ol, ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:none;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
	text-decoration:none;
}
/*------------------------------------------------------------------------ UNIVERSAL -------------------*/
body {
	background-color:#f0f0f0;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	color:#505050;
	line-height:1.5;
}
.clear {
	clear:both;
}
.flr {
	float:right;
}
.fll {
	float:left;
}
a {color:#222;}
a:visited {color:#666;}
a:hover {text-decoration:underline;}
strong {font-weight:bold;}
hr {
	border:0;
	width:100%;
	color:#c3c3c3;
	background-color:#c3c3c3;
	height:1px;
}
/*------------------------------------------------------------------------ HEADER -------------------*/
#logo {
	z-index:1;
	background:url(images/sitewide-sprite.png) 0 -24px no-repeat;
	width:204px;
	height:59px;
	display:block;
	position:absolute;
	top:25px;
	left:40px;
	text-indent:-9999px;
}
#header {
	z-index:1;
	width:810px;
	height:105px;
	margin:0 auto;
	position:relative;
}
#account-nav {
	z-index:1;
	width:300px;
	height:35px;
	text-align:right;
	position:absolute;
	top:0;
	right:0;
}
#account-text {
	z-index:1;
	margin-top:10px;
}
#log-in {
	z-index:1;
	float:right;
	margin-left:15px;
}
#log-in a{
	color:#505050;
}
#log-in a:hover{
	color:#505050;
	text-decoration:underline;
}
.loggedout {
	z-index:1;
	width:19px;
	height:24px;
	display:block;
	margin:-3px 5px 0 0;
	background:url(images/sitewide-sprite.png) -192px 0 no-repeat;
}
.loggedin-male {
	z-index:1;
	width:19px;
	height:24px;
	display:block;
	background:url(images/sitewide-sprite.png) -211px 0 no-repeat;
}
.loggedin-female {
	z-index:1;
	width:19px;
	height:24px;
	display:block;
	background:url(images/sitewide-sprite.png) -230px 0 no-repeat;
}
.searchform {
	width:470px;
	position:absolute;
	top:25px;
	right:0;
	display:inline-block;
	zoom:1;
	*display:inline;
	vertical-align:middle;
}
.screen-reader-text {
	display:none;
}
#s {
	float:right;
	margin-left:0;
	background:#fff;
	padding:4px 8px;
	height:15px;
	width:368px;
	border:solid 1px #adadad;
	border-left:none;
	outline:none;
	vertical-align:middle;
	-moz-box-shadow:inset 0 5px 10px #e5e5e5;
	-webkit-box-shadow:inset 0 5px 10px #e5e5e5;
	box-shadow:inset 0 5px 10px #e5e5e5;
	font:normal 14px Verdana, Geneva, sans-serif;
}
#searchsubmit {	
	float:right;
	color:#fff;
	margin-right:-1px;
	border:none;
	font-size:14px;
	font-weight:bold;
	vertical-align:middle;
	padding:4px 8px;
	height:25px;
	text-shadow:0 0 5px rgba(0,0,0,.7);
	background:#4a4a4a;
	background:-webkit-gradient(linear, left top, left bottom, from(#6e6e6e), to(#4a4a4a));
	background:-moz-linear-gradient(top,  #6e6e6e,  #4a4a4a);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6e6e6e', endColorstr='#4a4a4a');
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6e6e6e', endColorstr='#4a4a4a');
}
#searchsubmit:hover {
	cursor:pointer;
	background:#6e6e6e;
	background:-webkit-gradient(linear, left top, left bottom, from(#4a4a4a), to(#6e6e6e));
	background:-moz-linear-gradient(top,  #4a4a4a,  #6e6e6e);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a4a4a', endColorstr='#6e6e6e');
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a4a4a', endColorstr='#6e6e6e');
}
/*------------------------------------------------------------------------ SUBMIT FORM -------------------*/
#submitContainer {
	clear:both;
}
#submitContainer a:hover {
	text-decoration:none;
}
#submitButton {
	position:absolute;
	top:75px;
	left:231px;
	width:205px;
	display:inline-block;
	float:right;
	background:#398bcc;  
	-moz-border-radius:5px 0 0;
	-webkit-border-radius:5px 0 0;
	-khtml-border-radius:5px 0 0;
	border-radius:5px 0 0;
	z-index:2;
	cursor:pointer;
}
#submitButton.active{
	position:absolute;
	top:75px;
	left:96px;
	width:205px;
	display:inline-block;
	float:right;
	background:#398bcc;  
	-moz-border-radius:5px 0 0;
	-webkit-border-radius:5px 0 0;
	-khtml-border-radius:5px 0 0;
	border-radius:5px 0 0;
	z-index:2;
	cursor:pointer;
}
#submitButton span {
	line-height:30px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	color:#fff; 
	font-size:14px; 
	font-weight:bold;
	display:block;
}
#submitBox {
	position:absolute;
	top:105px;
	left:96px;
	display:none;
	z-index:3;
}
#submitForm {
	width:360px;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	-khtml-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
	background:#398bcc;
	padding:5px;
}
#submitForm fieldset {
	margin:0 0 12px 0;
	display:block;
	border:0;
	padding:0;
}
fieldset#body {
	background:#fff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	padding:10px 13px;
	margin:0;
}
#submitForm #checkbox {
	width:auto;
	margin:1px 9px 0 0;
	float:left;
	padding:0;
	border:0;
	*margin:-3px 9px 0 0;
}
#body label {
	color:#3a454d;
	margin:9px 0 0 0;
	display:block;
	float:left;
}
#submitForm #body fieldset label {
	display:block;
	float:none;
	margin:0 0 6px 0;
}
#submitForm input {
	width:95%;
	border:1px solid #899caa;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	color:#3a454d;
	padding:8px;
	box-shadow:inset 0px 1px 3px #ccc;
	-webkit-box-shadow:inset 0px 1px 3px #ccc;
	-moz-box-shadow:inset 0px 1px 3px #ccc;
	-khtml-box-shadow:inset 0px 1px 3px #ccc;
	font-size:12px;
}
#submitForm textarea {
	width:95%;
	border:1px solid #899caa;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	color:#3a454d;
	padding:8px;
	box-shadow:inset 0px 1px 3px #ccc;
	-webkit-box-shadow:inset 0px 1px 3px #ccc;
	-moz-box-shadow:inset 0px 1px 3px #ccc;
	-khtml-box-shadow:inset 0px 1px 3px #ccc;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
#submitForm #submit {
	width:auto;
	float:left;
	background:#7499c7 url(images/submitbuttonbg.png) repeat-x;
	color:#fff;
	padding:7px 10px;
	text-shadow:0px -1px #446997;
	border:1px solid #398bcc;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	-khtml-box-shadow:none;
	margin:0 10px 0 0;
	cursor:pointer;
	*padding:7px 2px;
	font-weight:bold;
}
#submitForm #submit:hover {
	background:#7499c7 url(images/submitbuttonbg-hover.png) repeat-x;
}
#submitForm span {
	text-align:center;
	display:block;
	padding:7px 0 4px 0;
}
#submitForm span a {
	color:#fff;
	font-size:12px;
}
#submitForm span a:hover {
	text-decoration:underline;
}
input:focus {
	outline:none;
}
/*------------------------------------------------------------------------ CONTACT FORM -------------------*/
#contactForm {
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	-khtml-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
}
#contactForm fieldset {
	margin:0 0 12px 0;
	display:block;
	border:0;
	padding:0;
}
fieldset#body {
	background:#f0f0f0;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	padding:10px;
	margin:0 auto;
}
#body label {
	color:#3a454d;
	margin:9px 0 0 0;
	display:block;
	float:left;
}
#contactForm #body fieldset label {
	display:block;
	float:none;
	margin:0 0 6px 0;
}
#contactForm input {
	width:740px;
	border:1px solid #899caa;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	color:#3a454d;
	padding:8px;
	box-shadow:inset 0px 1px 3px #ccc;
	-webkit-box-shadow:inset 0px 1px 3px #ccc;
	-moz-box-shadow:inset 0px 1px 3px #ccc;
	-khtml-box-shadow:inset 0px 1px 3px #ccc;
	font-size:12px;
}
#contactForm textarea {
	width:740px;
	height:150px;
	margin-top:-15px;
	border:1px solid #899caa;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	color:#3a454d;
	padding:8px;
	box-shadow:inset 0px 1px 3px #ccc;
	-webkit-box-shadow:inset 0px 1px 3px #ccc;
	-moz-box-shadow:inset 0px 1px 3px #ccc;
	-khtml-box-shadow:inset 0px 1px 3px #ccc;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
#contactForm #submit {
	width:auto;
	float:left;
	background:#7499c7 url(images/submitbuttonbg.png) repeat-x;
	color:#fff;
	padding:7px 10px;
	text-shadow:0px -1px #446997;
	border:1px solid #398bcc;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	-khtml-box-shadow:none;
	margin:0 10px 0 0;
	cursor:pointer;
	*padding:7px 2px;
	font-weight:bold;
}
#contactForm #submit:hover {
	background:#7499c7 url(images/submitbuttonbg-hover.png) repeat-x;
}
#contactForm span {
	text-align:center;
	display:block;
	padding:7px 0 4px 0;
}
#contactForm span a {
	color:#fff;
	font-size:12px;
}
#contactForm span a:hover {
	text-decoration:underline;
}
input:focus {
	outline:none;
}
/*------------------------------------------------------------------------ NAVIGATION -------------------*/
ul#menu {
	z-index:2;
	width:auto;
	height:35px;
	text-align:center;
	padding:0 10px;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	-khtml-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
	position:absolute;
	bottom:0;
	right:0;
	background:#e7e7e7;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c1c1c1', endColorstr='#e7e7e7');
	background:-webkit-gradient(linear, left top, left bottom, from(#c1c1c1), to(#e7e7e7));
	background:-moz-linear-gradient(top,  #c1c1c1,  #e7e7e7); 
}
ul#menu li {
	display:inline;
}
ul#menu li a {
	color:#353535;
	font-size:14px;
	line-height:35px;
	padding:9px 13px;
}
ul#menu li a:hover {
	color:#777;
	text-decoration:none;
}
#social-media-wrapper {
	width:810px;
	margin:0 auto;
	height:auto;
	position:relative;
}
#social-media-container {
	float:left;
	top:100px;
	position:absolute;
	left:-39px;
	width:38px;
}
#social-media-container .fixed {
	position:fixed;
}
#social-media-box {
	background-color:#e7e7e7;
	width:24px;
	height:auto;
	padding:5px;
	-moz-border-radius:5px 0 0 5px;
	-webkit-border-radius:5px 0 0 5px;
	-khtml-border-radius:5px 0 0 5px;
 	border-radius:5px 0 0 5px;
}
#facebook a {
	width:24px;
	height:24px;
	display:block;
	background:url(images/sitewide-sprite.png) 0 0 no-repeat;
	margin-bottom:5px;
}
#facebook a:hover {
	background:url(images/sitewide-sprite.png) -96px 0 no-repeat;
}
#twitter a {
	width:24px;
	height:24px;
	display:block;
	background:url(images/sitewide-sprite.png) -24px 0 no-repeat;
	margin-bottom:5px;
}
#twitter a:hover {
	background:url(images/sitewide-sprite.png) -120px 0 no-repeat;
}
#youtube a {
	width:24px;
	height:24px;
	display:block;
	background:url(images/sitewide-sprite.png) -48px 0 no-repeat;
}
#youtube a:hover {
	background:url(images/sitewide-sprite.png) -144px 0 no-repeat;
}
#google a {
	
	width:24px;
	height:24px;
	display:block;
	background:url(images/sitewide-sprite.png) -72px 0 no-repeat;
}
#google a:hover {
	background:url(images/sitewide-sprite.png) -168px 0 no-repeat;
}
ul#footer-nav {
	width:810px;
	text-align:center;
}
ul#footer-nav li {
	display:inline;
	line-height:30px;
}
ul#footer-nav li a {
	color:#737373;
	font-size:14px;
	padding:20px;
}
ul#footer-nav li a:hover {
	color:#353535;
	text-decoration:none;
}
#buy-now {
	background:url(images/buy-now.png) 0 0 no-repeat;
	width:110px;
	height:35px;
	display:block;
	text-indent:-9999px;
	margin:10px auto;
}
#buy-now:hover{
	background:url(images/buy-now.png) 0 -35px no-repeat;
}
.home-recent-link {
	position:absolute;
	right:10px;
	bottom:10px;
	font-size:12px;
}
.performanceLevel {
	display:block;
	width:95px;
	height:30px;
	padding:10px;
	float:left;
	text-align:center;
}
#sidebar-more {
	font-size:10px;
	text-align:center;
}
.pagination {
	text-align:center;
	margin-top:30px;
}
/*------------------------------------------------------------------------ STRUCTURE -------------------*/
#gray-border {
	z-index:1;
	background-color:#e7e7e7;
	width:800px;
	border:5px solid #e7e7e7;
	margin:0 auto;
	-moz-border-radius:5px 0 0;
	-webkit-border-radius:5px 0 0;
	-khtml-border-radius:5px 0 0;
	border-radius:5px 0 0;
}
#main-container {
	z-index:1;
	background-color:#ffffff;
	width:800px;
	position:relative;
}
.content-box {
	width:780px;
	padding:10px;
	margin:0 auto;
	background:#fff;
}
#home-featured-sidebar {
	z-index:1;
	width:240px;
	height:auto;
	padding:10px 10px 5px 10px;
	background-color:#e7e7e7;
	float:left;
	margin-bottom:20px;
}
#home-featured-main {
	z-index:1;
	width:520px;
	padding:10px;
	float:left;
}
.category {
	padding:10px;
	margin-bottom:10px;
	background:#f0f0f0;
	border:1px solid #e7e7e7;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
}
.watchVideo {text-align:right;}
.featured-vid {
	float:left;
	margin:0 5px 5px 0;
	clear:both;
}
.featured-tit {
	width:115px;
	height:90px;
	float:left;
	overflow:hidden;
}
.home-recent-vid {
	width:285px;
	height:175px;
	background:#e7e7e7;
	float:left;
	margin:5px 0;
	background:#f0f0f0;
	border:1px solid #e7e7e7;
}
.home-recent-tit {
	width:470px;
	height:155px;
	position:relative;
	margin-top:5px;
	padding:10px;
	background:#f0f0f0;
	border:1px solid #e7e7e7;
	-moz-border-radius:0 5px 5px 0;
	-webkit-border-radius:0 5px 5px 0;
	-khtml-border-radius:0 5px 5px 0;
	border-radius:0 5px 5px 0;
	float:left;
}
#home-separator {
	width:780px;
	height:35px;
	margin:0 auto;
	background:#e7e7e7;
	border-top:1px solid #c3c3c3;
	border-bottom:1px solid #c3c3c3;
	font-size:18px;
	font-weight:bold;
	color:#2e2e2e;
	padding:0 10px;
	line-height:35px;
}
#sidebar-title {
	margin:-5px 0 5px 0;
	text-align:center;
	color:#2e2e2e;
	font-size:16px;
	font-weight:bold;
}
/*------------------------------------------------------------------------ PARTNERS -------------------*/
.partner-description {
	float:left;
	width:670px;
	margin:0 0 10px 10px;
}
#partner-bowlingballcom {
	width:100px;
	height:100px;
	float:left;
	display:block;
	background:url(http://www.videoballreviews.com/wp-content/themes/VideoBallReviews/images/partners-logos.png) 0 0 no-repeat;
}
#partner-storm {
	width:100px;
	height:100px;
	float:left;
	display:block;
	background:url(http://www.videoballreviews.com/wp-content/themes/VideoBallReviews/images/partners-logos.png) -100px 0 no-repeat;
}
#partner-rotogrip {
	width:100px;
	height:100px;
	float:left;
	display:block;
	background:url(http://www.videoballreviews.com/wp-content/themes/VideoBallReviews/images/partners-logos.png) -200px 0 no-repeat;
}
#partner-dv8 {
	width:100px;
	height:100px;
	float:left;
	display:block;
	background:url(http://www.videoballreviews.com/wp-content/themes/VideoBallReviews/images/partners-logos.png) -300px 0 no-repeat;
}
#partner-brunswick {
	width:100px;
	height:100px;
	float:left;
	display:block;
	background:url(http://www.videoballreviews.com/wp-content/themes/VideoBallReviews/images/partners-logos.png) -400px 0 no-repeat;
}
#partner-amf300 {
	width:100px;
	height:100px;
	float:left;
	display:block;
	background:url(http://www.videoballreviews.com/wp-content/themes/VideoBallReviews/images/partners-logos.png) -500px 0 no-repeat;
}
#partner-900global {
	width:100px;
	height:100px;
	float:left;
	display:block;
	background:url(http://www.videoballreviews.com/wp-content/themes/VideoBallReviews/images/partners-logos.png) -600px 0 no-repeat;
}
#partner-ebonite {
	width:100px;
	height:100px;
	float:left;
	display:block;
	background:url(http://www.videoballreviews.com/wp-content/themes/VideoBallReviews/images/partners-logos.png) -700px 0 no-repeat;
}
#partner-hammer {
	width:100px;
	height:100px;
	float:left;
	display:block;
	background:url(http://www.videoballreviews.com/wp-content/themes/VideoBallReviews/images/partners-logos.png) -800px 0 no-repeat;
}
#partner-lane1 {
	width:100px;
	height:100px;
	float:left;
	display:block;
	background:url(http://www.videoballreviews.com/wp-content/themes/VideoBallReviews/images/partners-logos.png) -900px 0 no-repeat;
}
#partner-columbia300 {
	width:100px;
	height:100px;
	float:left;
	display:block;
	background:url(http://www.videoballreviews.com/wp-content/themes/VideoBallReviews/images/partners-logos.png) -1000px 0 no-repeat;
}
#partner-morich {
	width:100px;
	height:100px;
	float:left;
	display:block;
	background:url(http://www.videoballreviews.com/wp-content/themes/VideoBallReviews/images/partners-logos.png) -1100px 0 no-repeat;
}
#partner-track {
	width:100px;
	height:100px;
	float:left;
	display:block;
	background:url(http://www.videoballreviews.com/wp-content/themes/VideoBallReviews/images/partners-logos.png) -1200px 0 no-repeat;
}
#partner-pyramid {
	width:100px;
	height:100px;
	float:left;
	display:block;
	background:url(http://www.videoballreviews.com/wp-content/themes/VideoBallReviews/images/partners-logos.png) -1300px 0 no-repeat;
}
/*------------------------------------------------------------------------ TYPOGRAPHY -------------------*/
h1 {
	font-size:24px;
	font-weight:bold;
	color:#2e2e2e;
}
h2 {
	font-size:18px;
	font-weight:bold;
	color:#2e2e2e;
	margin-bottom:10px;
}
h3 {
	font-size:14px;
	font-weight:bold;
	color:#2e2e2e;
}
h4 {
	font-size:12px;
	font-weight:bold;
	color:#2e2e2e;
}
.t14 {
	font-size:14px;
}
.t12 {
	font-size:12px;
}
.ltgray {
	color:#a1a1a1;
}
.vidSubText {
	line-height:18px;
	font-size:10px;
}
.norm {font-weight:normal;}
/*------------------------------------------------------------------------ BRAND LANDING PAGE -------------------*/
.mftr_box {width:260px; height:130px; float:left; text-align:center;}
.mftr_box a {opacity:1.0; filter:alpha(opacity=100);}
.mftr_box a:hover {opacity:0.7; filter:alpha(opacity=70);}
#global {
	width:257px;
	height:100px;
	margin:0 auto;
	display:block;
	background-image:url(http://www.videoballreviews.com/wp-content/themes/VideoBallReviews/images/brand-landing.png);
	background-position:0 0;
}
#amf {
	width:257px;
	height:100px;
	margin:0 auto;
	display:block;
	background-image:url(http://www.videoballreviews.com/wp-content/themes/VideoBallReviews/images/brand-landing.png);
	background-position:-257px 0;
}
#bruns {
	width:257px;
	height:100px;
	margin:0 auto;
	display:block;
	background-image:url(http://www.videoballreviews.com/wp-content/themes/VideoBallReviews/images/brand-landing.png);
	background-position:-514px 0;
}
#columbia {
	width:257px;
	height:100px;
	margin:0 auto;
	display:block;
	background-image:url(http://www.videoballreviews.com/wp-content/themes/VideoBallReviews/images/brand-landing.png);
	background-position:0 -100px;
}
#dv8 {
	width:257px;
	height:100px;
	margin:0 auto;
	display:block;
	background-image:url(http://www.videoballreviews.com/wp-content/themes/VideoBallReviews/images/brand-landing.png);
	background-position:-257px -100px;
}
#ebonite {
	width:257px;
	height:100px;
	margin:0 auto;
	display:block;
	background-image:url(http://www.videoballreviews.com/wp-content/themes/VideoBallReviews/images/brand-landing.png);
	background-position:-514px -100px;
}
#elite {
	width:257px;
	height:100px;
	margin:0 auto;
	display:block;
	background-image:url(http://www.videoballreviews.com/wp-content/themes/VideoBallReviews/images/brand-landing.png);
	background-position:0 -200px;
}
#hammer {
	width:257px;
	height:100px;
	margin:0 auto;
	display:block;
	background-image:url(http://www.videoballreviews.com/wp-content/themes/VideoBallReviews/images/brand-landing.png);
	background-position:-257px -200px;
}
#lane1 {
	width:257px;
	height:100px;
	margin:0 auto;
	display:block;
	background-image:url(http://www.videoballreviews.com/wp-content/themes/VideoBallReviews/images/brand-landing.png);
	background-position:-514px -200px;
}
#morich {
	width:257px;
	height:100px;
	margin:0 auto;
	display:block;
	background-image:url(http://www.videoballreviews.com/wp-content/themes/VideoBallReviews/images/brand-landing.png);
	background-position:0 -300px;
}
#quantum {
	width:257px;
	height:100px;
	margin:0 auto;
	display:block;
	background-image:url(http://www.videoballreviews.com/wp-content/themes/VideoBallReviews/images/brand-landing.png);
	background-position:-257px -300px;
}
#radical {
	width:257px;
	height:100px;
	margin:0 auto;
	display:block;
	background-image:url(http://www.videoballreviews.com/wp-content/themes/VideoBallReviews/images/brand-landing.png);
	background-position:-514px -300px;
}
#rev {
	width:257px;
	height:100px;
	margin:0 auto;
	display:block;
	background-image:url(http://www.videoballreviews.com/wp-content/themes/VideoBallReviews/images/brand-landing.png);
	background-position:0 -400px;
}
#roto {
	width:257px;
	height:100px;
	margin:0 auto;
	display:block;
	background-image:url(http://www.videoballreviews.com/wp-content/themes/VideoBallReviews/images/brand-landing.png);
	background-position:-257px -400px;
}
#storm {
	width:257px;
	height:100px;
	margin:0 auto;
	display:block;
	background-image:url(http://www.videoballreviews.com/wp-content/themes/VideoBallReviews/images/brand-landing.png);
	background-position:-514px -400px;
}
#track {
	width:257px;
	height:100px;
	margin:0 auto;
	display:block;
	background-image:url(http://www.videoballreviews.com/wp-content/themes/VideoBallReviews/images/brand-landing.png);
	background-position:0 -500px;
}
#vision {
	width:257px;
	height:100px;
	margin:0 auto;
	display:block;
	background-image:url(http://www.videoballreviews.com/wp-content/themes/VideoBallReviews/images/brand-landing.png);
	background-position:-257px -500px;
}
#yellow {
	width:257px;
	height:100px;
	margin:0 auto;
	display:block;
	background-image:url(http://www.videoballreviews.com/wp-content/themes/VideoBallReviews/images/brand-landing.png);
	background-position:-514px -500px;
}
/*------------------------------------------------------------------------ FOOTER -------------------*/
#footer {
	width:810px;
	height:220px;
	margin:0 auto;
	padding-top:10px;
	background-color:#e7e7e7;
}
#copyright {
	margin-top:40px;
	font-size:11px;
	color:#afafaf;
	text-align:center;
}
#footer-ads {
	width:728px;
	height:90px;
	margin:10px auto 20px auto;
}
