/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 *
 * Version: 1.3.1 (05/03/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('fancybox.png');
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background-image: url('fancybox.png');
	background-position: -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 7px;
	margin: 0;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('fancy_title_over.png');
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background-image: url('fancybox.png');
	background-position: -40px -90px;
	background-repeat: no-repeat;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background-image: url('fancybox-x.png');
	background-position: 0px -40px;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background-image: url('fancybox.png');
	background-position: -55px -90px;
	background-repeat: no-repeat;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('fancybox-x.png');
}

#fancy-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -162px;
}

#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('fancybox-y.png');
	background-position: -20px 0px;
}

#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -182px; 
}

#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('fancybox-x.png');
	background-position: 0px -20px;
}

#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -142px;
}

#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('fancybox-y.png');
}

#fancy-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -122px;
}

/* IE */

#fancybox-loading.fancybox-ie div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-close		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-title-over	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie #fancybox-title-left	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-main	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-right	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-left-ico		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-right-ico	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie .fancy-bg { background: transparent !important; }

.fancybox-ie #fancy-bg-n	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-ne	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-e	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-se	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-s	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-sw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-w	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-nw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }

* { font-size: 100%;}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #b3b3b3;
	margin: 0 30px;
	background: #000;
}

body.mceContentBody {
	margin: 0; padding: 10px;
}

a {
	outline: 0;
}

a, a:link, a:visited, a:active, a:hover {
	color: #C6AD07;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FFDE00;
}

a span {
	margin-left: 8px;
}

p {
	margin: 0 0 15px 0;
	line-height: 1.091em;
	font-size: 12px;
}

object {
	outline: none;
}

select, input, textarea, button {
	color: #e6e6e6;
	font-family: Helvetica, Arial, sans-serif;
	background: #404040;
	border:  none;
	padding: 3px;
}
select, button {
	padding: 0;
}

img, form, fieldset {
	margin: 0;
	border: 0;
	padding: 0;
}

img {
	display: block;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul li {
	padding: 0;
	margin: 0;
}

ul.bulleted {
	padding: 0 0 0 15px;
	font-size:1.1em;
}
ul.bulleted li {
	list-style-image: url('../images/template/bulleted.gif');
	margin: 0 0 7px 15px;
}
.clear {
	clear: both;
	font-size: 1px;
	margin: 0;
}

.strong {
	font-weight: bold;
}
.hidden {
	display: none;
}

.underline {
	text-decoration: underline;
}
.strikethrough {
	text-decoration: line-through;
}
.italic {
	font-style: italic;
}
.left {
	float: left;
}
.center {
	text-align: center;
}
.right {
	float: right;
}
.top {
	vertical-align: top;
}
.bottom {
	vertical-align: bottom;
}

.smaller {
	font-size: 0.818em;
}

.littleBigger {
	font-size: 1.091em;
}

h1, h2, h3, h4, h5, h6 {
	text-transform: lowercase;
	letter-spacing: -0.065em;
	font-weight: bold;
	margin: 0 0 15px;
}

h2 {
	font-size: 1.8em;
	color: #C6AD07;
}
.mr10 {
margin-right:15px;
}

a.pink-links {
	border:3px solid #404040;
	font-size: 1.637em;
	height: 22px;
	line-height: 22px;
	color: #000;
	padding: 1px 7px;
	float:right;
	margin-top:5px;
	text-transform: lowercase;
	background:#e20682;
}


/**
* Holding Page Definitions
*/

#holding #holdingContainer {
	width: 400px; height: 150px;
	background: #404040;
	border: 1px solid #4d4d4d;
	position: absolute;
	top: 50%; left: 50%;
	padding: 16px;
	margin: -91px 0 0 -216px;
	text-align: center;
}
#holding #holdingContainer h1 {
	font-size: 2em;
	color: #C6AD07;
	margin-top: 15px;
}


/**
* Main Layout Definitions
*/

#siteWrap {
	width: 100%;
	padding: 0 30px;
	margin: 0 -30px;
	background: #1a1a1a;
}

#mainSiteContainer {
	width: 950px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}
#html #mainSiteContainer {
	width: 952px;
}

#header {
	position: absolute;
	top: 0;
	height: 108px; width: 950px;
	z-index: 5000;
}

#mainSiteContent {
	width: 100%;
	padding-top: 47px;
}

#primaryContent {
	width: 810px;
	float: right;
	padding-bottom: 50px;
}

#secondaryContent {
	float: left;
	width: 132px;
	margin: 25px 8px 0 0px;
	display: inline;
	padding-bottom: 50px;
}

#siteFooter {
	width: 950px;
	margin: 20px auto;
	position: relative;
	z-index: 0;
}

#heroContainer {
	border: 1px solid #4d4d4d;
	width: 808px; /* height: 440px;*/
	margin: 14px 0px 0px 0px;
	position: relative;

}

#mainContent {
	padding: 10px 0;

}

#mainNav {
	float: right;
	margin: 15px 0 8px;
	position: relative;
	z-index: 99999;
}
#mainNav li {
	display: inline;
	float: left;
	line-height: 22px;
	margin-left: 4px;
	position: relative;
	height: 22px;
	z-index: 90000;
}

#mainNav li a, #mainNav li a:hover {
	font-size: 1.091em;
	font-weight: normal;
	color: #ccc;
	text-transform: lowercase;
	border: 1px solid #4d4d4d;
	height: 20px;
	line-height: 20px;
	padding: 0 10px;
	display: inline-block;
}
#mainNav li a:hover {
	border: 1px solid #C6AD07;
	background: #C6AD07;
	color: #FFDE00;
}

#mainNav ul {
	position: absolute;
	background: #000;

	top: 22px; left: -2px;
	display: none;
	z-index: 50000;
	padding: 2px 2px 5px;
}
#mainNav ul li {
	margin-left: 0
}

#mainNav li:hover ul ul, #mainNav li:hover ul ul ul, #mainNav li:hover ul ul ul ul {
    display: none;

}
#mainNav li:hover ul, #mainNav li li:hover ul, #mainNav li li li:hover ul, #mainNav li li li li:hover ul {
    display: block;

}
ul#mainNav li.drop a, ul#mainNav li.drop a:hover {

	border:none;
	border-bottom: 1px solid #ccc;

	width:140px;

}
#mainNav li.drop a:hover {
	border: 1px solid #C6AD07;
	background: #C6AD07;
	color: #FFDE00;
}

#brandingContainer {
	height: 50px; width: 961px;
	position: absolute;
	top: 58px; left: -20px;
}

#branding {
	width: 288px; height: 115px;
	display: block;
	background: url('../images/template/siteSprites.png') no-repeat 7px 66px;
	overflow: hidden;
	border: 1px solid #595959;
	text-indent: -1000%;
	position: absolute;
	top: -113px; left: 0px;
}

#brandingContainer h1 {
	background: transparent url('../images/template/blackOverlay.png');
	height: 50px; width: 790px;
	line-height: 50px;
	margin: 15px 0px 0px 166px;
	float: left;
	font-size: 2.727em;
	padding-left: 8px;

	color: #e6e6e6;
}

#blogFeed {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #666;
	overflow: hidden;
	cursor: pointer;
	height: 308px !important;
}

#blogFeed li a {
	text-transform: lowercase;
}
#blogFeed li h2 {
	color: #ccc;
	font-size: 1.818em;
}
#blogFeed li h2 a, #blogFeed li h2 a:hover {
	color: #ccc;
	padding: 3px;
	margin-left: -3px;
}
#blogFeed li h2 a:hover {
	background: #4D4d4d;
}


/**
* Footer Layout Definitions
*/

#contatDetailsContainer {
	float: left;
	width: 186px;
	margin: 0 15px 15px 0;
}
#contatDetailsContainer h3 {
	color: #e6e6e6;
	font-weight: normal;
	font-size: 1.818em;
}
#contactFormContainer {
	float: left;
	width: 260px;
	margin: 0 15px 15px 0;
}

/**
* Contact Form Difinitions
*/

form.default  {
}
form.default  li {
	margin-bottom: 4px;
}
form.default  li em {
	font-weight: bold;
	color: #ffde00;
}

form.default  li.moreInfo {
	display: none;
}

form.default li.formNote {
	font-size: 0.833em;
	font-style: italic;
	text-align: right;
}

form.default input[type=text],
form.default input[type=password],
form.default textarea,
form.default select {
	margin: 0 0 6px;
	border: 0; padding: 3px;
	width: 272px;
	font-family: Helvetica, Arial, sans-serif;
}
form.default select {
	width: 278px;
}
form.default label {
	font-size: 0.909em;
	color: #e6e6e6;
	text-transform: lowercase;
	padding: 3px 0;
	float: left;
	display: block;
	width: 80px;
	font-size: 0.909em;
	color: #e6e6e6;
	text-transform: lowercase;

}

form.default select.label {
	color: #9A9A9A;
}
form.default label.error {
	position: absolute;
	z-index: 10000;
	right: -15px;
	display: inline;
	padding: 3px;
	width: 170px;
	background: #C6AD07;
	color: #000;
	text-align: right;
	margin-top: -5px;
}

button.formButton, a.formButton, button.formButton.over {
	font-size: 1.091em;
	text-transform: lowercase;
	padding: 0 0 2px;
	border: 1px solid #404040;
	background: none;
	cursor: pointer;
	padding: 3px 5px;
	width: 278px;
	font-size: 1.273em;
	z-index:30000;
}

button.formButton.over {
	border: 1px solid #C6AD07;
	background: #C6AD07;
	color: #FFDE00;
}

/**
* Footer Layout Definitions
*/

#listSignUp {
	width: 462px;
	position: absolute;
	top: 0; right: 0;
}

#listSignUp h2 {
	display: inline;
	float: left;
	width: 186px;
	margin-right: 10px;
}
.smallest {
	font-size:11px;
	line-height:10px;
	color: #b3b3b3;
	margin:0px;
	padding:0px;
		display: inline;
	float: left;
	width: 186px;
	margin-right: 10px;
	margin-top:-20px;
}


#listSignUp ul li input {
	width: 258px;
	border: 1px solid #404040;
	float: left;
}

#listSignUp form.default {
	float: left;
}

#listSignUp button.formButton, #listSignUp a.formButton, #listSignUp button.formButton.over {
	width: 60px;
	padding: 2px 0;
	position: relative;
	float: right;
}

#beavers, #beavers:hover {
	width: 14px; height: 17px;
	background: transparent url('../images/template/siteSprites.png') repeat 0 -819px;
	display: block;
	overflow: hidden;
	text-indent: -10000%;
	position: absolute;
	right: 0; bottom: 10px;
}
#beavers:hover {
	background-position: 0 -836px;
}

/**
* Hero Content Definitions
*/

.heroTitleContainer {
	position: absolute;
	bottom: 8px; left: 8px;
	background: transparent url('../images/template/blackOverlay.png') repeat 0 0;
	padding: 4px;
	margin-right: 238px;
}

.heroTitleContainer h1  {
	font-size: 4.2em;
	color: #C6AD07;
	margin: 0;
}
.heroTitleContainerLogo {
	position: absolute;
	bottom: 8px; left: 8px;
	background: transparent url('../images/template/blackOverlay.png') repeat 0 0;
	padding: 4px;
	margin-right: 238px;
}

.heroTitleContainerLogo h1  {
	font-size: 4.2em;
	color: #C6AD07;
	margin: 0;
}
.heroTitleContainer h1 span{
	font-size: 0.4em;
	vertical-align:text-top;
}

#gallaryContainer {
	position: absolute;
	right: 9px; bottom: 8px;
	width: 206px;
	padding: 8px;
	background: transparent url('../images/template/blackOverlay.png') repeat 0 0;
}
#gallaryContainer h2 {
	text-align: right;
	color: #ccc;
}

.heroGallery {
	width: 808px; height: 380px;
}

#slipMats {
	background: url('../images/heroImages/slipMat01.jpg') no-repeat 0 0;
}
#gStand {
	background: url('../images/heroImages/g-stand-6.jpg') no-repeat 0 0;
}
#uStand {
	background: url('../images/heroImages/ustand05.jpg') no-repeat 0 0;
}
#rimma {
	background: url('../images/heroImages/rimma01.jpg') no-repeat 0 0;
}
#earPlugs {
	background: url('../images/heroImages/plugs01.jpg') no-repeat 0 0;
}
.sideLeveling{
padding-top:120px;

}
.artistsHeroTitleContainer {
	position: absolute;
	top: 110px; left: 430px;
	background: transparent url('../images/template/blackOverlay.png') repeat 0 0;
	padding: 4px;
	margin-right: 60px;
}
.artistsHeroTitleContainer h1 {
	font-size: 2.9em;
	color: #C6AD07;
	margin: 0;
}
/**
* product Details Page Definitions
*/

a.bigBuy, a.bigBuy:hover {
	color: #000;
	background-color: #C6AD07;
	font-size: 1.637em;
	height: 22px;
	line-height: 22px;
	padding: 0 7px;
	text-transform: lowercase;
	border:1px solid #C6AD07;
}
a.bigBuy:hover {
	border:1px solid #FFDE00;
	color: #FFDE00;
}

#productMenu {
}
#productMenu li {
	display: inline;
	float: left;
	height: 24px;
	line-height: 24px;
	margin: 0  8px 8px 0;
	color: #C6AD07;
}
#productMenu li a, #productMenu li a:hover,
#productMenu li.active a, #productMenu li.active a:hover {
	border: 1px solid #4d4d4d;
	padding: 2px 8px;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 1.273em;
	color: #808080;
}
#productMenu li.active a, #productMenu li.active a:hover {
	border: 1px solid #1a1a1a;
	color: #C6AD07;
}

#productMenu li a:hover, #productMenu li a.active:hover {
	color: #000;
	border: 1px solid #FFDE00;
	background: #C6AD07;
}
/* Temporary Active Style */
#productMenu li.active a:hover {
	border: 1px solid #1a1a1a;
	color: #C6AD07;
	background: #1a1a1a;
}

.contentColumn {
	width: 278px;
	float: left;
	margin-right: 16px;
	padding-bottom: 16px;
}

.borderLine {
	clear: both;
	font-size: 1px;
	border-top: 1px solid #4D4D4D;
	position: relative;
	height: 16px; width: 810px;
}
.borderLine span {
	position: absolute;
	top: -1px;
	background: #1a1a1a;
	width: 16px; height: 2px;
	display: block;
	font-size: 1px;
}
.borderLine span.colOne {
	left: 278px;
}
.borderLine span.colTwo {
	left: 572px;
}

#productDetailsContainer {
	clear: both;
	width: 572px;
	float: left;
	border-top: 1px solid #666;
	margin: 8px 16px 0 0;
}
#productDetailsContainer .productDetailsSection {
	display: none;
}

#productDetailsContainer div.active {
	display: block;
}

.productDetailsSection, .subsidiaryContent, .pageTextContainer {
	padding-top: 16px;
	float: left;
	margin: 0 16px 0 0;
	width: 572px;
	position: relative;
}

.productDetailsSection {
	position: relative;
}
.productDetailsSection .selector {
	width: 16px; height: 8px;
	background: transparent url('../images/template/siteSprites.png') no-repeat 0 -50px;
	position: absolute;
	top: -8px;
}
.subsidiaryContent {
	margin: 8px 0 0 0;
	width: 222px;
	border-top: 1px solid #666;
	text-align: right;
}

.subsidiaryContent .pink-links {
	padding: 10px 14px;
}

#productOverview  .selector {
	left: 26px;
}
#productVideos .selector {
	left: 100px;
}

#testimonials .selector {
	left: 184px;
}

#reviews .selector {
	left: 272px;
}
#press .selector {
	left: 268px;
}
.pageTextContainer {
	border-top: 1px solid #666;
	margin-top: 8px;
}

.productDetailsSection .full, .pageTextContainer .full {
	margin-right: 0;
	width: 572px;
}
.productDetailsSection .right, .pageTextContainer .right {
	margin-right: 0;
}


.testimonials {
	/*margin-bottom: 50px;*/
}

#testimonials p, #reviews p {
	font-size: 1.636em;
	font-weight: bold;
}
#testimonials.rimma-P p span, #reviews.rimma-P p span {
	color:#E20682;
}
#testimonials.mat-Y p span, #reviews.mat-Y p span {
	background: #c3a210;
	color:#000000;
}
#testimonials p.quoteCredit, #reviews p.quoteCredit {
	font-weight: normal;
	font-size: 1.091em;
}

.itWorksBanner {
	width: 136px; height: 120px;
	background: transparent url('../images/template/siteSprites.png') no-repeat 0 -58px;
	position: absolute;
	top: 0; right: 0;
	overflow: hidden;
	text-indent: -1000%;
	z-index: 5000;
}

/**itWorksBanner
* Galleria Gallery Definitions
*/

.galleria {
	list-style: none;
	width: 220px;
}
.galleria li {
	display: block;
	width: 64px; height: 64px;
	overflow: hidden;
	float: left;
	margin: 0 4px 4px 0;
	border: 1px solid #4d4d4d;
}
.galleria li a {
	display: none
}
.galleria li div {
	position: absolute;
	display: none;
	top:0 ; left: 180px;
}
.galleria li div img {
	cursor: pointer;
}
.galleria li.active div img,.galleria li.active div {
	display: block;
}
.galleria li img.thumb {
	cursor: pointer;
	top: auto; left: auto;
	display: block;
	width: auto; height: auto;
}
.galleria li .caption {
	display: block; padding-top: 0.5em;
}

/* MSIE bug */
* html .galleria li div span {
 width: 400px
}

.galleria_wrapper {
	position: absolute;
	top: 0; left: 0;
	z-index: 0;
}

/**
* Buy Now Pop Up
*/

#tripleTech {
	height: 131px; width: 75px;
	background: #1a1a1a url('../images/template/siteSprites.png') no-repeat 0 -178px;
	overflow: hidden;
	text-indent: -10000%;
	float: left;
	margin: 0 16px 16px 4px;

}

.connections {
	text-align: right;
	margin: 10px 15px;
}

.connections li a {
	height: 14px;
	line-height: 14px;
}

span.twitter {
	width: 14px; height: 14px;
	background: #000 url(../images/template/twitter.gif) no-repeat 0 0;
	display: inline-block;
	margin-right: 5px;
}

/*
** addThis Styling
*/
.addthis_toolbox span {
	margin: 0 0 4px 0;
}

a.addthis_button_compact {
	line-height: 16px;
}

/*span.at15t_twitter, span.at15t_facebook, span.at15t_myspace, */a.addthis_button_compact span.at15t_compact {
	background: transparent url('../images/template/siteSprites.png') no-repeat 0 0;
}

a.addthis_button_compact span.at15t_compact {
	background-position: 0 -309px;
}
/* span.at15t_facebook {
	background-position: 0 -339px;
}
span.at15t_twitter {
	background-position: 0 -369px;
}
span.at15t_myspace {
	background-position: 0 -399px;
} */

/*
** FollowUs Styling
*/

.followUs {
	/* border-top: 1px solid #666; */
	padding-top: 5px;
}

.followUs h3 {
	font-size: 1.091em;
	margin: 0 0 10px;
}


a.follow_facebook, a:hover.follow_facebook,
a.follow_twitter, a:hover.follow_twitter,
a.follow_youtube, a:hover.follow_youtube {
	margin: 0 0 5px;
	background: transparent url('../images/template/siteSprites.png') no-repeat 0 0;
	display: block;
	overflow: hidden;
	text-indent: 1000%;
}
a.follow_facebook, a:hover.follow_facebook {
	height: 20px; width: 60px;
	background-position:  0 -429px;
}
a:hover.follow_facebook {
	background-position:  0 -853px;
}
a.follow_twitter, a:hover.follow_twitter {
	height: 17px; width: 66px;
	background-position:  0 -459px;
}
a:hover.follow_twitter {
	background-position:  0 -883px;
}
a.follow_youtube, a:hover.follow_youtube {
	height: 24px; width: 60px;
	background-position:  0 -483px;
}
a:hover.follow_youtube {
	background-position:  0 -907px;
}
#siteFooter .followUs {
	position: absolute;
	top: 65px; right: 0;
	width: 500px;
	text-align: right;
	padding-bottom: 20px;
}
#siteFooter .followUs a.follow_facebook,
#siteFooter .followUs a.follow_twitter,
#siteFooter .followUs a.follow_youtube {
	float: right;
	margin-left: 10px;


}

#getDirections a, #getDirections a:hover {
	width: 222px; height: 250px;
	background: transparent url('../images/template/siteSprites.png') no-repeat 0 -519px;
	display: block;
	overflow: hidden;
	text-indent: -10000%;
	margin-bottom: 10px;
}
a.facebook-tribe, a:hover.facebook-tribe,
a.twitter-tribe, a:hover.twitter-tribe,
a.youtube-tribe, a:hover.youtube-tribe{
float:left;
background: url('../images/siteImages/tribe-links.jpg') no-repeat ;
height:100px;
width:260px;
margin-top:20px;
font-size:0px;
}
a.twitter-tribe {
background-position:  0 -100px;

}
a:hover.twitter-tribe {
background-position:  -318px; -100px;

}
a.youtube-tribe {
background-position:  20px -207px;

}
a:hover.youtube-tribe {
background-position:  -299px -207px;

}
a:hover.facebook-tribe {
background-position:  -318px 0px;
}
/*
** Offer Add Definitions
*/

.offerAdd {
	text-align: right;
	width: 222px;
 height: 234px;
	background: transparent url('../images/template/siteSprites.png') no-repeat 0 -943px;
	position: relative;
	margin-top:10px;
	margin-bottom: 30px;
}
.offerAdd2 {
	text-align: right;
	width: 222px; height: 234px;
	background: transparent url('../images/template/siteSprites.png') no-repeat 0 -1775px;
	position: relative;
	margin-bottom: 30px;
}
div.offerText {
	position: absolute;
	width: 222px;
	top: 125px;
}

.offerText h1, .offerText h2 {
	font-size: 3.637em;
	margin: 0;
}
.offerText h2 {
	font-size: 2.363em;
	margin-bottom: 5px;
}
.offerText h1 span, .offerText h2 span {
	background: #C6AD07;
	color: #000;
	padding: 2px 3px;
}
.offerText h3 {
	margin: 0 0 5px;
	color: #ccc;
	font-size: 1.637em;
}
.offerText h3 span {
	background: #333;
	padding: 1px 2px;
}
.offerText p {
	font-style: italic;
}

/*
** blog Definitions
*/

.blogEntry {
	margin: 0 0 30px 0;
}
.blogEntry h1 {
	font-size: 2em;
	margin-bottom: 7px;
}
.blogEntry h1 span {
	padding: 3px 5px 3px 4px;
	background: #595959;
}

.blogDetails {
	margin: 0;
	border-top: 1px solid #4d4d4d;
	padding-top: 6px;
}

#blogNav {
	text-align: right;
	margin-left: 30px;
}

#blogNav h3 {
	font-size: 1.455em;
	padding-bottom: 4px;
	border-bottom: 1px solid #4d4d4d;
	margin: 7px 0;
}

#blogNav ul {
	margin-bottom: 25px;
}
#blogNav ul li {
	display: inline-block;
	margin: 0 0 3px 5px;
}

#blogNav a, #blogNav a:hover {
	color: #808080;
}
#blogNav a:hover {
	color: #C6AD07;
}

.bookmarkIt {
	float: right;
	margin-top:-116px;
}

.subsidiaryContent .bookmarkIt {
	float: right;
	margin-right: 0;
}

.pageLinks {
	padding-top: 30px;
	margin: 0 0 -5px;
	text-transform: lowercase;
	line-height: 14px;
}
p.pageLinks strong {
	background: #C6AD07;
	padding: 2px 4px 1px;
	margin-bottom: 15px;
	color: #000;
}
p.pageLinks a, p.pageLinks a:hover {
	padding: 2px 4px 1px;
}
p.pageLinks a:hover {
	background: #C6AD07;
	color: #000;
}

/*
** Product Video Videos
*/

.productVideoThumbs {
}
.productVideoThumbs li {
	float: left;
	display: inline;
	width: 131px; height: 74px;
	margin: 0 16px 16px 0;
	background: yellow;
	position: relative;
}

.productVideoThumbs li a, .productVideoThumbs li a:hover, .homeNavVideos li a, .homeNavVideos li a:hover {
	color: #999;
	line-height: 14px;
	font-size: 0.909em;
}
.productVideoThumbs li a:hover, .homeNavVideos li a:hover {
	color: #FFDE00;
}

.productVideoThumbs li a span, .productVideoThumbs li a:hover span, .homeNavVideo li a span, .homeNavVideo li a:hover span {
	height: 14px; width: 125px;
	line-height: 14px;
	padding: 60px 3px 0;
	margin: 0;
	background: transparent url('../images/template/siteSprites.png') no-repeat 0 -1193px;
	position: absolute;
	bottom: 0; left: 0;
}
.productVideoThumbs li a:hover span, .homeNavVideo li a:hover span {
	background-position: 0 -1267px;
}
.homeNavVideo img {
	border: 1px solid #4d4d4d;
	margin-bottom:8px;
	}
/*
** Press pictures
*/

.PressPicutreThumbs {
}
.PressPicutreThumbs li {
	float: left;
	display: inline;
	width: 131px; height: 74px;
	margin: 0 12px 26px 0;
	text-align:center;
	position: relative;
	line-height:20px;
}

.PressPicutreThumbs li a, .PressPicutreThumbs li a:hover,  {
	color: #999;
	line-height: 14px;
	font-size: 0.909em;
}
.PressPicutreThumbs li a:hover, . {
	color: #FFDE00;
}

.PressPicutreThumbs li a span, .PressPicutreThumbs li a:hover span,  {
	height: 14px; width: 125px;
	line-height: 14px;
	padding: 60px 3px 0;
	margin: 0;

	position: absolute;
	bottom: 0; left: 0;
}
.PressPicutreThumbs li a:hover span,  {
	background-position: 0 -1267px;
}

/*
** Home Page Content
*/

.homeContentContainer {
	position: relative;
	width: 100%;
}

.homeContentContainer h1 {
	width: 132px;
	margin: 0 0 0 -140px;
	font-size: 2.909em;
	float: left;
}

#homeNav li {
	width: 195px;
	margin: 0 9px 32px 0;
	padding: 0 0 10px;
	border-bottom: 1px solid #4d4d4d;
	float: left;
	display: inline;
	min-height: 170px;
	position: relative;
}
#homeNav li.lastItem {
	margin-right: 0;
}

#homeNav img {
	width: 100%;
	height: auto;
}

#homeNav li h2 {
	margin: 0;
	color: #808080;
}

#homeNav li p {
	float: right;
	margin: 30px 0 0 30px;
}
#homeNav li p a {
	text-transform: lowercase;
}

#homeNav .pink-links {
	position: absolute;
	bottom: 20px;
	right: 0;
}

.homeNavImage {
	width: 195px; height: auto;
	border: 1px solid #4d4d4d;
	margin-bottom: 8px;
	position: relative;
}
.homeNavImage span {
	width: 262px; height: 110px;
	background: transparent url('../images/template/siteSprites.png') no-repeat -10px -1663px;
	position: absolute;
	top: 0; left: 0;
}
.homeNavRimma span a:hover {
background: transparent url('../images/template/siteSprites.png') no-repeat 3000px -1548px ;

}
.homeNavRimma span{
	width: 262px; height: 110px;
	background: transparent url('../images/template/siteSprites.png') no-repeat 0 -1548px ;

}
.homeNavRimma span li:hover {
background: transparent url('../images/template/siteSprites.png') no-repeat 3000px -1548px ;

}
.homeNavGStand span a:hover {
background: transparent ;

}
.homeNavGStand span{
	width: 262px; height: 110px;
	background: transparent ;

}
.homeNavGStand span li:hover {
background: transparent ;

}
#homeNav li:hover {
	cursor: pointer;
}

#homeNav li:hover .homeNavImage span, . {
	background-position: 3000px -1341px ;
}
#homeNav li:hover h2 {
	color: #ccc;
}



.pageColumnedText {
	width: 397px;
	margin: 0 16px 0 0;
	float: left;
}

.first {
	margin-left: 0;
}
.last {
	margin-right: 0;
}

#drumShow {
	height: 60px;
	padding: 20px 0 0 90px;
	background: transparent url('../images/template/siteSprites.png') no-repeat 0 -1451px;
	font-weight: bold;
	color: #72bcea;
	font-size: 1.167em;
}
/*home page gallery */
.slideshow {
	overflow:hidden;
	height:380px;
}
#buttonContainer {
width:790px;
height:315px;
background:pink;


}
.homeHeroText {
	width: 300px;
	padding: 10px 130px 10px 10px;
	position: absolute;
	bottom: 10px; right: 0;
	font-size:4.364em;
	color:#C6AD07;
	background:url("../images/template/blackOverlay.png") repeat scroll 0 0 transparent;
	line-height:0.5em;
}
#next a{
	position: absolute;
	bottom: 110px; right: 10px;
	z-index: 3000;
	font-size:0px;
	background:url("../images/template/homeGallery-arrows.png") repeat scroll 40px 0 transparent;
	width:40px;
	height:150px;
}
#next a:hover{
background:url("../images/template/homeGallery-arrows.png") repeat scroll -94px 0 transparent;
}
#prev a{
	position: absolute;
	bottom:110px; left: 10px;
	z-index: 3000;
	font-size:0px;
	background:url("../images/template/homeGallery-arrows.png") repeat scroll 0 0 transparent;
	width:40px;
	height:150px;
	display:block;

}
#prev a:hover{
background:url("../images/template/homeGallery-arrows.png") repeat scroll -40px 0 transparent;
}

ul#slideshow-buttonContainer {
	position: absolute;
	bottom: 10px;
	z-index: 3000;
	left:200px;

	}
ul#slideshow-buttonContainer li {
	width:120px ;
	height:8px ;
	float:left;
	margin:3px;
	background:url("../images/template/homeGallery.png") repeat scroll 121px 0 transparent;

}


#playsomething {
	background: #1A1A1A  url(../images/template/siteSprites.png) no-repeat scroll -25px -1781px ;
	width:190px;
	height:190px;
	float:left;
	font-size:0px;
	display:block;

}
/*#playsomething a:hover{
	background: #1A1A1A url("../images/template/stockists.png") no-repeat scroll -167px 0px ;

}*/
#gigGear  {
	width:190px;
	float:left;
	font-size:0px;
	display:block;
	height:250px;
	background: #1A1A1A url(../images/template/siteSprites.png) no-repeat scroll -10px -940px ;
}
/*#gigGear a:hover{
background: #1A1A1A url("../images/siteImages/Gig-Gear-logo.jpg") no-repeat scroll 0px 0px ;
}*/
.storeAddress {

}
.stockist-text {
	float:right;
	width:380px;
}

/**
 * Stockists map
 */
#google-map {
	height: 600px;
	overflow: hidden;
}

div.map-data {
	width: 290px;
	max-height: 300px;
	overflow: auto;
}
div.map-data img {
	display: block;
	float: right;
	margin-left: 10px;
}
div.map-data h2, div.map-data p {
	margin: 0; padding: 0;
	margin-bottom: 5px;
	font-size: 10px;
	font-family: Verdana, sans-serif;
}
div.map-data h2 {
	font-size: 12px;
}
.buyOnline {
	width:190px;
	border-top:1px solid #666666;
	margin:0px 15px 10px 0px;
	padding: 10px 0px 0px 0px;
		text-align:right;
}
.buyOnline-right {
	width:190px;
	border-top:1px solid #666666;
	margin:0px 0px 10px 0px ;
	padding: 10px 0px 0px 0px;
	text-align:right;

}


#testimonials.pedalMat .contentColumn p.quoteText span.caption {
	color: #C6AD07;
}
.registered {
vertical-align:text-top;
font-size:0.6em;
}
.rss a {
background:url('../images/template/siteSprites.png') no-repeat scroll -153px -106px;
height:28px; width:28px;
display: inline-block;
text-indent: 10000%;
overflow: hidden;
margin:0px 5px;
}
.rss a:hover {
background:url('../images/template/siteSprites.png') no-repeat scroll -153px -74px;
}
.atom a {
background:url('../images/template/siteSprites.png') no-repeat scroll -153px -138px;
height:28px; width:28px;
display: inline-block;
text-indent: 10000%;
overflow: hidden;
margin-left:5px;
}

.atom a:hover {
background:url('../images/template/siteSprites.png') no-repeat scroll -153px -74px;
}
.line-middle{
line-height:25px;
}
#offerPage {
background:black;
}
/**
artist page

**/
.artistsBG {
	width: 952px;
	background:url('../images/heroImages/artist-page-BG.jpg');
	height:500px;
}
#artists-branding {
	width: 214px;
	height: 110px;
	display: block;
	background: #4d4d4d url('../images/template/siteSprites.png') no-repeat -60px -316px;
	overflow: hidden;
	border: 1px solid #595959;
	text-indent: -1000%;
	position: absolute;
	top: -49px;
	left: 81px;
}
.artistFooter p{
font-size:1.5em;
line-height:1.3em;
color:#FFFFFF;
font-weight:bold;
margin-top:20px;
}

ul.artist-test {
width:420px;
padding:75px 10px 0px 80px;
float:left;

}
ul.artist-test2 {
width:410px;
padding:75px 10px 0px 0px;
float:right;

}
ul.artist-home {
width:130px;
margin:20px 0px 0px 0px;
}
a.homeImageArtists {
width:120px;
height:130px;
display:block;
text-indent:-50000px;
}
ul.artist-home li {
float:left;
margin:0px 0px 15px 0px;
}
ul.artist-home li.artistimage {
width:120px;
height:130px;
}
ul.artist-test li, ul.artist-test2 li {
float:left;
margin:0px 0px 15px 0px;
}
ul.artist-test li.artistimage {
width:120px;
height:130px;
}
 ul.artist-test2 li.artistimage {
 width:75px;
height:85px;
 }
ul.artist-test li.artisttext {
width:300px;
height:130px;
display:block;
}

ul.artist-test2 li.artisttext {
width:335px;
height:92px;
display:block;

 }
 ul.artist-test2 p {
 color:#FFFFFF;
 font-size:18px;
 font-weight:bold;
 line-height:16px;
 margin-left:10px;

 }
ul.artist-test em, ul.artist-test2 em{
color:#f9e901;
font-size:16px;
line-height:16px;
font-style:normal;
font-weight:bold;
margin-left:25px;
width:290px;
display:block;
}

ul.artist-test li.artist1-image {
background:url('../images/artists/artist-large.jpg') scroll 0px 0px;
}
ul.artist-test li.artist2-image {
background:url('../images/artists/artist-large.jpg') scroll 0px 270px;
}
ul.artist-test li.artist3-image {
background:url('../images/artists/artist-large.jpg') scroll 0px 130px;
}

.itWorksBanner2 {
	width: 136px; height: 126px;
	background: transparent url('../images/template/siteSprites.png') no-repeat -124px -197px;
	position: absolute;
	top: 0; left: 0;
	overflow: hidden;
	text-indent: -1000%;
	z-index: 5000;
}
ul.artist-test2 li.artist4-image {
	background:url('../images/artists/polos-small.png') scroll 0px 0px;
}
ul.artist-test2 li.artist5-image {
	background:url('../images/artists/polos-small.png') scroll 0px -104px;
}
ul.artist-test2 li.artist6-image {
	background:url('../images/artists/polos-small.png') scroll 0px -205px;
}
ul.artist-test2 li.artist7-image {
	background: url('../images/artists/polos-small.png') scroll 0px -302px;
}
.artists-title {
	width: 558px;
	height: 54px;
	position: absolute;
	top: 9px;
	left: 315px;
	padding-left:2px;
	text-indent:-5000%;
	overflow: hidden;
	z-index: 4000;
}
#listSignUp2 {
	width: 265px;
	position: absolute;
	top: 0; right: 0;
	margin-bottom:40px;
}
#listSignUp2 ul li input {
	width: 258px;
	border: 1px solid #404040;
	float: left;
}
#listSignUp2 button.formButton, #listSignUp2 a.formButton, #listSignUp2 button.formButton.over {
	width: 60px;
	padding: 2px 0;
	position: relative;
	float: right;

}
.followUs2 {

	padding-top: 40px;
}
#siteFooter .followUs2 {
	position: absolute;
	top: 122px; right: 0;
	width: 500px;
	text-align: right;
	padding-bottom: 20px;
}
#siteFooter .followUs2 a.follow_facebook,
#siteFooter .followUs2 a.follow_twitter,
#siteFooter .followUs2 a.follow_youtube {
	float: right;
	margin-left: 10px;
}
#beavers2, #beavers2:hover {
	width: 14px; height: 17px;
	background: transparent url('../images/template/siteSprites.png') repeat 0 -819px;
	display: block;
	overflow: hidden;
	text-indent: -10000%;
	position: absolute;
	right: 0; bottom: -85px;
}
#beavers2:hover {
	background-position: 0 -836px;
}
.bookmarkIt2 {
	margin-top:40px;

}
#listMessage {
	width: 260px;
	height:30px;

}

#homeArtistsBox {
	width:130px;
	margin-top:30px;

}


a.pink-links-artists {
	border:3px solid #404040;
	font-size: 2em;
	height: 22px;
	line-height: 22px;
	color: #000;
	padding: 1px 27px;

	margin-top:5px;
	text-transform: lowercase;
	background:#e20682;
}

ul.artist-home li.artist1-image {
	background:url('../images/artists/artist-large.jpg') scroll 0px 0px;
}

ul.artist-home li.artist3-image {
	background:url('../images/artists/artist-large.jpg') scroll 0px 130px;
}
ul.artist-home li.artist2-image {
	background:url('../images/artists/artist-large.jpg') scroll 0px 270px;
}
/**/

.artistsSlideshow {
	overflow:hidden;
	height:380px;
}

/* Artists List */

.artistList li {
	width:260px;
	border-bottom:1px solid #666666;
	margin:0 10px 10px 0;
	padding:10px 0px;
	height:260px;
	float:left;
}

.artistList img {
	float: left;
	margin: 0 10px 10px 0;
}

.artistList h4 {
	color:#Ffffff;
	font-weight:bold;
	font-size:1.5em;
}

.artistList p{
	color:#c6ad07;
	font-weight:bold;
	padding-top:8px;
	clear: both;
}


#sideVideo a{
	height:206px; width:132px;
	background:url('../images/artists/watch-the-viseos.jpg') no-repeat  scroll 0 -210px ;
	display:block;
	text-indent:-30000px;
	border-bottom:1px solid #666666;
	margin-top:30px;
}
#sideVideo a:hover{
	height:206px; width:132px;
	background:url('../images/artists/watch-the-viseos.jpg') no-repeat  scroll 0px -0px ;
	display:block;
	border-bottom:1px solid #666666;
	margin-top:30px;
}
#sideArtist a{
	height:206px; width:130px;
	background: url('../images/artists/artists-link.jpg') no-repeat  scroll 0px -0px ;
	display:block;
	text-indent:-30000%;
	border-bottom:1px solid #666666;
	margin-top:10px;
}
#sideArtist a:hover{
	height:206px; width:130px;
	background: url('../images/artists/artists-link.jpg') no-repeat  scroll -132px -0px ;
	display:block;
	border-bottom:1px solid #666666;
	margin-top:10px;
}
#slideshowNav {
text-indent:-10000%;}
#distribution {
width:828px;
display:block;


}
ul.distributionCol {
	width:191px;
	border-bottom:1px solid #666666;
	border-top:1px solid #666666;
	margin-top:10px ;
	padding:10px 0px;
	height:260px;
	float:left;
	margin-right:15px;
}
ul.distributionCol h1 {
	font-size:18px;
	 }
ul.buyOnlineCol {
	width:191px;

	border-top:1px solid #666666;
	margin-top:10px ;
	padding:10px 0px;
	height:50px;
	float:left;
	margin-right:15px;
}
.gifBanner {
	margin:0px 0px 20px 0px;
	border:0px;
	outline:none;
}
.g-stand {
	background:url('../images/siteImages/g-stand.jpg') no-repeat 0 60px  scroll;
	height:420px;
}
.u-stand {
	background:url('../images/siteImages/u-stand.png') no-repeat -8px 55px  scroll;
	height:420px;
}
#twitterfeed {
	margin-left:-20px;
	margin-top:20px;
}
#fblike {
	float:right;
	width:74px;
	margin-top:-84px;
}

ul.G-stand-lists  {

	font-weight:bold;
	font-style:italic;
	list-style: outside;
	margin-left:15px;
	font-size:12px;
}

ul.G-stand-lists  li {
	padding:6px 0px;
}
.gs-spec {
	padding-top:200px;

}