/* reset */
* {margin:0;padding:0;}
html {height:100%;text-align:center;}
body {font-size:100%;height:100%;}
img {display:block;border:0;}
a img {border:0;text-align:left;}
a:active,a:hover{outline:none;}
fieldset{border:none;}
ul,ol {list-style:none;position:relative;}

/* global */
body {
	background-color: #252525;
	font: normal 13px/18px 'Helvetica Neue', Arial, sans-serif;
}

p {
	margin-bottom: 14px
}

.page-title {
	font-size: 42px;
	line-height: 48px;
	margin-bottom: 22px;
}

.small-title {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 0px;
}

h2 {
	margin: 18px 0 19px 0;
}

h3 {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 5px;
}

a { 
	color: #ea2d26;
	text-decoration: underline
}

a:hover {
	text-decoration: none
}

.textarea, .textfield {
	font: normal 13px/18px 'Helvetica Neue', Arial, sans-serif;
}

.textarea:focus, .textfield:focus {
	background-color: #fefcf6;
	outline: none;
	border: 1px solid #ffcc00;
}

.textfield {
	border:1px solid #cfcfcf;
	padding: 5px;
	width:288px;
	margin-bottom: 16px;
	height:18px;
}

.textarea {
	border:1px solid #cfcfcf;
	padding: 5px;
	width:448px;
}

.select-box {
	margin-bottom: 16px;
	width: 300px;
}

.select-box:focus {
	border: 1px solid #ffcc00;
	outline: none;
}

label {
	font-weight: bold;
	width: 300px;
	display: block;
	height:26px;
	position: relative;
}

label.label-textarea {
	width:460px;
}

.required {
	color: #666;
	font-size: 11px;
	position: absolute;
	right:0px;
	font-weight: normal;
	padding-top: 1px;
}

.error {
	color: #ea2d26;
	margin: 0px 0 10px 0;
	font-weight: normal;
}

#error-message {
	color: #ffcc00;
	height:90px;
	border:1px solid #ffcc00;
}

.textfield.error, .text-area.error, .select-box.error {
	color:#333;
}

a.link-arrow {
	background: transparent url(../images/site/global_sprites.gif) no-repeat right -417px;
	font-weight: bold;
	padding-right: 14px;
	text-decoration:none;
}

a.link-arrow:hover {
	background: transparent url(../images/site/global_sprites.gif) no-repeat right -449px;
	color:#333;
}

.btn {
	background: transparent url(../images/site/global_sprites.gif) no-repeat 0 0;
	display: block;
	height:30px;
	overflow: hidden;
	text-indent: -9999px
}

.hdr {
	background-color: transparent;
	background-repeat: no-repeat;
	margin-top: 20px;
	display: block;
	overflow: hidden;
	text-indent: -9999px
}

/* structure */
#site-wrapper {
	margin: 0 auto;
	text-align: left;
	position: relative;
	width: 980px;
}

#content-wrapper {
	background-color: #fff;
	overflow:hidden;
	clear:both;
	padding: 20px;
	width:940px;
}

.main-column-wrapper {
	float:left;
	padding-bottom:10px;
	width: 460px
}

.large-column-wrapper {
	width:300px
}

.column-wrapper {
	width:220px
}

/* components */
.column-text-container, .extra-catalogue-column-container {
	background: transparent url(../images/site/dotted_line.gif) repeat-x 0 bottom;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.catalogue-column-container, .stockists-column-container {
	background-color: #181818;
	color: #fff;
	margin-bottom: 20px;
	padding: 20px 20px 20px 20px;;
}

.catalogue-column-container h2 {
	background: transparent url(../images/site/global_sprites.gif) no-repeat 0 -203px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0px 0px 6px 0px;
	height:19px;
	width:133px;
}

.stockists-column-container h2 {
	background: transparent url(../images/site/global_sprites.gif) no-repeat -153px -203px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0px 0px 6px 0px;
	height:19px;
	width:77px;
}

/* buttons */
a.view-all-products {
	background-position: 0 -123px;
	width: 189px;
}

a:hover.view-all-products {
	background-position: 0 -163px;
}

a.download {
	background-position: -209px -123px;
	width: 128px;
}

a:hover.download{
	background-position: -209px -163px;
}

a.contact {
	background-position: -357px -123px;
	width: 133px;
}

a:hover.contact{
	background-position: -357px -163px;
}

a.more-info {
	background-position: -806px -123px;
	width: 120px;
}

a:hover.more-info {
	background-position: -806px -163px;
}

a.view-website {
	background-position: -946px -123px;
	width: 189px;
}

a:hover.view-website {
	background-position: -946px -163px;
	width: 189px;
}

/* header */
.featured-title {
	background: transparent url(../images/site/global_sprites.gif) no-repeat -537px -205px;
	height:15px;
	width:161px;
}

.news-title {
	background: transparent url(../images/site/global_sprites.gif) no-repeat -718px -205px;
	height:15px;
	width:48px;
}

.about-links-title {
	background: transparent url(../images/site/global_sprites.gif) no-repeat -786px -205px;
	height:15px;
	width:44px;
}

.sponsors-title {
	background: transparent url(../images/site/global_sprites.gif) no-repeat -850px -205px;
	margin-bottom: 16px;
	height:19px;
	width:84px;
}

.riders-title {
	background: transparent url(../images/site/global_sprites.gif) no-repeat -954px -205px;
	margin-bottom: 3px;
	height:19px;
	width:113px;
}

/* navigaton */
#navigation-wrapper {
	background-color: #181818;
	position: relative;
	height:70px;
	width: 980px;
	z-index: 1;
}

ul#navigation  {
	left:208px;
	position: absolute;
	top:21px
}

ul#navigation li {
	float:left;
}

ul#navigation li a {
	background: transparent url(../images/site/global_sprites.gif) no-repeat 0 -404px;
	display: block;
	height: 31px;
	overflow: hidden;
	text-indent: -9999px
}

ul#navigation li.nav-brands a {background-position:0 0;width:113px}
ul#navigation li.nav-brands a.menu-open {outline:none;}
ul#navigation li.nav-news a {background-position:-133px 0;width:81px}
ul#navigation li.nav-athletes a {background-position:-234px 0;width:102px}
ul#navigation li.nav-stockists a {background-position:-356px 0;width:107px}
ul#navigation li.nav-about a {background-position:-484px 0;width:87px}
ul#navigation li.nav-contact a {background-position:-592px 0;width:105px}

ul#navigation li.nav-brands a:hover {background-position:0 -41px;}
ul#navigation li.nav-news a:hover  {background-position:-133px -41px;}
ul#navigation li.nav-athletes a:hover {background-position:-234px -41px;}
ul#navigation li.nav-stockists a:hover  {background-position:-356px -41px;}
ul#navigation li.nav-about a:hover  {background-position:-484px -41px;}
ul#navigation li.nav-contact a:hover  {background-position:-592px -41px;}

.italiatech-logo {
	background: transparent url(../images/site/global_sprites.gif) no-repeat 0 -756px;
	display: block;
	height: 42px;
	position: absolute;
	top:12px;
	left:21px;
	overflow: hidden;
	text-indent: -9999px;
	width: 166px
}

/*brands-menu-wrapper */
#brands-menu-wrapper {
	position: absolute;
	top:14px;
	left:216px;
	z-index: 100;
	width:750px;
	overflow:hidden;
	display: none;
}

a.brands-menu-link {
	background: transparent url(../images/site/global_sprites.gif) no-repeat 0px -302px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	height:56px;
	width:98px;
}

a:hover.brands-menu-link {
	background-position: -118px -302px;
}

ul#brands-menu {
}

ul#brands-menu li {
	float:left;
	position: relative;
}

ul#brands-menu li a {
	border-right:1px solid #ee5751;
	border-bottom:1px solid #ee5751;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	display: block;
	background-color: #ea2d26;
	height:110px;
	width:129px;
	padding: 6px 10px 10px 10px;
}

ul#brands-menu li img {
	position: absolute;
	top:30px;
	left:10px;
}

ul#brands-menu li a:hover {
	background-color: #c72620;
}

li.nav-brands a.hide-outline {
	outline: none;
}

/*news-menu-wrapper */
#news-menu-wrapper {
	position: absolute;
	top:14px;
	left:329px;
	z-index: 100;
	overflow:hidden;
	display: none;
}

a.news-menu-link {
	background: transparent url(../images/site/global_sprites.gif) no-repeat -236px -302px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	height:56px;
	width:86px;
}

a:hover.news-menu-link {
	background-position: -342px -302px;
}

ul#news-menu li a {
	border-right:1px solid #ee5751;
	border-bottom:1px solid #ee5751;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	display: block;
	background-color: #ea2d26;
	height:15px;
	padding: 6px 20px 8px 10px;
}

ul#news-menu li a:hover {
	background-color: #c72620;
}

li.nav-news a.hide-outline {
	outline: none;
}



/* search-box */
.search-box {
	position: absolute;
	right:20px;
	top:23px;
	width:137px;
}

.search-box label {
	display: none;
}

input.btn-search-submit {
	border: 0;
	background: transparent url(../images/site/global_sprites.gif) no-repeat right -484px;
	cursor: pointer;
	display: block;
	height:25px;
	overflow: hidden;
	text-indent: -9999px;
	width:25px;
	float:left;
}

input.btn-search-submit:hover {
	background-position: right -524px;
}

.search-textfield {
	background: #303030 url(../images/site/global_sprites.gif) no-repeat -382px -200px;
	padding: 5px 5px 4px 5px;
	float:left;
	height:16px;
	width: 102px;
	border:none;
	font: normal 12px/16px 'Helvetica Neue', Arial, sans-serif;

}

.search-textfield:focus {
	background-image:none;
	background-color: #fff;
	outline: none;
} 


/* pagination */
.pagination {
	border-top: 1px solid #cfcfcf;
	clear:both;
	height:25px;
	padding-top: 20px;
	margin-bottom: 20px;
	width: 700px;
}

.pagination ul li {
	font-weight: bold;
	text-align: center;
	float:left;
	margin-right: 4px;
	display: block;
	height: 25px;
}

.pagination ul li strong {
	color: #fff;
	background-color: #181818;
	display: block;
	padding: 3px 9px 0 9px;
	height: 22px;
}

.pagination ul li a {
	color: #181818;
	background-color: #cfcfcf;
	display: block;
	height: 22px;
	padding: 3px 9px 0 9px;
	text-decoration: none;
}

.pagination ul li a:hover {
	color: #fff;
	background-color: #ea2d26;
}

.pagination a.link-arrow.prev {
	background: transparent url(../images/site/global_sprites.gif) no-repeat left -417px;
	font-weight: bold;
	padding-left: 14px;
	text-decoration:none;
	float:left;
}

.pagination a.link-arrow.prev:hover {
	background: transparent url(../images/site/global_sprites.gif) no-repeat left -449px;
	color:#333;
}

.pagination a.link-arrow.prev:hover {
	background: transparent url(../images/site/global_sprites.gif) no-repeat left -449px;
	color:#333;
}

.pagination a.link-arrow.next {
	background: transparent url(../images/site/global_sprites.gif) no-repeat right -417px;
	font-weight: bold;
	padding-right: 14px;
	text-decoration:none;
	float:right;
}

.pagination a.link-arrow.next:hover {
	background: transparent url(../images/site/global_sprites.gif) no-repeat right -449px;
	color:#333;
}

/* home */
.home-feature-wrapper {
	margin-bottom: 20px;
	position: relative;
	height: 470px;
	width: 940px;
	overflow: hidden;
	z-index: 0;
}

.home-feature-link {
	background: transparent url(../images/site/global_sprites.gif) no-repeat 0 0;
	position: absolute;
	bottom:40px;
	left:40px;
	display: block;
	width:120px;
	height:30px;
	z-index: 100;
	text-indent: -9999px;
	overflow: hidden;
}

.feature-images {
	display: none;
}

.home-products-wrapper {
	width: 960px;
	overflow: hidden;
	margin-bottom: 20px;
}

.home-product-container {
	border:1px solid #cfcfcf;
	float:left;
	margin-right: 20px;
}

.home-content-footer {
	border-top:1px solid #cfcfcf;
	padding-top: 20px;
}

.home-content-container {
	border:1px solid #cfcfcf;
	position: relative;
	float:left;
	height:213px;
	margin-right: 20px;
	width:298px;
}

.home-content-container ul {
	padding: 17px 20px 0px 20px;
}

.home-content-container ul li.first {
	background: transparent url(../images/site/dotted_line.gif) repeat-x 0 bottom;
	padding-bottom: 12px;
}

.home-content-container ul li.last {
	padding-top: 11px;
}

.home-content-container.news ul li a {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color:#333;
}
.home-content-container.news ul li a:hover {
	color:#ea2d26;
}

.home-content-container.contact {
	margin-right: 0;
}

.home-content-container.contact ul li.first {
	padding-bottom: 16px;
}

.home-content-container.contact ul li.last {
	padding-top: 15px;
}

.home-content-container.contact ul li.last p {
	margin-bottom: 10px;
}

.home-content-container.contact ul li.first a {
	font-size: 13px;
	color:#ea2d26;
}
.home-content-container.contact ul li.first a:hover {
	color:#ea2d26;
}

.home-content-container h2 {
	background: transparent url(../images/site/global_sprites.gif) no-repeat 0 -232px;
	display: block;
	text-indent: -9999px;
	margin: 20px 0px 0px 0px;
	height:25px;
}

.home-content-container.about h2 {
	background-position: 0 -267px;
	width:191px;
}

.home-content-container.news h2 {
	background-position: -211px -267px;
	width: 148px;
}

.home-content-container.contact h2 {
	background-position: -379px -267px;
	width:141px;
}

.home-text-container {
	padding: 20px;
}

/* brands */
.brands-container-wrapper {
	width:960px;
}

.brands-container {
	background: transparent url(../images/site/dotted_line.gif) repeat-x 0 bottom;
	float:left;
	margin: 0 20px 20px 0;
	padding-bottom: 8px;
	height:271px;
	width: 220px;
}

.brands-info-panel {
	float:left;
}

.brands-sidebar {
	float: right;
}

.brands-logo-tile {
	border:1px solid #cfcfcf;
	margin-bottom: 20px;
}

.brands-container ul {
	margin-top: 16px
}

.brands-container ul li {
	margin-bottom: 8px
}

.brands-feature {
	position: relative;
	margin-bottom: 20px;
	z-index: 0
}

.brands-overview {
	margin-bottom: 30px;
} 

.brands-intro {
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 13px;
}

/* Only used if their is an excerpt */
.brands-body {
}

.brands-logo {
	position: absolute;
	top:40px;
	left:0;
	z-index: 300;
}

#brands-news-wrapper {
	border-top: 2px solid #ff3333;
	float:left;
	padding-bottom: 16px;
}

#brands-news-wrapper ul {
	background: transparent url(../images/site/dotted_line.gif) repeat-x 0 top;
	margin-bottom: 11px;
	width:460px;
	float:left;
}

#brands-news-wrapper ul li {
	background: transparent url(../images/site/dotted_line.gif) repeat-x 0 bottom;
	padding: 7px 0;
}

#brands-news-wrapper ul li a {
	color:#333;
	font-weight: bold;
	text-decoration: none;
}

#brands-news-wrapper ul li a:hover {
	color: #ea2d26;
}

#brands-featured-products {
	background: transparent url(../images/site/solid_line.gif) no-repeat 0 top;
	clear:left;
	width: 960px;
	overflow: hidden;
	float:left;
}

/* products */
#products-wrapper {
	width:720px;
	float:left;
}

.products-sidebar {
	float:right;
}

.products-container {
	border:1px solid #cfcfcf;
	float: left;
	height:193px;
	margin: 0 20px 20px 0;
	width:218px;
}

.products-container h2 {
	margin:0;
}

.products-container h2 a {
	background: transparent url(../images/site/global_sprites.gif) no-repeat right -292px;
	border-top: 1px solid #cfcfcf;
	color: #333;
	display: block;
	font-size: 13px;
	line-height: 45px;
	padding: 0 20px;
	height:45px;
	text-decoration: none;
}

.products-container h2 a:hover {
	background: #f8f8f8 url(../images/site/global_sprites.gif) no-repeat right -332px;
	color:#ea2d26;
}

/* products item */
.product-gallery-wrapper {
	border:1px solid #cfcfcf;
	width:618px;
	float:left;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}

.product-gallery-wrapper.giveHeight {
	height:506px;
}

.large-image-wrapper {
		display: block;
    	height:418px;
		line-height: 418px;
		text-align:center;
		width:618px;
}

.large-image {
	vertical-align: middle;
	display: inline-block;
}

.large-image-wrapper span {
	display: inline-block;
}

.product-gallery-images {
	display: none;
}

.gallery-thumbnails-wrapper {
	border-top: 1px solid #cfcfcf;
	background-color: #fff; 
	height: 65px;
	padding: 10px 0px;
	width:618px;
	position: absolute;
	bottom: 0;
}

.gallery-thumbnails-wrapper.hide {
	display: none;
}

.gallery-thumbnails-container {
	position: absolute;
	top:10px;
	left:54px;
	height: 85px;
	overflow: hidden;
	display: block;
	width: 510px;
}

ul.gallery-thumbnails {
	height: 75px;
	width:2080px;
}

.gallery-thumbnails li {
	float:left;
}

.gallery-thumbnails li a {
	float:left;
	border:1px solid #cfcfcf;
	margin-right: 10px;
}

.gallery-thumbnails li a:hover {
	border:1px solid #ea2d26;
}

.gallery-thumbnails a:focus {
	outline: none;
}

.gallery-prev, .gallery-next {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	height:25px;
	width:25px;
}

.gallery-prev:focus, .gallery-next:focus {
	outline: none;
}

.gallery-prev {
	background: transparent url(../images/site/global_sprites.gif) no-repeat left -484px;
	left:14px;
	top:30px;
}

.gallery-next {
	background: transparent url(../images/site/global_sprites.gif) no-repeat right -484px;
	right:14px;
	top:30px;
}

.gallery-prev:hover {
	background-position: left -524px;
	cursor: pointer;
}

.gallery-next:hover {
	background-position: right -524px;
	cursor: pointer;
}

.gallery-prev.disabled-left {
	background-position: left -564px;
	cursor:default;
}

.gallery-next.disabled-right {
	background-position: right -564px;
	cursor:default;
}

.view-all {
	position: absolute;
	right:20px;
	top:116px;
}

.product-item-info {
	margin-left: 160px;
	display: inline;
	float:left;
}

.product-item-sidebar {
	float:right;
	margin: 0;
}

.specifications-container {
	border:1px solid #cfcfcf;
	margin-bottom: 20px;
	padding-bottom: 20px;
	overflow: auto;
	width:298px;
}

.specifications-container h2 {
	background: transparent url(../images/site/global_sprites.gif) no-repeat 0 -232px;
	display: block;
	text-indent: -9999px;
	margin: 20px 0px 0px 0px;
	height:25px;
	width:170px;
}

ul.specifications {
	padding: 10px 20px 10px 20px;
}

ul.specifications li {
	border-bottom: 1px solid #e9e9e9;
	padding: 7px 0 6px 0;
	line-height: 15px;
}

ul.specifications-icons {
	margin-left: 20px;
	width: 278px;
}

ul.specifications-icons li {
	border:1px solid #cfcfcf;
	float:left;
	margin-right: 10px;
}

/* news and archive */
.news-wrapper {
	border-top:1px solid #cfcfcf;
	float:left;
	padding-top: 20px;
	width: 700px;
}

.news-sidebar-wrapper {
	float:right;
	width: 220px;
}

.news-sidebar-container {
	border:1px solid #cfcfcf;
	margin-bottom: 20px;
	float:left;
	width:220px;
}

.news-sidebar-container h2 {
	background: transparent url(../images/site/global_sprites.gif) no-repeat 0 -232px;
	display: block;
	text-indent: -9999px;
	margin: 20px 0px 0px 0px;
	height:25px;
}

.news-sidebar-container.categories h2 {
	background-position: -190px -232px;
	width:141px;
}

.news-sidebar-container.brands h2 {
	background-position: -351px -232px;
	width: 102px;
}

.news-sidebar-container.archive h2 {
	background-position: -473px -232px;
	width:112px;
}

.news-sidebar-container ul {
	padding: 10px 20px 30px 20px;
}

.news-sidebar-container ul li {
	border-bottom: 1px solid #e9e9e9;
	padding-top: 7px;
	line-height: 15px;
	height:22px;
}

.news-sidebar-container ul li a {
	color: #333;
	text-decoration: none;
}

.news-sidebar-container ul li a:hover {
	color: #ea2d26;
	text-decoration: underline;
}

.news-wrapper .pagination {
	border-top: none;
	padding-top: 0px;
	width:700px;
}

.news-post {
	border-bottom: 1px solid #cfcfcf;
	padding: 3px 80px 26px 160px;
	position: relative;
	margin-bottom: 20px;
	width:460px;
}

.news-post h1 {
	font-size: 21px;
	line-height: 26px;
	margin-bottom: 15px;
}

.news-post img.no-caption {
	margin-bottom: 16px;
}

.news-post h1 a {
	text-decoration: none;
}

.news-post h1 a:hover {
	color:#333;
}

.news-post-meta {
	position: absolute;
	left:0px;
	top:5px;
	width:140px;
}

.news-post-meta p {
	margin-bottom: 4px;
}

.news-post-date {
	font-weight: bold;
}

.caption {
	background: transparent url(../images/site/dotted_line.gif) repeat-x 0 bottom;
	font-size: 12px;
	line-height: 16px;
	padding: 6px 0px;
	min-height:18px;
	margin-bottom: 20px;
}

a.news-feed {
	background: transparent url(../images/site/global_sprites.gif) no-repeat -510px -123px;
	display: block;
	height:30px;
	width:107px;
	text-indent: -9999px;
	overflow: hidden;
	margin-bottom: 20px;
	clear:both;
}

a:hover.news-feed{
	background-position: -510px -163px;
}

/* sponsored */
#athletes-wrapper {
	float:left;
	margin-bottom: 20px;
	width: 720px;
}

.teams-sidebar-wrapper {
	float:right;
	margin-bottom: 20px;
	padding-bottom: 20px;
	width: 220px;
}

.teams-sidebar-container {
	border:1px solid #cfcfcf;
	margin-bottom: 20px;
	float:left;
	width:220px;
}

.teams-sidebar-container h2 {
	background: transparent url(../images/site/global_sprites.gif) no-repeat 0 -232px;
	display: block;
	text-indent: -9999px;
	margin: 20px 0px 0px 0px;
	height:25px;
}

.teams-sidebar-container.teams h2 {
	background-position: -540px -267px;
	width: 98px;
}

.teams-sidebar-container ul {
	padding: 10px 20px 30px 20px;
}

.teams-sidebar-container ul li {
	border-bottom: 1px solid #e9e9e9;
	/* height: 29px; */
	padding: 7px 0;
	line-height: 15px;
}

.teams-sidebar-container ul li a {
	color: #333;
	text-decoration: none;
}

.teams-sidebar-container ul li a:hover {
	color: #ea2d26;
	text-decoration: underline;
}

.athletes-sidebar-wrapper {
	float:right;
	margin-bottom: 20px;
	padding-bottom: 20px;
	width: 300px;
}

.athletes-sidebar-container {
	border:1px solid #cfcfcf;
	margin-bottom: 20px;
	float:left;
	width:300px;
}

.athletes-sidebar-container h2 {
	background: transparent url(../images/site/global_sprites.gif) no-repeat 0 -232px;
	display: block;
	text-indent: -9999px;
	margin: 20px 0px 0px 0px;
	height:25px;
}

.athletes-sidebar-container.athletes h2 {
	background-position: -658px -267px;
	width: 115px;
}

.athletes-sidebar-container ul {
	padding: 10px 20px 30px 20px;
}

.athletes-sidebar-container ul li {
	border-bottom: 1px solid #e9e9e9;
	width:258px;
	padding: 7px 0;
	line-height: 15px;
	position: relative;
}

.athletes-sidebar-container ul li strong {
	margin-right: 5px;
}

.athletes-sidebar-container ul li a {
	color: #333;
	text-decoration: none;
}

.athletes-sidebar-container ul li a:hover {
	color: #ea2d26;
	text-decoration: underline;
}

.athletes-sidebar-container ul li span {
	color:#999;
	position: absolute;
	right:0px;
	top:7px;
}

.athlete-container {
	border:1px solid #cfcfcf;
	float: left;
	height:193px;
	margin: 0 20px 20px 0;
	width:158px;
}

.athlete-container h2 {
	margin:0;
}

.athlete-container h2 a {
	background-color: transparent;
	border-top: 1px solid #cfcfcf;
	color: #333;
	display: block;
	font-size: 13px;
	line-height: 45px;
	padding: 0 20px;
	height:45px;
	text-decoration: none;
}

.athlete-container h2 a:hover {
	background-color: #f8f8f8;
	color:#ea2d26;
}

#teams-wrapper {
	float:left;
	margin-bottom: 20px;
	width: 640px;
}

.teams-container {
	border:1px solid #cfcfcf;
	float: left;
	height:250px;
	margin: 0 20px 20px 0;
	width:298px;
}

.teams-container h2 {
	margin:0;
}

.teams-container h2 a {
	background: transparent url(../images/site/global_sprites.gif) no-repeat right -292px;
	border-top: 1px solid #cfcfcf;
	color: #333;
	display: block;
	font-size: 13px;
	line-height: 45px;
	padding: 0 20px;
	height:45px;
	text-decoration: none;
}

.teams-container h2 a:hover {
	background: #f8f8f8 url(../images/site/global_sprites.gif) no-repeat right -332px;
	color:#ea2d26;
}

.sponsored-wrapper.athlete {
	border-top: 1px solid #cfcfcf;
	float:left;
	width: 620px;
}

.sponsored-wrapper.athlete .pagination {
	width: 620px;
}

.athlete-photo-column {
	float:left;
	padding-top: 20px;
	width:300px;
}

.athlete-photo {
	border: 1px solid #cfcfcf;
	margin-bottom: 15px;
}

.athlete-url {
	border-bottom: 1px solid #cfcfcf;
	margin-bottom: 15px;
	padding-bottom: 14px;
	font-weight: bold;
	width: 300px;
}

.athlete-url a {
	text-decoration: none;
}

.athlete-url a:hover {
	text-decoration: underline;
}

ul.athlete-sponsors {
	overflow: hidden;
	margin-bottom: 20px;
	width:320px;
}

ul.athlete-sponsors li {
	border: 1px solid #cfcfcf;
	float:left;
	margin-right: 20px;
}

.athlete-description-column {
	float:right;
	padding-top: 20px;
	width:300px;
}

ul.athlete-facts {
	margin-bottom: 20px;
}

ul.athlete-facts li {
	border-bottom: 1px solid #e9e9e9;
	padding: 7px 0;
	width: 300px;
}

.sponsored-wrapper.team {
	border-top: 1px solid #cfcfcf;
	float:left;
	width: 700px;
}

.sponsored-wrapper.team .pagination {
	width: 700px;
}

.teams-photo-column {
	float:left;
	padding-top: 20px;
	width:380px;
}

.teams-photo {
	border: 1px solid #cfcfcf;
	margin-bottom: 15px;
}

.teams-url {
	border-bottom: 1px solid #cfcfcf;
	margin-bottom: 15px;
	padding-bottom: 14px;
	font-weight: bold;
	width: 380px;
}

.teams-url a {
	text-decoration: none;
}

.teams-url a:hover {
	text-decoration: underline;
}

ul.teams-sponsors {
	overflow: hidden;
	margin-bottom: 20px;
	width:320px;
}

ul.teams-sponsors li {
	border: 1px solid #cfcfcf;
	float:left;
	margin-right: 20px;
}

.teams-description-column {
	float:left;
	margin-left: 20px;
	padding-top: 20px;
	width:300px;
}

.teams-bio {
	border-bottom: 1px solid #cfcfcf;
	padding-bottom: 20px;
}

ul.teams-riders {
	margin-bottom: 20px;
	overflow: hidden;
	width:300px;
}

ul.teams-riders li {
	border-bottom: 1px solid #e9e9e9;
	float:left;
	overflow: hidden;
	display: block;
	height:15px;
	padding: 7px 0;
	width: 150px;
}

/* stockists */
.stockists-wrapper {
	float:left;
	margin-bottom: 20px;
	width: 940px;
}

.stockists-wrapper img {
	float:left;
	border:1px solid #cfcfcf;
}

.stockists-text-wrapper {
	float:right;
	width:460px;
}

/* about */
.about-wrapper {
	float:left;
	margin-bottom: 20px;
	width: 940px;
}

.about-image-wrapper {
	float:right;
}

.about-image-wrapper img {
	border:1px solid #cfcfcf;
	margin-bottom: 20px;
}

.about-text-wrapper {
	float:left;
	width:460px;
}

.about-links-wrapper {
	border-top:1px solid #cfcfcf;
	margin: 20px 0;
}

.about-address-container {
	border:1px solid #cfcfcf;
	float:left;
	width:218px;
}

.about-address-container.aus {
	margin-right: 20px;
}

.about-address-container.aus h2 {
	background: transparent url(../images/site/global_sprites.gif) no-repeat -605px -232px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	height:25px;
	width:120px;
}

.about-address-container.nz h2 {
	background: transparent url(../images/site/global_sprites.gif) no-repeat -745px -232px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	height:25px;
	width:161px;
}

.about-address-container ul {
	padding: 0px 20px 20px 20px;
}

/* contact */
.contact-wrapper {
	float:left;
	margin-bottom: 40px;
	width: 940px;
}

.contact-form-wrapper {
	float:left;
	position: relative;
	width:460px;
}

form#contact-form {
	margin-top: 32px;
}

.postcode-container label {
	width:100px;
}

.postcode-container .textfield {
	width:140px;
}

form#contact-form .label-products {
	width:450px;
}

form#contact-form .textfield.products {
	width:450px;
}

form#contact-form .textfield.products {
	width:450px;
}

form#contact-form .textarea {
	height:111px;
}

input.btn-submit {
	border: 0;
	background: transparent url(../images/site/global_sprites.gif) no-repeat -637px -123px;
	cursor: pointer;
	display: block;
	margin-top: 19px;
	height:30px;
	overflow: hidden;
	text-indent: -9999px;
	width:149px;
}

input.btn-submit:hover {
	background-position: -637px -163px;
}

#msg {
	position: absolute;
	left:170px;
	bottom:7px;
	color: #ea2d26;
	font-weight: normal;
}

.form-sending {
	background: transparent url(../images/site/loading.gif) no-repeat 0 0;
	display: block;
	height:35px;
	width: 35px;
	position: absolute;
	text-indent: -9999px;
	overflow: hidden;
	left:155px;
	bottom:-2px;
}

.form-sending.hide {
	display: none;
}

/* search-results */
.search-results-wrapper {
	width:700px;
}


p.search-results-meta {
	font-weight: bold;
	margin: -5px 0 20px 0px;
	border-bottom:1px solid #cfcfcf;
	padding: 0 0 16px 160px;
}

p.search-no-results {
	font-weight: bold;
	margin: -5px 0 16px 0px;
}

p.search-results-meta span {
	margin-left: 20px;
}

/* breadcrumb */
#bread-crumb-wrapper {
	border:1px solid #cfcfcf;
	float:left;
	height:33px;
	width:940px;
}

#bread-crumb-wrapper ul li {
	color:#666666;
	font-size: 12px;
	line-height: 16px;
	float:left;
	background: transparent url(../images/site/dotted_line_vert.gif) repeat-y right top;
	height:25px;
	padding: 8px 15px 0 15px;
}

#bread-crumb-wrapper ul li.start {
	background: transparent url(../images/site/global_sprites.gif) no-repeat -250px -196px;
	text-indent: -9999px;
	overflow: hidden;
	width:82px;
}

/* 404 Error */
.wrapper-404 {
	height:500px;
}

/* Terms of Use */
.terms-text-wrapper {
	float:left;
	width:700px;
}

/* EE Error */
#content.ee-error {
	background-color: #fff;
	border:1px solid #cfcfcf;
	position: absolute;
	top: 100px;
	left: 261px;
	padding: 25px;
	text-align: left;
	width: 500px;
}

#content.ee-error h1 {
	font-size: 18px;
	margin-bottom: 18px;
}

#content.ee-error ul {
	margin-bottom: 16px;
}

#content.ee-error li {
	margin: 8px 0 8px 0;
}

/* footer */
#footer {
	color: #cfcfcf;
	height:50px;
	margin-top: 20px;
	position: relative;
	width:980px
}

#footer ul li {
	border-right: 1px solid #cfcfcf;
	font-size: 12px;
	line-height: 14px;
	float:left;
	margin-right: 10px;
	padding-right: 10px;
	height: 14px
}

#footer ul li.footer-last {
	border-right: none;
}

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

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

.my-credit {
	font-size: 12px;
	line-height: 14px;
	position: absolute;
	top:0px;
	right:0px;
}