/* =============================================== */
/* === Common Base CSS section for entire site === */
/* =============================================== */

* {
	padding: 0;
	margin: 0;
	outline: 0;
}

img { /* w/o this firefox puts borders around images. Safari doesn't by default */
	border: 0;
}

h3, h4 {
	margin-bottom: 1em;
	margin-top: 1em;
}

body {
	background: #888;
	color: #555;
	padding: 20px 0px;

	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
	line-height: 1.5em;
}

a, a:link, a:visited, a:active {
	text-decoration: none;
	font-size: 16px;
	color: #575c90; /* sampled off the blue download button */
	font-weight: bold;
}

a, a:hover {
	color: #000;
}

.textCenter {
	text-align: center;
}

.textBlueLampBlue:first-letter {
	color: #4F5383; /* sampled off the blue download button */
	margin-left: 1em;
}


/* === Page Header with Top Menu === */

#pageheader {
	width: 900px;
	height: 94px;
	margin: auto;
	/*border: 1px solid red;*/
}

#pageheader h1 {
	float: left;
	width: 200px;
	height: 79px;
}

#pageheader h1 a {
	display: block;
	width: 370px;
	height: 79px;
	text-indent: -9999px;
}

#pagemenu {
	background: transparent url(./img/menuitemleftside.jpg) no-repeat left top;
	height: 94px;
	margin: auto;
}

#pagemenu li {
	list-style: none;
	height: 74px;
	float: right;
}

#pagemenu li span {
	display: none;
}

#menuPrintSprint,
#menuPrintSprintSelected {
	display: block;
	background: transparent url(img/menuitemprintsprint.jpg) no-repeat left top;
	width: 156px;
	height: 94px;
}

#menuAbout,
#menuAboutSelected {
	display: block;
	background: transparent url(img/menuitemabout.jpg) no-repeat left top;
	width: 118px;
	height: 94px;
}

#menuPrintSprintSelected,
#menuAboutSelected,
#menuPrintSprint:hover,
#menuAbout:hover {
	background-position: left bottom;
}


/* === Subpage content holds everything below the top menu === */

#subpageContentArea { /* Roughly equivalent to the white box area below top menu */
	width: 900px;
	margin: auto;
	padding-top: 20px;
	
	/*background-color: black;*/
}

/* === Landing Page Header - If there are additional items this could break out to its own file like the company and products are === */

#mainLanding
{
	position: relative;
	background: transparent url(img/mainbackgroundtile.png) repeat-y left top;

	height: 350px;
	/*border: 1px solid blue;*/
}

#prodHeaderBlank {
	height: 20px;
	background: transparent url(img/mainbackgroundtop.png) no-repeat left top;
}

#landingGraphic {
	padding: 6px 54px 0px;
	width: 774px;
	height: 333px;
}


/* === Items below white box area === */

#subpageBottom {
	position: relative;
	background: transparent url(img/mainbackgroundbottom.png) repeat-y left top;
	height: 22px;
}

/* === Footer below page contents === */

#footer {
	/*background-color: black;*/
	text-align: center;
	padding-top: 10px;
	font-size: 12px;
	color: #333;
	line-height: 1.3em;
	/*text-shadow: 0px 1px 0px white;*/
}

#footerRSSIcon {
	position: relative;
	top: 3px;
}


/* =============================================== */
/* =============================================== */
/* ===         Blue Lamp Company section       === */
/* =============================================== */
/* =============================================== */


#prodHeaderBlueLamp {
	height: 155px;
	background: transparent url(bluelamp/img/mainheaderbluelamp.jpg) no-repeat left top;
}

#prodHeaderBlueLamp li {
	list-style: none;
	height: 25px;
	float: right;

	/*border: 1px solid black;*/
}

#prodHeaderBlueLamp h2, h3 {
	display: none;
}


/* === Product (company/bluelamp) area submenu === */

#prodTabBlueLamp {
	clear: right;
	width: 900px;

	/*border: 1px solid yellow;*/
}

#prodTabBlueLamp ul {
	padding: 115px 171px 0px;
	height: 40px;

	/*border: 1px solid black;*/
}

#prodTabBlueLamp li {
	float: left;
}


#prodTabBlueLampCompany,
#prodTabBlueLampCompanySelected {
	background: transparent url(bluelamp/img/mainheaderblsmenuitemcompany.jpg) no-repeat left top;
	display: block;
	text-indent: -9999px;
	width: 132px;
	height: 40px;
}

#prodTabBlueLampGuarantee,
#prodTabBlueLampGuaranteeSelected {
	background: transparent url(bluelamp/img/mainheaderblsmenuitemguarantee.jpg) no-repeat left top;
	display: block;
	text-indent: -9999px;
	width: 127px;
	height: 40px;
}

#prodTabBlueLampContact,
#prodTabBlueLampContactSelected {
	background: transparent url(bluelamp/img/mainheaderblsmenuitemcontact.jpg) no-repeat left top;
	display: block;
	text-indent: -9999px;
	width: 114px;
	height: 40px;
}

#prodTabBlueLampCompanySelected, #prodTabBlueLampGuaranteeSelected, #prodTabBlueLampContactSelected {
	background-position: left bottom;
}

#prodTabBlueLampCompany:hover, #prodTabBlueLampGuarantee:hover, #prodTabBlueLampContact:hover {
	background-position: 0px -40px;
}


/* === Subpage Blue Lamp Content === */

#mainBlueLamp,
#mainGuarantee,
#mainContact
{
	position: relative;
	background: transparent url(img/mainbackgroundtile.png) repeat-y left top;
}

#mainBlueLamp {
	height: 26em;
}

#mainGuarantee {
	height: 23em;
}

#mainContact {
	height: 20em;
}


#companyText {
	float: left;
	padding: 50px 40px;
	width: 380px;
	text-align: left;
}

#companyGraphic1 {
	position: relative;
	top: 50px;
	left: 25px;
	float: left;
	width: 320px;
	height: 178px;
}

#companyGraphic2 {
	position: absolute;
	top: 250px;
	left: 30px;
	float: left;
	width: 413px;
	height: 153px;
}

#guaranteeText {
	float: left;
	padding: 50px 40px;
	width: 380px;
	text-align: left;
}

#guaranteeIcon {
	position: relative;
	top: 50px;
	left: 30px;
	float: left;
	width: 301px;
	height: 178px;
	background: transparent url(bluelamp/img/guarantee.jpg) no-repeat left top;
}

#contactText {
	float: left;
	padding: 50px 40px;
	width: 800px;
	text-align: left;

	/*border: 1px solid black;*/
}


/* =============================================== */
/* =============================================== */
/* ===           PrintSprint section           === */
/* =============================================== */
/* =============================================== */


#prodHeaderPrintSprint {
	height: 155px;
	background: transparent url(printsprint/img/mainheaderprintsprint.jpg) no-repeat left top;
	/*border: 1px solid red;*/
}

#prodHeaderPrintSprint li {
	list-style: none;
	height: 25px;
	float: right;
}

#prodHeaderPrintSprint h2, h3 {
	display: none;
}

#prodHeaderBigButtons {
	list-style: none;
	width: 900px;
	height: 105px;
}

#prodHeaderBigButtons li {
	position: relative;
	top: 10px;
	padding: 16px 10px 0px;
	float: right;
	height: 66px;
}

#prodHeaderBuyButton {
	display: block;
	background: transparent url(printsprint/img/buy.png) no-repeat left top;
	width: 101px;
	height: 66px;
	text-indent: -9999px;
}

#prodHeaderDownloadButton {
	display: block;
	background: transparent url(printsprint/img/download.png) no-repeat left top;
	width: 143px;
	height: 78px;
	text-indent: -9999px;
}


/* === Product (printsprint) area submenu === */

#prodTab {
	clear: right;
	width: 900px;
}

#prodTab ul {
	padding: 10px 2px 0px;
	height: 28px;
}

#prodTabOverview,
#prodTabOverviewSelected {
	background: transparent url(printsprint/img/mainheaderprintsprintmenuitemoverview.jpg) no-repeat left top;
	display: block;
	text-indent: -9999px;
	width: 138px;
	height: 40px;
}

#prodTabPhotos,
#prodTabPhotosSelected {
	background: transparent url(printsprint/img/mainheaderprintsprintmenuitemphotos.jpg) no-repeat left top;
	display: block;
	text-indent: -9999px;
	width: 105px;
	height: 40px;
}

#prodTabPrint,
#prodTabPrintSelected {
	background: transparent url(printsprint/img/mainheaderprintsprintmenuitemprint.jpg) no-repeat left top;
	display: block;
	text-indent: -9999px;
	width: 85px;
	height: 40px;
}

#prodTabCrop,
#prodTabCropSelected
 {
	background: transparent url(printsprint/img/mainheaderprintsprintmenuitemcrop.jpg) no-repeat left top;
	display: block;
	text-indent: -9999px;
	width: 75px;
	height: 40px;
}

#prodTabCollect,
#prodTabCollectSelected
 {
	background: transparent url(printsprint/img/mainheaderprintsprintmenuitemcollect.jpg) no-repeat left top;
	display: block;
	text-indent: -9999px;
	width: 108px;
	height: 40px;
}

#prodTabTutorials,
#prodTabTutorialsSelected {
	background: transparent url(printsprint/img/mainheaderprintsprintmenuitemtutorials.jpg) no-repeat left top;
	display: block;
	text-indent: -9999px;
	width: 118px;
	height: 40px;
}

#prodTabFAQ,
#prodTabFAQSelected {
	background: transparent url(printsprint/img/mainheaderprintsprintmenuitemfaq.jpg) no-repeat left top;
	display: block;
	text-indent: -9999px;
	width: 98px;
	height: 40px;
}


#prodTabOverviewSelected, #prodTabPhotosSelected, #prodTabPrintSelected, #prodTabCropSelected, #prodTabCollectSelected, #prodTabTutorialsSelected, #prodTabFAQSelected
{
	background-position: left bottom;
}

#prodTabOverview:hover, #prodTabPhotos:hover, #prodTabPrint:hover, #prodTabCrop:hover, #prodTabCollect:hover, #prodTabTutorials:hover, #prodTabFAQ:hover
{
	background-position: 0px -40px;
}


/* === Subpage Product Content === */


#main,
#mainOverview,
#mainSupport,
#mainCollect,
#mainTutorial,
#mainFaq
{
	height: auto;
	position: relative;
	background: transparent url(img/mainbackgroundtile.png) repeat-y left top;
}

#main {
	height: 22em;
}

#mainCollect {
	height: 26em;
}

#mainTutorial {
	height: 26em;
}

#mainSupport {
	height: 30em;
}

#mainFaq {
	padding: 55px 0px;
}

#overviewText {
	padding: 50px 40px;
	text-align: left;
}

#overviewMacLogo {
	position: absolute;
	left: 48em;
	top: 27em;
}

#parentheticalIndent {
	margin-left: 2.70em;
	font-size: 90%;
	text-align: left;
}

#overviewGraphic {
	float:right;
	width: 440px;
	font-size: small;
	color: #222;
	text-align: center;
	line-height: 1.0em;
	padding-left: 20px;
	padding-bottom: 40px;
}

#photosText {
	float: left;
	padding: 50px 40px;
	width: 370px;
	text-align: left;
}

#photosGraphic {
	position: relative;
	top: 35px;
	left: 0px;
	float: left;
	width: 100px;
	height: 310px;
}

#photosGraphicIphoto {
	position: absolute;
	width: 71px;
	height: 78px;
	left: -13px;
	top: 4px;
	background: transparent url(printsprint/img/iconiphoto.jpg) no-repeat left top;
}

#photosGraphicAperture {
	position: absolute; 
	width: 86px;
	height: 74px;
	left: 242px;
	top: 2px;
	background: transparent url(printsprint/img/iconaperture.jpg) no-repeat left top;
}

#photosGraphicHD {
	position: absolute; 
	width: 102px;
	height: 78px;
	left: 104px;
	top: 97px;
	background: transparent url(printsprint/img/iconhd.jpg) no-repeat left top;
}

#photosGraphicCD {
	position: absolute; 
	width: 119px;
	height: 78px;
	left: -36px;
	top: 181px;
	background: transparent url(printsprint/img/iconcd.jpg) no-repeat left top;
}

#photosGraphicFolder {
	position: absolute; 
	width: 68px;
	height: 78px;
	left: 252px;
	top: 180px;
	background: transparent url(printsprint/img/iconfolder.jpg) no-repeat left top;
}

#cropText {
	float: left;
	padding: 50px 40px;
	width: 300px;
	text-align: left;
}

#cropGraphic {
	position: relative;
	top: 35px;
	left: 0px;
	float: left;
	width: 477px;
	height: 310px;
	background: transparent url(printsprint/img/mainwindowcropped.jpg) no-repeat left top;
}

#printText {
	float: left;
	padding: 50px 40px;
	width: 300px;
	text-align: left;
}

#printGraphic {
	position: relative;
	top: 30px;
	left: 10px;
	float: left;
	width: 383px;
	height: 304px;
	background: transparent url(printsprint/img/printstack.jpg) no-repeat left top;
}

#collectText {
	float: left;
	padding: 50px 40px;
	width: 370px;
	text-align: left;
}

#collectGraphic {
	position: relative;
	top: 40px;
	left: 40px;
	float: left;
	width: 300px;
	height: 300px;
	background: transparent url(printsprint/img/collect300.jpg) no-repeat left top;
}

#tutorialText {
	float: left;
	padding: 50px 30px;
	width: 820px;
	text-align: center;
}

#tutorialGraphics1 {
	float:left;
	width: 250px;
	font-size: small;
	color: #222;
	text-align: center;
	line-height: 1.5em;
	padding-top: 50px;
	padding-left: 20px;
	padding-bottom: 40px;
}

#tutorialGraphics2 {
	float:left;
	width: 250px;
	font-size: small;
	color: #222;
	text-align: center;
	line-height: 1.5em;
	padding-top: 55px;
	padding-left: 20px;
	padding-bottom: 40px;
}

#tutorialGraphics3 {
	float:left;
	width: 250px;
	font-size: small;
	color: #222;
	text-align: center;
	line-height: 1.5em;
	padding-top: 73px;
	padding-left: 20px;
	padding-bottom: 40px;
}

#faqText {
	padding: 20px 40px;
	text-align: left;
	font-size:smaller;
	line-height: 1.33em;
}

#faqText hr {
	width: 75%;
}

#faqIndex {
	padding: 0px 0px 0px 20px;
}

p.firstLetterOnQuestion:first-letter,
p.firstLetterOnAnswer:first-letter {
	font-size: 133%;
	font-weight: bold;
}

p.firstLetterOnQuestion {
	margin-bottom: -.75em;
}

p.firstLetterOnAnswer {
	margin-bottom: 1.0em;
}

/* === Download Product Content Area === */

#printSprintDownload {
	position: relative;
	background: transparent url(img/mainbackgroundtile.png) repeat-y left top;

	height: 100px;
	/* border: 1px solid blue; */
}

#download_title_text {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

#download_title_text {
	text-align: center;
	font-size: 1em;
}

#download_AppIcon {
	float: left;
	font-size: 12pt;
	width: 10em;
	padding-left: 2em; 
	padding-right:2em;
}

#download_Text {
	text-align: center; 
	padding-top: 2em; 
	position: relative;
	margin-right: 12em;
}
