/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td*/
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote,
q {
	quotes: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	display: block;
}
ul,
ol {
	list-style: none;
}

.clearer {
	clear: both;
	height: 1px;
	overflow: hidden;
}
.silent {
	display: none;
}

.noMargin {		margin: 0 !important;}
.noPadding {	padding: 0 !important;}
.noBorder {		border: none !important;}



html {
	height: 100%;
}

body {
	height: 100%;
	background-color: #e2e2e2;
	color: #777;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
}


div#wrapper {
	position: relative;
	min-height: 100%;
	/*height: auto !important;*/
	width: 100%;
	min-width: 840px;
	max-width: 1200px;
	margin: 0 auto;
	-moz-box-shadow: 0px 0px 12px rgba(0,0,0,0.5);
		-webkit-box-shadow: 0px 0px 12px rgba(0,0,0,0.5);
			box-shadow: 0px 0px 12px rgba(0,0,0,0.5);
	overflow: hidden;
	background: #fff url(../images/loading.gif) center 200px no-repeat;
}



div.striper {
	border-top: 4px solid #44b1e0;
}

div#headerWrapper {
	position: relative;
	width: 100%;
	min-width: 840px;
	margin: 0 auto;
	border-top: 4px solid #44b1e0;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(../images/img_putter_narrow.jpg);
}
@media all and (min-width: 840px) {
	div#headerWrapper {
		background-image: url(../images/img_putter.jpg);
	}
}


header {
	position: relative;
	margin: 0 auto;
	width: 760px;
	padding: 0 40px;
	height: 440px;
	color: #fff;
}

div#headerShopper {
	position: relative;
	margin: 0 auto;
	width: 840px;
	color: #fff;
}

a.logoShopper {
	display: block;
	width: 200px;
	height: 100%;
	margin: 0 auto 20px auto;
	padding-top: 8px;
	padding-bottom: 20px;
}



header h1 {
	position: absolute;
	top: 55px;
	right: 80px;
	display: block;
	width: 320px;
	height: 175px;
}
header h1 a {
	display: block;
	height: 100%;
	cursor: default;
	text-indent: -5000px;
	overflow: hidden;
	background: url(../images/logo.png) 10px 8px no-repeat;
}

html.svg header h1 a {	background: url(../images/logo.svg) 22px 19px no-repeat;}

header h2 {
	font-weight: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 0.5px;
	word-spacing: -2px;
	padding-top: 40px;
	margin-bottom: 18px;
}

header p {
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 12px;
	width: 350px;
	letter-spacing: 0.5px;
	word-spacing: 1px;
}

p.emailer {
	padding-top: 8px;
	width: 175px;
}

p.emailer a {
	line-height: 20px;
	text-align: center;
	padding: 2px 20px;
	text-decoration: none;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	background: #44b1e0; /* Old browsers */
		background: -moz-linear-gradient(top, #5cbde6 0%, #44b1e0 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5cbde6), color-stop(100%,#44b1e0)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top, #5cbde6 0%,#44b1e0 100%); /* Chrome10+,Safari5.1+ */
					background: -o-linear-gradient(top, #5cbde6 0%,#44b1e0 100%); /* Opera 11.10+ */
						background: -ms-linear-gradient(top, #5cbde6 0%,#44b1e0 100%); /* IE10+ */
							background: linear-gradient(to bottom, #5cbde6 0%,#44b1e0 100%); /* W3C */
								filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5cbde6', endColorstr='#44b1e0',GradientType=0 ); /* IE6-9 */
	-moz-border-radius: 12px;
		-webkit-border-radius: 12px;
			border-radius: 12px;
	border: 1px solid #44b1e0;
	-moz-box-shadow: 0px 0px 12px rgba(0,0,0,0.3);
		-webkit-box-shadow: 0px 0px 12px rgba(0,0,0,0.3);
			box-shadow: 0px 0px 12px rgba(0,0,0,0.3);
}
p.emailer a:hover {
	background: #73c8ec;
	border: 1px solid #73c8ec;
	color: #111;
	text-shadow: none;
}




p.buyer {
	padding-top: 8px;
}

p.buyer a {
	position: relative;
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 2px 30px 2px 18px;
	text-decoration: none;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	background: #44b1e0; /* Old browsers */
		background: -moz-linear-gradient(top, #5cbde6 0%, #44b1e0 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5cbde6), color-stop(100%,#44b1e0)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top, #5cbde6 0%,#44b1e0 100%); /* Chrome10+,Safari5.1+ */
					background: -o-linear-gradient(top, #5cbde6 0%,#44b1e0 100%); /* Opera 11.10+ */
						background: -ms-linear-gradient(top, #5cbde6 0%,#44b1e0 100%); /* IE10+ */
							background: linear-gradient(to bottom, #5cbde6 0%,#44b1e0 100%); /* W3C */
								filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5cbde6', endColorstr='#44b1e0',GradientType=0 ); /* IE6-9 */
	-moz-border-radius: 12px;
		-webkit-border-radius: 12px;
			border-radius: 12px;
	border: 1px solid #44b1e0;
	-moz-box-shadow: 0px 0px 12px rgba(0,0,0,0.3);
		-webkit-box-shadow: 0px 0px 12px rgba(0,0,0,0.3);
			box-shadow: 0px 0px 12px rgba(0,0,0,0.3);
}
p.buyer a:hover {
	background: #73c8ec;
	border: 1px solid #73c8ec;
	color: #111;
	text-shadow: none;
}

p.buyer a span {
	background-color: #fff;
	color: #44b1e0;
	display: block;
	-moz-box-shadow: none;
		-webkit-box-shadow: none;
			box-shadow: none;
	text-shadow: none;
	font-size: 24px;
	line-height: 15px;
	padding: 0 4px 3px 6px;
	position: absolute;
	right: 8px;
	top: 1px;
	-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
			border-radius: 10px;
}
p.buyer a:hover span {
	color: #73c8ec;
	background-color: #222;
}




div#contentWrapper {
	position: relative;
	width: 100%;
	background: #fff; /* Old browsers */
		background: -moz-linear-gradient(top, #dddddd 0%, #ffffff 12px); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(12px,#ffffff)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top, #dddddd 0%, #ffffff 12px); /* Chrome10+,Safari5.1+ */
					background: -o-linear-gradient(top, #dddddd 0%, #ffffff 12px); /* Opera 11.10+ */
						background: -ms-linear-gradient(top, #dddddd 0%, #ffffff 12px); /* IE10+ */
							background: linear-gradient(to bottom, #dddddd 0%, #ffffff 12px); /* W3C */
}

div#content {
	position: relative;
	margin: 0 auto;
	width: 760px;
	padding: 36px 40px 330px 40px;
}

div#contentShopper {
	position: relative;
	margin: 0 auto;
	width: 1020px;
	height: 1200px;
}

div#slideshowWrapper {
	float: left;
	position: relative;
	width: 380px;
	height: 300px;
	padding-top: 4px;
}

div#slideshow {
	position: relative;
	width: 380px;
	height: 250px;
	overflow: hidden;
	background-color: #444;
	-moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
		-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
			box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

a#navPrev,
a#navNext {
	position: absolute;
	z-index: 2;
	top: 254px;
	display: block;
	width: 60px;
	height: 50px;
	text-align: center;
	color: #bfbfbf;
	font-size: 48px;
	line-height: 42px;
	font-weight: 700;
	text-decoration: none;
}
a#navPrev {		left: 0;}
a#navNext {		right: 0;}

a#navPrev:hover,
a#navNext:hover {	color: #666;}
a#navPrev:active,
a#navNext:active {	color: #222;}

ul#navIcons {
	position: absolute;
	top: 254px;
	left: 50%;
	margin-left: -87px;
	height: 50px;
	/*text-align: center;*/
	/*width: 380px;*/
}

ul#navIcons li {
	/*display: inline-block;*/
	display: block;
	float: left;
	width: 29px;
	height: 50px;
}
ul#navIcons li.activeSlide {	}

ul#navIcons li a {
	display: block;
	width: 29px;
	height: 30px;
	padding-top: 20px;
}
ul#navIcons li.activeSlide a {	cursor: default;}
ul#navIcons li a:hover {			}

ul#navIcons li a span.masker {
	display: block;
	margin: 0 auto;
	width: 11px;
	height: 11px;
	overflow: hidden;
	-moz-border-radius: 11px;
		-webkit-border-radius: 11px;
			border-radius: 11px;
}
ul#navIcons li a span.gradienter {
	display: block;
	width: 11px;
	height: 11px;
	text-indent: -5000px;
	overflow: hidden;
	background: #e0e1e3; /* Old browsers */
		background: -moz-linear-gradient(top, #adadaf 0%, #e0e1e3 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #adadaf), color-stop(100%, #e0e1e3)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top, #adadaf 0%, #e0e1e3 100%); /* Chrome10+,Safari5.1+ */
					background: -o-linear-gradient(top, #adadaf 0%, #e0e1e3 100%); /* Opera 11.10+ */
						background: -ms-linear-gradient(top, #adadaf 0%, #e0e1e3 100%); /* IE10+ */
							background: linear-gradient(to bottom, #adadaf 0%, #e0e1e3 100%); /* W3C */
								filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adadaf', endColorstr='#e0e1e3',GradientType=0 ); /* IE6-9 */
}
ul#navIcons li a:hover span.gradienter {		background: #666;}
ul#navIcons li a:active span.gradienter {		background: #222;}
ul#navIcons li.activeSlide a span.gradienter {
	background: #59c1ec; /* Old browsers */
		background: -moz-linear-gradient(top, #59c1ec 0%, #008ece 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #59c1ec), color-stop(100%, #008ece)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top, #59c1ec 0%, #008ece 100%); /* Chrome10+,Safari5.1+ */
					background: -o-linear-gradient(top, #59c1ec 0%, #008ece 100%); /* Opera 11.10+ */
						background: -ms-linear-gradient(top, #59c1ec 0%, #008ece 100%); /* IE10+ */
							background: linear-gradient(to bottom, #59c1ec 0%, #008ece 100%); /* W3C */
								filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59c1ec', endColorstr='#008ece',GradientType=0 ); /* IE6-9 */
}






div#highlights {
	width: 350px;
	margin-left: 410px;
	min-height: 320px;
	padding-top: 28px;
	padding-bottom: 35px;
}

div#highlights dl {
	letter-spacing: 0.5px;
}

div#highlights dl dt {
	position: relative;
	padding-left: 16px;
	color: #44b1e0;
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 2px;
}

div#highlights dl dt span.bulleter {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #777;
	font-weight: 700;
	font-size: 24px;
	line-height: 16px;
	text-transform: capitalize;
	letter-spacing: 0px;
}
div#highlights dl dd {
	padding-left: 16px;
	margin-bottom: 16px;
	font-size: 14px;
	line-height: 17px;
}


div#footerWrapper {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #44b1e0; /* Old browsers */
		background: -moz-linear-gradient(left, #44b1e0 0%, #5bbee9 50%, #44b1e0 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, right top, color-stop(0%,#44b1e0), color-stop(50%,#5bbee9), color-stop(100%,#44b1e0)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(left, #44b1e0 0%,#5bbee9 50%,#44b1e0 100%); /* Chrome10+,Safari5.1+ */
					background: -o-linear-gradient(left, #44b1e0 0%,#5bbee9 50%,#44b1e0 100%); /* Opera 11.10+ */
						background: -ms-linear-gradient(left, #44b1e0 0%,#5bbee9 50%,#44b1e0 100%); /* IE10+ */
							background: linear-gradient(to right, #44b1e0 0%,#5bbee9 50%,#44b1e0 100%); /* W3C */
}

footer {
	position: relative;
	margin: 0 auto;
	width: 760px;
	padding: 30px 40px 36px 40px;
	color: #fff;
	font-size: 13px;
	line-height: 15px;
	letter-spacing: 0.5px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

footer a {
	color: #fff;
	text-decoration: none;
	font-weight: 700;
}
footer a:hover {
	text-decoration: underline;
}

footer div#copyright {
	float: right;
	width: 200px;
}

footer div#copyright ul {
	text-align: right;
	margin-bottom: 12px;
}
footer div#copyright ul li {
	display: inline;
	text-transform: uppercase;
	letter-spacing: 1px;
}
footer div#copyright ul li.facebooker {
	padding-right: 10px;
	border-right: 1px solid #fff;
	margin-right: 10px;
}


footer div#copyright p {
	text-align: right;
}


footer div#installation {
	margin-right: 350px;
}

footer div#installation h3 {
	font-weight: normal;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 12px;
}

footer div#installation ul {
	
}
footer div#installation ul li,
footer div#copyright p {
	margin-bottom: 10px;
}





.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}
.modal-backdrop.fade {
	opacity: 0;
		filter: alpha(opacity=0);
}
.modal-backdrop,
.modal-backdrop.fade.in {
	opacity: 0.8;
		filter: alpha(opacity=80);
}
.modal {
	position: fixed;
	top: 10%;
	left: 50%;
	z-index: 1050;
	
	width: 500px;
	padding: 30px 40px 20px 40px;
	margin-left: -280px;
	
	background-color: #fff;
	
	-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
			border-radius: 6px;
			
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
			box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	/*-webkit-background-clip: padding-box;
		-moz-background-clip: padding-box;
			background-clip: padding-box;*/
}
.modal.fade {
	top: -550px;
	-webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
		-moz-transition: opacity 0.3s linear, top 0.3s ease-out;
			-o-transition: opacity 0.3s linear, top 0.3s ease-out;
				transition: opacity 0.3s linear, top 0.3s ease-out;
}
.modal.fade.in {
	top: 10%;
}


.modal h3 {
	color: #44b1e0;
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 12px;
}

.modal p {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 12px;
}

.modal a {
	color: #44b1e0;
	font-weight: 700;
	text-decoration: none;
}
.modal a:hover {
	text-decoration: underline;
}



a.close {
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-weight: 400;
	cursor: pointer;
	background: #44b1e0; /* Old browsers */
		background: -moz-linear-gradient(top, #5cbde6 0%, #44b1e0 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5cbde6), color-stop(100%,#44b1e0)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top, #5cbde6 0%,#44b1e0 100%); /* Chrome10+,Safari5.1+ */
					background: -o-linear-gradient(top, #5cbde6 0%,#44b1e0 100%); /* Opera 11.10+ */
						background: -ms-linear-gradient(top, #5cbde6 0%,#44b1e0 100%); /* IE10+ */
							background: linear-gradient(to bottom, #5cbde6 0%,#44b1e0 100%); /* W3C */
								filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5cbde6', endColorstr='#44b1e0',GradientType=0 ); /* IE6-9 */
	-moz-border-radius: 24px;
		-webkit-border-radius: 24px;
			border-radius: 24px;
	border: 1px solid #44b1e0;
	
	font-size: 32px;
	line-height: 32px;
	padding: 0px 8px;
}
a.close:hover {
	text-decoration: none;
	background: #73c8ec;
	border: 1px solid #73c8ec;
	color: #111;
}

