body {
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	background: #333 url(../images/bgMain.gif) repeat-x;
}

a:link {outline: none;}

#header {
	height: 200px;
}

#printLogo {
	display: none;
}

#headerContainer {
	width: 950px;
	margin: 0 auto;
	background: url(../images/bgHeader.gif) no-repeat;
}

.clientLoggedIn
{
	display: block;
	width: 150px;
	margin: 0 0 0 761px;
	padding: 6px;
	color:#CCC;
	background: #fa0303 url(../images/bgLoginTab.gif) repeat-x;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}

.clientLoggedIn a 
{
    color: #fff;
	font-size: .75em;
	line-height: 1em;
	text-decoration: none;
	text-align:center;
}

.clientLoggedIn a:hover {
	text-decoration: underline;
}

.clientLogin {
	display: block;
	width: 175px;
	margin: 0 0 0 755px;
	padding: 3px;
	color:#FFF;
	background: #fa0303 url(../images/bgLoginTab.gif) repeat-x;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}

.clientLogin a 
{
    
    color: #fff;
	font-size: .75em;
	line-height: 1em;
	text-decoration: none;
}

.clientLogin a:hover {
	text-decoration: underline;
}


/** Begin - Client Area - 11/1/11 **/
.clientArea { 
	float: right;
	margin-top: 0;
	margin-right: 24px;
	padding: 10px 15px;
	background-color: #434343; 
	-webkit-border-radius: 0 0 5px 5px;
	   -moz-border-radius: 0 0 5px 5px;
	        border-radius: 0 0 5px 5px; 
	color: #fff;
	font-size: .9em; 
}
.clientArea a { color: #fff; text-decoration: none; }
.clientArea a:hover { text-decoration: underline; }
/** End - Client Area - 11/1/11 **/


/** Begin - Contact Info - 11/1/11 **/
.contactHeader { color: #fff; line-height: .25em; text-align: right; }
.contactHeader p { font-size: .9em; }
.contactHeader a { color: #008297; text-decoration: none; }
/** End - Contact Info - 11/1/11 **/


#taglines {
	height: 145px;
}

.tagLeft {
	float: left;
	margin: 15px 0 0 25px;
}

.logoCenter {
	float: left;
	width: 235px;
	height: 115px;
	margin: 0 0 0 62px;
	border: none;
}

.tagRight {
	float: right;
	margin: 15px 25px 0 0;
}

html>body #menu {
	height: 55px;
	background: url(../images/bgMenuHome.png) no-repeat 0 0;
}

#menu img {
	border: none;
}

/*#menu ul {
	margin: 0;
	padding: 27px 0 0 38px;
	list-style-type: none;
}

#menu li {
	float: left;
	margin: 0 14px 0 0;
}

#menu li a {
	position: relative;
	z-index: 500;
}*/

html>body #menuAlt {
	height: 55px;
	background: url(../images/bgMenuInside.png) no-repeat 0 0;
}

#menuAlt img {
	border: none;
}

/*#menuAlt ul {
	margin: 0;
	padding: 27px 0 0 38px;
	list-style-type: none;
}

#menuAlt li {
	float: left;
	margin: 0 14px 0 0;
}

#menuAlt li a {
	position: relative;
	z-index: 500;
}*/

/*DHTML MENU STYLING*/

#dropmenudiv {
	position: absolute;
	border: 1px solid #aa1218;
	border-bottom-width: 0;
	line-height: 1.4em;
	z-index: 100;
}

#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 3px;
	color: #fff;
	font-size: .8em;
	border-bottom: 1px solid #aa1218;
	padding: 1px 0;
	text-decoration: none;
}

#dropmenudiv a:hover {
	background-color: #aa1218;
}

/*END DHTML MENU STYLING*/



/** Begin - Navigation - 11/1/11 **/
#navigation {
	font-family: 'Arial'!important;
	background: url(../images/nav/bgr.jpg) repeat-x scroll left top transparent;
	-webkit-border-radius: 10px 10px 0 0;
	   -moz-border-radius: 10px 10px 0 0;
	        border-radius: 10px 10px 0 0;
	line-height: 47px;
	height: 42px;
	width: 949px;
	margin: 13px auto 0px;
	padding: 0;
	position:relative;
	z-index: 100;
	-webkit-box-shadow: inset 0px -10px 20px 0px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0px -10px 20px 0px rgba(0, 0, 0, .1);
	box-shadow: inset 0px -10px 20px 0px rgba(0, 0, 0, .1); 
}
#navigation.hidden li a { top:0px; }
#navigation.hidden ul { margin-top: 2px; }
#navigation li {
	display: inline;
	font-size: 0.8em;
	font-weight: bold;
	list-style-type: none;
	margin-left: -4px;
	position: relative;
}
#navigation li:first-child { margin-left: 0px; }
#navigation li:last-child a { border-right: none; }
#navigation li a {
	border-right: 1px solid #DDDDDD;
	color: #7F7F7F;
	display: inline-block;
	padding: 0 20px;
	padding: 0 19px\9; /* IE8 and below */
	text-decoration: none;
	position:relative; top:-10px;
	height: 42px;
}
#navigation li a:hover {
	background-color: #fff;
	color: #008297;
	-webkit-box-shadow: inset 0px 10px 20px 0px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0px 10px 20px 0px rgba(0, 0, 0, .1);
	box-shadow: inset 0px 10px 20px 0px rgba(0, 0, 0, .1); 
}
#navigation li:first-child a:hover {
	-webkit-border-radius: 10px 0 0 0;
	   -moz-border-radius: 10px 0 0 0;
	        border-radius: 10px 0 0 0;
}
#navigation li a.active {
	background: url(../images/nav/bgr-active.png) repeat-x scroll center top transparent;
	margin-top: 0px;
	position:relative;
	z-index:1;
	top:-10px;
	padding-top:10px;
	border-right: none;
	color: #444;
	-webkit-box-shadow: 0px -3px 5px 0px rgba(51, 51, 51, .25);
	   -moz-box-shadow: 0px -3px 5px 0px rgba(51, 51, 51, .25);
	        box-shadow: 0px -3px 5px 0px rgba(51, 51, 51, .25);
}
#navigation li a.active:hover, #navigation ul li:first-child a:hover { 
	-webkit-border-radius:0;
	   -moz-border-radius:0;
	        border-radius:0; 
}
/* drop down */
#navigation ul {
	background-color: #333333;
	display: block;
	font-size: 1.2em;
	left: -9999px;
	list-style-type: none;
	margin: -8px 0px 0px;
	padding: 10px 0px 0px;
	position: absolute;
	top: 23px;
	z-index: 9;
}

#navigation ul li { margin: 0px; display: block; }
#navigation ul li a { display: block; border-right: none; margin: 0; }
#navigation ul a { white-space: nowrap; } /* Stop text wrapping and creating multi-line dropdown items */
#navigation li:hover ul { left: 0px; }
#navigation li.last:hover ul { left: -4.5em; }
#navigation li:hover ul a { color: #fff; text-decoration: none; padding: 0 23px;  }
#navigation li:hover ul li a:hover { background-color: #999; }
/** End - Navigation - 11/1/11 **/


#flash {
	height: 350px;
	background: #facd37;
	clear:both;
}

#flashContainer {
	width: 950px;
	height: 350px;
	margin: 0 auto;
}

#titleContainer {
	position: fixed;
	width: 850px;
	height: 350px;
	margin-left: -9999px;
	color: #896900;
	z-index: -5;
}

#heroContainer {
	width: 950px;
	height: 350px;
	background: url(../images/bgFlash.jpg) no-repeat;
	overflow: hidden;
}

#movie {
	float: left;
	overflow: hidden;
	height: 350px;
	width: 535px;
	padding: 0 0 0 45px;
}

#video {
	float: left;
	width: 300px;
	/* background: url(../images/bgVideo.gif) no-repeat; */
}

#videoContainer {
	width: 300px;
	padding: 0px 0px 0px 25px;
}

#videoContainer a {
	display: block;
	margin: 5px 0 0 0;
	color: #000;
	font-size: .85em;
	text-align: right;
	text-decoration: none;
}

#videoContainer a:hover {
	text-decoration: underline;
}

#sectionHeader {
	height: 180px;
	background: #facd37;
}

#clientHeader {
	height: 180px;
	background: #319fda;
}

#sectionHeaderContainer {
	overflow: hidden;
	width: 901px;
	height: 180px;
	margin: 0 auto;
}

html>body #sectionHeaderContainer h1 {
	display: block;
	position: absolute;
	z-index: 2;
	width: 430px;
	height: 54px;
	margin: 125px 0 0 30px;
	padding: 22px 0 0 11px;
	color: #fff;
	font-size: 2em;
	font-weight: normal;
	background: url(../images/bgLabel.png) no-repeat;
}

#brandNames {
	width: 950px;
	height: 110px;
	margin: 0 auto;
	background: url(../images/bgBrandNames.jpg) no-repeat;
}

.sixFlags {float: left; width: 60px; height: 85px; margin-left: 40px; border: none;}
.cirque {float: left; width: 115px; height: 85px; border: none;}
.usArmy {float: left; width: 60px; height: 85px; border: none;}
.ymca {display: none; float: left; width: 95px; height: 85px; border: none;}
.nasa {float: left; width: 70px; height: 85px; border: none;}
.universal {float: left; width: 120px; height: 85px; border: none;}
.disney {float: left; width: 110px; height: 85px; border: none;}
.extremeMakeover {float: left; width: 110px; height: 85px; border: none;}
.espn {float: left; width: 110px; height: 85px; border: none;}
.moreTab {float: left; width: 145px; height: 90px; border: none;}

#homeContentHeader {
	width: 950px;
	height: 130px;
	margin: 0 auto;
	background: url(../images/bgContent.jpg) no-repeat;
	display: none;
}

#homeContent {
	width: 950px;
	height: 290px;
	padding: 15px 0px 0px 0px;
	margin: 0 auto;
	background: url(../images/bgContentCont.jpg) no-repeat 23px 10px;
}

#contentTop {
	overflow: hidden;
	width: 901px;
	height: 15px;
	margin: 0 auto;
	background: #f5f5f5 url(../images/bgMainContentTop.gif) no-repeat;
}

#clientContentTop {
	overflow: hidden;
	width: 901px;
	height: 15px;
	margin: 0 auto;
	background: #f5f5f5 url(../images/bgClientContentTop.gif) no-repeat;
}

#checkoutContentTop {
	overflow: hidden;
	width: 901px;
	height: 15px;
	margin: 0 auto;
	background: #f5f5f5 url(../images/bgCheckoutContentTop.gif) no-repeat;
}

#content {
	width: 901px;
	margin: 0 auto;
	background: #f5f5f5 url(../images/bgMainContent.gif) repeat-y;
}

#clientContent {
	width: 901px;
	margin: 0 auto;
	background: #e4e4e4;
}

#checkoutContent {
	width: 881px;
	margin: 0 auto;
	background: #f5f5f5;
	padding:10px;
}

#leftColumn {
	float: left;
	width: 607px;
	padding: 30px 20px 0 19px;
}

#clientColumn {
	float: left;
	padding: 0 20px;
}

#leftColumn a {
	color: #1c8396;
	text-decoration: none;
}

#clientColumn a {
	color: #1c8396;
	text-decoration: none;
}

#leftColumn a:hover {
	text-decoration: underline;
}

#clientColumn a:hover {
	text-decoration: underline;
}

#clientColumn h1 {
	margin: 0 0 10px 0;
	color: #442c85;
	font-size: 1.8em;
	font-weight: normal;
}

#clientColumn h1#portalHeadline {
	margin: 0 0 10px 0;
	color: #a90a0a;
	font-size: 1.8em;
	font-weight: normal;
}

#rightColumn h2 {
	margin: 0 0 10px 0;
	color: #a90a0a;
	font-size: 1.2em;
	font-weight: normal;
}
#rightColumn h3 {
	font-size: 1em;
	margin-bottom: 5px;
}

#rightColumn p {
	margin-top: 5px;
	font-size: .8em;
}

#leftColumn h2 {
	margin: 0 0 10px 0;
	color: #a90a0a;
	font-size: 1.8em;
	font-weight: normal;
}

#leftColumn a h2, #leftColumn h2 a {
	color: #aa2222;
	text-decoration: none;
}
#leftColumn a h2:hover, #leftColumn h2 a:hover {
	color: #ed1c24;
	text-decoration: underline;
}

#clientColumn h2 {
	margin: 0 0 10px 0;
	color: #319fda;
	font-size: 1.6em;
	font-weight: normal;
}

#leftColumn h3 {
	margin: 0 0 10px 0;
	color: #7c0909;
	font-size: 1.6em;
	font-weight: normal;
}

#leftColumn a h3, #leftColumn h3 a {
	color: #aa2222;
	text-decoration: none;
}
#leftColumn a h3:hover, #leftColumn h3 a:hover{
	color: #ed1c24;
	text-decoration: underline;
}

#leftColumn h4 {
	color: #5a5445;
	font-size: 1.4em;
	font-weight: normal;
	margin: 0px;
}

#leftColumn a h4, #leftColumn h4 a {
	color: #aa2222;
	text-decoration: none;
}

#leftColumn a h4:hover, #leftColumn h4 a:hover{
	color: #ed1c24;
	text-decoration: underline;
}

#leftColumn h5 {
	color: #484336;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0 0 10px 0;
}

#leftColumn a h5, #leftColumn h5 a {
	color: #aa2222;
	text-decoration: none;
}

#leftColumn a h5:hover, #leftColumn h5 a:hover{
	color: #ed1c24;
	text-decoration: underline;
}

#leftColumn p {
	margin: 10px 0 15px 0;
	color: #3d3d3d;
	font-size: .85em;
	line-height: 18px;
}

#clientColumn p {
	margin: 0 0 10px 0;
	color: #3d3d3d;
	font-size: .85em;
	line-height: 1.6em;
}

#clientColumn .clientLogo {
	margin: 0 0 20px 0;
	padding: 10px;
	background: #fff;
	border: 1px solid #b9b9b9;
}

#leftColumnProduct {
	float: left;
	width: 607px;
	padding: 0 20px;
	background: url(../images/bgProductVert.jpg) 10px 0 no-repeat;
}

#leftColumnProduct h3 {
	margin: 5px 0 10px 0;
	color: #7c0909;
	font-size: 1.4em;
	font-weight: normal;
}

#leftColumnProduct p {
	margin: 0 0 10px 0;
	color: #3d3d3d;
	font-size: .85em;
	line-height: 1.6em;
}

#leftColumnProduct p a {
	color: #1c8396;
	text-decoration: none;
}

#leftColumnProduct p a:hover {
	text-decoration: underline;
}

#leftColumnProductAlt {
	float: left;
	width: 607px;
	padding: 0 20px;
	background: url(../images/bgProductHorz.jpg) 10px 0 no-repeat;
}

#leftColumnProductAlt h3 {
	margin: 5px 0 10px 0;
	color: #7c0909;
	font-size: 1.4em;
	font-weight: normal;
}

#leftColumnProductAlt p {
	margin: 0 0 10px 0;
	color: #3d3d3d;
	font-size: .85em;
	line-height: 1.6em;
}

#leftColumnProductAlt p a {
	color: #1c8396;
	text-decoration: none;
}

#leftColumnProductAlt p a:hover {
	text-decoration: underline;
}

#clientTable {
	margin-top: 25px;
	border-top: 1px solid #bfbfbf;
}

#clientTable img {
	display: block;
	margin: 0 auto;
	padding-right: 15px;
}

#clientTable td {
	padding: 15px 0;
	border-bottom: 1px solid #bfbfbf;
}

#productOverview {
	margin: 30px 0 0 0;
	padding: 25px 20px 0 13px;
	min-height: 500px;
}

#productOverview br {
	clear: both;
}

#productOverview h2 {
	margin: 0 0 20px 0;
	color: #a90a0a;
	font-size: 1.7em;
	font-weight: normal;
}

.productImg {
	float: left;
	height: 309px;
	width: 237px;
	margin: 0 30px 5px 0;
}

.productImg img {
	border: 5px solid #fff;
}

.productImgAlt {
	float: left;
	height: 200px;
	width: 237px;
	margin: 0 30px 5px 0;
}

.productImgAlt img {
	border: 5px solid #fff;
}

.moreInfo {
	clear: left;
	display: block;
	float: right;
	width: 161px;
	height: 44px;
	margin: -7px 0 10px 0;
	line-height: 44px;
	background: url(../images/tabMore.gif) no-repeat;
}

.moreInfo a {
	padding: 0 0 0 25px;
	color: #1c8396;
	font-size: .85em;
	font-weight: bold;
	text-decoration: none;
}

.moreInfo a:hover {
	text-decoration: underline;
}

.successTable {
	margin-top: 25px;
	border-bottom: 1px solid #bfbfbf;
}

.successTable img {
	margin-right: 15px;
	border: 1px solid #7f7f7f;
}

.bulletin {
	margin: 10px 0;
	border-bottom: 1px solid #bfbfbf;
}

.news {
	margin: 10px 0;
	border-bottom: 1px solid #bfbfbf;
}

#rightColumn {
	float: left;
	width: 224px;
	padding: 0 15px;
}

#rightColumn hr {
	height: 0; 
	border: none; 
	border-top: 1px solid #bfbfbf;
}

#rightColumn img {
	margin: 0 0 5px 0;
}

#secondaryLinks {
	margin: 0 0 0 2px;
	padding: 0;
	list-style-type: none;
}

#secondaryLinks a {
	display: block;
	width: 213px;
	height: 38px;
	margin: 5px 0;
	color: #fff;
	font-size: .85em;
	line-height: 38px;
	text-decoration: none;
	text-indent: 10px;
	background: #5f7b28 url(../images/bgSecondaryCTA.gif) no-repeat;
	border: 1px solid #fff;
}

#tertiaryLinks {
	margin: 0 0 0 3px;
	padding: 10px 0 0 0;
	font-size: .75em;
	list-style-type: none;
}

#tertiaryLinks li {
	margin: 0 0 8px 0;
}

#tertiaryLinks a {
	padding: 0 0 0 18px;
	color: #1c8396;
	text-decoration: none;
	background: url(../images/bulletSmPlus.gif) left center no-repeat;
}

#tertiaryLinks a:hover {
	text-decoration: underline;
}

#contactForm {
	margin: 20px 0 0 0;
	padding: 15px;
	color: #fff;
	background: #6e6e6e url(../images/bgContactForm.gif) repeat-x;
	border: 5px solid #fff;
}

#contactForm h3 {
	margin: 0;
	font-weight: normal;
	line-height: 1.2em;
}

#contactForm table {
	width: 150px;
	margin: 15px 0 0 0;
	font-size: .85em;
}

#contactForm td {
	padding: 0 0 10px 0;
}

#contactForm input {
	margin: 0 0 0 5px;
	width: 125px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .95em;
}

#contactForm textarea {
	margin: 0;
	width: 175px;
	height: 100px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .95em;
}

.btnSubmit {
	display: block;
	padding: 10px 0 0 0;
}

.clearBoth {
	clear: both;
}

#yellowPost {
	float: left;
	width: 330px;
	
}

#productsFor {
	margin: 0;
	padding: 66px 0 20px 60px;
	list-style-type: none;
	font-size: 16px;
}

#productsFor li {
	padding: 0 0 5px 16px;
	background: url(../images/bulletNotepadRed.gif) 0 3px no-repeat;
}

#productsFor a {
	color: #ffffff;
	text-decoration: none;
}

#productsFor a:hover {
	text-decoration: underline;
}

#iaapa {
	margin: -4px 0 0 0;
	padding: 0 0 0 37px;
}

#pathSuccess {
	float: left;
	width: 240px;
	margin: 0;
	padding: 3px 0 0 20px;
	list-style-type: none;
	font-size: .75em;
}

#pathSuccess li {
	padding: 0 0 9px 16px;
	background: url(../images/bulletNotepadBlue.gif) 0 3px no-repeat;
}

#pathSuccess a {
	color: #004a6a;
	text-decoration: none;
}

#pathSuccess a:hover {
	text-decoration: underline;
}

#featuredOn {
	float: left;
	width: 255px;
	height: 170px;
	margin: 0 0 0 75px;
	text-align: center;
}

#featuredOn img {
	margin: 20px 0 0 0;
}

#newsUpdates {
	float: left;
	width: 235px;
	padding: 50px 10px 0px 33px;
	overflow: hidden;
}

#newsUpdates h2 {
	margin: 0 0 10px 0;
	color: #aa0909;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.1em;
}

#newsUpdates span {
    font-size: 32px;
    color: #ffffff;
    font-weight: bold;
}

#newsUpdates p {
	margin: 0;
	padding: 15px 0px;
	color: #ffffff;
	font-size: 16px;
	line-height: 16px;
}

#newsUpdates img {
	float: left;
	margin: 0 8px 8px 0;
	border: none;
}

#newsUpdates a {
	color: #facf3b;
	text-decoration: none;
}

#newsUpdates a:hover {
	text-decoration: underline;
}

#median {
	height: 55px;
	background: url(../images/bgFooter.jpg) repeat-x;
	display: none;
}

#medianContainer {
	width: 950px;
	height: 55px;
	margin: 0 auto;
	background: url(../images/bgFooterTape.jpg) repeat-x;
}

#medianContainerAlt {
	width: 950px;
	height: 55px;
	margin: 0 auto;
	background: url(../images/bgFooterTapeAlt.jpg) repeat-x;
}

#medianContainerClient {
	width: 950px;
	height: 55px;
	margin: 0 auto;
	background: url(../images/bgFooterTapeClient.jpg) repeat-x;
}

#products {
	height: 210px;
	padding: 15px 0px 0px 0px;
	background: #f81212 url(../images/bgFooterMain.jpg) left bottom repeat-x;
	border-bottom: 2px solid #d30e0e;
}

#productsContainer {
	width: 810px;
	margin: 0 auto;
	padding: 0 45px;
}

#climbingWalls {
	width: 362px;
	padding: 0 0 10px 0;
	text-align: center;
	background: url(../images/bgProducts.gif) left bottom no-repeat;
	border-bottom: 1px solid #530101;
}

html>body .productsSep {
	float: right;
	width: 5px;
	height: 170px;
	margin: 15px 39px 0 0;
	background: url(../images/sepProducts.png) no-repeat;
}

#adventureProducts {
	float: right;
	width: 362px;
	padding: 0 0 10px 0;
	text-align: center;
	background: url(../images/bgProducts.gif) left bottom no-repeat;
	border-bottom: 1px solid #530101;
}

.productTitle {
	margin: 10px 0 15px 0;
	border: none;
}

#productTitle {
	width: 271px;
	height: 30px;
	margin: 0 auto;
	padding: 10px 0 15px 0;
	cursor: pointer;
	background: url(../images/titleRockClimbingWalls.gif) 0 10px no-repeat;
}

#productTitle h2 {
	margin: 0 0 0 -9999px;
	padding: 0;
}

#productTitle a {
	display: block;
}

#productTitleAlt {
	width: 199px;
	height: 34px;
	margin: 0 auto;
	padding: 10px 0 15px 0;
	cursor: pointer;
	background: url(../images/spider-climb-header.gif) 0 7px no-repeat;
}

#productTitleAlt h2 {
	margin: 0 0 0 -9999px;
	padding: 0;
}

#productTitleAlt a {
	display: block;
}

.productThumb {
	margin: 0 7px;
	border: 1px solid #ff1818;
}

#productLinks {
	clear: both;
	margin: -15px 0 0 0;
	font-size: 12px;
	text-align: right;
}

#productLinks a {
	color: #fff;
	text-decoration: underline;
}

#productLinks a:hover {
	text-decoration: underline;
}

#productLinks br {
	clear: both;
}

#linkClimbingWalls {
	float: left;
	width: 50%;
	margin-top: -5px;
	color: #ffec82;
}

.buffer {
	margin: 0 43px 0 0;
}

#linkAdventureProducts {
	float: left;
	width: 50%;
	margin-top: -5px;
	color: #ffec82;
}

#footer {	
	background: #252525;
}

#footerContainer {
	width: 900px;
	margin: 0 auto;
	padding: 15px 0 50px 0;
	background: url(../images/bgFooterGray.jpg) no-repeat;
}

#footerContainer a {
	color: #ffdb5e;
	text-decoration: none;
}

#footerContainer a:hover {
	text-decoration: underline;
}

#footerContainer br {
	clear: both;
}

#footerContainer img {
	float: left;
}

#footerQuote {
	margin-bottom: 15px;
	color: #ccc;
	text-align: center;
	border-bottom: 1px solid #000;
}

#footerQuote h3 {
	margin: 0;
	padding: 0 0 15px 0;
	font-size: 1.3em;
	font-weight: normal;
}

#infoLeft {
	float: left;
	margin: 0 30px 0 0;
	padding: 0;
	list-style-type: none;
}

#infoLeft li {
	padding: 0 0 0 23px;
	font-size: .8em;
	line-height: 2em;
	background: url(../images/bulletPlus.gif) 0 3px no-repeat;
}

#infoLeft h3 {
	margin: 0 0 15px 0;
	color: #fff;
	font-size: 1.2em;
	font-weight: normal;
}

#infoMiddle {
	width: 207px;
	margin: 0 80px;
	float: left;
	color: #fff;
	text-align: center;
}

#infoMiddle img {
	clear: both;
	display: block;
	float: none;
	margin: 0 0 15px 0;
	border: none;
}

#infoMiddleSocial img {
	clear: both;
    display: inline;
	float: none;
	margin: 0 0 15px 0;
	border: none;
}

#infoMiddle span {
	font-size: 1.1em;
}

#infoMiddle h3 {
	margin: 0 0 15px 0;
	font-size: 1.2em;
	font-weight: normal;
}
#infoMiddleSocial h3 {
	margin: 0 0 15px 0;
	font-size: 1.2em;
	font-weight: normal;
}

#infoRight {
	float: right;
	color: #fff;
	text-align: right;
}

#infoRight h2 {
	margin: 0 0 15px 0;
	font-size: 1.6em;
	font-weight: normal;
}

#infoRight em {
	display: block;
	margin: 0 0 15px 0;
	font-size: 1.6em;
	font-style: normal;
	font-weight: normal;
}

#infoRight span {
	font-size: .85em;
	line-height: 1.4em;
}

html>body .sepFooter {
	float: left;
	height: 170px;
	width: 8px;
	background: url(../images/sepFooter.png) no-repeat;
}

#tabberGallery {
	text-align: center;
}

#tabberGallery img {
	margin: 0 5px 15px 5px;
	border: 3px solid #fff;
}

.btnDownload {
	display: block;
	margin: 10px auto 0 auto;
	border: none;
}

#regularList {
	width: 300px;
	margin: 15px 0 25px 25px;
	padding: 0;
	font-size: .85em;
	list-style-type: none;
}

#regularList li {
	padding: 5px 0;
	border-bottom: 1px solid #bfbfbf;
}

#regularList a {
	padding: 0 0 0 17px;
	background: url(../images/bulletRedDot.gif) left center no-repeat;
}

#plainList {
	width: 300px;
	margin: 15px 0 25px 25px;
	padding: 0;
	font-size: .85em;
	list-style-type: none;
}

#plainList li {
	padding: 5px 0 5px 17px;
	background: url(../images/bulletRedDot.gif) left center no-repeat;
	border-bottom: 1px solid #bfbfbf;
}

#iconList ul {
	padding: 0;
	margin: 0 0 0 15px;
}

#iconList ul li	{
	margin: 0 0 10px 0;
	font-size: .85em;
	list-style: none;
}

.pdfIcon	{
	background: url(../images/pdfIcon.gif) no-repeat;
	padding: 0 0 0 25px;
}


/* REQUEST NORE INFO */

#requestInfo	{
	margin: 25px 0px 15px 0px;
}

#requestInfo input, #requestInfo textarea, #requestInfo select	{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #484641;
}

#requestInfo label	{
	width: 100px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	font-size: 14px;
}

#requestInfo .submit input {
	margin-left: 107px;
}

.required	{
	color: #2db6c9;
	font-weight: bold;
}

.requiredLabel {
	font-weight: bold;
}

.clientRequired	{
	color: #008294;
}

.listing {
	overflow: hidden;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #bfbfbf;
}

.listing br {
	clear: both;
}

.floatLeft {
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #6b6b6b;
}

.floatRight {
	float: right;
	margin: 0 0 10px 10px;
	border: 1px solid #6b6b6b;
}

/* Ecommerce */

.productNav {
    border:1px solid #bbbbbb;
    margin: 0px 0px 15px 0px;
    font-size: 12px;
}

.productNav h4 {
    text-align: center;
    padding: 3px 0px !important;
    background-color: #FACD37;
    color: #000000 !important;
    font-size: 14px !important;
    margin:0px !important;
}

.productNav a {
    display: block;
    padding: 4px;
    border-bottom: 1px solid #c9c9c9;
    color:#1C83B7;
}

.productNav a:hover {
    background-color: #bebebe;
    text-decoration: none;
}

.productNav .active {
    background-color: #cecece;
    font-weight: bold;
}

.productNav .active a {
    color: #000000;
}

#breadcrumbContainer {
    width: 450px;
    float: left;
}

#breadcrumbs {
	font-size: 12px;
	color: #9b9b9b;
	padding: 0px 0px 10px 0px;
	
}

#breadcrumbs a {
	color: #666666;
	text-decoration: none;
}

#breadcrumbs a:hover {
	text-decoration: underline;
}

#socialContainer {
    position: relative;
    float: right;
    width: 240px;
    font-size: 12px;
}

#socialContainer ul {
    margin: 0px;
    padding: 0px;
}

#socialContainer ul li {
    float: right;
    background: none;
    text-align: left;
    padding: 0px 0px 0px 17px;
    list-style-type: none;
}

#socialContainer ul li a {
    color: #76772b;
    text-decoration: none;
}

#socialContainer ul li a:hover {
    color: #a9aa44;
} 

.printIcon {
    background: url(../images/printIcon.gif) no-repeat;
    padding: 3px 0px 0px 22px;
}

.emailIcon {
    background: url(../images/emailIcon.gif) no-repeat 0px 4px;
    padding: 3px 0px 0px 22px;
}

.shareIcon {
    background: url(../images/shareIcon.gif) no-repeat 0px 4px;
    padding: 3px 0px 0px 22px;
}

.tweetIcon {
    background: url(../images/tweetIcon.gif) no-repeat 0px 1px;
    padding: 3px 0px 0px 18px;
}

.fbIcon {
    background: url(../images/fbIcon.gif) no-repeat 0px 1px;
    padding: 3px 0px 0px 18px;
}

.tweetIcon2 {
    background: url(../images/tweet-icon.gif) no-repeat 0px 1px;
    padding: 5px 0px 5px 25px;
}

.fbIcon2 {
    background: url(../images/facebook-icon.gif) no-repeat 0px 1px;
    padding: 5px 10px 5px 25px;
}


#socialMedia ul {
	padding: 10px 0px 15px 10px;
	marign: 0px;
	font-size: 13px;
}

#socialMedia ul li {
	display: inline;
}

/*product detail */

#productImageArea {
    width: 480px;
    float: left;
}

.productImage {
    text-align: center;
    border:1px solid #dbdbdb;
    margin: 0px 0px 10px 0px;
}

.thumbNails ul {
    padding: 0px;
    margin: 10px 0px 0px 0px;
}

.thumbNails ul li {
    background: none;
    list-style: none;
    display: inline;
    padding: 0px;
    margin: 0px 5px 0px 0px;
}

.thumbNails img {
    border: 1px solid #eaeaea !important;
}

#productDetail {
    width: 400px;
    float: right;
}

.briefDescription {
    padding: 0px 0px 10px 0px;
    font-size: 12px;
}

.listPrice {
    color: #666666;
    font-size: 15px;
    font-weight: bold;
    text-decoration: line-through;
}

.salesPrice {
    color: #ff0000;
    font-size: 17px;
    font-weight: bold;
}

.price {
    font-size: 16px;
    font-weight: bold;
}

.stockMessage {
    color: #578e07;
    font-size: 12px;
    font-weight: bold;
}

.currency {
    color: #666666;
    font-size: 11px;
}

.customerRating {
    margin: 0px 0px 10px 0px;
}

.customerRating a {
    text-decoration: none;
}

#addToCartBtn {
    margin: 10px 0px 0px 0px;
}

#productInfo {
    padding: 10px 0px 20px 0px;
}

#productTabArea {
    width: 480px;
    float: left;
}

#productExtra {
    width: 400px;
    float: right;    
}

#productDetail h3 {
    padding: 15px 0px 10px 0px;
}

.productRelate {
    clear: right;
    padding: 5px 0px 8px 0px;
}

.productRelateImage {
    width: 65px;
    margin: 0px 15px 0px 0px;
    float: left;
}

.productRelateImage img {
    border:1px solid #eaeaea;
}

.productRelateInfo {
    width: 195px;
    float: left;
    line-height: normal;
}

.productRelateInfo a {
    text-decoration: none;
}

.productRelateInfo a:hover {
    text-decoration: underline;
}

.productRelateInfo p {
    margin: 0px;
    padding: 0px;
}

.productRelateInfo .listPrice {
    font-size: 13px;
    text-decoration: line-through;
    padding: 3px 5px 0px 0px;
}

.productRelateInfo .salesPrice {
    font-size: 13px;
    padding: 3px 5px 0px 0px;
}

.productRelateButton {
    width: 120px;
    float: left;
}

.productReview {
    padding: 10px 0px 0px 0px;
}

/*============category list ================*/

.categoryList {
    width: 135px;
    height:108px;
    float: left;
    border:1px solid #eaeaea;
    margin: 0px 10px 10px 0px;
    padding: 8px 8px 5px 10px;
    text-align: center;
}

.categoryList a {
    font-weight: bold;
    text-decoration: none;
}

.categoryName {
    padding: 6px 0px 0px 0px;
}

#productList {
    padding: 20px 0px 0px 0px;
}

#productListHome {
    background-color: #ffffff;
}

.productListHomeHeader {
    height: 25px;
    padding: 5px 0px 0px 10px;
    color: #ffffff;
    text-align: left;
    background-color: #666666;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
}

.categoryListHome {
    width: 115px;
    float: left;
    height: 108px;
    border: 1px solid #eaeaea;
    text-align: center;
    padding: 5px;
    margin: 0px 3px 10px 6px;
}

/*==========browse product ===================*/

.briefDescription    {
    line-height: normal;
}

.productsListing a {
    text-decoration: none;
}

.productsListing a:hover {
    text-decoration: underline;
}

.productsListing .nowPrice {
    padding: 0px 0px 6px 0px;
}

.productsListing .area1 {
    width: 110px;
    border-bottom: 1px dotted #c0c0c0;
}

.productsListing .area2 {
    width: 480px;
    border-bottom: 1px dotted #c0c0c0;
}

.productsListing .area3 {
    width: 120px;
    border-bottom: 1px dotted #c0c0c0;
}


/*======== cart ==========*/

.tollFree {
    font-size: 18px;
    margin: 0px 0px 10px 0px;
}

.shoppingCart {
    background-color: #dbdbdb;
    line-height: normal;
}

.shoppingCart td {
    background-color: #ffffff;
}

.shoppingCartTitle {
    font-weight: bold;
    color: #8a8b1d;
    font-size: 16px;
}

.shoppingCart .calculate {
    font-size: 11px;
    color: #424242;
}

.shoppingCart .note {
    font-size: 11px;
    color: #8f8f8f;
}

.shoppingCart .zipCode {
    font-size: 11px;
    color: #8e5121;
}

.shoppingCart .changes {
    padding: 4px 0px 0px 0px;
}

.lineDash {
    border-bottom: 1px dotted #c0c0c0;
}

.lineSolid {
    border-bottom: 1px solid #c0c0c0;
}

hr.dashPad {
    border: none;
    border-bottom: 1px dashed #c0c0c0;
    height: 1px;
}

.priceTotal {
    font-weight: bold;
    font-size: 14px;
}

.itemNumber {
    font-size: 11px;
    color: #b99858;
    margin: 8px 0px 0px 0px;
}

.cartItem {
    margin: 0px 0px 5px 0px;
}

.cartItem a {
    text-decoration: none;
}

.cartItem a:hover {
    text-decoration: underline;
}

/* added to cart */

.currentCart {
   border: 2px solid #dbdbdb;
   padding: 10px;
}

.currentCart h2 {
    color: #084e6d;
    font-size: 16px;
    letter-spacing: normal;
    padding: 10px 0px 0px 0px;
    margin: 0px;
}

.currentCart h3 {
    font-size: 14px;
    padding: 0px;
    margin: 0px;
    letter-spacing: normal;
    color: #000000;
}

.currentCart ol {
    padding: 5px 0px 10px 20px;
    margin: 0px;
    line-height: normal;
    font-size: 13px;
}

.currentCart ol a {
    text-decoration: none;
}

.currentCart ol a:hover {
    text-decoration: underline;
}

.editCartBtn {
    margin: 8px 0px;
}

.currentCart small {
    color: #696969;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

#nextPrev {
    font-size: 12px;
    border-bottom: 1px dotted #c0c0c0;
    padding: 0px 0px 15px 0px;
}

#nextPrev a, #nextPrevBottom a {
    padding: 0px 4px;
    background-color: #b0aa39;
    border: 1px solid #9d9839;
    margin: 0px 4px 0px 0px;
    color: #ffffff;
    text-decoration: none;
}

#nextPrev a:hover, #nextPrevBottom a:hover  {
    background-color: #9d9839;
}

#nextPrev span, #nextPrevBottom span {
    padding: 1px 4px;
    margin: 0px 4px 0px 0px;
}

#nextPrevBottom {
    font-size: 12px;
    padding: 10px 0px 0px 0px;
}

#features img {
    border: 1px solid #d2d2d2;
}

.required {
    color: #81820c;
}

/* Checkout Process =============== */

.checkoutSteps {
    font-size: 14px;
    margin: 5px 0px 0px 0px;
    color: #666666;
}

.checkoutSteps span {
    color: #5d9709;
    font-weight: bold;
}

.checkoutSteps a 
{
	text-decoration:none;	
	color:#666666;
}

.checkoutLeft {
    width: 350px;
    float: left;
}

.checkoutBox {
    border:1px solid #dbdbdb;
    clear: both;
    margin: 20px 0px 0px 0px;
}

.checkoutBoxHeader {
    color: #8a8b1d;
    font-size: 16px;
    font-weight: bold;
    padding: 2px 3px;
    border-bottom:1px solid #dbdbdb;
}

.checkoutBoxBody {
    margin: 4px;
    line-height: normal;
}

.checkoutOrderSummaryContainer {
    width: 350px;
    float: left;
    margin: 20px 0px 0px 40px;
}

.shippingMethod {
    padding: 6px 0px 5px 0px;
}

.orderSummary {
    border:1px solid #dbdbdb;
}

.orderSummaryHeader {
    color: #dc7622;
    font-size: 16px;
    font-weight: bold;
    padding: 2px 3px;
    border-bottom:1px solid #dbdbdb;
}

.orderPromotion {
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    padding: 2px 3px;
    border-bottom:1px solid #dbdbdb;
}

.orderSummaryTitles {
    font-weight: bold;
}

.orderSummaryDot {
    border-bottom: 1px dotted #c0c0c0;
}

.orderSummaryLine {
    border-bottom: 1px solid #c0c0c0;
}

.orderSummaryTotal {
    border-top: 1px solid #c0c0c0;
    font-weight: bold;
}

.validationErrors {
    color: #ff0000;
    margin: 10px 0px 0px 0px;
    font-size: 12px;
    font-weight: normal;
}

.validationErrors ul {
    padding: 0px;
    margin: 0px;
}

.validationErrors ul li {
    margin: 0px 0px 0px 15px;
    padding: 0px;
    background: none;
    list-style: square;
}

#billingAddressSameAsShipping {
    font-size: 12px;
    text-align: right;
    font-weight: normal;
}

p.orderError {
    padding: 0px 0px 0px 20px;
    background: url(../images/error-icon.gif) no-repeat;
}

.orderSummaryResultsName, .nextStepBtn {
    text-align: right;
}


#contactFormBig {}

#contactFormBig h3 {
	margin: 0;
	font-weight: normal;
	line-height: 1.2em;
}

#contactFormBig table {
	width: 150px;
	margin: 15px 0 0 0;
	font-size: .85em;
}

#contactFormBig td {
	padding: 0 0 10px 0;
}

#contactFormBig textarea {
	margin: 0;
	width: 440px;
	height: 100px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .95em;
}

.contactFormBigRequired {color: #777; font-size: 12px;}
.contactFormBigHeading {color:#333; font-size: 16px;}


/*------------------------------------------------*/
/* New CTA SECTION START*/
/*------------------------------------------------*/
.RequestInfoCTA
{
margin: 20px 0px;
padding: 10px 15px;
color: #fff;
background: #6e6e6e url(../images/bgContactForm.gif) repeat-x;
border: 5px solid #fff;
}

.RequestInfoCTA h5
{
font-size: 15px;
font-weight: normal;
margin: 0px 0px 10px 0px;
padding: 0px;
}

.RequestInfoCTA p
{
margin: 0px;
padding: 0px;
}

a.RequestInfo span { display: none; }

a.RequestInfo
{
display: block;
width: 180px;
height: 38px;
padding: 0px;
background: url(../images/content-button-requestinfo.gif) 0px 0px no-repeat;
}

a.RequestInfo:hover { background-position: -180px 0px; }



/*------------------------------------------------*/
/* New Product Page START  (5/12/11)              */
/*------------------------------------------------*/
a.Button.Request
{
display: inline-block;
color: #fff;
font-size: 15px;
font-weight: bold;
margin: 0px 5px;
padding: 8px 13px;
border: 3px solid #fff;

background: #f90200;
background: -moz-linear-gradient(top, #f90200, #b70000);
background: -webkit-gradient(linear, left top, left bottom, from(#f90200), to(#b70000));
filter: progid:DXImageTransform.Microsoft.Gradient( StartColorStr='#f90200', EndColorStr='#b70000', GradientType=0);

box-shadow: 0px 2px 3px rgba(0,0,0,.3);
-moz-box-shadow: 0px 2px 2px rgba(0,0,0,.3);
-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,.3);
}

a.Button.Request:hover
{
text-decoration: none;
background: #f55957;
background: -moz-linear-gradient(top, #f55957, #ce3937);
background: -webkit-gradient(linear, left top, left bottom, from(#f55957), to(#ce3937));
filter: progid:DXImageTransform.Microsoft.Gradient( StartColorStr='#f55957', EndColorStr='#ce3937', GradientType=0);
}

.Clear { clear: both; }

#ProductOverview
{
position: relative;
margin: 0px 0px 0px -26px;
padding-bottom: 20px;
background: url(../images/content-product-back.jpg) 0px 13px no-repeat;
}

#ProductOverview a:link, #ProductOverview a:visited, #ProductOverview a:active
{
color: #1c8396;
text-decoration: none;
}

#ProductOverview a:hover
{
color: #186c7b;
text-decoration: underline;
}

#ProductOverview a.PDF
{
display: inline-block;
padding: 0px 0px 0px 22px;
background: url(../images/content-icon-PDF.png) 0px 1px no-repeat;
}

#ProductOverview a.PDF.Big
{
display: inline-block;
font-size: 18px;
font-weight: bold;
margin: 8px 0px;
padding: 5px 0px 5px 37px;
background: url(../images/content-icon-PDF-big.png) 0px 0px no-repeat;
}

#ProductOverview a.Button.Request { color: #fff; text-decoration: none; }

#ProductOverview h2
{
font-size: 22px;
color: #7c0909;
font-weight: normal;
margin: 0px 0px 10px 0px;
}

#ProductOverview p
{
font-size: 14px;
line-height: 20px;
color: #333;
}

#Share
{
position: absolute;
right: 13px;
top: 2px;
font-size: 12px;
width: 85px;
z-index: 8;
}

#ProductContent
{
float: left;
width: 428px;
margin: 55px 0px 0px 63px;
}

#ProductPhotos
{
float: left;
width: 401px;
}

#ProductRequest
{
float: right;
font-size: 12px;
color: #666;
width: 185px;
text-align: center;
}

#ProductRequest a { margin: 7px 0px; }

/* Tabber override styles */
#ProductTabber.tabberlive { margin: 0px; padding: 0px; }

#ProductTabber.tabberlive a:link, #ProductTabber.tabberlive a:visited, #ProductTabber.tabberlive a:active
{
color: #1c8396;
text-decoration: none;
}

#ProductTabber.tabberlive a:hover
{
color: #186c7b;
text-decoration: underline;
}

#ProductTabber.tabberlive h2
{
font-size: 22px;
color: #7c0909;
font-weight: normal;
margin: 0px 0px -5px 0px;
}

#ProductTabber.tabberlive h3
{
color: #531111;
font-size: 20px;
font-weight: normal;
margin: 0px 0px -10px 0px;
}

#ProductTabber.tabberlive h4
{
color: #5a5445;
font-size: 18px;
font-weight: normal;
margin: 0px 0px -10px 0px;
}

#ProductTabber.tabberlive p
{
font-size: 14px;
line-height: 20px;
color: #333;
}

#ProductTabber.tabberlive li
{
color: #666;
font-size: 14px;
}

#ProductTabber.tabberlive hr
{
background: #ccc;
color: #ccc;
height: 1px;
border: 0px;
}

#ProductTabber ul.tabbernav
{
margin: 0px;
padding: 17px 0px 0px 5px;
background: url(../images/content-product-tabs-back.jpg) 0px 0px no-repeat;
}

#ProductTabber ul.tabbernav li
{
display: inline;
list-style: none;
margin: 0px 8px;
padding: 0px;
}

#ProductTabber ul.tabbernav li a
{
display: inline-block;
color: #1c8396;
font-size: 16px;
font-weight: bold;
text-decoration: none;
margin: 0px;
padding: 8px 15px;
background: none;
border: 0px;
background: #e5d9a5;
background: rgba(255,255,255,0.5);

border-radius: 10px 10px 0px 0px;
-moz-border-radius: 10px 10px 0px 0px;
-webkit-border-radius: 10px 10px 0px 0px;
}

#ProductTabber ul.tabbernav li a:hover
{
color: #186c7b;
background: #eae5ce; 
background: rgba(255,255,255,0.7);
text-decoration: none;
}

#ProductTabber ul.tabbernav li.tabberactive a
{
color: #333;
background: #fff;
}

#ProductTabber ul.tabbernav li.tabberactive a:hover {
color: #000;
background: #fff;
}

#ProductTabber.tabberlive .tabbertab
{
margin: 0px;
padding: 30px 35px 10px 35px;
border: 0px;
background: #fff;
}

#ProductTabber.tabberlive .tabbertab h2 { display: block; }
#ProductTabber.tabberlive .tabbertab h3 { display: block; }
/* Tabber -- End */

#ProductFooter
{
font-size: 12px;
color: #666;
margin: 0px 35px;
padding: 10px 0px;
border-top: 1px solid #ccc;
}

#ProductFooter a:link, #ProductFooter a:visited, #ProductFooter a:active
{
color: #1c8396;
text-decoration: none;
}

#ProductFooter a:hover
{
color: #186c7b;
text-decoration: underline;
}

#ProductFooter #Back
{
float: left;
width: 50%;
margin-top: 12px;
}

#ProductFooter #Back a
{
padding-left: 20px;
background: url(../images/content-back-to-top.gif) 0px 0px no-repeat;
}

#ProductFooter #Request
{
float: left;
text-align: right;
width: 50%;
padding-bottom: 10px;
}

#ProductFooter a.Button.Request { color: #fff; text-decoration: none; }

