h1 {
	margin-top: 10px;
}
#productNav {
	background: #45376F url('/images/products/purple-bar.png') no-repeat 0px -17px;
	color: white;
	height: 30px;
	overflow: hidden;
	padding: 4px 14px 0;
	margin-right: 10px;
}
#productNav h4 {
	float: left;
	font-size: 14px;
	font-style: italic;
	padding-top: 5px;
}
#productNav ul {
	list-style: none;
	float: right;
	margin: 0;
	padding: 0;
}
#productNav li {
	float: left;
	margin: 0 0 0 4px;
	padding: 0;
}
#productNav li a {
	background-image: url('/images/products/nav6.png');
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	padding-top: 30px;
	height: 0;
	width: 41px;
}
#productNav li a:hover {
	background-position-y: -60px;
}
#pnTiny { background-position: 0px 0px; }
#pnTiny:hover { background-position: 0px -60px; }
#pnSmall { background-position: -41px 0px; }
#pnSmall:hover { background-position: -41px -60px; }
#pnMedium { background-position: -82px 0px; }
#pnMedium:hover { background-position: -82px -60px; }
#pnLarge { background-position: -123px 0px; }
#pnLarge:hover { background-position: -123px -60px; }
#pnBundle { background-position: -164px 0px; }
#pnBundle:hover { background-position: -164px -60px; }
#pnRibbons { background-position: -205px 0px; }
#pnRibbons:hover { background-position: -205px -60px; }

.pgTiny #pnTiny { background-position: 0px -30px; }
.pgSmall #pnSmall { background-position: -41px -30px; }
.pgMedium #pnMedium { background-position: -82px -30px; }
.pgLarge #pnLarge { background-position: -123px -30px; }
.pgBundle #pnBundle { background-position: -164px -30px; }
.pgRibbons #pnRibbons { background-position: -205px -30px; }

#exploreSizes {
	margin-top: 10px;
}

#productDetails {
	background: #d7d1e7 url('/images/products/stats-area.png') no-repeat right bottom;
	color: #45376f;
	margin-bottom: 20px;
	padding: 20px;
}

#productDetails h3 {
	margin-top: 10px;
}
#pdCapacity strong {
	font-size: 2em;
}
#pdCapacity .second {
	margin-left: 20px;
}
#pdShape {
	font-weight: bold;
}
#pdShape h3 {
	margin-bottom: 4px;
}
#pdShape img {
	margin-right: 6px;
	vertical-align: middle;
}

#buyheader {
	float: left;
	font-size: 16px;
	line-height: 1.0em;
	margin-bottom: 5px;
}
#pricing {
	float: right;
}
#pricing span { display: none; }
#pricing strong { font-size: 2em; }
#pickribbon {
	clear: both;
}

/* buy button */
#buyyours {
	background: url('/images/buy-yours.png') no-repeat left top;
	color: #45376f;
	display: block;
	font-size: 18px;
	text-align: right;
	text-decoration: none;
	overflow: hidden;
	padding-right: 10px;
	padding-top: 18px;
	height: 37px; /*55*/
	width: 270px; /*280*/
}
#buyyours:hover { background-position: left bottom; }
#buyyours span { display: none; }
.towerincludes {
	color: #555;
	/* font-style: italic; */
	font-size: 11px;
}

/* add to cart window */
#simplemodal-overlay {
	background-color:#000;
}
#simplemodal-container {
	background: #ffffff;
	border: 10px solid #241A47;
	color: #000000;
	padding: 10px; /*797*/
	width: 787px;
}
#simplemodal-container a.modalCloseImg {
	background: url('/images/x.png') no-repeat;
	width: 25px;
	height: 29px;
	display: inline;
	z-index: 3200;
	position: absolute;
	top: -15px;
	right: -18px;
	cursor:pointer;
}

#orderWindow h3 {
	color: #45376f;
	font-size: 19px;
	line-height: 26px;
	padding-top: 10px; /*15-0*/
	padding-bottom: 5px;
}
#orderWindow h3.logo {
	background: url('/images/logo-small.png') no-repeat left top;
	min-height: 101px; /*96-111*/
	padding-left: 67px;
}
#orderWindow h3 .smaller {
	font-size: 14px;
}
#orderWindow h3 strong {
	font-size: 32px;
	text-transform: uppercase;
}
#orderWindow .leftcol {
	float: left;
	padding-right: 10px;
	width: 240px;
}
#orderWindow .rightcol {
	/*border-left: 1px solid #45376f;*/
	float: left;
	/*margin-bottom: 10px;*/
	min-height: 370px;
	/*padding-left: 10px;*/
	width: 516px;
}
#orderWindow #ribbons {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#orderWindow #ribbons li {
	float: left;
	margin: 0;
	padding: 0;
}
#orderWindow #ribbons a {
	border: 1px solid white;
	display: block;
	padding: 5px;
}
#orderWindow #ribbons a:hover {
	background: #d7d1e7;
	border-color: #45376f;
}
#orderWindow #ribbons .selected,
#orderWindow #ribbons .selected:hover {
	background: #f4e25d;
	border-color: #F9A521;
	outline: none;
}
#orderWindow #ribbons img {
	display: block;
}
#orderWindow .ribbonarea {
	/*border-top: 1px solid #45376f;*/
	clear: both;
	padding: 6px 0 0;
	padding: 0;
}
#orderWindow #ribbonselection {
	font-size: 12px;
	height: 17px;
	margin-left: 5px;
}
#orderWindow #addtocart {
	background: #f4e25d url('/images/add-to-cart-110x120.png') no-repeat left top;
	color: #45376f;
	display: block;
	float: right;
	overflow: hidden;
	/*margin-top: 7px;*/
	padding-top: 60px;
	height: 0;
	width: 110px;
}

/* ribbon packs */
#ribbonlinks {
	list-style: none;
	margin: 0;
	padding: 0;
}
#ribbonlinks li {
	margin-bottom: 10px;
}
#ribbonlinks a {
	background: url('/images/select-ribbon-pack.png') no-repeat left top;
	color: #45376f;
	display: block;
	font-size: 13px;
	line-height: 28px;
	padding: 8px 53px 0 8px;
	height: 37px; /*45*/
	width: 349px; /*410*/
	text-decoration: none;
}
#ribbonlinks a:hover {
	background-position: left bottom;
}
#ribbonlinks a strong {
	display: none;
}
#ribbonlinks img {
	display: block;
	float: left;
	margin-right: 8px;
}
#orderWindow .ribbonchoice {
	background: url('/images/logo-small.png') no-repeat left top;
	min-height: 111px; /*96-111*/
	padding-left: 67px;
	margin-bottom: 10px;
}
#orderWindow .ribbonchoice h3 {
	line-height: 20px;
}
#orderWindow .choosesize {
	margin-left: 67px;
	overflow: hidden;
}
#orderWindow .choosesize a {
	background: url('/images/add-ribbon-pack.png') no-repeat left top;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 10px;
	padding-top: 90px;
	height: 0;
	width: 150px;
}
#orderWindow #addLarge { background-position: -450px 0px; }
#orderWindow #addMedium { background-position: -300px 0px; }
#orderWindow #addSmall { background-position: -150px 0px; }
#orderWindow #addTiny { background-position: 0px 0px; }
#orderWindow #addLarge:hover { background-position: -450px -90px; }
#orderWindow #addMedium:hover { background-position: -300px -90px; }
#orderWindow #addSmall:hover { background-position: -150px -90px; }
#orderWindow #addTiny:hover { background-position: 0px -90px; }

/* lightbox */
#gallery a {
	display: inline-block;
	margin: 0 9px 5px 0;
}
#gallery a img {
	display: block;
}
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: hidden;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}