/*  Demb Flash Products print css  */

html {width: 100%;}

body {background: white; color: black; font-family: "Times New Roman", Times, serif; margin: 0; padding: 0; width: 100%;}

#wrapper, #main, #footer {width: auto !important; margin: 0 !important; padding: 0 !important; float:none !important; border: 0;}
#header, #topnav, #sidebar {display: none !important;}
#header {background: none;}  /* eliminates big margin at top of page  */
#main {border: 0;}

/* text placement  */
.centered {text-align: center; width: auto !important;}
.rightprice {float: right; padding-right: 10px; margin-top: 5px; font-size: 0.8em; font-weight: bold;}
ul.spaceli {		/* flipit css */
	line-height: 110%;
	font-size: 0.86em;
	}

/* to separate sections of text  */
<h5> {clear: both;}
<hr> {clear: both;}
	
/*  image placement  */
img.floattenr {float: left; margin: 0 10px 0 0;}   /* floats left with 10px margin on right  */
img.floatright {float: right; clear: none; margin-left: 10px;}
.centered img {margin:10px 5px 20px 6px; border: 0;}
.centered img.tight {margin:0 5px 0 6px; border: 0;}  /*  no space between images bottom of flipit index page  */

/* p class to place text and images on homepage  */

p.phototext-r {padding: 5px 10px 60px 0;}

/* div class for sections of 2 photos with text - weddings page and bracket instructions page */
div.tutorialsample {margin-top: 20px; padding-top: 20px; padding-bottom: 20px; clear: left; border-top: 2px solid #81817C;}
div.tutorialsample_top {margin-top: 20px; padding-top: 20px; padding-bottom: 20px; clear: left; border-top: 0;}
div.tutorialsample img {padding-bottom: 10px;}
div.tutorialsample p {clear: right; padding-left: 310px; padding-top: 20px;}
	
/* div class for bracket specifications page  */
div.specs {margin-top: 30px; padding-bottom: 10px; clear: left; border-top: 2px solid #81817C;}
div.specs_top {margin-top: 30px; padding-bottom: 10px; clear: left; border-top: 0;}
div.specs img {margin: 20px; float: left;}
div.specs p {padding-top:20px;}


