/************************************************************
 * 	
 * Reset some default styles on all elements 
 *
 ************************************************************/

body {
	margin: 0px 0px 40px 0px;
	font: 85% Arial, sans-serif; 
	line-height: 1.25em;	
	color: #333333;
	background-color: #c8c0af;
}

div, form, p, ul, li, h1, h2, h3, h4, h5, input {
	margin: 0px;
	padding: 0px;
}

input, option, select, textarea {
	font: normal 11px Arial, sans-serif;
	color: #666666;
	background-color: #ffffff;
}

select, input {
	padding: 1px 0px 2px 2px;
}

table {
	border-collapse: collapse;
}

a {
	color: #333333;
	text-decoration: none;
}	

a:hover {
	color: #000000;
	text-decoration: underline;
}

ul {
	list-style: none;
}

img {
	border: none;
}

.clear {
	clear: both;
}

.fLeft {
	float: left;
}

.fRight {
	float: right;
}

.loading {
	background: transparent url(../img/loading.gif) center center no-repeat;
}


/************************************************************
 * 	
 * Page styles
 *
 ************************************************************/

/* Page View management */

/* Photo View */

.photoView #div-Thumbnails {
	display: block;
}

.photoView #div-PhotoLinks {
	display: block;
}

.photoView #div-AboutMe {
	display: none;
}

.photoView #div-OrderInfo {
	display: none;
}

.photoView #div-ThankYou {
	display: none;
}

/* About Me View */

.aboutMeView #div-Thumbnails {
	display: none;
}

.aboutMeView #div-PhotoLinks {
	display: block;
}

.aboutMeView #div-AboutMe {
	display: block;
}

.aboutMeView #div-ThankYou {
	display: none;
}

.aboutMeView #div-OrderInfo {
	display: none;
}

/* Order Info View */

.orderInfoView #div-Thumbnails {
	display: none;
}

.orderInfoView #div-PhotoLinks {
	display: block;
}

.orderInfoView #div-OrderInfo {
	display: block;
}

.orderInfoView #div-AboutMe {
	display: none;
}

.orderInfoView #div-ThankYou {
	display: none;
}

/* Thank You View */

.thankYou #div-Thumbnails {
	display: none;
}

.thankYou #div-PhotoLinks {
	display: block;
}

.thankYou #div-AboutMe {
	display: none;
}

.thankYou #div-OrderInfo {
	display: none;
}

.thankYou #div-ThankYou {
	display: block;
}



/* div-Container and child element styles */

#div-Container {	
	width: 1000px;
	padding: 20px 40px 20px 40px;
}

#div-Container.LargePhoto {	
	width: auto;
}

#div-Container h1 {	
	width: 377px;
	height: 38px;
	margin-bottom: 10px;
	background: transparent url(../img/CatherineHewins-3.gif) left top no-repeat;
}

#div-Container h1 span {	
	display: none;
}

#div-Container h2 {	
	margin-bottom: 20px;
	font-size: 120%;
	color: #333333;
	letter-spacing: 4px;
	text-transform: lowercase;
}


/* div-Thumbnails and child element styles */

#div-Thumbnails {
	display: block;
	float: left;
	width: 100%;
	zoom: 1;
	margin: 0px auto;
}

#div-Thumbnails.loading {
	height: 200px;
}

#div-Thumbnails.loading a.thumbnail, #div-Thumbnails.loading a.thumbnail img {
	display: none;
}

a.thumbnail {
	display: block;
	float: left;
	margin: 0px 20px 50px 0px;
	border: 5px solid #ffffff;
	background-color: #ffffff;
	overflow: hidden;
	text-align: center;
}	

a.thumbnail:hover {
	text-decoration: none;
}

a.thumbnail img {
	background-color: #000000;
}


/* div-PhotoLinks and child element styles */

#div-PhotoLinks {
	width: 100%;
	height: 25px;
	margin: 20px 0px 4px 0px;
	text-align: center;
}

#div-PhotoLinks a {
	display: block;
	float: left;
	border-bottom: 1px dotted;
	margin: 0px 10px 0px 10px;
	padding-bottom: 2px;
	font-weight: bold;
}

#div-PhotoLinks a:hover {
	border-bottom: 1px solid;
	text-decoration: none;
}

#div-PhotoLinks a.current {
	border-bottom: 1px solid;
}

#div-PhotoLinks a.current:hover {
	cursor: default;
	text-decoration: none;
}

#div-PhotoLinks a.first {
	margin-left: 389px;
}

.v6 #div-PhotoLinks a.first {
	margin-left: 199px;
	width: auto;
}

/* div-AboutMe and child element styles */

#div-AboutMe {
	display: none;
}

#img-AboutMe-Catherine {
	display: block;
	float: left;
	width: 298px;
	height: 481px;
	margin: 0px 30px 25px 0px;
	padding: 3px;
	border: 1px solid #333333;
	background-color: #acad98;
}

#div-AboutMe p {
	line-height: 1.5em;
	font-size: 1.25em;
	margin-bottom: 10px;
}

#div-AboutMe p.first img {
	padding: 0px 5px 5px 0px;
}

#div-AboutMe p.last img {
	padding: 0px 0px 0px 5px;
}

#a-AboutMe-MailTo {
	font-weight: bold;
}


/* div-OrderInfo and child element styles */

#div-OrderInfo div {
	margin-bottom: 40px;
}

#div-OrderInfo h3 {
	font-size: 1.35em;
	margin-bottom: 15px;
	text-decoration: underline;
}

#div-OrderInfo p {
	line-height: 1.3em;
	font-size: 1.25em;
	margin-bottom: 10px;
}

#div-OrderInfo ol li {
	padding-bottom: 5px;
	font-size: 1.25em;
}

#div-OrderInfo table {
	width: 40%;
	font-size: 1.25em;
}

#div-OrderInfo table td, #div-OrderInfo table th {
	padding-bottom: 5px;
}

#div-OrderInfo table .col1 {
	text-align: left;
}

#div-OrderInfo table .col2 {
	text-align: right;
}


/* div-Footer and child element styles */

#div-Footer {
	margin: 20px 0px 4px 0px;
	text-align: center;
}

span.copy {
	display: block;
	font-size: 70%;
}

/* Displaying photo elements */

#div-ShadowBg {
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.70;
	filter: alpha(opacity:50);
	KHTMLOpacity: 0.70;
	MozOpacity: 0.70;
}
	
#div-DisplayPhoto {
	position: absolute;
	z-index: 200;
	top: 90px;
	left: 60px;
	border: 1px solid #999999;
	background-color: #ffffff;
	padding: 2px;
}

.LargePhoto #div-DisplayPhoto {
	position: inherit;
}

#div-DisplayPhoto.loading {
	background: #ffffff url(../img/loadingPhoto.gif) center center no-repeat;
}

#div-DisplayPhoto-InnerDiv {
	border: 1px solid #cccccc;
	text-align: center;
}

#span-Title {
	display: block;
	float: left;
	height: 16px;
	padding-left: 5px;
	overflow: hidden;
	color: #333333;
	font-size: 1em;
	font-weight: bold;
}

#a-CloseWindow {
	display: block;
	float: right;
	height: 16px;
	margin: 1px 2px 0px 0px;
	padding-right: 16px;
	font-size: 0.9em;
	color: #979590;
	background: url(../img/closeWindow-Bg.gif) right center no-repeat;
}

.safari #a-CloseWindow {
	background-position: right top;
}

#a-CloseWindow:hover {
	text-decoration: none;
}

#div-DisplayPhoto img.largeImage {
	padding: 0px 5px 5px 5px;
}

#a-OrderNow {
	font-size: 0.95em;
	font-weight: bold;
}

#div-DisplayPhoto-OrderNow {
	height: 30px;
	margin: 0px 5px 0px 5px;
	border-top: 1px solid #cccccc;
}

#div-DisplayPhoto-OrderNow img {
	display: block;
	float: right;
	margin: 6px 5px 0px 0px;
	cursor: pointer;
}

#div-DisplayPhoto-OrderNow select {
	display: block;
	float: right;
	width: 210px;
	margin: 5px 5px 0px 5px;
} 

#a-OrderingInfo {
	display: block;
	float: right;
	margin-top: 7px;
	font-size: 0.80em;
}


