.wrap-stores { margin:15px 0; }
.wrap-stores li { margin-bottom:10px; }
.wrap-stores li a { color: #E5001A; font-family: 'DINBoldRegular'; font-size: 1.2em; text-decoration:none; }

.wrap-store-info h3 { color: #E5001A; font-family: 'DINRegular'; font-size: 2em; }

.wrap-store-info p { color: black; font-family: 'DINRegular'; font-size: 1.2em; line-height: 1.3em; margin: 15px 0; text-transform: uppercase; }
.wrap-store-info p strong { font-family: 'DINBoldRegular'; }
.wrap-store-info p a { color: #E5001A; font-family: 'DINRegular'; font-size: 1.2em; text-decoration:none; }



.wrap-store-info { margin:15px 0 40px;; }

.introWrapper {
	padding: 76px 0 0 145px;
}

.introWrapper ul {
	font-family: 'DINBoldItalicRegular';
	font-size: 1.3em;
	line-height: 1.2em;
	margin-top: 50px;
	text-transform: uppercase;
}

.introWrapper ul li {
	float: left;
	margin-left: 6px;
}

.introWrapper ul li.white a:link,
.introWrapper ul li.white a:visited {
	color: black;
	text-decoration: none;
}

.introWrapper ul li.white a:hover,
.introWrapper ul li.white a:active {
	color: white;
	text-decoration: none;
}

.introWrapper ul li.white a span {
	background-color: white;
	padding: 2px 7px;
}

.introWrapper ul li.white a:hover span {
	background-color: #333333;
}

.introWrapper ul li.black a:link,
.introWrapper ul li.black a:visited {
	color: white;
	text-decoration: none;
}

.introWrapper ul li.black a:hover,
.introWrapper ul li.black a:active {
	color: black;
	text-decoration: none;
}

.introWrapper ul li.black a span {
	background-color: #333333;
	padding: 2px 7px;
}

.introWrapper ul li.black a:hover span {
	background-color: white;
}

.homeBackground {
	left: 0;
	height: 100% !important;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.homeBackground img {
	position: relative;
}

.homeContent {
	left: 0;
	height: 765px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

.homeContent .highlightLeft {
	position: absolute;
	text-align: right;
	top: 367px;
}

.homeContent .highlightRight {
	position: absolute;
	text-align: left;
	top: 326px;
}

.homeContent .textToggler { /*height: 0;*/
	margin: 5px 0;
	overflow: hidden;
}

.homeContent .textWrapper {
	color: white;
	font-family: 'DINRegular';
	font-size: 1.3em;
	line-height: 1.3em;
	white-space: nowrap;
}

.homeContent .highlightLeft .linkWrapper {
	float: right;
	height: 34px;
	padding-right: 37px;
}

.homeContent .highlightLeft .linkWrapper .left {
	background: transparent url('../media/system/sprites/homelinks.png') no-repeat scroll left 0;
	height: 34px;
	padding-left: 12px;
}

.homeContent .highlightLeft .linkWrapper:hover .left {
	background-position-x: left;
	background-position-y: -64px;
}

.homeContent .highlightLeft .linkWrapper .right {
	background: transparent url('../media/system/sprites/homelinks.png') no-repeat scroll right -30px;
	height: 34px;
	padding-right: 10px;
}

.homeContent .highlightLeft .linkWrapper:hover .right {
	background-position-x: right;
	background-position-y: -94px;
}

// .homeContent .highlightLeft .linkWrapper .left {
// 	background: transparent url('../media/system/sprites/homelinks.png')
// 		no-repeat scroll left -76px;
// 	height: 19px;
// 	padding-left: 5px;
// }

// .homeContent .highlightLeft .linkWrapper .right {
// 	background: transparent url('../media/system/sprites/homelinks.png')
// 		no-repeat scroll right -95px;
// 	height: 19px;
// 	padding-right: 5px;
// 	}

.homeContent .highlightLeft .linkWrapper .inner {
	// background-color: #1e1e1e;
	background-color: #FF0004;
	// height: 34px;
	padding: 10px;
}

.homeContent .highlightLeft .linkWrapper:hover .inner {
	background-color: #fff;
}

.homeContent .highlightLeft .linkWrapper a:link,
.homeContent .highlightLeft .linkWrapper a:visited
{
	color: white;
	text-decoration: none;
}

.homeContent .highlightLeft .linkWrapper:hover a {
	color: black;
	text-decoration: none;
}

.homeContent .highlightLeft .linkWrapper a:active {
	color: white;
	text-decoration: none;
}

.homeContent .highlightLeft .linkWrapper .link {
	font-family: 'DINBoldRegular';
	font-size: 1.2em;
	line-height: 1em;
	padding-top: 2px;
	text-transform: uppercase;
}

.homeContent .highlightRight img {
	padding-left: 5px;
}

.homeContent .highlightRight .linkWrapper {
	float: left;
	height: 34px;
}

.homeContent .highlightRight .linkWrapper .left {
	background: transparent url('../media/system/sprites/homelinks.png') no-repeat scroll 0px -128px;
	height: 34px;
	padding-left: 13px;
}
.homeContent .highlightRight .linkWrapper:hover .left {
	background-position-x: 0;
	background-position-y: -64px;

}

.homeContent .highlightRight .linkWrapper .right {
	background: transparent url('../media/system/sprites/homelinks.png') no-repeat scroll right -158px;
	height: 34px;
	padding-right: 13px;
}

.homeContent .highlightRight .linkWrapper:hover .right {
	background-position-x: right;
	background-position-y: -94px;

}

.homeContent .highlightRight .linkWrapper .inner {
	background-color: #474747;
	// height: 34px;
	padding: 10px;
}

.homeContent .highlightRight .linkWrapper:hover .inner {
	background-color: #fff;
}

.homeContent .highlightRight .linkWrapper a:link,
.homeContent .highlightRight .linkWrapper a:visited {
	color: white;
	text-decoration: none;
}

// .homeContent .highlightRight .linkWrapper a:hover {
// 	color: black;
// 	text-decoration: none;
// 	}

.homeContent .highlightRight .linkWrapper:hover a {
	color: #000;
	text-decoration: none;
}

.homeContent .highlightRight .linkWrapper a:active {
	color: white;
	text-decoration: none;
}

.homeContent .highlightRight .linkWrapper .link {
	cursor: pointer;
	font-family: 'DINBoldRegular';
	font-size: 1.2em;
	line-height: 1em;
	padding-top: 2px;
	text-transform: uppercase;
}


.homeContentV2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.homeContentV2 .content {
    position: absolute;
    display: block;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}
.homeContentV2 .content .clm {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 32%;
    height: 100%;
    transition: all 700ms ease-in-out;
    opacity: 1;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}
.homeContentV2 .content .clm .inner {
    position: absolute;
    top: 49%;
    left: 0;
    width: 100%;
    height: auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.homeContentV2 .content .clm .title {
    transform: scale(0.8);
}
.homeContentV2 .content .clm .textToggler {
    height: 0;
    overflow: hidden;
    transition: all 700ms ease-in-out;
    margin-bottom: 10px;
}
.homeContentV2 .content .clm .textToggler .textWrapper {
    display: inline-block;
    margin: 10px 0;
}
.homeContentV2 .content .clm .textToggler .textWrapper p {
    font-size: 13px;
    line-height: 18px;
    color: #ffffff;
}
.homeContentV2 .content .clm a.cta {
    position: relative;
    margin-top: 0;
    display: inline-block;
    width: auto;
    height: 36px;
    padding: 2px 20px;
    /*font-style: italic;*/
    font-family: 'DINBoldItalicRegular';
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    line-height: 30px;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #474747;
    box-sizing: border-box;
    transition: all 700ms ease-in-out;
}
.homeContentV2 .content .clm a.cta:after {
    content: '';
    position: absolute;
    top: 0;
    right: -10px;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 36px 10px 0 10px;
    border-color: #474747 transparent transparent transparent;
    transition: all 700ms ease-in-out;
}
.homeContentV2 .content .clm a.cta:before {
    content: '';
    position: absolute;
    top: 0;
    left: -10px;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 36px 10px;
    border-color: transparent transparent #474747 transparent;
    transition: all 700ms ease-in-out;
}


.homeContentV2 .content .clm.c1 a.cta{
    background-color: #eb272e;
}
.homeContentV2 .content .clm.c1 a.cta:after {
	border-color: #eb272e transparent transparent transparent;
}
.homeContentV2 .content .clm.c1 a.cta:before {
    border-color: transparent transparent #eb272e transparent;
}

.homeContentV2 .content .clm.c3 a.cta{
    background-color: #a5a5a5;
}
.homeContentV2 .content .clm.c3 a.cta:after {
	border-color: #a5a5a5 transparent transparent transparent;
}
.homeContentV2 .content .clm.c3 a.cta:before {
    border-color: transparent transparent #a5a5a5 transparent;
}



.homeContentV2 .content .clm a.cta:hover {
    font-weight: bold;
    color: #333;
    background-color: #fff;
}
.homeContentV2 .content .clm a.cta:hover:after {
    border-color: #ffffff transparent transparent transparent;}
.homeContentV2 .content .clm a.cta:hover:before {
    border-color: transparent transparent #ffffff transparent;}

.homeContentV2 .content .clm a.cta span {}
.homeContentV2 .content .clm a.cta span i.icon {}


.homeContentV2 .content .clm.c1 {left:-1%;text-align: right;}
.homeContentV2 .content .clm.c1 .inner {
    left: auto;
    right: 26%;
}
.homeContentV2 .content .clm.c2 {left:30%;width:38%;}
.homeContentV2 .content .clm.c3 {left:68%;}

.clm.c2 .title, .clm.c3 .title {margin-left: -35px;}
.clm.c1 .title {margin-right: -61px;}

.homeContentV2 .content .clm.c3 .inner {
    right: auto;
    left: 14%;
}

.homeContentV2 .content .clm.active {
    opacity: 1;

    -webkit-transform: scale(1);
            transform: scale(1);
}
.homeContentV2 .content .clm.active .textToggler {
    height: 100px;
    overflow: hidden;
}

.homeContentV2 .content .clm.c1.active a.cta {margin-right: 30px;}
.homeContentV2 .content .clm.c2.active a.cta {margin-left: -20px;}
.homeContentV2 .content .clm.c3.active a.cta {margin-left: -20px;}


.homeContentV2 .bg {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: -9%;
    right: -9%;
    width: 120%;
    height: 100%;
    overflow: hidden;
    z-index: 1;

    background: url('../media/system/backgrounds/home-bg3.jpg') center no-repeat;
    background-size: cover;
    transition: all 550ms ease-in-out;
}

.redfloater {
	background: transparent
	url('../media/system/backgrounds/redfloater.png') no-repeat scroll
	left top;
	left: 208px;
	height: 68px;
	position: absolute;
	top: 0;
	width: 165px;
	z-index: 99;
}

.leftColumnRed {
	background: transparent
	url('../media/system/backgrounds/innerleftcolumnred.png') no-repeat
	scroll left top;
	left: 0;
	height: 650px;
	position: absolute;
	top: 0;
	width: 380px;
	z-index: 10;
}

.leftColumnBlack {
	background: transparent
	url('../media/system/backgrounds/innerleftcolumnblack.png') no-repeat
	scroll left top;
	left: 0;
	height: 650px;
	position: absolute;
	top: 0;
	width: 380px;
	z-index: 10;
}
.leftColumnBlack.preprint {
	background: transparent
	url('../media/system/backgrounds/innerleftcolumnblackprepint.png') no-repeat
	scroll left top;
}
.floaterHighlight {
	position: relative;
	left: 28px;
	top: 100px;
}

.floaterHighlight .text {
	color: white;
	font-family: 'DINRegular';
	font-size: 1.3em;
	line-height: 1.65em;
	margin-top: 5px;
}

.floaterHighlight .linksmall {
	cursor: pointer;
	margin-top: 10px;
}

.linksmall {
	cursor: pointer;
	float: left;
}

.linksmall a {
	font-family: 'DINBoldItalicRegular';
	letter-spacing: .02em;
	line-height: 1.2em;
	outline: none;
	text-decoration: none;
}

.linksmall a:link .left,
.linksmall a:visited .left {
	cursor: pointer;
	background: transparent url('../media/system/sprites/linksmall.png')
	no-repeat scroll left 0;
	color: white;
	height: 25px;
	padding-left: 5px;
	text-decoration: none;
	text-transform: uppercase;
}

.floaterHighlight .linksmall a:link .left,
.floaterHighlight .linksmall a:visited .left { 
	height: 0;
}

.linksmall a:link .right,
.linksmall a:visited .right {
	cursor: pointer;
	background: transparent url('../media/system/sprites/linksmall.png') no-repeat scroll right -50px;
	color: white;
	height: 24px;
	padding-right: 5px;
	text-decoration: none;
	text-transform: uppercase;
}

.linksmall a:link .inner,
.linksmall a:visited .inner {
	cursor: pointer;
	background-color: #FF0004;
	color: white;
	height: 25px;
	text-decoration: none;
	text-transform: uppercase;
}

.linksmall a:hover .left,
.linksmall a:active .left {
	background-position-y: -25px;
	// cursor: pointer;
	// background: transparent url('../media/system/sprites/linksmall.png')
	// no-repeat scroll left -16px;
	// color: white;
	// height: 16px;
	// padding-left: 5px;
	// text-decoration: none;
	// text-transform: uppercase;
}

.linksmall a:hover .right,
.linksmall a:active .right {
	background-position-y: -75px;
}

.linksmall a:hover .inner,
.linksmall a:active .inner {
	cursor: pointer;
	background-color: black;
	color: white;
	// height: 16px;
	text-decoration: none;
	text-transform: uppercase;
}


.linksmall.selected a:link .left,
.linksmall.selected a:visited .left {
	cursor: pointer;
	background: transparent url('../media/system/sprites/linksmall.png')
	no-repeat scroll left -25px;
	color: white;
	height: 25px;
	padding-left: 5px;
	text-decoration: none;
	text-transform: uppercase;
}

.linksmall.selected a:link .right,
.linksmall.selected a:visited .right {
	cursor: pointer;
	background: transparent url('../media/system/sprites/linksmall.png')
	no-repeat scroll right -75px;
	color: white;
	height: 25px;
	padding-right: 5px;
	text-decoration: none;
	text-transform: uppercase;
}

.linksmall.selected a:link .inner,
.linksmall.selected a:visited .inner {
	cursor: pointer;
	background-color: black;
	color: white;
	// height: 16px;
	text-decoration: none;
	text-transform: uppercase;
}

.linksmall.selected a:hover .left,
.linksmall.selected a:active .left {
	cursor: pointer;
	background: transparent url('../media/system/sprites/linksmall.png')
	no-repeat scroll left -25px;
	color: white;
	height: 25px;
	padding-left: 5px;
	text-decoration: none;
	text-transform: uppercase;
}

.linksmall.selected a:hover .right,
.linksmall.selected a:active .right {
	background-position-y: -75px;
	// cursor: pointer;
	// background: transparent url('../media/system/sprites/linksmall.png')
	// no-repeat scroll right -50px;
	// color: white;
	// height: 25px;
	// padding-right: 5px;
	// text-decoration: none;
	// text-transform: uppercase;
}

.linksmall.selected a:hover .inner,
.linksmall.selected a:active .inner {
	cursor: pointer;
	background-color: black;
	color: white;
	// height: 16px;
	text-decoration: none;
	text-transform: uppercase;
}

.linksmall .link {
	cursor: pointer;
	padding: 7px;
	text-decoration: none;
}

.productsMenuWrapper {
	position: absolute;
	right: 0;
	top: 30px;
	width: 61px;
	z-index: 150;
}

.productsMenu,
.productsMenu li {
	float: right;
	position: relative;
}

.productsMenu li {
	width: 61px;
	height: 64px;
}

.productsMenu li img {
	position: absolute;
	right: 0;
	top: 0;
}

.productsMenu a {
	outline: none;
}

.productsViewportWrapper {
	left: 268px;
	min-height: 700px;
	min-width: 687px;
	position: absolute;
	top: 50px;
	z-index: 150;
}

.productsViewportWrapper .wrapper {
	position: relative;
}

.viewportWrapper {
	max-height: 510px;
	min-height: 510px;
	position: relative;
	width: 100%;
}

.infoWrapper {
	height: 216px;
	width: 100%;
}

.viewportWrapper img {
	bottom: 25px;
	display: none;
	position: absolute;
}

.viewportWrapper .leftArrow {
	bottom: 165px;
	left: 20px;
	position: absolute;
}

.viewportWrapper .rightArrow {
	bottom: 165px;
	position: absolute;
	right: 20px;
}

.infoWrapper .info {
	margin: auto;
	padding-top: 6px;
	width: 600px;
}

.infoWrapper .info .image {
	float: left;
}

.infoWrapper .info .infoButton.dark {
	background: transparent url('../media/system/sprites/info.png')
	no-repeat scroll left 0;
	cursor: pointer;
	float: left;
	height: 16px;
	margin-left: 10px;
	overflow: visible;
	position: relative;
	width: 15px;
}

.infoWrapper .info .infoButton.light {
	background: transparent url('../media/system/sprites/info.png')
	no-repeat scroll left -32px;
	cursor: pointer;
	float: left;
	height: 16px;
	margin-left: 10px;
	overflow: visible;
	position: relative;
	width: 15px;
}

.infoWrapper .info .text.dark {
	float: left;
	margin-left: 10px;
}

.infoWrapper .info .text.dark h2 {
	color: #DD200C;
	font-size: 2.2em;
	line-height: 1.1em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.infoWrapper .info .text.dark p {
	color: #202020;
	font-size: 1.2em;
	line-height: 1.1em;
}

.infoWrapper .info .text.dark sup {
	font-size: .6em;
	vertical-align: super;
}

.infoButton.dark .infoBox {
	left: 20px;
	overflow: visible;
	position: relative;
}

.infoButton.dark table {
	background-color: white;
	color: #202020;
	display: none;
	white-space: nowrap;
}

.infoButton.dark table .label {
	background-color: white;
	font-family: 'DINBoldRegular';
	font-size: 1.2em;
	padding: 2px 3px;
}

.infoButton.dark table .data {
	background-color: white;
	font-size: 1.2em;
	padding: 2px 3px;
}
/**/
.infoWrapper .info .text.light {
	float: left;
	margin-left: 10px;
}

.infoWrapper .info .text.light h2 {
	color: #DD200C;
	font-size: 2.2em;
	line-height: 1.1em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.infoWrapper .info .text.light p {
	color: white;
	font-size: 1.2em;
	line-height: 1.1em;
}

.infoWrapper .info .text.light sup {
	font-size: .6em;
	vertical-align: super;
}

.infoButton.light .infoBox {
	left: 20px;
	overflow: visible;
	position: relative;
}

.infoButton.light table {
	background-color: black;
	color: white;
	display: none;
	white-space: nowrap;
}

.infoButton.light table .label {
	background-color: black;
	font-family: 'DINBoldRegular';
	font-size: 1.2em;
	padding: 2px 3px;
}

.infoButton.light table .data {
	background-color: black;
	font-size: 1.2em;
	padding: 2px 3px;
}

.contactsFormWrapper {
	color: black;
	left: 268px;
	padding: 80px 40px;
	position: absolute;
	top: 200px;
	width: 600px;
	z-index: 150;
}
.contactsFormWrapper.whereby { 
	position:relative;
	top:0;
	left:0;
	padding:0;
	color: black;
	width: 800px;
	margin:0 0 60px 200px;
	z-index: 150;
}

.contactsFormWrapper.whereby .horizontalLine { width: 775px; }


.contactsFormWrapper h1 {
	color: #212121;
	font-family: 'DINBlackRegular';
	font-size: 3.5em;
	line-height: 1em;
	text-transform: uppercase;
}

.contactsFormWrapper h2 {
	color: #212121;
	font-family: 'DINBlackRegular';
	font-size: 1.6em;
	line-height: 1em;
	text-transform: uppercase;
}

.contactsFormWrapper .horizontalLine {
	background: transparent
	url('../media/system/backgrounds/formseparator.png') repeat-x scroll
	left top;
	height: 1px;
	margin: 10px 0;
	width: 600px;
}

.contactsFormWrapper .wrapper {
	padding: 10px 0;
}

.contactsFormWrapper .column {
	float: left;
	width: 300px;
}

.contactsFormWrapper .formItem {
	margin: 10px 0;
	padding-right: 15px;
}

.contactsFormWrapper .formItemError {
	color: #DD220E;
	font-family: 'DINBoldRegular';
	font-size: 1.1em;
	font-style: italic;
	margin: -5px 0 15px;
	padding-right: 15px;
	text-align: center;
}

.contactsFormWrapper .formItem span {
	color: #D21F0F;
	font-family: 'DINMediumRegular';
	font-size: 1.4em;
	line-height: 1.4em;
	vertical-align: super;
}

.contactsFormWrapper .formItem label {
	color: #1F1F1F;
	font-family: 'DINBoldRegular';
	font-size: 1em;
	float: left;
	line-height: 1.2em;
	padding-left: 5px;
	position: relative;
	text-transform: uppercase;
	top: 8px;
	vertical-align: top;
}

.contactsFormWrapper .formItem input {
	font-family: 'DINRegular';
	font-size: 1.1em;
	border-bottom: 1px solid #e2e2e2;
	border-left: 1px solid #a1a1a1;
	border-right: 1px solid #e2e2e2;
	border-top: 1px solid #a1a1a1;
	float: right;
	height: 29px;
	padding: 0 3px;
	width: 187px;
}

.contactsFormWrapper .formItem textarea {
	font-family: 'DINRegular';
	font-size: 1.1em;
	border-bottom: 1px solid #e2e2e2;
	border-left: 1px solid #a1a1a1;
	border-right: 1px solid #e2e2e2;
	border-top: 1px solid #a1a1a1;
	float: right;
	height: 74px;
	padding: 2px 3px;
	width: 187px;
}

.contactsFormWrapper .formItem .dropdownWrapper {
	background-color: white;
	font-family: 'DINRegular';
	font-size: 1.1em;
	border-bottom: 1px solid #e2e2e2;
	border-left: 1px solid #a1a1a1;
	border-right: 1px solid #e2e2e2;
	border-top: 1px solid #a1a1a1;
	float: right;
	height: 20px;
	padding: 5px 3px 4px;
	width: 187px;
}

.contactsFormWrapper .formItem .dropdownWrapper .display {
	cursor: default;
	float: left;
	padding-top: 3px;
	white-space: nowrap;
	width: 167px;
}

.contactsFormWrapper .formItem .dropdownWrapper .button {
	background: transparent url('../media/system/buttons/dropdownarrow.png')
	no-repeat scroll left top;
	cursor: pointer;
	float: left;
	height: 20px;
	width: 20px;
}

.contactsFormWrapper .formItem .dropdownWrapper .valueWrapper {
	background-color: #ededed;
	left: -3px;
	height: 0;
	overflow: hidden;
	position: relative;
	top: 5px;
	width: 193px;
	z-index: 151;
}

.contactsFormWrapper .formItem .dropdownWrapper .valueWrapper ul {
	border: 1px solid #a1a1a1;
	padding: 2px 1px;
}

.contactsFormWrapper .formItem .dropdownWrapper .valueWrapper ul li {
	cursor: pointer;
	margin: 5px 0;
	padding: 2px 4px;
}

.contactsFormWrapper .requiredMessage {
	float: left;
}

.contactsFormWrapper .requiredMessage .icon {
	color: #D21F0F;
	font-family: 'DINMediumRegular';
	font-size: 1.4em;
	line-height: 1.4em;
	vertical-align: super;
}

.contactsFormWrapper .requiredMessage .message {
	color: #1F1F1F;
	font-family: 'DINBoldRegular';
	font-size: 1em;
	line-height: 1.2em;
	padding-left: 5px;
	position: relative;
	text-transform: uppercase;
	top: 8px;
	vertical-align: top;
	0
}

.contactsFormWrapper .submitWrapper {
	float: right;
}

.contactsFormWrapper .submitWrapper submit {
	background: none;
}

.flashViewport {
	left: 268px;
	position: absolute;
	top: 20px;
	z-index: 150;
}

.flashWrapper {
	position: absolute;
	z-index: 150;
}

.flashWrapper object {
	position: relative;
	z-index: 1;
}

.wrap-gmaps {
	position:absolute;
	top:68px;
	right:26px;
	width:449px;
	height:269px;
	z-index:150;
	border-left:solid 20px #f5f5f5;
	visibility:hidden;

}

#gmaps {
	z-index: 150;
	width:449px;
	height:269px;
}

.gmapsWrapper .background {
	background: transparent url('../media/system/backgrounds/gmapsmenu.png') no-repeat scroll left top;
	bottom: 0;
	height: 212px;
	left: 0;
	position: absolute;
	width: 255px;
	z-index: 170;
}

.gmapsWrapper .menu {
	background-color: white;
	bottom: 0;
	height: 138px;
	left: 0;
	overflow: visible;
	position: absolute;
	width: 100%;
	z-index: 175;
}

.gmapsWrapper .top {
	height: 81px;
	overflow: visible;
	width: 100%;
}

.gmapsWrapper .separator {
	background: transparent url('../media/system/backgrounds/formseparator.png') repeat-x scroll left top;
	height: 1px;
	width: 100%;
}

.gmapsWrapper .bottom {
	height: 56px;
	position: relative;
	width: 100%;
}

.gmapsWrapper .logo {
	float: left;
	left: 25px;
	position: relative;
	top: -25px;
}

.gmapsWrapper h1 {
	color: #212121;
	float: left;
	font-family: 'DINBlackRegular';
	font-size: 3.5em;
	left: 50px;
	position: relative;
	text-transform: uppercase;
	top: 30px;
}

.gmapsWrapper .linksmall {
	cursor: pointer;
	left: 70px;
	position: relative;
	top: 30px;
}

.gmapsWrapper .bottom .left {
	background: transparent url('../media/system/backgrounds/verticalseparator.gif') no-repeat scroll right top;
	height: 56px;
	left: 0;
	padding-right: 1px;
	position: absolute;
	top: 0;
}

.gmapsWrapper .bottom .right {
	height: 56px;
	position: absolute;
	right: 0;
	top: 0;
}

.gmapsWrapper .sectionLabel {
	color: #1F1F1F;
	float: left;
	font-family: 'DINBoldRegular';
	font-size: 1.2em;
	padding: 20px 0 0 15px;
	text-transform: uppercase;
	width:45px;
}

.gmapsWrapper .checkboxesWrapper {
	float: left;
	padding-top: 10px;
}

.gmapsWrapper .checkboxItem {
	cursor: pointer;
	/*float: left;*/
	margin: 0 0 5px 15px;
}
.gmapsWrapper .icon {
	float: right;
}
.gmapsWrapper .checkboxItem .checkbox {
	background: transparent url('../media/system/sprites/checkbox.png') no-repeat scroll left top;
	float: left;
	height: 13px;
	margin-top: 10px;
	width: 13px;
}

.gmapsWrapper .checkboxItem .label {
	color: #212121;
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	text-transform: uppercase;
	padding: 12px 10px 0;
}

.gmapsWrapper .dropdownWrapper {
	background: transparent url('../media/system/backgrounds/locatordropdown.gif') no-repeat scroll left top;
	font-family: 'DINRegular';
	font-size: 1.1em;
	float: left;
	height: 26px;
	margin: 12px 0 0 10px;
	position: relative;
	width: 199px;
}

.gmapsWrapper .dropdownWrapper .display {
	color: #333333;
	cursor: default;
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	overflow: hidden;
	padding: 9px 6px 0;
	text-transform: uppercase;
	white-space: nowrap;
	width: 161px;
}

.gmapsWrapper .dropdownWrapper .button {
	background: transparent url('../media/system/backgrounds/locatordropdownarrow.gif')
	no-repeat scroll left top;
	cursor: pointer;
	float: left;
	height: 26px;
	width: 26px;
}

.gmapsWrapper .dropdownWrapper .valueWrapper {
	background-color: white;
	left: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 151;
}

.gmapsWrapper .dropdownWrapper .valueWrapper .wrapper {
	padding: 2px;
}

.gmapsWrapper .dropdownWrapper .valueWrapper ul {
	background-color: #fbfbfb;
	border-bottom: 1px solid #c8c8c8;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #c8c8c8;
	border-top: 1px solid #e1e1e1;
	padding: 2px 1px;
}

.gmapsWrapper .dropdownWrapper .valueWrapper ul li.item {
	color: #333333;
	cursor: pointer;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	padding: 7px 10px;
	text-transform: uppercase;
	white-space: nowrap;
}

.gmapsWrapper .dropdownWrapper .valueWrapper ul li.item.selected {
	background: transparent url('../media/system/backgrounds/valuehover.gif') repeat-x scroll left top;
	color: white;
	cursor: pointer;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	padding: 7px 10px 7px 20px;
	text-transform: uppercase;
	white-space: nowrap;
}

/*
.gmapsWrapper .dropdownWrapper .valueWrapper ul li.seoparator {
	height: 1px;
	width: 100%;
}
*/

.gmapsWrapper .infoWindow h3 {
	color: #E5001A;
	font-family: 'DINBoldRegular';
	font-size: 1.2em;
	text-transform: uppercase;
}

.gmapsWrapper .infoWindow p {
	color: black;
	font-family: 'DINRegular';
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 15px 0;
	text-transform: uppercase;
}

.gmapsWrapper .infoWindow p strong {
	font-family: 'DINBoldRegular';
}

.gmapsWrapper .infoWindow p a:link, .gmapsWrapper .infoWindow p a:visited {
	color: #E5001A;
	text-decoration: none;
}

.gmapsWrapper .infoWindow p a:hover, .gmapsWrapper .infoWindow p a:active {
	color: #E5001A;
	text-decoration: underline;
}

.loginFormWrapper {
	color: black;
	left: 268px;
	padding: 80px 40px;
	position: absolute;
	top: 200px;
	z-index: 150;
}

.loginFormWrapper h1 {
	color: #212121;
	font-family: 'DINBlackRegular';
	font-size: 3.5em;
	line-height: 1em;
	text-transform: uppercase;
}

.loginFormWrapper h2 {
	color: #212121;
	font-family: 'DINBlackRegular';
	font-size: 1.6em;
	line-height: 1em;
	text-transform: uppercase;
}

.loginFormWrapper .horizontalLine {
	background: transparent
	url('../media/system/backgrounds/formseparator.png') repeat-x scroll
	left top;
	height: 1px;
	margin: 10px 0;
	width: 443px;
}

.loginFormWrapper .wrapper {
	padding: 10px 0;
}

.loginFormWrapper .columnLeft {
	float: left;
	width: 280px;
}

.loginFormWrapper .columnRight {
	float: left;
	width: 201px;
}

.loginFormWrapper .formItem {
	margin: 0px 0;
	padding-right: 5px;
}

.loginFormWrapper .formItem label {
	color: #1F1F1F;
	float: left;
	font-family: 'DINBoldRegular';
	font-size: 1em;
	line-height: 1.2em;
	padding-left: 5px;
	position: relative;
	text-transform: uppercase;
	top: 8px;
	vertical-align: top;
}

.loginFormWrapper .formItem input.email {
	background: transparent url('../media/system/backgrounds/passwordbox.png') no-repeat scroll left top;
	border: none;
	font-family: 'DINRegular';
	font-size: 1.1em;
	float: right;
	height: 30px;
	left: 0;
	padding: 0 6px;
	position: absolute;
	top: 0;
	width: 154px;
	z-index: 3;
}

.loginFormWrapper .formItem input.emaillabel {
	background: transparent url('../media/system/backgrounds/passwordbox.png') no-repeat scroll left top;
	border: none;
	color: #cccccc;
	font-family: 'DINRegular';
	font-size: 1.1em;
	float: right;
	height: 30px;
	left: 0;
	padding: 0 3px;
	position: absolute;
	top: 0;
	width: 160px;
	z-index: 4;
}

.loginFormWrapper .formItem input.login {
	background: transparent url('../media/system/backgrounds/loginbox.png') no-repeat scroll left top;
	border: none;
	font-family: 'DINRegular';
	font-size: 1.1em;
	height: 30px;
	left: 0;
	padding: 0 3px;
	position: absolute;
	top: 0;
	width: 189px;
	z-index: 3;
}

.loginFormWrapper .formItem input.loginlabel {
	background: transparent url('../media/system/backgrounds/loginbox.png') no-repeat scroll left top;
	border: none;
	color: #cccccc;
	font-family: 'DINRegular';
	font-size: 1.1em;
	height: 30px;
	left: 0;
	padding: 0 6px;
	position: absolute;
	top: 0;
	width: 183px;
	z-index: 4;
}

.loginFormWrapper .formItem input.button {
	float: right;
}

.loginFormDescription {
	width: 330px;
	margin-bottom: 20px;
	margin-top: 10px;
}

.loginFormDescription a {
	color: #000000;
}

.loginFormLink {
	color: #000000;
	text-decoration: none;
}

.loginFormWrapper .formItem input.password {
	background: transparent url('../media/system/backgrounds/passwordbox.png') no-repeat scroll left top;
	border: none;
	font-family: 'DINRegular';
	font-size: 1.1em;
	float: right;
	height: 30px;
	left: 0;
	padding: 0 6px;
	position: absolute;
	top: 0;
	width: 154px;
	z-index: 3;
}

.loginFormWrapper .formItem input.passwordlabel {
	background: transparent url('../media/system/backgrounds/passwordbox.png') no-repeat scroll left top;
	border: none;
	color: #cccccc;
	font-family: 'DINRegular';
	font-size: 1.1em;
	float: right;
	height: 30px;
	left: 0;
	padding: 0 3px;
	position: absolute;
	top: 0;
	width: 160px;
	z-index: 4;
}

.loginFormWrapper .formItemError {
	color: #DD220E;
	font-family: 'DINBoldRegular';
	font-size: 1.1em;
	font-style: italic;
	margin-top: 5px;
	padding-left: 15px;
	text-align: left;
}

.infocenterWrapper {
	height: 500px;
	left: 260px;
	position: absolute;
	top: 200px;
	width: 850px;
	z-index: 2;
}

.infocenterWrapper .leftWrapper {
	float: left;
	height: 500px;
	position: relative;
	width: 100px;
}

.infocenterWrapper .center {
	float: left;
	height: 500px;
	width: 650px;
}

.infocenterWrapper .rightWrapper {
	float: left;
	height: 500px;
	position: relative;
	width: 100px;
}

.infocenterWrapper h1 {
	color: #212121;
	font-family: 'DINBlackRegular';
	font-size: 3.5em;
	line-height: 1.1em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.infocenterWrapper .separator {
	background: transparent url('../media/system/backgrounds/formseparator.png') repeat-x scroll left top;
	height: 1px;
	margin: 5px 0;
	width: 100%;
}

.infocenterWrapper .checkboxItem {
	background: transparent url('../media/system/backgrounds/verticalseparator.gif') repeat-y scroll right top;
	cursor: pointer;
	float: left;
	margin-right: 20px;
	padding: 5px 10px 5px 0;
}

.infocenterWrapper .checkboxItem .checkbox {
	background: transparent url('../media/system/sprites/checkbox.png') no-repeat scroll left top;
	float: left;
	height: 13px;
	width: 13px;
}

.infocenterWrapper .checkboxItem .label {
	color: #212121;
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	text-transform: uppercase;
	padding: 2px 10px 0;
}

.infocenterViewport {
	height: 378px;
	overflow: hidden;
	position: relative;
	width: 650px;
	z-index: 4;
}

.infocenterViewportWrapper {
	position: relative;
	left: 0;
	z-index: 3;
}

.infocenterPage {
	float: left;
	height: 378px;
	width: 650px;
}

.infocenterSeparator {
	float: left;
	height: 166px;
	margin-top: 23px;
	width: 10px;
}

.infocenterItem {
	float: left;
	height: 166px;
	margin-top: 23px;
	width: 210px;
}

.infocenterItem a {
	text-decoration: none;
}

.infocenterItem .itemText {
	background: transparent url('../media/system/backgrounds/infocenteritem.gif') no-repeat scroll left top;
	height: 38px;
	margin-top: 2px;
	width: 210px;
}

.infocenterItem .itemText .title {
	color: #E50019;
	font-family: 'DINBoldRegular';
	font-size: 1.2em;
	line-height: 1.3em;
	padding: 3px 0 0 5px;
	text-transform: uppercase;
}

.infocenterItem .itemText .desc {
	color: black;
	font-family: 'DINRegular';
	font-size: 1.2em;
	line-height: 1.3em;
	padding: 3px 0 0 5px;
	text-transform: uppercase;
}

.infocenterWrapper .leftWrapper .linksmall {
	cursor: pointer;
	float: left;
	left: 0;
	position: absolute;
	top: 50%;
}

.infocenterWrapper .rightWrapper .linksmall {
	cursor: pointer;
	float: right;
	position: absolute;
	right: 0;
	top: 50%;
}

.valuesWrapper {
	height: 500px;
	left: 350px;
	position: absolute;
	top: 200px;
	width: 850px;
	z-index: 5;
}

.valuesWrapper .text {
	color: #212121;
	font-size: 1.2em;
	line-height: 1.3em;
	margin-top: 25px;
	font-family: 'DINRegular';
}

.valuesWrapper .text p {
	margin: 10px 0;
}

.valuesWrapper .text ul {
	color: #E5001A;
	font-family: 'DINBoldRegular';
	padding-left: 10px;
}

.valuesWrapper .text ul li {
	list-style-image: url(../media/system/backgrounds/bullet.png);
	list-style-position: inside;
}

.valuesWrapper > .linksmall {
	display: none;
}

.valuesWrapper .linksmall {
	cursor: pointer;
	margin-top: 10px;
}

.digitalBackgroundTopLeft{
	background-image: url(../media/system/backgrounds/topleft_corner.png);
	background-repeat: no-repeat;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 135px;
	height: 211px;
}

.digitalBackgroundBottomLeft{
	background-image: url(../media/system/backgrounds/bottomleft_corner.png);
	background-repeat: no-repeat;
	left: 0;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	width: 303px;
	height: 411px;
}

.digitalBackgroundBottomRight{
	background-image: url(../media/system/backgrounds/bottomright_corner.png);
	background-repeat: no-repeat;
	right: -14px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	width: 138px;
	height: 215px;
}

.valueLeftSingle {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 300px;
	z-index: 2;
}

.valueLeftSingle .overlay {
	position: absolute;
	right: -1px;
	top: 0;
	z-index: 4;
}

.valueLeftSingle .background {
	left: 0;
	position: absolute;
	top: 0;
	z-index: 3;
}


.valueRightSingle {
	bottom: 35px;
	height: 309px;
	overflow: hidden;
	position: absolute;
	right: 0;
	width: 320px;
	z-index: 2;
}

.valueRightSingle .overlay {
	left: 0px;
	position: absolute;
	top: 0;
	z-index: 4;
}

.valueRightSingle .background {
	left: -770px;
	position: absolute;
	top: -310px;
	z-index: 3;
}


.valueLeftTop {
	height: 60%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 300px;
	z-index: 2;
}

.valueLeftTop .overlay {
	position: absolute;
	right: -1px;
	top: 0;
	z-index: 4;
}

.valueLeftTop .background {
	left: -410px; 
	position: absolute;
	top: -80px;
	z-index: 3;
}

.valueLeftBottom {
	bottom: 0;
	height: 40%;
	left: 0;
	overflow: hidden;
	position: absolute;
	width: 300px;
	z-index: 2;
}

.valueLeftBottom .overlay {
	position: absolute;
	right: -1px;
	top: 0;
	z-index: 4;
}

.valueLeftBottom .background {
	left: -180px;
	position: absolute;
	top: -290px;
	z-index: 3;
}

.backbutton {
	left: 20px;
	position: absolute;
	top: 300px;
	z-index: 1;
}

.previousbutton {
	left: 200px;
	position: absolute;
	top: 350px;
	z-index: 1;
}

.nextbutton {
	position: absolute;
	right: 200px;
	top: 350px;
	z-index: 1;
}

.valueDetailWrapper {
	position: absolute;
	right: 0;
	top: 500px;
	z-index: 1;
}

.valueDetailWrapper .info {
	margin-left: 10px;
}

.valueDetailWrapper .data {
	background: transparent url('../media/system/backgrounds/value.png') no-repeat scroll left top;
	font-size: 1.2em;
	height: 0;
	line-height: 1.2em;
	overflow: hidden;
}

.valueDetailWrapper .data .wrapper {
	padding: 5px 10px;
}

.valuesMenu {
	float: left;
	margin-right: 10px;
}

.digitalPerformanceWrapper{
	position: absolute;
	width:589px;
	height: 470px;
	top: 96px;
	left: 338px;
	z-index: 5;
}

.whyToUseMainWrapper {
	height: 500px;
	left: 350px;
	position: absolute;
	top: 100px;
	width: 740px;
	z-index: 5;
}

.whyToUseMainWrapper .text {
	color: #212121;
	font-size: 1.2em;
	line-height: 1.3em;
	
	font-family: 'DINRegular';
}

.whyToUseMainWrapper .text p {
	margin-top: 10px;
}

.whyToUseMainWrapper .text ul {
	padding-left: 10px;
}

.evolutionPrintingWrapper .text ul li {
	margin-top: 7px;
}

.whyToUseMainWrapper .text ul li {
	list-style-image: url(../media/system/backgrounds/bullet.png);
	list-style-position: inside;
	/* margin-top: 7px; */
}

.whyToUseMainWrapper .linksmall {
	cursor: pointer;
	margin-top: 10px;
	margin-bottom: 20px;
}

.whyToUseWrapper{
	/* position: absolute; */
	width:640px;
	/* height: 590px; */
	/* top: 55px; */
	/*left: 338px; */
	/* z-index: 5; */
}

.printingEvolutionWrapper{
	position: absolute;
	width:589px;
	height: 381px;
	top: 158px;
	left: 338px;
	z-index: 5;
}

.whereToUseWrapper{
	position: absolute;
	width:589px;
	height: 661px;
	top: 38px;
	left: 338px;
	z-index: 5;
}

.productRangeWrapper{
	position: absolute;
	width: 589px;
	height: 487px;
	top: 124px;
	left: 338px;
	z-index: 5;
}

.tryItHereWrapper{
	position: absolute;
	
	height: 343px;
	top: 145px;
	left: 338px;
	z-index: 5;
}

.digitalPerformanceWrapper .text .area_title, .printingEvolutionWrapper .text .area_title, .whereToUseWrapper .text .area_title, .whyToUseMainWrapper .text .area_title {
	color: #DA0315;
	font-size: 20px;
	font-family: 'DINBoldItalicRegular';
}

.product_text{
	width: 310px;
	color: #202020;
	font-size: 10px;
	font-family: 'DINBoldItalicRegular';
	margin-bottom: 10px;
	padding-left: 10px
}


.text .size14{
	font-size: 14px;
}

.text strong {
	font-weight: bold;
}

.text em {
	font-style: italic;
}

.digitalPerformanceWrapper .text .inner_text{
	width:569px;
	height: 278px;
	margin-left: 20px;
}

.digitalPerformanceWrapper .text .inner_text .inner_title, .whyToUseWrapper .text .t_bold, .whereToUseWrapper .text .t_bold{
	font-family: 'DINBoldRegular';
}

.digitalPerformanceWrapper .text .inner_text .inner_quote{
	font-family: 'DINMediumItalicRegular';
}

.whyToUseWrapper .text .t_list span, .printingEvolutionWrapper .text .printing_items span{
	color: #DD1F0C;
	font-family: 'DINBoldItalicRegular';
}

.whyToUseWrapper .text .t_list span, .printingEvolutionWrapper .text .printing_items span{
	color: #DD1F0C;
	font-family: 'DINBoldItalicRegular';
}

.whyToUseWrapper .text .hp_indigo_certificate{
	margin-left: 10px;
	width: 579px;
	height: 57px;
	background-image:url(images/hpindigo_cs.jpg); 
	background-repeat: no-repeat;
}

.whyToUseWrapper .extra_info_img {
	margin: 10px;
}

.whyToUseWrapper .text .extra_info{
	margin-left: 5px;
	width: 584px;
	height: 101px;
}

.whyToUseWrapper .text .extra_info .info{
	width: 322px;
	height: 101px;
	float: left;
	background-image:url(../media/system/backgrounds/arrow_area.png); 
	margin-left: 5px;
}

.whyToUseWrapper .text .extra_info .info p {
	/* font-family: 'DINBoldItalicRegular';  */
	margin-left: 5px;
}

.whyToUseWrapper .text .extra_info .t_red{
	color: #DD210D;
	font-family: 'DINBoldRegular';
	margin-top: 25px;
}


.left {
	float: left;
}

.clear {
	clear: both;
}

.printing_item_img {
	width:	50px;
	height:	50px;
}

.printing_item_text {
	width:	450px;
	height:	50px;
}

.printing_item_text p {
	
}

.whyToUseMainWrapper .disclaimer{
	font-size: 10px;
	color: #000000;
	margin-top: 20px;
}

.whyToUseMainWrapper .disclaimer p{
	bottom: 5px;
}

.printingEvolutionWrapper .text .printing_items{
	width: 589px;
	height: 221px;
	background-image:url(images/printing_items.png); 
	background-repeat: no-repeat;
}

.whereToUseWrapper .text .exampleOfUsage{
	width: 555px;
	height: 490px;
}

.whereToUseWrapper .text .exampleOfUsage .examplesImg{
	margin-left: 5px;
	width: 365px;
	height: 226px;
}

.whereToUseWrapper .text .exampleOfUsage .examplesLogos{
	margin-left: 5px;
	width: 584px;
	height: 68px;
	background-image:url(images/logos.png);
	background-repeat: no-repeat;
}

.whereToUseWrapper .text .technicalSpecs{
	display: none;
	width: 361px;
	height: 413px;
}

.productRangeWrapper .text .offsetImg{
	width: 517px;
	height: 352px;
}

.productRangeWrapper .text .preprintImg{
	display: none;
	width: 513px;
	height: 357px;
}

.tryItHereWrapper .tryItHere{
	width: 579px;
	height: 242px;
}

.tryItHereWrapper .tryItHere .tryBackground{
	width: 579px;
	height: 242px;
	position: absolute;
}

.tryItHereWrapper .tryItHere .tryLinks{
	position: absolute;
	width: 579px;
	height: 242px;
	z-index: 10;
}

.tryItHereWrapper .tryItHere .printLink{
	position: absolute;
	width: 90px;
	height: 16px;
	top:104px;
	left: 352px;
	color: #DD200C;
	text-decoration: underline;
}
.tryItHereWrapper .tryItHere .startLink{
	position: absolute;
	width: 107px;
	height: 24px;
	top: 231px;
	left: 245px;
	z-index: 5;
	font-size: 17px;
	text-align: center;
}

.tryItHereWrapper .startLink:link {
	color: #DD220E;
	font-family: 'DINBoldItalicRegular';
	font-size: 1.4em;
	letter-spacing: -.03em;
	line-height: 1em;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.tryItHereWrapper  .startLink:hover .left {
	background-position:left -78px;
}
.tryItHereWrapper  .startLink:hover .right {
	background-position:right -100px;
}
.tryItHereWrapper  .startLink:hover .link {
	background-color:#000;
}

.tryItHereWrapper .startLink  .link {
	background-color: #DD220E;
	height: 23px;
	color: #FFFFFF;
	line-height: 23px;
}

.tryItHereWrapper .startLink .left {
	background: transparent url('../media/system/sprites/menu.png')
	no-repeat scroll left 0px;
	height: 23px;
	padding-left: 6px;
}
.tryItHereWrapper .startLink  .right {
	background: transparent url('../media/system/sprites/menu.png')
	no-repeat scroll right -23px;
	height: 23px;
	padding-right: 6px;
}

.tryItHereWrapper .startLink {
	cursor: pointer;
	padding-top: 3px;
	overflow: visible;
	white-space: nowrap;
}