@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body {
	line-height: 1;
	display: block;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* pseudo-class order cheat sheet
a:link
a:visited
a:hover
a:active
*/

/* Generic Page Styles */
html {
	height: 100%;
	width: 100%;
}
body {
	height: 100%;
	width: 100%;
	color: #333;
	background-image: url("/_images/topBarRepeatingBG.jpg");
	background-repeat: repeat-x;
	background-color: #CCC;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
}
a:link, a:visited { color: #099; }
a:hover, a:active {
	color: #0D7373;
	opacity: 0.70;
}
h1, h2, h3, h4, h5, h6 {
	color: #099;
	margin: 0 0 10px;
	font-weight: normal;
}
h1 {
}
h2 {
	line-height: 22px;
	font-size: 22px;
}
h3 {
	line-height: 18px;
	font-size: 18px;
}
p { margin-bottom: 18px; }
div.ClrFlt {
	width: 100%;
	height: 1px;
	clear: both;
}
hr {
	margin: 1em 0;
	padding: 0;
	height: 3px;
	display: block;
	border: 0;
	border-top: 1px solid #009C9E;
	background-color: #009C9E;
}
.clear { clear: both; }
strong { font-weight: bold; }


/* Outer Full Page Element Containers */
div.MainContain {
	width: 100%;
	overflow: hidden;
}
div.InnerContain {
	background-position: center top;
	background-repeat :repeat-x;
	margin: 0 auto;
	width: auto;
}

/* Header, Top Nav, and Top Left Palm Frond */
div#Heading {
    margin: auto;
    padding: 0;
    height: 177px;
    width: 960px;
}
div#HeaderBar {
    height: 182px;
    position: relative;
    background-image: url("/_images/topBarRepeatingBG.png");
    background-position: center top;
    background-repeat: repeat-x;
	background-color: transparent;
}
div#HeaderBarBackground {
	height: 198px;
	overflow: hidden;
	background-image: url("/_images/headerTopBG.jpg");
	background-position: center top;
	background-repeat: no-repeat;
}
div#PalmLogo {
    height: 157px;
    margin-left: -627px;
    margin-top: 25px;
    overflow: hidden;
    background-image: url("/_images/palmPrintingLogo.png");
    background-position: center top;
    background-repeat: no-repeat;
}
div#fbIconHolder {
	width: 54px;
	height: 54px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 35px;
	right: 8px;
}
div#LIIconHolder {
	width: 54px;
	height: 49px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100px;
	right: 8px;
}
div#TopHorizNav {
    margin: 0 auto 10px;
    padding: 0 20px;
    height: 30px;
    width: 960px;
    position: absolute;
    top: 159px;
	left: -20px;
    font-weight: bold;
}
div#TopHorizNav ul {
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
	line-height: 1.0;
	list-style: none;
}
div#TopHorizNav ul li {
	position: relative;
	float: left;
	background: transparent;
}
div#TopHorizNav ul li a {
	padding: 0.75em 1em;
	display: block;
	position: relative;
	border-left: none;
	border-top: none;
	text-decoration: none;
	text-shadow: 1px 1px 2px #222;
	color: #FFF;
}
div#PalmFrondSideArt {
    margin-left: -1130px;
    margin-top: -198px;
    height: 387px;
    overflow: hidden;
	background-image: url("/_images/leftTopPalmOverLay.png");
    background-position: center top;
    background-repeat: no-repeat;
}

/* Page Content Containers */
div#PageContentOuter {
    margin: 17px auto -21px;
    padding-bottom: 0;
    padding-top: 0;
	padding: 0 10px;
    width: 960px;
	position: relative;
    float: none;
    overflow: hidden;
	background: url("/_images/nav1CurrentBg.png") repeat scroll 0 0 transparent;
    z-index: 1500;
}
div#PageContentInner {
	margin-bottom:-21px;
    width: 960px;
    position: relative;
    float: left;
    background-color: #FFF;
    background-repeat: repeat-y;
}

/* Sidebar */
div#LeftSidebar {
	width: 220px;
	float: left;
	clear: none;
}
	/* Featured Products */
div#FeatProdTopCap {
    margin-bottom: -10px;
    margin-left: -14px;
    margin-top: 8px;
    height: 68px;
    overflow: hidden;
    background-image: url("/_images/leftNavFeaturedProductCap.png");
    background-repeat: no-repeat;
}
div#FeatProdContent {
	margin: 0 0 20px;
	padding: 10px;
	width: 230px;
	border-top: none;
	text-align: left;
}
div#FeatProdContent a {
    margin-left: -24px;
	height: auto;
	display: block;
    overflow: hidden;
    background-color: transparent;
    background-image: url("/_images/leftNavProductsCapRepeatingBG.png");
    background-repeat: repeat-y;
    font-size: 11px;
}
div#FeatProdContent a img {
	margin-left: 39px;
	max-width: 180px;
	max-height: 180px;
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
div#FeatProdBotCap {
    margin-left: 6px;
    margin-top: -30px;
    height: 25px;
    overflow: hidden;
    background-image: url("/_images/leftFeaturedProductBottomCap.png");
    background-repeat: no-repeat;
}

div#ProdNavTopCap {
    margin-bottom: -10px;
    margin-left: -14px;
    height: 68px;
    overflow: hidden;
    background-image: url("/_images/leftNavProductsCap.png");
    background-repeat: no-repeat;
}
div#ProdNavPrintProdTopCap {
    margin-bottom: -10px;
    margin-left: -14px;
    height: 68px;
    overflow: hidden;
    background-image: url("/_images/leftNavPrintedProductsCap.png");
    background-repeat: no-repeat;
}
div#ProdNav,
div#WideFormatNav,
div#ResourcesNav {
    margin: 0 0 20px;
    padding: 10px 11px 10px 9px;
    border: none;
	font-weight: bold;
}
div#ProdNav ul,
div#WideFormatNav ul,
div#ResourcesNav ul {
	margin: 0;
	padding: 0;
	position: relative;
	list-style: none;
}
div#ProdNav ul li,
div#WideFormatNav ul li,
div#ResourcesNav ul li {
	margin: 0;
	border-bottom: 1px solid #EEE;
}
div#ProdNav ul li a,
div#WideFormatNav ul li a,
div#ResourcesNav ul li a {
    margin-left: -8.5px;
    margin-right: -3px;
	padding: 2px 20px 2px 10px;
    width: 198px;
    overflow: hidden;
	display:block;
    background-image: url("/_images/leftNavRepeatingBG.png");
    background-position: center top;
    background-repeat: repeat-y;
	background-color:transparent;
	font-size: 13px;
    text-align: center;
	text-shadow: 1px 1px 2px #000000;
	text-decoration:none;
	color:#FFFFFF;
}
div#ProdNav ul li a:hover,
div#WideFormatNav ul li a:hover,
div#ResourcesNav ul li a:hover {
	background-image: none;
	color: #FC0;
	text-decoration: none;
}
div#WideFormatTopCap {
	margin-bottom:-10px;
    margin-left: -14px;
	margin-top:-30px;
    height: 61px;
    overflow: hidden;
    background-image: url("/_images/leftNavSignsBannersCap.png");
    background-repeat: no-repeat;
}
div#ResourcesTopCap {
	margin-bottom:-10px;
    margin-left: -14px;
	margin-top:-30px;
    height: 61px;
    overflow: hidden;
    background-image: url("/_images/siteResourcesCap.png");
    background-repeat: no-repeat;
}
div#ResourcesBotCap {
	margin-bottom: -10px;
    margin-left: 12px;
	margin-top: -30px;
    height: 61px;
    overflow: hidden;
    background-image: url("/_images/leftNavBottomCap.png");
    background-repeat: no-repeat;
}


/* Page Specific Content */
div#PgSpecContent {
    margin-top: 15px;
	margin-bottom: 125px;
    padding: 0 10px;
    width: 715px;
    float: left;
}
div#PgSpecContent h1 {
	font-weight: bold;
	font-size: 20px;
}
div#PageBotChicken {
    margin-right: 12px;
    margin-top: 18px;
    width: 700px;
    height: 115px;
    left: 245px;
    bottom: 0;
    float: right;
    overflow: hidden;
    position: absolute;
    background: url("/_images/productpageBottomBG.png.png") no-repeat scroll 0 0 transparent;
}
div#ProductSection {
    margin: 3px 5px;
	margin-bottom: 125px;
	padding-top: 75px;
    width: 700px;
    float: right;
    background: url("/_images/productpageTopBG.png.png") no-repeat scroll 0 0 transparent;
}
div#tabs img { float: right; }
#FileHolder { margin-bottom: 20px; }
#GlobalProgress { display: none; }

div#FileHolder table.table-striped tbody.files tr.template-download td.name { max-width: 470px;} /* File Uploads to truncate long file names so we can still see the delete key */


/* Add bullets to lists for specific sections */
div.Bullets ul { padding-left: 40px; }
div.Bullets ul li { list-style: disc outside; }

/* Pricing for Product Pages */
div#PriceContainer {
	width: 33%;
	float: right;
}
div#PricingOptions {
    margin-left: -14px;
    margin-top: 5px;
    width: 240px;
    background: none #FFC;
	border-style: none solid solid;
	border-width: 0 1px 1px;
	border-color: #099;
    -moz-box-shadow: 0 0 5px #CCC;
    -webkit-box-shadow: 0 0 5px #CCC;
    box-shadow: 0 0 5px #CCC;
}
div#PricingOptions fieldset {
    margin: 0;
    padding: 0 10px;
    position: relative;
    border: none;
	display: none;  /* Hide option to select a price */
}
div#PricingOptions fieldset legend { display: none; }
div#PricingOptions fieldset label {
	margin: 0;
	width: auto;
	float: left;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	display: block;
}
div#PricingOptions fieldset select {
	margin-bottom: 5px;
	width: 100%;
	display: block;
	line-height: 14px;
}
div#PriceResults {
    margin: 0;
    padding: 0 10px;
    position: relative;
	font-size: 18px;
}
div#PriceResults div.PriceTotalContainer {
	margin-top: 7px;
}
div#PriceResults span.PriceTotalLabel {
	padding: 0 0 5px;
	float: left;
}
div#PriceResults span.PriceTotalValue {
	padding: 0 0 5px;
	float: right;
	color: #900;
	font-weight: bold;
}
div#PriceResults div.PricePerPieceContainer {
	margin-top: 35px;
	clear: both;
	border-top: 1px #ccc solid;
	font-size: 14px;
}
div#PriceResults span.PricePerPieceLabel {
	padding: 0 0 5px;
	float: left;
}
div#PriceResults span.PricePerPieceValue {
	padding: 0 0 5px;
	float: right;
}

/* Product Details */
div#ProductDetails {
	padding-left: 10px;
	width: 445px;
    float: right;
}
div#ProductDetails h4 {
	margin-top: 18px;
	margin-bottom: 0;
	top: -1px;
	line-height: 18px;
	font-size: 15px;
	font-weight: bold;
}


/* Footer */
div#FooterOuter {
    height: 240px;
    position: relative;
    overflow: hidden;
    background-image: url("/_images/footerPalmOverLay.png"); /* Palm Frond */
    background-position: center bottom;
    background-repeat: no-repeat;
}
div#FooterMiddle {
    width: auto;
    height: 225px;
	color: #FFF;
	border: none;
    padding: 0.75em 1em;
    text-decoration: none;
    text-shadow: 1px 1px 1px #000;
	clear: both;
}
div#FooterMiddle a:link,
div#FooterMiddle a:visited {
    color: #FFFFFF;
    text-decoration: none;
}
div#FooterMiddle a:hover,
div#FooterMiddle a:active {
	color: #0D7373;
	opacity: .85;
}
div#FooterGuts {
	margin: -15px auto 0;
	width: 960px;
	overflow: hidden;
}
div#FooterGuts ul {
	margin: 32px auto -28px -10px;
	padding: 0;
	width: 960px;
	height: 30px;
	overflow: hidden;
	font-weight: bold;
}
div#FooterGuts ul li { float: left; }
div#FooterGuts ul li a:link,
div#FooterGuts ul li a:visited {
	padding: 0.75em 1em;
	border: none;
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;
}
div#FooterImgs {
	height: 225px;
	width: auto;
	clear: both;
}
div#FooterBG {
    margin-top: -220px;
    height: 220px;
    float: none;
    overflow: hidden;
    background-image: url("/_images/footerRepeatingBG.jpg");
    background-position: left 0;
    background-repeat: repeat-x;
}

/* Forms */
div#PgSpecContent form fieldset {
	margin:0 0 10px;
	padding: 5px;
	width: 695px;
	-moz-box-shadow: 2px 2px 3px #ccc;
	-webkit-box-shadow: 2px 2px 3px #ccc;
	box-shadow: 2px 2px 3px #ccc;
	border: 1px #bbb solid;
}
div#PgSpecContent form fieldset div.TxtNtry,
div#PgSpecContent form fieldset div.TxtNtryShrt {
	margin: 0 0 10px;
	padding: 6px 10px;
	border-bottom: 1px #CCC solid;
	background: #E9E9E9;
}
div#PgSpecContent form fieldset div.TxtNtryShrt {
	display: inline-block;
	width: 30%;
}
div#PgSpecContent form fieldset label {
	margin: 0 0 2px; 
	width: auto;
	float:none;
	display: block;
	font-weight: bold;
	line-height: normal;
	text-align: left;
	font-size: 12px;
}
div#PgSpecContent form fieldset div.TxtNtryShrt label { display: inline; }
div#PgSpecContent form fieldset input[type=text],
div#PgSpecContent form fieldset textarea {
	margin: 0;
	padding: 2px 4px;
	width: 98%;
	border: 1px #ccc solid;
}
div#PgSpecContent form fieldset input[type=text] {
	height: 18px;
}
div#PgSpecContent form fieldset span.Rqd {
	padding: 0 0 0 3px;
	color: #F00;
}

/* Form Validation */
#SubmitBtn, #ClearBtn, #AjaxSubmitError {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	cursor: pointer;
	-webkit-box-shadow: inset 0 0 18px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: inset 0 0 18px rgba(0, 0, 0, 0.6);
	box-shadow: inset 0 0 18px rgba(0, 0, 0, 0.6);
	-webkit-border-radius:13px;
	-moz-border-radius:13px;
	border-radius:13px;
}
#AjaxSubmitError {
	display: none;
	width: 95%;
	background-color: #F00;
	color: #000;
	margin-bottom: 10px;
}
#SubmitBtn {
	float: left;
	width: 70%;
	background-color: #009C9E;
	color: #FFF;
}
#SubmitBtn:hover {
	background-color: #3FCFD1;
	color: #000;
}
#ClearBtn {
	float: right;
	width: 28%;
	background-color: #FF0;
	color: #000;
}
#ClearBtn:hover { background-color: #F00; }

/* Z-INDEX */
 .formError { z-index: 990; }
    .formError .formErrorContent { z-index: 991; }
    .formError .formErrorArrow { z-index: 996; }

    .ui-dialog .formError { z-index: 5000; }
    .ui-dialog .formError .formErrorContent { z-index: 5001; }
    .ui-dialog .formError .formErrorArrow { z-index: 5006; }




.inputContainer {
	position: relative;
	float: left;
}

.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	cursor: pointer;
	text-align: left;
}

.formError.inline {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none;
}

.formError .formErrorContent {
	width: 100%;
	background: #ee0101;
	position:relative;
	color: #fff;
	min-width: 120px;
	font-size: 11px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	-o-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
}

.formError.inline .formErrorContent {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position:relative;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
	margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	margin: 0px 0 0 12px;
	top:2px;
}

.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	-o-box-shadow: 0 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: #ee0101;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #33be40;
}

.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow .line10 {
	width: 15px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}

.formError .formErrorArrow .line1 {
	width: 1px;

	border: none;
	background: #ddd;
}