body {
	margin: 0;
	padding: 0;
	background-repeat: repeat-y;
	background-position: top left;
	background-image: url(../../images/interface/background.png);
	background-color: rgb(191,233,220);
}

img {
	border-width: 0;
}

div#footerSpacer {
	position: relative;
	top: 180px;
	margin: 10px;
	height: 20px;
	clear: both;
}


a.featuredEditorial {
	color: black;
	text-decoration: none;
}

	a.featuredEditorial:hover {
		text-decoration: underline;
	}
	
p.viewCartGlobal {
	background-image: url(../../images/interface/cart.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 18px;
	padding-top: 2px;
	font-family: Helvetica, Arial, sans-serif;
	color: rgb(150,174,166);
	font-size: 9pt;
	text-transform: uppercase;
	left: 760px;
	top: 1;
	width: 150px;
	z-index: 2;
	position: fixed !important;
	position: absolute;
}
	
	p.viewCartGlobal a {
		color: rgb(150,174,166);
		text-decoration: none;
	}
	
	p.viewCartGlobal a:hover {
		color: rgb(255,73,68);
		text-decoration: underline;
	}
	
div#calloutButtonBlock {
	position: fixed !important;
	position: absolute;
	left: 760px;
	top: 90px;
	width: 162px;
	height: 162px;
	z-index: 2;
}

p.brandTag {
	font-family: Helvetica, Arial, sans-serif;
	color: rgb(150,174,166);
	font-size: 7pt;
	text-transform: uppercase;
	left: 760px;
	bottom: -5px;
	width: 150px;
	z-index: 2;
	position: fixed !important;
	position: absolute;

}
	
	p.brandTag font {
		font-size: 7pt;
	}
	
	p.brandTag a {
		font-size: 7pt;
		color: rgb(150,174,166);
		text-decoration: none;
	}
	
	p.brandTag a:hover {
		color: rgb(255,73,68);
		text-decoration: underline;
	}
	
div#header {
	position: absolute;
	top: 0;
	left: 8px;
	width: 363px;
	height: 334px;
	z-index: 0;
}

div#pressGallerySidebar {
	position: relative;
	float: left;
	top: 162px;
	left: 18px;
	overflow: hidden;
	width: 205px;
	height: 557px;
	min-height: 557px;
	background-position: top;
	background-repeat: no-repeat;
	background-image: url(../../images/interface/press-gallery-sidebar.png);
	z-index: 1;
}
	
	div#pressGallerySidebar img#header {
		position: relative;
		top: 14px;
		left: 15px;
		width: 176px;
		height: 28px;
	}

	div#pressGallerySidebar p {
		font-family: Helvetica, Arial, Sans-serif;
		font-size: 9pt;
		margin-left: 15px;
		margin-right: 12px;
		line-height: 125%;
	}
	
	div#pressGallerySidebar a.title {
		font-size: 10pt;
		font-weight: bold;
		text-transform: uppercase;
		color: black;
		text-decoration: none;
	}
	
	div#pressGallerySidebar a.title:hover {
		text-decoration: underline;
	}
	
div#pressGalleryPhoto {
	position: relative;
	top: 162px;
	margin-left: 246px;
	width: 468px;
	text-align: center;
}
	
	div#pressGalleryPhoto img {
		border-color: black;
		border-width: 1px;
		border-style: solid;
	}
	
div#pressThumbsView {
	position: relative;
	top: 158px;
	width: 468px;
	z-index: 1;
	padding: 0;
	margin: 0;
	margin-left: 246px;
}
	
	div#pressThumbsView img {
		border-width: 1px;
		border-color: black;
		border-style: solid;
	}
	
div#editorialGalleryBack {
	position: absolute;
	top: 538px;
	left: 0;
	height: 25px;
	width: 65px;
	z-index: 10;
}

div#editorialGallerySidebar {
	position: absolute;
	top: 162px;
	left: 18px;
	width: 205px;
	height: 557px;
	min-height: 557px;
	overflow: hidden;
	background-position: top;
	background-repeat: no-repeat;
	background-image: url(../../images/interface/editorial-gallery-sidebar.png);
	z-index: 1;
}
	
	div#editorialGallerySidebar p {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 9pt;
		color: black;
		margin-top: 0;
		margin-left: 15px;
		margin-right: 15px;
		line-height: 125%;
	}
	
	div#editorialGallerySidebar p.header {
		color: white;
		font-size: 18pt;
		font-weight: bold;
		text-transform: uppercase;
		margin-top: 10px;
		margin-bottom: 0;
	}
	
	div#editorialGallerySidebar p.dateTag {
		margin-top: 0;
		margin-bottom: 0;
		color: white;
		font-weight: bold;
		font-size: 9pt;
	}
	
div#editorialGallery {
	position: absolute;
	top: 160px;
	left: 235px;
}
	
	div#editorialGallery p {
		color: rgb(0,0,0);
		font-family: Helvetica, Arial, sans-serif;
		font-size: 9pt;
		clear: both;
		margin-left: 16px;
		margin-right: 16px;
		margin-top: 6px;
		margin-bottom: 12px;
		line-height: 125%;
	}
	
	div#editorialGallery .updateDate {
		font-family: Helveica, Arial, sans-serif;
		color: rgb(0,0,0);
		font-size: 10pt;
		font-weight: bold;
	}
	
	div#editorialGallery .updateTitle {
		font-family: Helvetica, Arial, sans-serif;
		color: rgb(0,0,0);
		font-weight: bold;
		font-size: 11pt;
		text-transform: uppercase;
	}
	
	div#editorialGallery img {
		border-width: 1px;
		border-color: rgb(0,0,0);
		border-style: solid;
		margin-left: 45px;
		margin-right: 45px;
	}
	
	div#editorialGallery img.first {
		margin-left: 0;
	}

	p#scrollMessage {
		bottom: 10px;
		font-family: Helvetica, Arial, Sans-serif;
		font-weight: bold;
		font-size: 10pt;
		color: black;
		text-transform: uppercase;
	}
	
div#featuredPhoto {
	position: relative;
	top: 160px;
	left: 15px;
	width: 500px;
	padding: 0;
	z-index: 1;
}
	
	div#featuredPhoto img {
		border-width: 1px;
		border-color: rgb(0,0,0);
		border-style: solid;
	}

div#blogBlock {
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 9pt;
	position: relative;
	top: 170px;
	left: 15px;
	width: 500px;
	padding: 0;
	z-index: 1;
}
	
	div#blogBlock p.dateTag {
		font-family: Helvetica, Arial, Sans-serif;
		font-weight: bold;
		font-size: 9pt;
		color: rgb(0,0,0);
		margin-top: 14px;
		margin-bottom: 4px;
		line-height: 100%;
	}
	
	div#blogBlock p.headline {
		position: relative;
		top: 0;
		width: 509px;
		height: 27px;
		background-image: url(../../images/interface/blog-headline-background.png);
		background-position: top left;
		background-repeat: no-repeat;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 19px;
		text-transform: uppercase;
		color: rgb(255,255,255);
		font-weight: bold;
		margin-top: 5px;
		margin-bottom: 4px;
		margin-left: -8px;
		padding-top: 5px;
		padding-left: 7px;
		line-height: 100%;
	}
	
	div#blogBlock p {
		font-family: Helvetica, Arial, Sans-serif;
		font-size: 9pt;
		line-height: 150%;
	}
	
img.setPhoto {
	float: left;
	border-width: 1px;
	border-color: rgb(0,0,0);
	border-style: solid;
	width: 345px;
}

img#contactHeader {
	position: absolute;
	top: 164px;
	left: 0;
	width: 516px;
	height: 27px;
	z-index: 1;
}

div#contactForm {
	position: absolute;
	float: left;
	top: 200px;
	left: 20px;
	width: 490px;
	z-index: 1;
}

	div#contactForm label {
		font-family: Helvetica, Arial, Sans-serif;
		color: black;
		font-size: 9pt;
		text-transform: uppercase;
		font-weight: bold;
	}
	
	div#contactForm .blackborder {
		border-width: 1px;
		border-color: black;
		border-style: solid;
		width: 490px;
	}
	
	div#contactForm input#contactSubmit {
		margin-top: 20px;
		float: right;
	}
	
	div#contactForm p {
		font-family: Helvetica, Arial, Sans-serif;
		font-size: 12pt;
	}
	
	div#contactForm p.error {
		font-weight: bold;
		color: rgb(255,92,82);
	}
	
	div#contactForm p.success {
		font-weight: bold;
	}
	
div.sidebar#contact {
	position: relative;
	top: 160px;
	margin-left: 525px;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(../../images/interface/homepage-sidebar-background.png);
	background-color: rgb(255,255,255);
	width: 206px;
	min-height: 558px;
	z-index: 1;
}

	div.sidebar#contact img.header {
		position: relative;
		top: 15px;
		left: 12px;
		margin-bottom: 10px;
	}
	
	div.sidebar#contact p {
		font-family: Helvetica, Arial, Sans-serif;
		font-size: 9pt;
		margin-left: 12px;
		margin-right: 12px;
		line-height: 125%;
	}
	
	div.sidebar#contact a.title {
		font-size: 10pt;
		font-weight: bold;
		text-transform: uppercase;
		color: black;
		text-decoration: none;
	}
	
	div.sidebar#contact a.title:hover {
		text-decoration: underline;
	}

div#emailSignup {
	position: absolute;
	top: 10px;
	left: 535px;
	width: 206px;
	z-index: 1;
	text-align: center;
}
	
div#aryEventsLink {
	position: absolute;
	top: 70px;
	left: 535px;
	width: 206px;
	z-index: 1;
	text-align: center;
}
	
div.sidebar#home {
	position: absolute;
	top: 160px;
	left: 525px;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(../../images/interface/homepage-sidebar-background.png);
	background-color: rgb(255,255,255);
	width: 206px;
	min-height: 558px;
	z-index: 1;
}
	
	div.sidebar#home img#updates {
		position: relative;
		top: 12px;
		left: 8px;
		width: 192px;
		height: 63px;
		margin-bottom: 8px;
	}
	
	div.sidebar#home table {
		margin-top: 12px;
		margin-bottom: 6px;
		margin-left: 16px;
		margin-right: 16px;
	}
	
	div.sidebar#home img.updateThumb {
		float: left;
		margin-right: 2px;
		border-width: 1px;
		border-style: solid;
		border-color: rgb(0,0,0);
	}
	
	div.sidebar#home p {
		color: rgb(0,0,0);
		font-family: Helvetica, Arial, sans-serif;
		font-size: 9pt;
		clear: both;
		margin-left: 16px;
		margin-right: 16px;
		margin-top: 6px;
		margin-bottom: 12px;
		line-height: 125%;
	}
	
	div.sidebar#home .updateDate {
		font-family: Helveica, Arial, sans-serif;
		color: rgb(0,0,0);
		font-size: 10pt;
		font-weight: bold;
	}
	
	div.sidebar#home .updateTitle {
		font-family: Helvetica, Arial, sans-serif;
		color: rgb(0,0,0);
		font-weight: bold;
		font-size: 11pt;
		text-transform: uppercase;
	}
	
	div.sidebar#home a {
		text-decoration: none;
	}
	
	div.sidebar#home div.updates {
		margin-top: 60px;
	}
	
div#partyPhotoView {
	position: relative;
	left: 120px;
	top: 160px;
	width: 500px;
	text-align: center;
	z-index: 1;
	padding: 0;
	margin: 0;
}
	
	div#partyPhotoView img.mainPhoto {
		padding: 0;
		margin: 0;
		border-width: 1px;
		border-color: rgb(0,0,0);
		border-style: solid;
	}

div#purchaseBar {
	position: relative;
	left: 110px;
	top: 158px;
	width: 520px;
	text-align: center;
	z-index: 1;
	padding: 0;
	margin: 0;
}
	
	div#purchaseBar p {
		font-family: Helvetica, Arial, Sans-serif;
		font-size: 8pt;
		color: black;
		text-transform: uppercase;
	}
		
		div#purchaseBar p a {
			font-weight: bold;
			color: black;
			text-decoration: none;
		}
		
			div#purchaseBar p a:hover {
				text-decoration: underline;
				color: rgb(232,88,78);
			}
			
div#partyThumbsView {
	position: relative;
	left: 110px;
	top: 158px;
	width: 520px;
	text-align: center;
	z-index: 1;
	padding: 0;
	margin: 0;
}
	
	div#partyThumbsView img {
		border-width: 1px;
		border-color: rgb(0,0,0);
		border-style: solid;
	}
	
	div#partyThumbsView img#hover {
		border-color: rgb(232,88,78);
	}

p.copyrightMessage {
	font-family: Helvetica, Arial, Sans-serif;
	color: rgb(80,80,80);
	font-size: 7pt;
}
	
	p.copyrightMessage#photobooth {
		position: relative;
		left: 110px;
		top: 200px;
		width: 520px;
		text-align: center;
		z-index: 1;
	}
	
div#redBackButton {
	position: absolute;
	left: 0px;
	width: 65px;
	height: 25px;
	z-index: 1;	
}

div#photoBackButton {
	position: absolute;
	top: 160px;
	left: 95px;
	width: 16px;
	height: 20px;
	z-index: 1;
}

div#photoNextButton {
	position: absolute;
	top: 160px;
	left: 629px;
	width: 16px;
	height: 20px;
	z-index: 1;
}

div#photoBackButton {
	position: absolute;
	top: 160px;
	left: 95px;
	width: 16px;
	height: 20px;
	z-index: 1;
}

div#photoNextButton {
	position: absolute;
	top: 160px;
	left: 629px;
	width: 16px;
	height: 20px;
	z-index: 1;
}

div#pressBackButton {
	position: absolute;
	top: 160px;
	left: 225px;
	width: 16px;
	height: 20px;
	z-index: 1;
}

div#pressNextButton {
	position: absolute;
	top: 160px;
	left: 721px;
	width: 16px;
	height: 20px;
	z-index: 5;
}

div#photoSetsList {
	position: relative;
	left: 15px;
	top: 160px;
	width: 561px;
	margin: 10px 0 10px 0;
	padding: 0;
}
	
	div.photoSetRow {
		clear: both;
		margin: 8px 0 8px 0;
		padding: 0;
		min-height: 232px;
	}
	
		div.editorialSidebar {
			margin-left: 355px;
			width: 205px;
			min-height: 232px;
			height: auto !important;
			height: 232px;
			padding: 0;
			background-image: url(../../images/interface/editorial-sidebar-background.png);
			background-repeat: repeat-y;
			background-position: left;
			background-color: rgb(255,255,255);
			font-size: 9pt;
			line-height: 125%;
			z-index: 1;
		}
			
			div.editorialSidebar div.topBarWrapper {
				margin: 0;
				padding: 0;
				width: 205px;
				min-height: 232px;
				height: auto !important;
				height: 232px;
				background-image: url(../../images/interface/editorial-sidebar-top.png);
				background-repeat: no-repeat;
				background-position: top;
			}
			
			div.editorialSidebar div.bottomBarWrapper {
				margin: 0;
				padding: 0;
				width: 205px;
				overflow: hidden;
				min-height: 232px;
				height: auto !important;
				height: 232px;
				background-image: url(../../images/interface/editorial-sidebar-bottom.png);
				background-repeat: no-repeat;
				background-position: bottom;
			}
			
			div.editorialSidebar p.photoSetDescription {
				margin-bottom: 10px;
			}
			
		div.photoboothSidebar {
			margin-left: 355px;
			width: 205px;
			min-height: 232px;
			height: auto !important;
			height: 232px;
			padding: 0;
			background-image: url(../../images/interface/photobooth-sidebar-background.png);
			background-repeat: repeat-y;
			background-position: left;
			background-color: rgb(255,255,255);
			font-size: 9pt;
			line-height: 125%;
			z-index: 1;
		}
			
			div.photoboothSidebar p.photoSetDescription {
				margin-bottom: 10px;
			}
			
			div.photoboothSidebar div.topBarWrapper {
				margin: 0;
				padding: 0;
				width: 205px;
				min-height: 232px;
				height: auto !important;
				height: 232px;
				background-image: url(../../images/interface/photobooth-sidebar-top.png);
				background-repeat: no-repeat;
				background-position: top;
			}
			
			div.photoboothSidebar div.bottomBarWrapper {
				margin: 0;
				padding: 0;
				width: 205px;
				min-height: 232px;
				height: auto !important;
				height: 232px;
				background-image: url(../../images/interface/photobooth-sidebar-bottom.png);
				background-repeat: no-repeat;
				background-position: bottom;
			}
		
		p.photoSetHeadline {
			color: rgb(255,255,255);
			font-weight: bold;
			font-family: Helvetica, Arial, sans-serif;
			text-transform: uppercase;
			font-size: 20pt;
			margin: 0 10px 0 10px;
			padding: 10px 0 0 0;
			line-height: 100%;
		}
			
			p.photoSetHeadline a {
				color: rgb(255,255,255);
				text-decoration: none;
			}
				
				p.photoSetHeadline a:hover {
					text-decoration: underline;
				}
				
			p.photoSetDateString {
				margin: 0 10px 0 10px;
				padding: 0;
				font-weight: bold;
				font-family: Helvetica, Arial, sans-serif;
				color: rgb(255,255,255);
				font-size: 10pt;
			}
			
			p.photoSetDescription {
				font-family: Helvetica, Arial, sans-serif;
				color: rgb(0,0,0);
				font-size: 9pt;
				margin: 0 10px 0 10px;
			}
			
div#navbar {
	position: absolute;
	top: 0;
	left: 301px;
	width: 214px;
	height: 96px;
	z-index: 1;
}

p#shoppingCart {
	position: relative;
	top: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 8pt;
	text-transform: uppercase;
	text-align: right;
	margin-right: 12px;
}
	
	p#shoppingCart a {
		font-weight: bold;
		color: black;
		text-decoration: none;
	}
	
	p#shoppingCart a:hover {
		color: rgb(232,88,78);
		text-decoration: underline;
	}