/* ------------------------------------------------------------

  	* Profile Design
  	* Coded by Bruce Clark of Imulus

  	screen.css
  	- Site wide style, layout, and function

------------------------------------------------------------ */

/* =Import Styles
------------------------------------------------------------ */
@import url(/includes/css/facebox.css); /* yes, yes, I am importing your facebox. */ 

/* =Initial Page Structure 
------------------------------------------------------------ */

* { 
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	list-style: none;
}

html {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #555;
}

body { 
	position: relative;
	background: url(/images/layout/bg.gif) 50% 0;
}
body#bellwetherStandard { background: #2a4a71 url(/images/layout/bg-bw.jpg) no-repeat 50% 0; }
body#titecStandard { background: #3c2200 url(/images/layout/bg-titec-alt.jpg) no-repeat 50% 0; }

.site-wrap { 
	position: relative;
	width: 100%;
	padding: 25px 0 15px 0;
}

.sub .site-wrap { 
	padding: 0 0 15px 0;
}

.container { 
	position: relative;
	width: 950px;
	margin: 0 auto;
}

.sub .container { 
	position: relative;
	width: 930px;
	z-index: 0;
	background: #fff;
	padding: 10px;
}

#header { 
	position: relative;
	height: 65px;
}

.sub #pre-head { 
	padding: 0 0 10px 0;
}

.sub #header { 
	position: relative;
	border-bottom: 1px solid #b5b5b5;
	padding: 0;
	height: 99px;
	z-index: 0;
	background: #000 url(/images/layout/header/brand/profile-head-bg.jpg) no-repeat right top;
}
.sub#bellwetherStandard #header { background-image: url(/images/layout/header/brand/bw-head-bg.jpg); }
.sub#titecStandard #header { background-image: url(/images/layout/header/brand/titec-head-bg.jpg); }

.sub #header .header-wrap { 
	padding: 20px 0 0 0;
	background: transparent url(/images/layout/content/white-top-left.png) no-repeat left top;
}

#content { 
	position: relative;
	clear: both;
	padding: 20px 0 0 0;
	color: #b3b3b3;
	background: url(/images/layout/content/grid-3col-bottom-alt.png) no-repeat left bottom;
}

.sub #content { 
	position: relative;
	background: transparent;
	padding: 0;
	color: #555;
	background-color: #47575a;
	background-position: bottom left;
	background-repeat: no-repeat;
}
.sub#bellwetherStandard #content { background-color: #233a4f; }
.sub#titecStandard #content { background-color: #443723; }
.sub.main #content, 
.sub.main#bellwetherStandard #content, 
.sub.main#titecStandard #content, 
.sub.athletes #content, 
.sub.athletes#bellwetherStandard #content, 
.sub.athletes#titecStandard #content { background: #fff; }

#footer { 
	clear: both;
	position: relative;
	width: 100%;
	padding: 0;
	font-size: 11px;
}

#bellwetherStandard #footer { 
	color: #AAB9CC;
}
#titecStandard #footer { 
	color: #ccc;
}

/* =Basic Element Styles 
------------------------------------------------------------ */ 

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	padding-bottom: 8px;
}

h4, h5, h6 {
	font-weight: bold;
}

.home h2, .home h3, .home h4 { 
	color: #fff;
}

h1 { 
	font-size: 20px;
	padding-bottom: 12px;
}

h2 { 
	font-size: 13px;
}

h3 { 
	font-size: 13px;
}

h4 { 
	font-size: 13px;
}

h5 { 
	font-size: 13px;
	color: #222;
	padding-bottom: 0;
}

h6 { 
	font-size: 12px;
	color: #222;
	padding-bottom: 0;
}

p {
	padding-bottom: 18px;
}

p.letter strong {
	color: #87A524;
}

hr {
	clear: both;
	height: 1px;
	background: #ddd;
	color: #ddd;
	margin: 15px 0;
}

.spacer { 
	padding-top: 18px;
}

input,
textarea { 
	font: 12px Verdana, sans-serif;
	padding: 2px;
	border: 1px solid #999;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

input:focus, 
textarea:focus {
	background: #f4f4f4;
}

input[type="image"], 
input.submit { 
	border: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	width: auto !important;
}

select { 
	font: 12px Verdana, sans-serif;
	padding: 0;
	border: 1px solid #999;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

sup {
	vertical-align: top;
}

img,
a img { 
	border: 0;
	vertical-align: middle;
} 

a { 
	color: #84C1E2;
	text-decoration: none;
}

a:visited { 
	color: #71CDFF;
}

a:hover { 
	color: #4E7C9C;
	text-decoration: underline;
}

a.hover-box img.original {
	float: left;
	position: relative;
}

a.hover-box img.hover { 
	display: none;
}

a.hover-box { 
	position: relative;
	float: left;
	display: block;
}

a.hover-box:hover { 
	display: block; 
	font-size: 100%; 
	z-index: 1; 
}

a.hover-box:hover img.hover { 
	display: block;
	position: absolute;
	float: left;
	left: 0;
	top: 0;
	z-index: 1000;
}


/* =Utilities 
------------------------------------------------------------ */ 

.left { 
	float: left;
	position: relative;
	margin: 0 10px 5px 0;
}

.right { 
	float: right;
	position: relative;
	margin: 0 0 5px 10px;
}

.clear {
	clear: both;
}

.clear-left { 
	clear: left;
}

.clear-right { 
	clear: right;
}

.clear-none { 
	clear: none;
}

.center { 
	text-align: center;
}

.autoclear:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

.autoclear { 
	display: inline-block;
}

.autoclear { 
	display: block;
}

	/* =Forms 
------------------------------------------------------------ */ 

.forms p { 
	position: relative;
	padding: 0 0 15px 0;
}
	
.forms p label.name { 
	position: relative;
	float: left;
	width: 140px;
	padding-top: 2px;
	padding-right: 10px;
	text-align: right;
}	

.forms span.error { 
	display: block;
	position: absolute;
	right: -200px;
	top: -2px;
	width: 240px;
	color: #999;
	font-size: .9em;
	background: #eee;
	padding: 3px 5px 4px 5px;
	border: 1px solid #ccc;
	line-height: 1em;
}

.forms p input { 
	width: 300px;
}

.forms p input.small { 
	width: 70px;
}

.forms p em {
	font-style: normal;
	padding-left: 22px;
}

.forms p em.info {
	font-size: 11px;
	font-style: italic;
	color: #999;
	padding: 0;
}

.forms p select.small {
	width: 120px;
}

.forms p .mid {
	width: 140px;
}

.forms p input.medium { 
	width: 200px;
}

.forms p input.large { 
	width: 300px;
}

.forms p input.submit { 
	border: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	margin: 0 !important;
}

.forms p textarea { 
	width: 300px;
	height: 100px;
}

.forms p textarea.short { 
	height: 70px;
}

.forms p textarea.tall { 
	height: 180px;
}

.forms p span.radcheck { 
	
}

.forms p span.radcheck input { 
	border: 0;
	width: auto;
	height: auto;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 5px;
}

.forms p select { 
	border: 1px solid #999;
	width: 306px;
}

/* =Layout and Function 
------------------------------------------------------------ */ 

	/* =Header 
------------------------------------------------------------ */ 

#header strong { 
	display: block;
	float: left;
	width: 62px;
	height: 62px;
	background: url(/images/layout/header/profile-logo.gif) no-repeat;
	text-indent: -9999px;
}

#header strong a { 
	display: block;
	width: 100%;
	height: 100%; 
}

#header em { 
	display: block;
	float: left; 
	width: 325px;
	height: 19px;
	padding-top: 46px;
	background: url(/images/layout/header/slogan.gif) no-repeat right bottom; 
	text-indent: -9999px;
}

#header ul { 
	position: absolute;
	right: 5px;
	bottom: 0;
}

#header ul li { 
	float: left;
	padding: 0 0 1px 20px;
}

#header ul li a { 
	color: #ccc;
	text-decoration: none;
}

#header ul li a:hover { 
	padding-bottom: 0;
	border-bottom: 1px solid #777;
	color: #fff;
}

.sub #pre-head ul.standard {
	float: right;
	padding-right: 15px;
}

.sub #pre-head ul li {
	display: inline;
	padding-left: 15px;
}

.sub #pre-head a { 
	text-decoration: none;
	color: #49b1f2;
}

.sub #pre-head a:hover { 
	color: #333;
}

.sub #header strong { 
	background: url(/images/layout/header/brand/profile-head.gif) no-repeat right bottom;
	width: 497px;
	height: 55px;
	padding-left: 20px;
}
.sub#bellwetherStandard #header strong { 
	background-image: url(/images/layout/header/brand/bw-head.gif); 
}
.sub#titecStandard #header strong { 
	height: 50px;
	background-image: url(/images/layout/header/brand/titec-head.gif); 
}

.sub #header em { 
	display: none;
}

.sub #header .newsletter { 
	position: absolute;
	right: 0;
	top: 0;
	background: transparent url(/images/layout/content/white-newsletter-bg.png) no-repeat left bottom;
}

.sub #header .newsletter .wrapper {
	padding: 8px 15px 8px 5px;
	background: url(/images/layout/content/white-top-right.png) no-repeat right top;
}

.sub #header .newsletter a img { 
	padding-right: 1px;
}

.sub #header .newsletter a { 
	color: #fff;
	text-decoration: none;
	padding-left: 10px;
}

.sub #header .newsletter a:hover { 
	color: #ddd;
}

	/* =Navigation
------------------------------------------------------------ */	

.sub #navigation {
	position: relative;
	float: left;
	width: 930px;
	margin-bottom: 1px;
	background: #2d2d2d url(/images/layout/content/white-bottom-left.png) no-repeat left bottom;
	z-index: 4000;
}

.sub.nonav #navigation .inner-wrap {
	position: relative;
	float: left;
	width: 900px;
	background: transparent url(/images/layout/content/white-bottom-right.png) no-repeat right bottom;
	padding: 8px 15px;
	height: 1px;
	z-index: 4000;
}

.sub #navigation ul {
	position: relative;
	float: left;
	width: 900px; 
	padding: 0 15px;
	z-index: 4000;
	background: transparent url(/images/layout/content/white-bottom-right.png) no-repeat right bottom;
}

.sub #navigation ul li {
	display: block;
	position: relative;
	float: left;
	padding: 0;
	cursor: pointer;
}

.sub #navigation ul li a {
	display: block;
	padding: 8px 15px;
	color: #eee;
	text-decoration: none;
	border-left: 1px dotted #7e7e7e;
	cursor: pointer;
}

.sub #navigation ul li.last a {
	border-right: 1px dotted #7e7e7e;
}

.sub #navigation ul li a:hover, 
.sub #navigation ul li#active-nav a, 
.sub #navigation ul li:hover a {
	background: #000;
}

.sub #navigation .select-product {
	position: absolute;
	right: 10px;
	top: 7px;
	z-index: 4001;
	display: none; 
}
.sub.brand.detail #navigation .select-product { display: block; }

.sub #navigation .select-product select { 
	width: 200px;
	font-size: 11px;
	background: #2b2c2c;
	border-color: #080808;
	color: #bbb;
	display: none; 
}
.sub.brand.detail #navigation .select-product select { display: block; }

		/* =Navigation (Drop Down)
------------------------------------------------------------ */

#navigation ul#nav li ul { 
	display: block;
	position: absolute;
	left: -999em;
	width: 170px;
	background: #000;
	padding: 0;
	border: 0;
}

#navigation ul#nav li ul * { 
	cursor: pointer !important;
}

#navigation ul#nav li:hover ul, 
#navigation ul#nav li.over ul /* used to target IE via script */ { 
	width: 170px;
	left: 1px;
	top: 100%;
	border-top: 1px solid #fff;
	position: absolute;
	z-index: 4000;
}

#navigation ul#nav li ul li { 
	width: 170px;
	background: transparent;
	height: auto;
}

#navigation ul#nav li:hover ul li a, 
#navigation ul#nav li.over ul li a { 
	display: block;
	background: transparent;
	padding: 5px 15px 4px 15px;
	height: auto;
	border: 0;
	border-bottom: 1px dotted #aaa;
	margin: 0;
	color: #ddd;
	font-size: 11px;
}

#navigation ul#nav li ul li:last-child a { 
	border-bottom: 0;
}

#navigation ul#nav li ul li a:hover { 
	color: #fff;
	background: #333;
}

	/* =Content 
------------------------------------------------------------ */ 
 
#content .grid { 
	position: relative;
	float: left;
	width: 303px;
	margin-right: 20px;
	padding-bottom: 5px;
}

#content .grid#tertiary { 
	margin-right: 0;
}

#content .grid a { 
	text-decoration: none;
}

#content .grid h2 { 
	position: relative;
	width: 265px;
	height: 34px;
	text-indent: -9999px;
	padding: 0;
	margin: 28px 0 12px 20px;
}

#content .grid h2 a { 
	display: block;
	width: 100%;
	height: 100%;
}

.profile-logo-white { background: url(/images/assets/profile-logo-white.gif) no-repeat left bottom; }
.bellwether-logo-white { background: url(/images/assets/bellwether-logo-white.gif) no-repeat left bottom; }
.titec-logo-white { background: url(/images/assets/titec-logo-white.gif) no-repeat left bottom; }

#content .grid blockquote { 
	border-top: 1px dotted #ccc;
	margin: 12px 0 0 0;
	padding: 10px 20px 0 20px;
}

#content .grid h4 { 
	font-size: 13px;
	padding-bottom: 6px;
}

#content .grid p {
	padding-bottom: 8px;
}

.home #content .grid p strong {
	display: block;
	padding-bottom: 0;
	font-weight: bold;
	font-style: normal;
}

#content .grid p.outbound em { 
	display: block;
}

		/* =Subpage (includes styles for full-width subpage, cause I'm tight like that)
------------------------------------------------------------ */

.sub.main #content {
	color: #555;
	padding: 15px;
}

.sub.main #content #main h1 {
	font-size: 20px;
	padding: 0;
	margin: 3px 0 3px -2px;
}

.sub.main #content #main h2 {
	font-weight: bold;
	color: #222;
}

.sub.main #content #main h3 {
	font-weight: bold;
	color: #666;
}

.sub.main #content #main ul {
	margin: 0 0 18px 10px;
}

.sub.main #content #main ul li {
	padding-bottom: 5px;
	padding-left: 15px;
	background: url(/images/icons/bullet-list.gif) no-repeat 2px 6px;
}

.sub.main #content #main ol {
	margin: 0 0 18px 22px;
}

.sub.main #content #main ol li {
	list-style: decimal;
	padding-bottom: 5px;
}

.sub.main #content #main table {
	border-collapse: collapse;
	border: 0;
	margin: 0 0 18px 0;
}

.sub.main #content #main table th {
	color: #87A524;
	padding: 7px 12px;
	text-align: left;
}
.sub.main.dealer #content #main table th { color: #222; }

.sub.main #content #main table td {
	padding: 8px 12px 7px 12px;
	background: url(/images/layout/border.gif) repeat-x left top;
}

.sub.main #content #main {
	position: relative;
	float: left;
	min-height: 480px;
	width: 555px;
	padding-right: 20px;
	z-index: 0;
}
.sub.main.full #content #main { width: 900px; padding: 0; border: 0; }
.sub.main.full #content #main table { width: 900px; }
.sub.main.full #content #main table tr th { width: 90px; }

.sub.main #content #sidebar {
	position: relative;
	float: right;
	width: 303px;
	padding-left: 15px;
	z-index: 0;
}

			/* =Media Columns (Let's get funky up in this Bixxxxxxtch.. Mr. Roboto)
------------------------------------------------------------ */

.sub.main.media #content #main {
	border: 0;
}

.sub.main #content #main .media-col {
	position: relative;
	float: left;
	width: 170px;
	padding: 25px 15px 0 0;
}
.sub.main.media #content #main .media-col {
	width: 250px;
}

.sub.main.media #content .grid.banner img {
}

.sub.main.media #content .grid.banner p {
}

.sub.main #content #main .media-col ul {
	float: left;
	border-top: 1px solid #ccc;
	padding-bottom: 15px;
	margin-left: -15px;
	width: 245px;
}
.sub.main.media #content #main .media-col ul {
	margin-left: 0;
	padding-bottom: 5px;
}

.sub.main #content #main .media-col ul li {
	list-style: none;
	padding: 0;
	margin: 0;
	background: transparent;
}

.sub.main #content #main .media-col ul li a { 
	display: block;
	position: relative;
	color: #555;
	padding: 5px 10px 5px 15px;
	border-bottom: 1px solid #ccc;
	background: url(/images/icons/green-arrow.gif) no-repeat 6px 11px;
}

.sub.main #content #main .media-col ul li a strong { 
	color: #222;
}

.sub.main #content #main .media-col ul li a:hover { 
	background: #eee url(/images/icons/green-arrow.gif) no-repeat 6px 11px;
	text-decoration: none;
}

			/* =News
------------------------------------------------------------ */

.sub.main.news #content #main {
	padding-left: 15px;
}

.sub.main.news #content #main .media-col {
	width: 280px;
	margin: 0 15px 0 -15px;
	padding: 0 20px 0 0;
}

.sub.main.news #content #main .media-col h2 {
	padding-left: 15px;
}

.sub.main.news #content #main .media-col ul {
	width: 280px;
	margin: 0;
	padding: 0 0 8px 0;
}

.sub.main.news #content #main .media-col ul li strong {
	display: block;
}

.sub.main.news #content #main .media-col p {
	padding-left: 7px;
}

.sub.main #content #main ul.news-list {
	margin: 0 0 0 -5px;
}

.sub.main #content #main ul.news-list li {
	list-style: none;
	padding: 10px 5px;
	padding-left: 120px;
	background: transparent;
	border-top: 1px solid #eee;
}

.sub.main #content #main ul.news-list li a strong { 
	color: #222;
}

.sub.main #content #main ul.news-list li a { 
	display: block;
	color: #777;
}

.sub.main #content #main ul.news-list li a:hover { 
	text-decoration: none;
}

.sub.main #content #main ul.news-list li a span {
	color: #78cbff;
}

.sub.main #content #main ul.news-list li a:hover span {
	color: #777;
}

.sub.main #content #main ul.news-list li em { 
	display: block;
	float: left;
	width: 95px;
	text-align: left;
	font-size: 11px;
	padding-top: 0px;
	padding-left: 10px;
	color: #999;
	margin-left: -120px;
	font-weight: normal;
	font-style: italic;
}

.sub.main #content #main ul.news-list li strong { 
	display: block;
}

		/* =Dealer Locator (locating your dealer for years to come, not crack though)
------------------------------------------------------------ */

.sub.dealer #content .forms {
	padding-top: 20px;
}

.sub.dealer #content .forms .submission * {
	vertical-align: middle;
}

.sub.dealer #content .forms a.side {
	font-style: italic;
	padding-left: 15px;
}

.sub.dealer #content address {
	clear: both;
	font-style: normal;
	padding: 10px 0 15px 165px;
}

.sub.dealer #content address strong {
	color: #222;
	font-size: 14px;
}

.sub.international.dealer #content address {
	padding-left: 110px;
	padding-bottom: 30px;
	line-height: 1.7;
}

.sub.international.dealer #content address strong {
	float: left;
	display: block;
	width: 110px;
	font-size: 12px;
	text-align: left;
	padding-right: 10px;
	margin-left: -110px;
}

.sub.dealer #content address a {
	color: #71cdff;
}

.sub.dealer #content address a:hover {
	border-color: #fff;
	color: #555;
	text-decoration: none;
}

.sub.dealer #content #main {
	width: 880px;
	border: 0;
}

.sub.dealer #content #main table {
	width: 895px;
	margin-top: 20px;
}

.sub.dealer #content #main table tr td {
	cursor: pointer;
}

.sub.dealer #facebox .map-popup {
	width: 640px;
}

.sub.dealer #facebox .map-popup .map-wrap {
	float: right;
	border: 1px solid #999;
}

.sub.dealer #facebox .map-popup h2 {
	font-size: 14px;
	padding: 0;
}

.sub.dealer #facebox .map-popup address {
	padding: 10px 0 15px 0;
}

		/* =Brand Homepage 
------------------------------------------------------------ */

.sub.brand #content #sidebar { 
	float: right;
	width: 242px;
	color: #d1d1d1;
	overflow: hidden;
	background: url(/images/layout/content/white-top-right.png) no-repeat right top;
}

.sub.brand #content .wrapper { background: url(/images/layout/content/white-bottom-left.png) no-repeat left bottom; }
.sub.brand #content .mid-wrapper { background: url(/images/layout/content/white-bottom-right.png) no-repeat right bottom; }
.sub.brand #content .inner-wrapper { background: url(/images/layout/content/white-top-left.png) no-repeat left top; }

.sub.brand #content #sidebar .wrapper { 
	padding: 15px 18px 2px 24px;
	min-height: 370px;
	background: url(/images/layout/content/white-bottom-right.png) no-repeat right bottom;
}

.sub.brand.category #content #sidebar .wrapper {
	background: transparent;
}

.sub.brand #content #sidebar h3 { 
	font-size: 17px;
	margin: 0;
	color: #fff;
	padding: 0;
}

.sub.brand #content #sidebar h4 { 
	color: #fff;
	padding: 0;
	font-size: 12px;
}

.sub.brand #content #sidebar p { 
	padding-bottom: 15px;
}

.sub.brand #content #sidebar h4 a,
.sub.brand #content #sidebar p a { 
	text-decoration: none;
	color: #fff;
}

.sub.brand #content #sidebar p a {
	display: block;
	color: #ccc;
}

.sub.brand #content #sidebar.news p a:after { 
	content: " more";
	color: #4bb9ff;
}

.sub.brand #content #sidebar.news p a:hover:after { 
	color: #ccc;
}

.sub.brand #content #sidebar.news p a:hover { 
	color: #eee;
}

.sub.brand #content #sidebar.news p.all-news a {
	color: #4bb9ff;
}

.sub.brand #content #sidebar.news p.all-news a:hover {
	color: #ccc;
}

.sub.brand #content #sidebar.news p.all-news a:after { 
	content: "";
}

.sub.brand #content #sidebar a.social-link { 
	position: absolute;
	right: 15px;
	bottom: 15px;
}

.sub.brand #sub-content { 
	clear: both;
	position: relative;
	float: left;
	width: 930px;
	padding-top: 7px;
	background: url(/images/layout/content/sub-grid-3col-bottom.gif) no-repeat left 10px;
}

.sub.brand #sub-content .grid { 
	float: left;
	width: 269px;
	margin-right: 10px;
	padding: 6px 17px 0 17px;
}

.sub.brand #sub-content .grid.last { margin-right: 0; }

.sub.brand #sub-content .grid p {
	padding: 0;
}

.sub.brand #sub-content .grid p a { 
	display: block;
	color: #ccc;
	text-decoration: none;
}

.sub.brand #sub-content .grid p a:after { 
	content: " See Details";
	color: #4bb9ff;
}

.sub.brand #sub-content .grid p a:hover:after { 
	color: #90BBFF;
}

.sub.brand #sub-content .grid p a:hover { 
	color: #eee;
}

.sub.brand #sub-content .grid img { 
	margin: 5px 0 0 -17px;
}

.sub.brand #sub-content h3 { 
	margin: 10px 0 -7px -1px;
	font-size: 19px;
	padding: 0;
	color: #fff;
}

.sub.brand #sub-content h3 a {
	text-decoration: none;
	color: #fff;
}  

		/* =Banners 
------------------------------------------------------------ */

.sub #content .grid.banner { 
	margin: 10px 0 !important;
	width: 303px !important;
	padding: 0 !important;
	background: transparent url(/images/layout/content/banner-grid-details-bg.png) no-repeat left top !important;
}

.sub #content .grid.banner h3 {
	margin: 13px 15px -7px 13px !important;
	font-size: 19px !important;
	padding: 0 !important;
	color: #fff !important;
}

.sub #content .grid.banner h3 a { 
	color: #fff !important;
	font-size: 20px !important;
	font-weight: normal !important;
}

.sub #content .grid.banner p, 
.sub #content .grid.banner ul {
	padding: 0 15px 12px 15px !important;
	color: #ccc !important;
}

.sub #content .grid.banner p a, 
.sub #content .grid.banner ul a { 
	display: block !important;
	color: #ccc !important;
}

.sub #content .grid.banner p a:hover, 
.sub #content .grid.banner ul a:hover { 
	color: #eee !important;
}

.sub #content .grid.banner p a:after { 
	content: " See Details";
	color: #4bb9ff !important;
}

.sub #content .grid.banner p a:hover:after { 
	color: #90BBFF !important;
}

.sub #content .standard-banner p.left {
	padding: 0 10px 4px 0;
	margin: 0;
}

.sub.media #content .grid.banner .wallpaper span {
	display: block;
	padding: 5px;
	text-align: center;
	background: #000;
}

.sub.media #content .grid.banner .wallpaper span a {
	padding: 0 13px;
	color: #fff;
}

.sub.media #content .grid.banner .banner-wrap {
	background: transparent url(/images/layout/content/banner-grid-details-bottom-bg.png) no-repeat left bottom !important;
	padding-bottom: 15px;
}

.sub.media #content .grid.banner .wallpaper span a:hover {
	color: #ccc;
}

.sub #content .standard-banner img {
}

.sub #content .standard-banner h2 {
	font-weight: bold;
}

.sub #content .standard-banner h6 {
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 3px;
	color: #222;
}

		/* =Product Landing (list of categories)
------------------------------------------------------------ */

.sub.brand.category.product #content #main .column { 
	width: 195px;
}

		/* =Product Landing (list of categories)
------------------------------------------------------------ */

.sub.brand.category.product.specialty #content .inner-wrapper { 
	min-height: 362px;
}

#bellwetherStandard.sub.brand.category.product.specialty #content .wrapper, 
.sub.brand.category.product.specialty #content #sidebar .wrapper { 
	min-height: 362px;
}

.sub.brand.category.product.specialty #content #main {
	position: relative;
	float: left;
	width: 198px;
	padding: 20px;
	color: #ddd;
}

		/* =Cateogry Listing (list of products)
------------------------------------------------------------ */

.sub.brand.category #content { 
	background-position: right top;
}

.sub.brand.category #content .inner-wrapper { 
	min-height: 449px;
}

.sub.brand.category #content #sidebar {
	text-indent: -9999px;
}

.sub.brand.category #content #sidebar .wrapper { 
	min-height: 449px;
	padding: 0;	
}
#bellwetherStandard.sub.brand.category #content .wrapper { min-height: 510px; }

.sub.brand.category #content #main {
	float: left;
	padding: 25px 5px 15px 30px;
	width: 471px;
}

.sub.brand.category #content #main h1 { 
	color: #fff;
	font-size: 19px;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 7px;
}

.sub.brand.category #content #main .column { 
	position: relative;
	float: left;
	width: 205px;
	padding: 0 15px;
	margin-left: -15px;
	margin-right: 15px;
}

.sub.brand.category #content #main h3 { 
	color: #d1e124;
	padding: 0 0 7px 0;
	font-weight: bold;
	font-size: 12px;
	margin-right: 5px;
}
#titecStandard.sub.brand.category #content #main h3 { color: #c05c09; }
#bellwetherStandard.sub.brand.category #content #main h3 { color: #dccd2b; }

.sub.brand.category #content #main ul {
	position: relative;
	padding-bottom: 15px;
	margin-right: 5px;
	margin-left: -15px;
	border-top: 1px solid #727f81;
}
#titecStandard.sub.brand.category #content #main ul { border-color: #695f4f; }
#bellwetherStandard.sub.brand.category #content #main ul { border-color: #506585; }

.sub.brand.category #content #main ul li {
}

.sub.brand.category #content #main ul li a {
	display: block;
	position: relative;
	color: #e8eaea;
	padding: 3px 10px 3px 15px;
	border-bottom: 1px solid #727f81;
	text-transform: capitalize;
	background: url(/images/icons/blue-arrow.gif) no-repeat 6px 9px;
}
#titecStandard.sub.brand.category #content #main ul li a { border-color: #695f4f; }
#bellwetherStandard.sub.brand.category #content #main ul li a { border-color: #506585; }

.sub.brand.category #content #main ul li a:hover {
	background: #5a686b url(/images/icons/blue-arrow.gif) no-repeat 6px 9px;
	text-decoration: none;
	z-index: 999;
}
#titecStandard.sub.brand.category #content #main ul li a:hover { background: #53442e url(/images/icons/blue-arrow.gif) no-repeat 6px 9px; }
#bellwetherStandard.sub.brand.category #content #main ul li a:hover { background: #28425D url(/images/icons/blue-arrow.gif) no-repeat 6px 9px; }

.sub.brand.category #content #main ul li a span { 
	display: block;
	position: absolute;
	left: -9999px;
	width: 118px;
	height: 118px;
	padding: 0 12px 15px 0;
}

.sub.brand.category #content #main ul li a span em { 
	position: absolute;
	display: block;
	background: url(/images/layout/content/product-hover/hover-arrow.png) no-repeat left top;
	width: 22px;
	height: 51px;
	left: -21px;
	top: 41px;
	text-indent: -9999px;
	z-index: 1001;
}

.sub.brand.category #content #main ul li a:hover span {
	left: auto;
	right: -152px;
	top: -52px;
	z-index: 1000;
	background: url(/images/layout/content/product-hover/hover-shadow.png) no-repeat right bottom;	
}

.sub.brand.category #content #main ul li a span img { 
	border: 1px solid #97adb2;
	padding: 8px;
	background: #fff;
}

		/* =Product Details
------------------------------------------------------------ */

.sub.brand.detail #content, 
#titecStandard.sub.brand.detail #content, 
#bellwetherStandard.sub.brand.detail #content { 
	background: #fff;
	padding: 25px 15px 10px 15px;
}

.sub.brand.detail #content #product-specs { 
	position: relative;
	float: right;
	width: 310px;
}

.sub.brand.detail #content #product-specs a.collection { 
	display: none;
	width: 100px;
	text-indent: -9999px;
	height: 24px;
	margin: 0 0 15px 0;
	background: url(/images/icons/alterra.gif) no-repeat left top;
}

.sub.brand.detail #content #product-specs a.collection.el-norte, 
.sub.brand.detail #content #product-specs a.collection.hellbent, 
.sub.brand.detail #content #product-specs a.collection.hellcat, 
.sub.brand.detail #content #product-specs a.collection.pluto {
	width: 215px;
	height: 60px;
}

.sub.brand.detail #content #product-specs a.collection.el-norte {
	height: 40px;
}

.sub.brand.detail #content #product-specs a.collection.alterra, 
.sub.brand.detail #content #product-specs a.collection.elite-cs, 
.sub.brand.detail #content #product-specs a.collection.cadence, 
.sub.brand.detail #content #product-specs a.collection.el-norte, 
.sub.brand.detail #content #product-specs a.collection.hellbent, 
.sub.brand.detail #content #product-specs a.collection.hellcat, 
.sub.brand.detail #content #product-specs a.collection.pluto { 
	display: block;
}
.sub.brand.detail #content #product-specs a.collection.cadence { background: url(/images/icons/cadence.gif) no-repeat left top; }
.sub.brand.detail #content #product-specs a.collection.elite-cs { background: url(/images/icons/elite-cs.gif) no-repeat left top; }
.sub.brand.detail #content #product-specs a.collection.el-norte { background: url(/files/titec/product-lines/el-norte.jpg) no-repeat left bottom; }
.sub.brand.detail #content #product-specs a.collection.hellbent { background: url(/files/titec/product-lines/hellbent.jpg) no-repeat left bottom; }
.sub.brand.detail #content #product-specs a.collection.hellcat { background: url(/files/titec/product-lines/hell-cat.jpg) no-repeat left bottom; }
.sub.brand.detail #content #product-specs a.collection.pluto { background: url(/files/titec/product-lines/pluto.jpg) no-repeat left bottom; }

.sub.brand.detail #content #product-specs h1 { 
	font-size: 15px;
	color: #626262;
	padding-bottom: 5px;
}

.sub.brand.detail #content #product-specs ul {
	border-top: 1px solid #d6d6d6;	
}

.sub.brand.detail #content #product-specs ul li { 
	border-bottom: 1px solid #d6d6d6;
	padding: 6px;
	padding-left: 14px;
	background: url(/images/icons/spec-arrow.gif) no-repeat 5px 12px;
}

.sub.brand.detail #content #product-specs p {
	padding: 0 0 12px 0;
}

.sub.brand.detail #content #product-specs p#details { 
	float: left;
	width: 310px;
	padding: 12px 0;
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: 15px;
}

.sub.brand.detail #content #product-specs p#details h6 { 
	display: inline;
	padding: 0;
	margin: 0;
}

.sub.brand.detail #content #product-specs p#details span { 
	clear: left;
	float: left;
	width: 240px;
	padding-left: 70px;
}

.sub.brand.detail #content #product-specs p#details span strong { 
	float: left;
	display: block;
	width: 70px;
	margin-left: -70px;
	color: #a4b02e;
}

.sub.brand.detail #content #product-specs h3 { 
	clear: both;
	font-size: 12px;
	font-weight: bold;
	color: #555;
	padding-bottom: 5px;
}

.sub.brand.detail #content #product-specs .specs { 
	padding-bottom: 20px;
}

.sub.brand.detail #content #product-view, 
.sub.brand.detail #content #product-controls {
	position: relative;
	float: left;
	width: 570px;
	text-align: center;
}

.sub.brand.detail #content #product-controls a {
	float: left;
}

.sub.brand.detail #content #product-controls a img {
	position: relative;
	border: 1px solid #c3c3c3;
	z-index: 0;
	margin-left: -1px;
	margin-bottom: -1px;
}

.sub.brand.detail #content #product-controls a img.active-image,
.sub.brand.detail #content #product-controls a:hover img {
	border-color: #49b1f2;
	z-index: 100;
}

.sub.brand.detail #content #product-controls {
	clear: left;
	text-align: left;
}

.sub.brand.detail #content #product-controls h3 {
	font-weight: bold;
	color: #373737;
	font-size: 12px;
}

.sub.brand.detail #content #product-controls .views, 
.sub.brand.detail #content #product-controls .options {
	float: left;
	padding: 15px 20px 0 1px;
}

.sub.brand.detail #content #product-controls .options {
	padding-left: 0;
	padding-right: 0;
	width: 130px;
}

.sub.brand.detail #content #product-controls .options a img {
	margin-left: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 3px;
	border: 1px solid #c3c3c3;
	background: #e5e5e5;
}

.sub.brand.detail #content #product-controls .options a img.active-image,
.sub.brand.detail #content #product-controls .options a:hover img {
	border-color: #000;
}

.sub.brand.detail #facebox {
	margin-top: 117px;
}

.sub.brand.detail #facebox .information {
	line-height: 1.7;
	overflow: auto;
	padding: 0;
	width: 370px;
}

.sub.brand.detail #facebox .information ul li {
	padding-left: 25px;
	background: url(/images/icons/black-arrow.gif) no-repeat 15px 7px;
}


		/* =Newsletter
------------------------------------------------------------ */

.sub.newsletter #content .forms { 
	padding-top: 25px;
}

		/* =Athletes
------------------------------------------------------------ */

.sub.brand.athletes #content h2.intro { 
	background: transparent;
	width: 930px;
	height: 241px;
	text-indent: -9999px;
	padding: 0;
	margin: 0 0 25px 0;
}

.sub.brand.athletes #content #main { 
	width: 900px;
	padding: 0 0 0 30px;
	margin: 0;
}

.sub.brand.athletes #content #main h3 { 
	color: #222;
	font-size: 13px;
	border-bottom: 1px solid #ccc;
	padding: 0 0 7px 15px;
	margin: 0 10px 0 -15px;
}
#titecStandard.sub.brand.athletes #content #main h3 { 
	width: 180px;
}

.sub.brand.athletes #content .column#set-one { 
	width: 400px;
	padding: 0 25px 0 0;
}

.sub.brand.athletes #content #main ul { 
	float: left;
	border-top: 0;
	width: 195px;
}

.sub.brand.athletes #content #main ul li a, 
#titecStandard.sub.brand.athletes #content #main ul li a { 
	border-color: #ccc;
	color: #555;
	background: url(/images/icons/green-arrow.gif) no-repeat 6px 9px;
}

.sub.brand.athletes #content #main ul li a:hover, 
#titecStandard.sub.brand.athletes #content #main ul li a:hover { 
	background: #eee url(/images/icons/green-arrow.gif) no-repeat 6px 9px;
}

.sub.brand.athletes #content .column#set-one ul#athletes-col-two { 
	margin-left: 15px;
}

.sub.brand.athletes #content .column#set-two, 
.sub.brand.athletes #content .column#set-three { 
	width: 190px;
}

.sub.brand.athletes #content .column#set-three {
	padding-left: 25px;
}

.sub.brand.athletes #facebox .athlete {
	width: 420px;
	line-height: 1.7;
	padding-left: 280px;
	height: 400px;
	overflow: auto;
}

.sub.brand.athletes #facebox .athlete h3, 
.sub.brand.athletes #facebox .athlete h4 {
	padding: 10px 0 5px 0;
	font-weight: normal;
	font-size: 16px;
}

.sub.brand.athletes #facebox .athlete ul li {
	list-style-type: disc;
	margin: 0 0 2px 20px;
}

.sub.brand.athletes #facebox .athlete span.thumb img {
	float: left;
	margin: 10px 0 10px -270px;
}

	/* =Social Icons
------------------------------------------------------------ */

.social {
	position: absolute;
	right: 0;
	z-index: 100;
	padding: 0 13px 0 0;
	margin-top: -25px;
	background: url(/images/layout/header/social/right.png) no-repeat right bottom;
}

.social .social-holder {
	background: url(/images/layout/header/social/left.png) no-repeat left bottom;
	padding: 6px 0 6px 13px;
}

.social a {
	display: block;
	color: #ccc;
}

.social a img {
	padding-left: 5px;
	margin-top: -2px;
}

.social a:hover {
	text-decoration: none;
}

.social-links {
	font-size: 11px;
	margin: 0;
	padding: 6px 0 0 0;
	display: none;
}

.social-links a {
	color: #ccc;
}

.social-links a:hover {
	color: #fff;
}

	/* =Footer 
------------------------------------------------------------ */ 

#footer div { 
	width: 910px;
	padding: 0 20px;
	margin: 0 auto;
}

#footer div ul { 
	float: left;
}

#footer div ul li { 
	display: inline;
	padding: 0 10px 0 0;
}

#footer div a { 
	text-decoration: none;
	color: #999;
}
#bellwetherStandard #footer div a { color: #AAB9CC; }

#footer div a:hover {
	color: #ccc;
}
#bellwetherStandard #footer div a:hover { color: #ddd; }

#footer div p {
	float: right;
}

#footer div p a {
	padding-right: 15px;
}
