/*
 * Promo Depot CSS
 */
body {
	margin: 0 0 50px 0;
	padding: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.5em;
	font-size: 12px;
	color: #111;
	background: url('../images/body-bkg.png');
}

h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1.2em;
}

h2 {
	font-size: 24px;
	color: #B5B5AD;
}

h2.padded {
	padding-top: 20px;
}

p {
	padding: 0;
	margin: 0 0 20px 0;
}

ul {
	padding: 0 0 0 20px;
	margin: 0 0 20px 0;
}

a {
	color: #903223;
	text-decoration: none;
}

a:hover {
	color: #211B18;
}

a img {
	border: none;
}

/*
 * Helpers
 */
.break {
	clear: both;
}

.nobullets {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}

.searchContainer {
	margin-left: -9999px;
	float: left;
	display: none;
}

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

ul.nav li {
	float: left;
}

ul.nav li a {
	display: block;
	float: left;
}

ul.fancy {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}

ul.fancy li {
	padding-left: 12px;
	margin-left: 7px;
	background: url('../images/bullet.png') 0 4px no-repeat;
}

/*
 * Layout stuff
 */
/* Centralizers */
.centralizer {
	width: 860px;
	margin: 0 auto;
	position: relative;
}

#outterWrapper {
	background: #fff;
}

body#home #outterWrapper {
	background: #fff url('../images/home-bkg.png') center 490px no-repeat;
}

#page {
	width: 640px;
	float: left;
/*	background: #eee;*/
}

#pageLeftCol, #pageRightCol {
	float: left;
}

#pageLeftCol {
	width: 310px;
/*	background: #c0a;*/
}

#pageRightCol {
	width: 320px;
	margin-left: 7px;
/*	background: #067;*/
}

#pageLeftCol .spacer {
	padding: 7px 0px 7px 13px;
}

#pageRightCol .spacer {
	padding: 7px 0px 7px 12px;
}


#pageLeftCol .contentSpacer, #pageRightCol .contentSpacer {
	padding: 0 20px;
}

#mainContent {
	width: 791px;
	margin: 5px 0;
	background: url('../images/mainContent-bkg-inner.png') 5px 3px repeat-y;
}

*html #mainContent {
	margin: 0;
	padding: 5px 0;
}

body#home #mainContent {
	margin: 0px;
	background: url('../images/mainContent-bkg.png') right repeat-y;
}

#sidebarWrapper {
	width: 151px;
	height: 300px;
	float: left;
	margin-top: -38px;	
	background: url('../images/sidebar-visitEStores.png') top left no-repeat;
	position: relative; /* IE6 workaround */
}

body#home #sidebarWrapper {
	margin-top: -33px;
}
*html body#home #sidebarWrapper {
	margin-top: -38px;
}


#sidebar {
	margin: 80px 7px 0 7px;
}

#sidebarContent {
	height: 455px;
	overflow: auto;
	padding:0 5px;
}

.estoreEntry {
	text-align: center;
	margin: 6px auto;
	padding: 3px;
	border: 2px dashed #FFF;	
	width:96px;
}

.estoreEntry.hover {
	border: 2px dashed #D6D5D0;	
}
.estoreEntry img{
/*	width:90px;
	height:90px;*/
	margin:3px;
}

.productLineEntry {
	float: left;
	text-align: center;
	margin: 10px 0px;
	width: 50%;
}






/*
 * Nav
 */
#navbar {
	background: #B5B4AF;
	height: 33px;
	line-height: 33px;
}

#navbar ul.nav {
	float: left;
}

#searchBox {
	width: 300px;
	float: left;
	margin-left: 15px;
	height: 26px;
	line-height: 26px;
	padding-top: 7px;
}

#searchBox img {
	display: inline;
	float: left;
	margin-right: 5px;
}

#searchBox form {
/*	padding-left: 110px;*/
/*	margin-top: 7px;*/
}

#searchText {
	width: 120px;
	border: none;
	float: left;

}

a#searchSubmitLink {
	text-indent: -9999px;
	float: left;
	display: block;
	width: 22px;
	height: 19px;
	line-height: 19px;
	background-image: url('../images/nav-submit-button.png');
	background-position: 0 0;
	background-repeat: no-repeat;
}
a:hover#searchSubmitLink {
	background-position: 0 -19px;
}


#navbar ul li a {
	text-indent: -9999px;
	display: block;
	height: 33px;
	line-height: 33px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
#navbar ul li a:hover, body#productsAndServices #navProducts a, body#aboutUs #navAboutUs a, body#shoppingCart #navShoppingCart a, body#home #navHome a {
	background-position: 0 -33px;
}

#navHome a {
	background-image: url('../images/nav-home.png');
	width: 42px;
}

#navProducts a {
	background-image: url('../images/nav-products.png');
	width: 147px;
}

#navAboutUs a {
	background-image: url('../images/nav-aboutUs.png');
	width: 73px;
}

#navShoppingCart a {
	background-image: url('../images/nav-shoppingCart.png');
	width: 99px;
}

/*
 * Header
 */
#headerWrapper {
	height: 134px;
	background: url('../images/header-bkg.png') top repeat-x;
	position: relative;
	margin-bottom: 3px;
}

#topBanner {
	position: absolute;
	top: 40px;
	left: 160px;
}

#header {
	height: 134px;
	background: url('../images/header-bottomStripes.png') bottom repeat-x;
}

#header h1 {
	padding: 0;
	text-indent: -9999px;
	background: url('../images/header-logo.png') top left no-repeat;
	height: 98px;
	position: absolute;
	top: 25px;
	width: 142px;
	margin: 0;
}

#clientLogin {
	display: block;
	width: 85px;
	height: 12px;
	line-height: 12px;
	position: absolute;
	top: 65px;
	right: 0px;
	text-indent: -9999px;
	background-image: url('../images/header-clientLogin.png');
	background-position: 0 0;
	background-repeat: no-repeat;
}
a:hover#clientLogin {
	background-position: 0 -12px;
}

/*
 * Footer
 */
#footer {
	
}

#copyright {
	font-size: 9px;
	width: 680px;
	float: left;
	margin-top: 5px;
}

#entermotion {
	margin-top: 10px;
	width: 20px;
	float: right;
	display: block;

}

#contactUs {
	height: 38px;
	line-height: 38px;
	background: #92122B;
	clear:both;
}

#contactUs .centralizer {
	background: url('../images/footer-contactInfo.png') top left no-repeat;
}

#contactUs p {
	display: none;
}

#contactUs #emailLink {
	width: 59px;
	height: 38px;
	background-image: url('../images/footer-email.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	float: right;
	margin-right: 7px;
}
#contactUs a:hover#emailLink {
	background-position: 0 -38px;
}

/*
 * Home page
 */
body#home #pageLeftCol {
	width: 350px;
}

body#home #pageRightCol {
	width: 280px;
} 

body#home #pageRightCol h2 {
	margin: 0;
	padding: 0;
	background: url('../images/home-mainHeading.png') left top no-repeat;
	text-indent: -9999px;
	width: 276px;
	height: 114px;
}
body#home #pageRightCol .intro {
	width: 276px;
}

body#home #pageRightCol .intro p {
	text-align: center;
	width: 250px;
	margin: 0;
	padding-top: 3px;
	padding-left: 20px;
	line-height: 1.6em;
	*margin-top: -8px;
}

#homeMiddleButtons {
	padding: 11px 0 21px 0;
}

#learnMoreButton, #signUpButton {
	height: 25px;
	display: block;
	float: left;
	text-indent: -9999px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

a:hover#learnMoreButton, a:hover#signUpButton {
	background-position: 0 -25px;
}

#learnMoreButton {
	background-image: url('../images/home-learnMore-button.png');
	width: 350px;
}

#signUpButton {
	background-image: url('../images/home-emailSignup-button.png');
	width: 253px;
	margin-left: 20px;
}

#homeBottomNav {
	margin-bottom: 10px;
}

#homeBottomNav ul li a {
	width: 95px;
	height: 119px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	padding-right: 11px;
}

#homeBottomNav ul li a:hover {
	background-position: 0 -119px;
}

#homeBottomNav ul li#homeBottomNavMerchandise a {
	background-image: url('../images/home-merchandise-bottomButton.png');
}

#homeBottomNav ul li#homeBottomNavMarketingCampaigns a {
	background-image: url('../images/home-marketingCamp-bottomButton.png');
}

#homeBottomNav ul li#homeBottomNavSignsAndBanners a {
	background-image: url('../images/home-signs-bottomButton.png');
}

#homeBottomNav ul li#homeBottomNavProductLines a {
	background-image: url('../images/home-productLines-bottomButton.png');
}

#homeBottomNav ul li#homeBottomNavGraphicDesign a {
	background-image: url('../images/home-graphic-bottomButton.png');
}

#homeBottomNav ul li#homeBottomNavAwardsAndRecognition a {
	background-image: url('../images/home-awards-bottomButton.png');
}


/*
 * About Us page
 */
body#aboutUs #pageLeftCol h2 {
	background: url('../images/aboutUs-heading.png');
	text-indent: -9999px;
	height: 49px;
	width: 298px;
}

ul#arrowNav {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}

#arrowNav a {
	display: block;
	text-indent: -9999px;
	height: 44px;
	width: 310px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

#arrowNav a:hover, #arrowNav .selected a {
	background-position: 0 -44px;
}

ul#arrowNav li#arrowNavMerchandise a {
	background-image: url('../images/arrow-merchandise.png');
}

ul#arrowNav li#arrowNavMarketingCampaigns a {
	background-image: url('../images/arrow-marketing.png');
}

ul#arrowNav li#arrowNavSignsAndBanners a {
	background-image: url('../images/arrow-signs.png');
}

ul#arrowNav li#arrowNavProductLines a {
	background-image: url('../images/arrow-lines.png');
}

ul#arrowNav li#arrowNavSalesPromotions a {
	background-image: url('../images/arrow-promotions.png');
}

ul#arrowNav li#arrowNavCompanyEstores a {
	background-image: url('../images/arrow-estores.png');
}

ul#arrowNav li#arrowNavGraphicDesign a {
	background-image: url('../images/arrow-graphic.png');
}

ul#arrowNav li#arrowNavAwardsAndRecognition a {
	background-image: url('../images/arrow-awards.png');
}


/*
 * Products and services page
 */
body#productsAndServices #pageLeftCol h2 {
	text-indent: -9999px;
	height: 49px;
	width: 298px;
}

body#productsAndServices #pageLeftCol h2.main {
	background: url('../images/products-heading.png');
}

body#productsAndServices #pageLeftCol h3 {
	height: 13px;
	width: 130px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin: 0 0 5px 0;
}

h3#creativeDepartment {
	background-image: url('../images/products-creativeDepartment.png');
}

h3#inventoryControl {
	background-image: url('../images/products-inventoryControl.png');
}

h3#imprinting {
	background-image: url('../images/products-imprinting.png');
}

/*
 * Shopping page
 */
body#shoppingCart #page, body#store #page {
	width: 860px;
}

body#shoppingCart #mainContent, body#store #mainContent {
	background: #fff;
	width: 860px;
}


/*
 * Email promotions/sign up page
 */
body#signup #pageLeftCol h2 {
	background: url('../images/email-promotions-heading.png');
	text-indent: -9999px;
	height: 49px;
	width: 298px;
}



/*
 * Slideshow
 */
#slideshowContainer {
/*	height: 199px;
	width: 306px;*/
	background: #EEEDE9;
	position: relative;
}

#slideshowContainer div {
	position: absolute;
	top: 0px;
	left: 0px;
}


/*
 * Emails page
 */
body#emails #mainContent {
	background: #fff;
	padding-bottom: 150px;
}

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

ul.emailList li {
	padding: 2px 0;
}

#emailsTable {
	width: 100%;
	border-collapse: collapse;
}

#emailsTable .name {
	font-weight: bold;
}

#emailsTable tr td {
	border: 1px solid #E4E3DC;
	padding: 5px;
}


/*
 * Contact Info Popup 
 */


#mainContentCentralizer {
	position: relative;
}

#contactInfoPopup {
	position: absolute;
	top: -5px;
	background: #A21430;
	color: #fff;
	width: 230px;
/*	height: 100px;*/
	right: 165px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.3em;
	z-index: 1000;
}

#contactInfoPopup .heading {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 3px;
}

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

#contactInfoPopup p {
	margin-bottom: 10px;
}


/* 
 Store
 */
#productsListing {
	margin-bottom: 40px;
	_margin-left:0;
	width: 640px; 
	float: left;
}

#productsListing, .productDetail {

}

#productsListing ul {
	margin: 20px 0;
	padding: 0;
}

#productsListing li, #productsListing .productItem {
	width: 154px;
	display: block;
	float: left;
	background: url('../images/store-product-thumb.gif') center top no-repeat;
	text-align: center;
	font-weight: bold;
	margin: 10px 5px 10px 0;
	font-size: 11px;
}
* html #productsListing .productItem {
	margin: 5px 2px 5px 0;
}

#productsListing .productItem img { display: block; }

#productsListing li a,  #productsListing .productItem a {
	color: #000;
	font-weight: normal;
}
#productsListing li a:hover,  #productsListing .productItem a:hover {
	color:#941624;
}
.productThumbnail {
	padding: 10px;
}


.productPhotos {
	float: left;
}

#productPhotoContainer {
	margin-bottom: 20px;
}

.productGalleryItem {
	margin: 0 5px 5px 0;
	float: left;
}

.productDescriptionContainer {
	float: left;
	margin-left: 30px;
	width:300px;
}

table.store {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
.store thead {
	margin-bottom: 5px;
	background:url(../images/header-bottomStripes.png) bottom left repeat-x;
}
.store thead td {
	font-weight: bold;
	line-height: 30px;
}
.store td {
	margin: 0 auto;
	padding: 10px 5px;
}

.store tbody td {
	border-bottom: 1px dashed #EEEEEC;
}

.store tbody tr.taxCostRow td { border-bottom: none; }
.store#cartTable tbody tr.shippingCostRow td { border-bottom: none; }

.store td img {
	display: block;
	margin: 0 auto;
}
.store .odd {
	background: #f1f1f1;
}

body.store h3.padded {
	margin: 20px 0 0 0;
	color: #B5B4AF;
	font-weight: bold;
}

.button, 
.cartToolbar a {
	display: block;
	background: #92122B;
	color: #fff;
	float: left;
	margin: 0 10px 0 0;
	padding: 5px 8px;
	border:0;
}
.cartToolbar {
	min-height: 30px;
	clear: both;
	padding: 10px 0 0 0;
	background:#fff;
}

.button:hover,
.cartToolbar a:hover {
	background: #000;
	color:#fff;
}

.button { cursor: pointer; }

.store .tiny {
	width: 30px;
}

.finalPriceRow {
	background:url(../images/header-bottomStripes.png) top left repeat-x;
}

.finalPriceCell {
	font-weight: bold;
}


#shopContent {
	background: url('../images/store-categories.gif') top left repeat-y;
}
#shopContent h2 {
	clear: both;
	color: #B5B5AD;
	font-size: 15px;
	font-weight: bold;
	margin: 10px 0 ;
}

#orderContent .arrow {
	background: url('../images/store-category.gif') no-repeat #fff;
	color: #B5B4AF;
	text-transform: uppercase;
	padding: 14px 0 14px 10px;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	width: 400px;
	font-family:arial;
	letter-spacing:1px;
	clear:both;
}


.store div.categories {
	float: left;
	width: 188px;
	margin: 10px;
}


.store div.categories h2 {
	background:url('../images/store-category-logo.gif') right top no-repeat;
	padding:10px 0 15px 0 !important;
	width:178px;
}
.store div.categories h2 img {
	display:block;
	margin:0 auto 10px auto;
	
}

.store div.categories h2 a{
	color:#B5B5AD;
}
.store div.categories h2 a:hover{
	color:#000;
}
.store div.categories ul {
	list-style: none;
	padding: 0;
	margin: 0;
	letter-spacing: 1px;
}

.store div.categories ul a {
	color: #000;
}

.store div.categories ul a:hover {
	color: #903223;
}

#productPhotoContainer {
/*	background: url('../images/store-product-bg.gif') top left;*/
	border: 2px dashed #D6D5D0;	
	padding: 15px;
	margin-top: 20px;
	width:250px;
}
#productPhotoContainer img {
	margin: 0 auto;
	display: block;	
}
.productDescriptionContainer {
	margin-top: 20px;
}

.groupContainer{
	margin-top: 20px;
}
	
.productDescriptionContainer h3, .productPrice {
	color: #B5B4AF;
	font-size: 16px;
	font-weight: bold;
}

.onSaleOriginalPrice {
	font-size: 12px;
	color: #888;
	font-weight: normal;
}

.productAddToCart ,.productAddToCart a {
	color: #941624;
	font-weight: bold;
	font-size: 14px;
	margin-top: 20px;
}
.productAddToCart a:hover{
	color:#000;
}
.productPhotoGallery {
/*	background: url('../images/store-thumbnails.gif') repeat-x;*/
	border-top: 2px dashed #D6D5D0;	
	border-bottom: 2px dashed #D6D5D0;	
	padding: 7px 0;
}

#allCategories {
	background: url('../images/header-bottomStripes.png') left 50px repeat-x #fff;
	padding-bottom: 20px;
	clear:both;
	width: 860px;
}

#allCategories div.store{
	display: block;
	background: #fff;	
	list-style: none;
	background: url('../images/header-bottomStripes.png') left bottom repeat-x #fff;
	padding-bottom:20px;
	margin-top: 35px;	
	text-align: center;
	clear:both;
	width:860px;
}
#allCategories div.store a {
	display: block;
/*	width: 130px;*/
/*	height: 130px;*/
/*	padding-top: 5px;*/
	padding: 5px;
	margin: 0 15px;	
	float:left;
	border: 2px dashed #fff;
}
#allCategories div.store a:hover {
/*	background: url('../images/store-logo-bg.gif') top left no-repeat;*/
	border: 2px dashed #D6D5D0;	
}


.checkout {
	background: #fff;
	width:860px;
	overflow:hidden;
	margin-bottom:0;
	padding-bottom:30px;
}

.storeCol1, .storeCol2 {
	background: url('../images/store-login.gif') top left no-repeat;
/*	border: 2px dashed #C9CAC5 ;*/
	width: 236px;
	height: 250px;
	padding: 20px 35px 0 35px;
	float: left;
	margin:20px 20px 0 0;
}
.userRegistrationForm {
	clear: both;
}



.message{
	background:#fff;
	width:100%;
	padding:50px 0;
}

.message p, .message h2{
	margin: 0;
}


.checkout dd{
	padding:0;
	margin-left:0;
}
.checkout dd{
	margin-bottom:10px;
}

#newUserRegistrationForm{
	min-width:100%;
	clear:both;
}

.err404{
	min-height:455px
}

.whatYouAreBuyingContainer {
	margin-bottom: 40px;
}

dl {
	width: 60%;
}

dt, dd {
	float: left;
	margin: 0;
	padding: 3px 0;
}

dt {
	width: 60%;
	clear: both;
}

dd {
	width: 40%;
}

#userRegistrationForm dt {width: 40%;}
#userRegistrationForm dd {width: 55%;}
#userRegistrationForm dd input.text {width: 97%;}

.store textarea {
	width: 60%;
}

.store .checkout input.text, .store textarea {
	border: 1px solid #B5B4AF;
}

#paymentInfo .store .checkout input.text { width: 100%; }

#searchBox {
/*	padding-top: 7px;*/
}

.loginWarning {
	color: #c30;
	font-weight: bold;
}

hr {
	margin: 30px 0;
	border: none;
	border-top: 1px solid #B5B4AF;
	*margin: 5px 0 20px 0; /* IE7 Fix */
	*height: 1px;
}


/*
 * New Send File page
 */
body.sendFile #mainContent {
	background: url('../images/mainContent-bkg-inner-nocols.png') 5px 3px repeat-y;
}

body.sendFile #page {
	padding: 10px 20px;
	width: 600px;
	min-height: 500px;
}

#formWarning {
	color: #c30;
	font-weight: bold;
}

#progressBar {
	width: 5%; 
	height: 30px; 
	line-height: 30px; 
	padding-left: 10px; 
	background: #92122b;
	color: #fff;
	font-weight: bold;
	text-shadow: 0 0 0.2em rgba(0,0,0, 0.8);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

#progressBar img {
	margin-top: 7px;
}

#sendUsAFileButton {
	display: block;
	width: 85px;
	height: 12px;
	line-height: 12px;
	position: absolute;
	top: 66px;
	right: 95px;
	text-indent: -9999px;
	background-image: url('../images/sendafile.png');
	background-position: 0 -12px;
	background-repeat: no-repeat;
}
a:hover#sendUsAFileButton {
	background-position: 0 0;
}



