@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	background-color: #000000;
}
#logospace {
	background: transparent center center url('../images/newlogo_w_b.jpg') no-repeat;
	display: block;
	height: 25px;
	width: 280px;
}

#menuspace {
	margin-bottom: .5em;
	border-bottom: 2px solid #ccc;
}

#menuspace a, #menuspace a:link, #menuspace a:visited, #menuspace a:active {
	color: white;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	height: 1em;
	text-decoration: none;
	padding: 5px 5px;
}

#contentWindow {
	padding: 0px;
	font-size: 12px;
}

#contentWindow a, #contentWindow a:link, #contentWindow a:visited, #contentWindow a:active {
	color: #0066FF;
	text-decoration: none;
}

#contentWindow a:hover {
	text-decoration: underline;
}

.invisible {
	display: none;
}

div#loadingGraphic {
	visibility: hidden;
	position: absolute;
	top: 100px;
	width: 100%;
}

.proofsTable {
	border-collapse: separate;
	border: 1px solid white;
}

.proofsTable td, .proofsTable th {
	padding: 4px;
}

.proofsTable th {
	background: white;
	color: black;
}

.oddRow {
	background-color: #eee;
	color: #333; 
}

/* Content Area */

.contentWindowSpace {
	position: relative;
	width: 1024px;
	height: 700px;
	text-align: left;
}

.fullScreenContentSpace {
	width: 600px;
	text-align-left;
	margin-top: 1em;
	padding-top: 3em;
	padding-left: 2em;
	height: 700px;
}

.topPlacedContent {
	position: absolute;
	width: 910px;
	height: 460px;
	top: 30px;
	left: 55px;
}

.aboutWindowSpace {
	background: transparent center center url('../images/About-Us-Background.jpg') no-repeat;
}

.portraitsWindowSpace {
	background: transparent center center url('../images/Portraits-Background.jpg') no-repeat;
}

.portraitsViewingWindowSpace {
	background: transparent center center url('../images/Portraits-Viewing-Background.jpg') no-repeat;
}

.proofsWindowSpace {
	background: transparent center center url('../images/Proofs-Background.jpg') no-repeat;
}

.displayProofsWindowSpace {
	background: transparent center center url('../images/Proofs-Background-Showing.jpg') no-repeat;
}

.weddingWindowSpace {
	background: transparent center center url('../images/Wedding-Background.jpg') no-repeat;
}

.weddingViewingWindowSpace {
	background: transparent center center url('../images/Wedding-Viewing-Background.jpg') no-repeat;
}

.weddingPriceWindowSpace {
	background: transparent center center url('../images/wedding_prices.jpg') no-repeat;
}

.bottomPlacedContent {
	position: absolute;
	top: 530px;
	left: 60px;
}

#mainText {
	position: absolute;
	top: 530px;
	left: 60px;
}

.menuOption {
	width: 120px;
}

#mainText {
	text-align: left;
}

#portfolioBtn {
	position: absolute;
	top: 615px;
	right: 60px;
}


#pricesBtn {
	position: absolute;
	top: 615px;
	right: 230px;
}

.fauxButton {
	background-color: black;
	color: white;
	font-size: 12pt;
}

#weddingPricesLeadIn {
	width: 580px;
}

.darkText {
	color: black;
}

#pageFooter {
	font-size: 8pt;
	color: #aaa;
	border-top: 2px solid #ccc;
}

#pageFooter a, #pageFooter a:visited, #pageFooter a:active, #pageFooter a:hover {
	color: #aaa;
}

.movinOnUp {
	margin-top:-1em;
}

#descriptionArea {
	position: absolute;
	width: 308px;
	height: 100%;
	background: black;
	border-left: 1px solid white;
	color: white;
	right: 0px;
	top: 0px;
}

#previewImg {
	padding: 4px 4px 4px 20px;
}

#menuspace a.selected {
	border-bottom: 2px solid white;
}
