/* CSS written by Paul Harmer 15/06/09 */

html, body {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, a, form, ul, ol, li {
	margin: 0px;
	padding: 0px;
}

h4 a {
	color: #DC6809 !important;
}

address {
	line-height: 1.3em;
}

a {
	text-decoration: none;
}

/***************************************************/

body {
	background: url(images/body-bck-rpt.jpg) repeat-y top #1e0400;
	font-size: 62.5%; /* this sets the ems to 13px = 1.3em, child ems get their value from their parent */
	overflow-x: hidden;
	color: #501212;
	font-family: Tahoma, sans-serif;
}

#header {
	width: 959px;
	margin: 20px auto;
	height: 180px;
}

#header .ft-logo {
	width: 604px;
	height: 148px;
	background: url(images/flesh-tunnel-logo.png) no-repeat;
}

#header #shopping-block-wrap {
	float: right;
	width: 259px;
	position: relative;
}

#header #shopping-block-wrap .shopping-block-top {
	width: 259px;
	height: 11px;
	background: url(images/shop-block-trans-top.png) no-repeat;
}

#header #shopping-block-wrap .shopping-block-content {
	width: 259px;
	background: url(images/shop-block-trans-rpt.png) repeat-y;
	height: 130px; /* remove this!!! */
}

#header #shopping-block-wrap .shopping-block-btm {
	width: 259px;
	height: 11px;
	background: url(images/shop-block-trans-btm.png) no-repeat;
}

#transparent-container-wrap {
	width: 959px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}

#transparent-container-wrap .container-top {
	width: 959px;
	height: 11px;
	background: url(images/trans-cont-block-top.png) no-repeat;
	z-index: 1;
}

#transparent-container-wrap .container-content {
	width: 959px;
	background: url(images/trans-cont-block-rpt.png) repeat-y;
	z-index: 1;
	padding: 0px 0px 10px 0px;
}

#transparent-container-wrap .container-btm {
	width: 959px;
	height: 11px;
	background: url(images/trans-cont-block-btm.png) no-repeat;
	z-index: 1;
}

/* Navigation */

#transparent-container-wrap #navigation {
	position: absolute;
	top: -23px;
	left: 10px;
	z-index: 3;
}

#transparent-container-wrap #navigation ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 0px 17px;
	z-index: 10;
	position: relative;
}

#transparent-container-wrap #navigation ul li {
	float: left;
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	font-size: 1.15em;
	line-height: 1.1em;
	background: url(images/tab-left.png) no-repeat left top;
	padding: 0px 0px 0px 8px;
	margin: 0px -1px 0px 0px;
	z-index: 10;
	border-bottom: 1px solid #7F2805;
}

#transparent-container-wrap #navigation ul li a {
	display: block;
	background: url(images/tab-right.png) no-repeat right top;
	color: #501212;
	font-size: 1.05em;
	padding: 10px 12px 10px 4px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
}

#transparent-container-wrap #navigation ul li a:visited {
	text-decoration: none;
}

#transparent-container-wrap #navigation ul li a:hover {
	text-decoration: none;
	color: #000;
}

#transparent-container-wrap #navigation ul li.active {
	background: url(images/tab-left-active.png) no-repeat left top;
	border-bottom: 1px solid #7F2805;
}

#transparent-container-wrap #navigation ul li.active a {
	background: url(images/tab-right-active.png) no-repeat right top;
	color: #fff;
	font-size: 1.2em;
	text-decoration: none;
	padding: 9px 12px 11px 5px;
}

#transparent-container-wrap #navigation ul li.active a:visited {
	text-decoration: none;
}

#transparent-container-wrap #navigation ul li.active a:hover {
	text-decoration: none;
	color: #fff;
}

/* Hides special offer tab in main nav */
#transparent-container-wrap #navigation ul .nav-special-offer {
	display: none;
}

#transparent-container-wrap #navigation .active-bar {
	height: 92px;
	text-align: left;
	float: left;
	z-index: 4;
	margin-top: -1px;
}

#transparent-container-wrap #navigation .active-bar .left {
	float: left;
	width: 10px;
	height: 92px;
	background: url(images/active-bar-left.png) no-repeat;
}

#transparent-container-wrap #navigation .active-bar .right {
	float: left;
	width: 10px;
	height: 92px;
	background: url(images/active-bar-right.png) no-repeat;
}

#transparent-container-wrap #navigation .active-bar .content {
	float: left;
	width: 919px;
	height: 92px;
	background: url(images/active-bar-rpt.png) repeat-x;
}

#transparent-container-wrap #navigation .active-bar .content h1 {
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	font-size: 2.8em;
	line-height: 1.2em;
	color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 18px 0px 0px 8px;
}

#transparent-container-wrap #navigation .active-bar .content p {
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.2em;
	color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 8px;
}

/* page content */

#transparent-container-wrap .container-content #page-content-wrap {
	margin: 0px 10px;
	z-index: 2;
	position: relative;
	top: 10px; /* hides square edges */
}

#transparent-container-wrap .container-content #page-content-wrap .page-content {
	background-color: #faf5ea;
}

#transparent-container-wrap .container-content #page-content-wrap .page-content-btm {
	width: 959px;
	height: 11px;
	background: url(images/page-content-btm.png) no-repeat;
}

/* footer */

#footer {
	background: url(images/footer-bck-grad-rpt.png) repeat-x bottom;
	margin: 0px auto;
	height: 245px;
	text-align: center;
}

#footer .wrapper {
	width: 959px;
	margin: 15px auto;
}

#footer .wrapper table {
	width: 100%;
}

#footer .wrapper table td {
	text-align: left;
}

#footer .wrapper table td.about, #footer .wrapper table td.help, #footer .wrapper table td.info {
	padding: 8px 0px 0px 0px;
}

#footer .wrapper table td.logo {
	width: 216px;
	height: 95px;
	background: url(images/footer-logo-cards.png) no-repeat;
	text-align: left;
	color: #fff;
	padding: 36px 0px 0px 48px;
	font-size: 1.1em;
	font-weight: bold;
}

#footer .wrapper table td h4 {
	color: #501212;
	font-size: 1.3em;
}

#footer .wrapper table td ul {
	padding: 0px;
	margin: 0px;
}

#footer .wrapper table td ul li {
	color: #fff;
	padding: 2px 0px;
	margin: 0px;
	font-size: 1.2em;
}

#footer .wrapper table td ul li a:link, #footer .wrapper table td ul li a:visited {
	background: url(images/star.png) no-repeat 0px 4px;
	padding: 0px 0px 0px 13px;
	color: #fff;
	text-decoration: none;
}

#footer .wrapper table td ul li a:hover {
	background: url(images/star.png) no-repeat 0px 4px;
	padding: 0px 0px 0px 13px;
	color: #fff;
	text-decoration: underline;
}

/* Headings */

#main h2 {
  font-size: 2.2em;
  font-weight: bold;
  color: #c55213;
  margin-bottom: 0.25em;
}

/* Link styles */

.read-more a {
  font-size: 1.2em;
  font-weight: bold;
  color: #671c1a;
  padding-left: 9px;
  background: url(images/link-arrow.gif) no-repeat 0 3px;
}

/* Page specific styles */

.home-top {
  width: 100%;
  margin: 0 0 5px 0;
  padding: 0 0 45px 0;
  background: url(images/content-divider.jpg) no-repeat bottom center;
  clear: both;
  overflow: hidden;
}

.home-top .quote {
  float: right;
  width: 295px;
  margin: 10px 0 0 0;
  padding: 37px 0 0 13px;
  background: #f2e4cb url(images/quote-open.gif) no-repeat top left;
}

.home-top .quote p {
  padding: 0 33px 0 0;
  font-size: 1.6em;
  line-height: 1.28em;
}

.home-top .quote .read-more {
  padding: 0 0 17px 0;
  background: url(images/quote-close.gif) no-repeat bottom right;
}

.home-top .about-us {
  width: 360px;
  float: left;
}


.jcarousel-skin-tango {
  width: 711px;
  height: 155px;
  padding-top: 10px;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 10px;
  background: url(images/carousel-bg-full.gif) no-repeat top left;
}

.jcarousel-skin-tango .jcarousel-container {
  width: 680px;
  margin: 0 auto;
}

.jcarousel-skin-tango .jcarousel-prev,
.jcarousel-skin-tango .jcarousel-next {
  display: block;
  width: 40px !important;
  height: 88px !important;
  top: 30px !important;
  background: url(images/carousel-pager-left.gif) no-repeat top left !important;
}

.jcarousel-skin-tango .jcarousel-prev {
  left: -14px !important;
}

.jcarousel-skin-tango .jcarousel-next {
  background: url(images/carousel-pager-right.gif) no-repeat top right !important;
  right: -17px !important;
}

.jcarousel-skin-tango .jcarousel-prev-disabled,
.jcarousel-skin-tango .jcarousel-next-disabled {
  background: none !important;
}


.box.recently {
  margin: 0 !important;
  padding: 38px 0 0 0;
  background: url(images/content-divider.jpg) no-repeat 0 20px;
}


table.recently-list {
  margin-top: 5px;
}

table.recently-list td {
}

table.recently-list td .item {
  margin: 0 5px 10px 5px;
  padding: 0 14px 4px 14px;
  border: 3px solid #eddebf;
  background: #fff;
  width: 136px;
  min-height: 255px;
}

table.recently-list td.first .item {
  margin-left: 0;
}

table.recently-list td.last .item {
  margin-right: 0;
}

table.recently-list .product-image {
  border: 0;
}

table.recently-list td .item p {
  margin-bottom: 2px;
}

table.recently-list td .item p a.product-name {
  font-size: 12px;
  color: #4f1514;
}

table.recently-list td .item div {
  text-align: center;
}

table.recently-list td .item div.price-box {
  text-align: left;
  margin-bottom: 5px;
}

.col-right .mini-livechat {
  position: relative;
}

.col-right .mini-livechat .actions {
  background: #fff;
  border: 1px solid #a76702;
  border-top: none;
  font-size: 1.2em;
  margin: 0;
  padding: 8px;
}

.col-right .mini-livechat .head {
	background: url(images/livechat_bg.gif) top left repeat-x;
	height: 36px;
	padding: 0;
}

.col-right .mini-livechat .head h4 {
	display: none;
}

.col-right .mini-livechat .content {
	border-bottom: none;
	border-color: #a76702;
	padding: 0;
}

.col-right .mini-livechat #livechat_messages {
  font-size: 1.2em;
  border-bottom: none;
  padding: 8px;
  padding-bottom: 0;
  line-height: 1.2em;
  margin: 0;
}

.col-right .mini-livechat #livechat_messages img {
	display: none;
}

.col-right .mini-livechat #textmessage {
  border: 2px solid #501212;
  margin: 3px 0;
  padding: 2px;
  width: 155px;
  display: block;
  font-size: 13px;
  line-height: 1.2em;
}


#stretching-table {
  border: 0;
  margin: 10px 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
  clear: both;
}

#stretching-table td {
  padding: 5px 10px 5px 0;
  width: 30%;
}

#stretching-table td img {
  float: left;
  margin: 0 5px 5px 0;
}

#stretching-table td p {
  margin-left: 83px;
}

#gauge-conversion-table {
  background: #fff;
  border-top: 2px solid #eedebf;
  border-right: 2px solid #eedebf;
  width: 34%;
  font-size: 1.2em;
  margin: 0 auto;
}

#gauge-conversion-table th {
  background: #f5ebd9;
}

#gauge-conversion-table td,
#gauge-conversion-table th {
  border-bottom: 2px solid #eedebf;
  border-left: 2px solid #eedebf;
  padding: 4px;
  text-align: center;
}

/*Magic zoom override*/
#MagicZoomPlusImagemagictoolbox1 {
	display: block !important;
}

#scrollContainerDivHome {
	overflow: auto;
	width: 700px;
	height: 100px;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	scrollbar-arrow-color: #fbfbfb;
  	scrollbar-track-color: #fbfbfb;
  	scrollbar-face-color: #eddebf;
  	scrollbar-highlight-color: #eddebf;
  	scrollbar-3dlight-color: #eddebf;
  	scrollbar-darkshadow-color: #eddebf;
  	scrollbar-shadow-color: #eddebf;
	z-index: 2000;
}

#scrollTextDivHome {
	height: 100%;
	width: 100%;
}

#scrollContainerDivFleshPlug {
	overflow-y: auto;
	overflow-x: hidden; 
	width: 500px;
	height: 58px;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 17px;
	padding-bottom: 5px;
	scrollbar-arrow-color: #fbfbfb;
  	scrollbar-track-color: #fbfbfb;
  	scrollbar-face-color: #eddebf;
  	scrollbar-highlight-color: #eddebf;
  	scrollbar-3dlight-color: #eddebf;
  	scrollbar-darkshadow-color: #eddebf;
  	scrollbar-shadow-color: #eddebf;
	z-index: 2000;
	margin-bottom:20px;
}

#scrollTextDivFleshPlug {
	height: 100%;
	width: 100%;
}

#scrollContainerDivEarStretchers {
	overflow-y: auto;
	overflow-x: hidden; 
	width: 500px;
	height: 58px;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 17px;
	padding-bottom: 5px;
	scrollbar-arrow-color: #fbfbfb;
  	scrollbar-track-color: #fbfbfb;
  	scrollbar-face-color: #eddebf;
  	scrollbar-highlight-color: #eddebf;
  	scrollbar-3dlight-color: #eddebf;
  	scrollbar-darkshadow-color: #eddebf;
  	scrollbar-shadow-color: #eddebf;
	z-index: 2000;
	margin-bottom:20px;
}

#scrollTextDivEarStretchers {
	height: 100%;
	width: 100%;
}

.sqlink {
font-family:Arial, Helvetica, sans-serif;
color:ffffff;
font-size:11px;

}

.sqlink a, a:visited {
color:ffffff;
text-decoration:none;

}

p.special-notice {
  border: 1px solid #351103;
  font-size: 1.4em;
  font-weight: bold;
  padding: 3px 4px 4px;
}
