body {
	margin:0;
	color:#000;
	font:12px/14px Helvetica,Arial,"Trebuchet MS",Tahoma,Verdana, sans-serif;
	background:#fff url(../images/bg-body.gif) repeat-x;
}
img {border:none;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

a:focus {
	outline:none;
}
.page-width {
	margin:0 auto;
	width:976px;
	overflow:hidden;
	padding-bottom:20px;
}
/* header */
#header {
	position:relative;
	z-index:10;
	height:52px;
}
/* logo */
#header strong a {
	position:absolute;
	right:28px;
	top:10px;
	width:274px;
	height:37px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/logo.png) no-repeat;
}
/* main nav */
#nav {
	position:absolute;
	left:0;
	top:0;
	margin:0;
	padding:0;
	list-style:none;
	z-index:10;
}
#nav li {
	float:left;
	padding-right:1px;
	background:url(../images/separator.gif) no-repeat 100% 0;
}
#nav a {
	float:left;
	height:52px;
	text-indent:-9999px;
	overflow:hidden;
}
#nav a.home {
	width:65px;
	background:url(../images/btn-home.gif) no-repeat;
}
#nav a.bikes {
	width:66px;
	background:url(../images/btn-bikes.gif) no-repeat;
}
#nav a.wetsuits {
	width:96px;
	background:url(../images/btn-wetsiuts.gif) no-repeat;
}
#nav a.accessories {
	width:124px;
	background:url(../images/btn-accessories.gif) no-repeat;
}
#nav a.multimedia {
	width:115px;
	background:url(../images/btn-multimedia.gif) no-repeat;
}
#nav a.interact {
	width:94px;
	background:url(../images/btn-interact.gif) no-repeat;
}
#nav a.my-bike {
	width:85px;
	background:url(../images/btn-my-bike.gif) no-repeat;
}
#nav li:hover a,
#nav li.hover a {
	background-position:0 -52px;
}
/* sub level */
#nav li:hover .drop,
#nav li.hover .drop {
	display:block;
}
#nav .drop {
	position:absolute;
	display:none;
	left:1px;
	top:52px;
	width:972px;
}
#nav .drop-bg {
	width:965px;
	padding:17px 0 13px 9px;
	overflow:hidden;
	background:#ccc url(../images/bg-drop.gif) no-repeat;
}
#nav .drop ul {
	overflow:hidden;
	height:1%;
	margin:0;
	padding:0;
	list-style:none;
}
#nav .drop ul.name li {
	width:99px;
	padding:0 0 0 7px;
	background:none;
}
#nav .drop ul.name a {
	text-indent:0;
	height:auto;
	font-size:10px;
	font-weight:bold;
	line-height:20px;
	text-transform:uppercase;
	color:#222222;
}
#nav .drop-btm {
	width:961px;
	height:22px;
	overflow:hidden;
	background:url(../images/bg-drop-shadow.png) no-repeat;
}
#nav .drop ul.product li {
	position:relative;
	margin-right:3px;
	width:101px;
	height:101px;
	padding:4px 1px 1px;
	background:url(../images/bg-border.gif) no-repeat;
}
#nav .drop ul.product a {
	position:absolute;
	top:86px;
	right:2px;
	width:31px;
	height:19px;
	background:url(../images/btn-go.png) no-repeat;
}
#nav .drop ul.product li img {
	display:block;
}
/* main slider */
.slider {
	position:relative;
	z-index:2;
	width:976px;
	height:445px;
	overflow:hidden;
	background:url(../images/bg-slider.jpg) no-repeat;
}
.slider ul.slideset {
	margin:0;
	padding:0;
	list-style:none;
}
.slider ul.slideset li {
	position: absolute;
	width: 976px;
	top: 0;
	left: -9999px;
}
.slider ul.slideset li.active {
	left: 0;
}
.slider .text {
	position:absolute;
	left:40px;
	top:50px;
	width:270px;
}
.slider .text strong {
	display:block;
	font-size:50px;
	line-height:54px;
	white-space: nowrap
}
.slider .text p {
	margin:4px 0 17px;
	color:#666;
	font:12px/23px Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
}
.slider .text a.btn,
.new-product a.go {
	display:block;
	width:50px;
	height:22px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/btn-go-big.png) no-repeat;
}
.new-product .slides-holder-b {
	position: relative;
	overflow: hidden;
	width: 308px;
}
.new-product .slides-holder {
	position: relative;
	overflow: hidden;
	width: 308px;
}
.new-product .slides-wrapper {
	width: 99999px;
	float: left;
	height:308px;
	overflow:hidden;
	font-size:11px;
}
.new-product .slide {
	padding: 0 10px 0 0;
	float: left;
	width: 298px;
	overflow:hidden;
}
/* slider image */
.slider img {
	position:absolute;
	right:68px;
	top:10px;
}
/* slider nav */
.slider a.prev,
.slider a.next,
.new-product a.prev,
.new-product a.next {
	position:absolute;
	right:55px;
	top:370px;
	text-indent:-9999px;
	overflow:hidden;
	width:22px;
	height:22px;
	background:url(../images/btn-prev.gif) no-repeat;
}
.slider a.next,
.new-product a.next {
	right:21px;
	background:url(../images/btn-next.gif) no-repeat;
}
.slider ul.social {
	position:absolute;
	z-index:10;
	top:419px;
	left:548px;
	margin:0;
	padding:0;
	list-style:none;
}
.slider ul.social li {
	float:left;
}
.slider ul.social a {
	float:left;
	width:21px;
	height:23px;
	text-indent:-9999px;
	overflow:hidden;
	margin-top:2px;
}
.slider ul.social .it-f a {
	width:20px;
	background:url(../images/ico-1.png) no-repeat;
}
.slider ul.social .it-t a {
	width:20px;
	background:url(../images/ico-2.png) no-repeat;
}
.slider ul.social .it-r a {
	width:20px;
	background:url(../images/ico-3.png) no-repeat;
}
.slider ul.social .it-s a {
	width:20px;
	background:url(../images/ico-4.png) no-repeat;
}
/* box title */
.box-title {
	overflow:hidden;
	margin:-40px 0 0;
	position:relative;
	z-index:1;
	height:54px;
	background:url(../images/bg-nav.gif) repeat-x;
}
.box-title h2.title {
	margin:15px 0 0;
	float:left;
	height:25px;
	display:inline;
	text-indent:-9999px;
	overflow:hidden;
}
.box-title h2.text-2010 {
	width:196px;
	background:url(../images/text-2010.png) no-repeat;
}
.box-title h2.text-qr-shop {
	width:154px;
	background:url(../images/text-qr-shop.png) no-repeat;
}
.box-title .title-content {
	overflow:hidden;
	float:left;
	margin-right:20px;
	width:583px;
	height:54px;
	padding:0 32px 0 34px;
	background:url(../images/bg-title-cont.gif) no-repeat 100% 50%;
}
/* columns holder */
.columns-holder:after {
	content:"";
	clear:both;
	display:block;
}
.columns-holder {
	height:1%;
	padding:0 0 1px;
	z-index:3;
	position:relative;
	background:url(../images/bg-line-dotted.gif) repeat-x 0 296px;
}
/* content */
.content {
	float:left;
	width:642px;
	height:295px;
	padding:0 4px 0 4px;
	overflow:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:17px;
	color:#666666;
}
.content h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:22px;
	line-height:22px;
	color:#CCCCCC;
	margin:10px 0 0 0px;
}
.news {
	width:580px;
	margin:-1px 0 0;
	overflow:hidden;
	padding:21px 0 20px;
	background:url(../images/bg-line-dotted.gif) repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#555555;
	line-height:180%;
}
.news img {
	float:left;
}
.news h3 {
	margin:0 0 0px 0px;
	font-size:20px;
	line-height:22px;
	font-weight:bold;
	text-transform:uppercase;
	color:#CCCCCC;
}
.news-text {
	float:right;
	width:435px;
}
.news p {
	margin:13px 0 0;
	line-height:18px;
	color:#666;
}
.news a {
	color:#666;
	text-decoration:underline;
}
.news a:hover {
	text-decoration:none;
}
/* new product */
.new-product {
	float:right;
	width:298px;
	margin:-15px 0 0;
	overflow:hidden;
	height:346px;
	padding:0 5px 0 0;
}
.new-product img {
	float:right;
	margin:0 0 0 20px;
}
.new-product p {
	display:block;
	margin:0;
	padding:35px 0 0;
	line-height:18px;
	text-align:justify;
}
.new-product p {
	margin:0;
	padding:0;
	color:#666;
}
.new-product a.go {
	float:left;
	display:inline;
	margin:15px 0 0 -3px;
}
.box-text {
	overflow:hidden;
	height:1%;
	font:11px/14px Verdana, Arial, Helvetica, sans-serif;
}
.new-product a.prev,
.new-product a.next  {
	top:310px;
}
/* footer */
#footer {
	position:relative;
	z-index:100;
	width:820px;
	float:left;
	display:inline;
	text-align:center;
	text-transform:uppercase;
	margin:-36px 0 0 78px;
	font:10px/14px Verdana, Arial, Helvetica, sans-serif;
}
#footer ul {
	overflow:hidden;
	width:100%;
	margin:0;
	padding:17px 0 0;
	list-style:none;
}
* html #footer ul {
	padding-bottom:4px;
}
#footer ul li {
	display:inline;
	padding:0 2px 0 6px;
	background:url(../images/separator1.gif) no-repeat 0 70%;
}
#footer ul li:first-child {
	background:none;
}
#footer ul a {
	color:#999;
}
#footer p {
	clear:both;
	margin:0 0 15px;
	color:#333;
	width:100%;
}
/* inner page */
/* content holder */
.content-holder {
	overflow:hidden;
	height:1%;
	padding:0 0 50px 25px;
	background:#fff url(../images/bg-shadow.gif) no-repeat;
}
/* content-text */
.content-text {
	float:left;
	width:596px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
.content-text h1 {
	margin:32px 0 0;
	font-size:42px;
	line-height:44px;
}
.content-text p {
	margin:10px 0 0;
	color:#666;
	text-align:justify;
	font:12px/24px Verdana, Arial, Helvetica, sans-serif;
}
.content-text .title-h2 {
	margin:25px 0 0;
	padding:8px 0 0 15px;
	height:34px;
	background:url(../images/bg-title.gif) repeat-x;
}
.content-text .title-h2 h2 {
	margin:0;
	text-indent:-9999px;
	height:25px;
}
.content-text .title-h2 h2.features {
	background:url(../images/text-features.png) no-repeat;
}
.content-text .title-h2 h2.size {
	background:url(../images/text-size-cart.png) no-repeat;
}
.content-text ul {
	margin:25px 0 0;
	padding:0;
	list-style:none;
}
.content-text ul li {
	padding:4px 0 4px 13px;
	color:#666;
	font:12px/16px Verdana, Arial, Helvetica, sans-serif;
	background:url(../images/bullet.gif) no-repeat 2px 50%;
}
.content-text table {
	width:100%;
	color:#666;
	margin:22px 0 0 0px;
}
.content-text table .it1 {
	text-align:left;
}
.content-text table th {
	font-size:14px;
	line-height:18px;
}
.content-text table td {
	text-align:center;
	font-size:10px;
	line-height:18px;
}
/* sidebar */
.sidebar {
	float:right;
	width:307px;
	overflow:hidden;
}
.sidebar .main-img {
	padding:40px 0 25px 14px;
}
.sidebar .box-view {
	overflow:hidden;
	height:1%;
}
.sidebar h2 {
	margin:10px 0 7px;
	 font-size:22px;
	 line-height:24px;
}
.sidebar .box-view img {
	float:left;
	margin-right:15px;
	border:1px solid #999;
}

.next-btn {
	color:#444444;
	font-size:10px;
	text-transform:uppercase;
	text-decoration:none;
}

.prev-btn {
	color:#444444;
	font-size:10px;
	text-transform:uppercase;
	text-decoration:none;
}

/* Added styles */

#shift-technology-main-img {
	margin-left: auto;
	margin-right: auto;
	width: 111px;
}

.shift-tech {
	overflow:hidden;
}
.shift-tech .main-img {
	padding:10px 0 25px 10px;
}
.shift-tech .box-view {
	overflow:hidden;
	height:1%;
}
.shift-tech h2 {
	margin:10px 0 7px;
	 font-size:22px;
	 line-height:24px;
}
.shift-tech .box-view img {
	float:left;
	margin-right:15px;
	border:1px solid #999;
}