/* Copyright 2006-2009 Jostens, Inc. */

/* Styles for the Landing Page */
div.spacer { clear: both; }
div#top_section { width: 100%; height: 325px; padding-bottom: 10px; position:relative; display: block; overflow: hidden; }
/*
	styles for the rotating book cover
*/
#main_book_container { width: 620px; float:left; text-align:center;}
#main_book_container div.slide { position: absolute; left: 0; top: 0; margin-left: 10px; }
#main_book_container .slideCaption { width: 620px; height: 100%; background: url( /img/20/background-dark.gif ); text-align:center; font: normal 2.3em Arial, Helvetica, Verdana, sans-serif; visibility: hidden;}
#main_book_container .bracket { color: #db9f00; font-weight: bold; }
div#column_1 h2 {text-align:left;}
/*
	styles to display the creation steps
*/
.createProcessContainer {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	width: 295px;
	vertical-align: top;
	position: absolute;
	top: 0; right: 0; padding: 0;
	overflow: hidden;
	text-align: left;
}

.stepsOneTwoThree {
	background: URL(/img/20/home_steps_background.gif) no-repeat;
	width: 275px;
	height: 235px;
	padding-top: 20px;
	margin-left: 2px;
	margin-bottom: 5px;
}
.stepsOneTwoThree H2 {
	text-align: left;
	padding: 0;
	margin: 0px 0px 0px 20px;
}
.stepsOneTwoThree P {
	text-align: left;
	padding: 0px 0px 0px 60px;
	margin: 15px 0px 0px 0px;
}
.stepsOneTwoThree STRONG {
	font-weight: bold;
	font-size: 12px;
}
.stepOne { background: URL(/img/20/home_step1.gif) no-repeat 20px 0px; }
.stepTwo { background: URL(/img/20/home_step2.gif) no-repeat 20px 0px; }
.stepThree { background: URL(/img/20/home_step3.gif) no-repeat 20px 0px; }

.getStarted { padding: 5px;}

/*
	styles for the bottom section
*/

div#designsAndOrganizations { background: #efebe7; position: relative; overflow: hidden; margin: 0; padding: 0; }
#designsAndOrganizations div#column_1 { width: 620px; margin: 0; margin-top: 20px; overflow: hidden; position: relative; float: left; border-right: 1px solid #ccc; }
#column_1 h2 { margin:0; margin-left: 30px;}
#designsAndOrganizations div#column_2 { overflow: hidden; margin: 20px; margin-right: 0px; padding: 0; width: 260px; position: relative; float:left;}
#column_2 h2 { margin: 0;}
img#imageScanLogo { border: 0; float: left; }
#designsAndOrganizations a.right { margin-right: 2em; padding-left: 1em; color: #db9f00; background: url(/img/icon-arrow.gif) center left no-repeat; }

/* Horizontal Carousel */
div#org-logos { height: 68px; background: transparent; margin: 2em 0em; width: 260px;}
#org-logos a.carousel-control { width: 15px; text-decoration: none; color: transparent; background: transparent; font-size:0px; }
#org-logos a.carousel-control-prev { background: url(/img/btn-carosel-prev.gif) top left no-repeat; float: left; height:100%; }
#org-logos a.carousel-control-next { background: url(/img/btn-carosel-next.gif) top left no-repeat; float: right; height:100%; }
#org-logos a:hover.carousel-control-prev { background: url(/img/btn-carosel-prev.gif) top left no-repeat; float: left; height:100%; }
#org-logos a:hover.carousel-control-next { background: url(/img/btn-carosel-next.gif) top left no-repeat; float: right; height:100%; }
#org-carousel { width: 212px; height: 65px; padding: 0; margin: 0; overflow: hidden; background: transparent; overflow: hidden; float: left; }
#org-carousel #items ul { margin: 0; padding: 0; width: 8000px; list-style-type: none; }
#org-carousel #items li { float: left; display: block;  background: transparent; margin: 0; padding: 0; }
#org-carousel #items img { margin: 0px 20px; height: 67px; }
#gallery ul { list-style-type: none; }
#org-logos .slide { width: 114px; float: left; margin: 0;}
