/* --Copyright 2006, Cristaff(TM).  All rights reserved.-- */
/* --All code as well as elements related to design including images, color, and layout are copyright of Cristaff(TM) and may not-- */
/* --be reproduced.-- */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                           Print style sheet                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* --The #header-homepage section will print the header for the homepage at the top of the page -- */
#header-homepage {
	display: list-item;
	list-style-image: url(/images/en/header.png);
	list-style-position: inside;
	letter-spacing: -1000em;
	font-size: 1pt;
	color: #fff;
    zoom: 85%;
}
/* --The #header section will print the header at the top of the page (for every page that is not the main homepage) -- */
#header {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/header.png);
	list-style-position: inside;
	letter-spacing: -1000em;
	font-size: 1pt;
	color: #fff;
    zoom: 85%;
}

/* --The "#left_nav" and "#topnavbar" section will ensure that the left navigation bar and the top navigation bar are not-- */
/* --displayed on the printed out page.-- */
#left_nav { display: none;}
#topnavbar { display: none;}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                  Start Photo Collage printed on top page           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* --The #photo-collage section will print the photo collage image that is displayed on the "Welcome to Cristaff" webpage that-- */
/* --is displayed after the intro animation.-- */
#photo-collage {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/print_bigphoto1_528px-wide.jpg);
	list-style-position: inside;
	letter-spacing: -1000em;
	font-size: 1pt;
	color: #fff;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                    End Photo Collage printed on top page           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          Start Product Portfolio overview Big Thumbnails           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* --big-thumnails section applies to Products Portfolio overview jumbo thumbnails.  Because the browser does not print CSS coded-- */
/* --pages correctly I have had to create the big thumbnails preview photos with the text hardcoded as part of the preview-- */
/* --photo and saved as part of the .jpg image that is printed out.  This is different from the website where the .jpg image is-- */
/* --displayed by itself and the website .html and CSS code are responsible for the text underneath the big thumbnails preview-- */
/* --photos.  I need to explicitly call / print each individual big thumnail preview photos and cannot process it as a loop-- */
/* --from image #1 to image #30.-- */
#big-thumbnails a#big-thumbnail01 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail01_250px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 220px;
	color: #000000;
}
#big-thumbnails a#big-thumbnail02 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail02_250px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 220px;
	color: #000000;
}
#big-thumbnails a#big-thumbnail03 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail03_250px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 220px;
	color: #000000;
}
#big-thumbnails a#big-thumbnail04 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail04_250px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 220px;
	color: #000000;
}
#big-thumbnails a#big-thumbnail05 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail05_250px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 220px;
	color: #000000;
}
#big-thumbnails a#big-thumbnail06 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail06_250px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 220px;
	color: #000000;
}
#big-thumbnails a#big-thumbnail07 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail07_250px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 220px;
	color: #000000;
}
#big-thumbnails a#big-thumbnail08 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail08_250px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 220px;
	color: #000000;
}
#big-thumbnails a#big-thumbnail09 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail09_250px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 220px;
	color: #000000;
}
#big-thumbnails a#big-thumbnail10 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail10_250px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 220px;
	color: #000000;
}
#big-thumbnails a#big-thumbnail11 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail11_250px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 220px;
	color: #000000;
}
#big-thumbnails a#big-thumbnail12 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail12_250px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 220px;
	color: #000000;
}
#big-thumbnails a#big-thumbnail13 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail13_250px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 220px;
	color: #000000;
}
#big-thumbnails a#big-thumbnail14 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail14_250px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 220px;
	color: #000000;
}
#big-thumbnails a#big-thumbnail15 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail15_250px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 220px;
	color: #000000;
}
#big-thumbnails a#big-thumbnail16 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail16_250px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 220px;
	color: #000000;
}
#big-thumbnails a#big-thumbnail17 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail17_250px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 220px;
	color: #000000;
}
#big-thumbnails a#big-thumbnail18 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail18_250px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 220px;
	color: #000000;
}
#big-thumbnails a#big-thumbnail19 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail19_250px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 220px;
	color: #000000;
}
#big-thumbnails a#big-thumbnail20 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail20_250px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 220px;
	color: #000000;
}
#big-thumbnails a#big-thumbnail21 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail21_250px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 220px;
	color: #000000;
}
#big-thumbnails a#big-thumbnail22 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail22_250px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 220px;
	color: #000000;
}
#big-thumbnails a#big-thumbnail23 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail23_250px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 220px;
	color: #000000;
}
#big-thumbnails a#big-thumbnail24 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail24_250px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 220px;
	color: #000000;
}
#big-thumbnails a#big-thumbnail25 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail25_250px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 220px;
	color: #000000;
}
#big-thumbnails a#big-thumbnail26 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail26_250px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 220px;
	color: #000000;
}
#big-thumbnails a#big-thumbnail27 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail27_250px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 220px;
	color: #000000;
}
#big-thumbnails a#big-thumbnail28 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail28_250px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 220px;
	color: #000000;
}
#big-thumbnails a#big-thumbnail29 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail29_250px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 220px;
	color: #000000;
}
#big-thumbnails a#big-thumbnail30 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail30_250px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 220px;
	color: #000000;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~            End Product Portfolio overview Big Thumbnails           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */





/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~            Start Small thumbnails preview photos                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* --#thumnails section applies to Palm wedding collection overview.  Because the browser does not print CSS coded pages-- */
/* --correctly I have had to create the small thumbnails preview photos with the text hardcoded as part of the preview photo-- */
/* --and saved as part of the .jpg image that is printed out.  This is different from the website where the .jpg image is-- */
/* --displayed by itself and the website .html and CSS code are responsible for the text underneath the small thumbnails preview-- */
/* --photos.  I need to explicitly call / print each individual small thumnail preview photos and cannot process it as a loop-- */
/* --from image #1 to image #12.-- */
#thumbnails a#thumbnail01 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail01_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail02 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail02_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail03 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail03_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail04 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail04_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail05 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail05_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail06 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail06_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail07 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail07_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail08 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail08_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail09 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail09_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail10 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail10_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail11 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail11_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail12 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail12_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail13 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail13_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail14 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail14_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail15 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail15_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail16 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail16_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail17 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail17_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail18 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail18_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail19 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail19_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail20 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail20_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail21 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail21_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail22 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail22_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail23 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail23_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail24 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail24_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail25 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail25_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail26 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail26_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail27 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail27_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail28 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail28_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail29 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail29_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail30 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail30_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail31 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail31_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail32 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail32_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail33 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail33_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail34 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail34_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail35 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail35_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail36 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail36_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail37 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail37_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail38 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail38_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail39 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail39_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail40 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail40_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail41 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail41_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail42 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail42_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail43 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail43_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail44 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail44_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail45 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail45_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail46 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail46_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail47 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail47_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail48 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail48_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail49 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail49_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail50 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail50_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail51 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail51_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail52 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail52_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail53 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail53_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail54 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail54_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail55 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail55_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail56 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail56_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail57 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail57_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail58 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail58_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail59 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail59_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail60 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail60_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail61 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail61_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail62 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail62_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail63 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail63_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail64 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail64_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail65 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail65_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail66 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail66_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail67 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail67_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail68 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail68_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail69 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail69_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail70 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail70_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail71 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail71_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail72 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail72_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail73 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail73_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail74 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail74_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail75 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail75_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail76 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail76_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail77 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail77_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail78 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail78_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail79 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail79_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}
#thumbnails a#thumbnail80 {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/thumbnail80_160px-wide.jpg);
	list-style-position: inside;
	margin: 0;  
	padding: 0;  
	height: 107px;
	color: #000000;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~              End Small thumbnails preview photos                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */






/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                  Start pricing chart print display                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* --The #pricing section will print the pricing summary chart and it has a color background that is white so that it fits and-- */
/* -- blends in well with a white printed page (whereas the background is tan for the on-screen website)-- */
#pricing {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/pricing.gif);
	list-style-position: inside;
	letter-spacing: -1000em;
	font-size: 1pt;
	color: #fff;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                    End pricing chart print display                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */





/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~           Start Big Photo and little product page photos           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* --The #images section will print the big photo that is displayed by default whenever a prospective customer goes to a product-- */
/* --webpage.  The division named #images section is linked / used when I want to have / associate a single row of row of-- */
/* --mini preview photos (even though for this code immediately below does not use the mini preview photos at all I provide this-- */
/* --desciption just so things are clear).  I also have divisions named: images_two-rows, images_three-rows, and images_four-rows. -- */
/* --The code below will print a single big photo (or show the same in the "Print Preview" screen) depending upon what division -- */
/* --is used in the HTML code. -- */
#images {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/);
	list-style-position: inside;
	letter-spacing: -1000em;
	font-size: 1pt;
	color: #fff;
}
#images_two-rows {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/);
	list-style-position: inside;
	letter-spacing: -1000em;
	font-size: 1pt;
	color: #fff;
}
#images_three-rows {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/);
	list-style-position: inside;
	letter-spacing: -1000em;
	font-size: 1pt;
	color: #fff;
}
#images_four-rows {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/);
	list-style-position: inside;
	letter-spacing: -1000em;
	font-size: 1pt;
	color: #fff;
}


/* --The "#photo-preview" section will ensure that none of the little product photos are displayed (i.e., only one photo is -- */
/* --displayed and it is a big version of the product photo that is displayed whenever a prospective customer goes to a product -- */
/* --webpage. Printing the little photos was not aligning correctly and all of the detail is lost in a printed mini photo so I -- */
/* --made the choice that showing the one big default webpage product photo is the right thing to show the prospective customer.-- */
#photo-preview { display: none;}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~             End Big Photo and little product page photos           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~      Start display of Cristaff Ordering Process illustration       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* --The #pricing section will print the pricing summary chart and it has a color background that is white so that it fits and-- */
/* -- blends in well with a white printed page (whereas the background is tan for the on-screen website)-- */
#ordering-process {
	display: list-item;
	list-style-image: url(/images/en/letterpress-stationery-stationary/ordering-process_white.gif);
	list-style-position: inside;
	letter-spacing: -1000em;
	font-size: 1pt;
	color: #fff;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~       End display of Cristaff Ordering Process illustration        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                 Start removal of shopping basket buttons           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* --The "#invitation #add-to-cart" and "#invitation #reset-button" section will ensure that the add-to-cart button and the reset-- */
/* --button are not displayed on the printed out page.-- */
form#invitation #submit-button { display: none;}
form#invitation #add-to-cart { display: none;}
form#invitation #reset-button { display: none;}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                   End removal of shopping basket buttons           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                          Start removal of footer                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


#footer { display: none;}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                            End removal of footer                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    Start removal of displaying right-channel icons and links       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


#image_right-channel-graphic-link_140x96 { display: none;}
#view-options { display: none;}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~      End removal of displaying right-channel icons and links       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

