/** global areas of each page **/
BODY {
	background-image: url('/photography/images/site/background.jpg');
	background-repeat: repeat-x;
}

.banner {
    background: url(/photography/images/site/top_nav_space.jpg) repeat-x;
    width: 100%;
}

.footer {
    font-family: Arial, Helvetica, sans-serif;
	padding-top: 70px;
	text-align: center;
	font-size: 10px;
	color: #666666;
}

.contentArea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

/** navigation bread crumbs **/
.breadCrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-top: 6px;
	font-weight: bold;
}
.breadCrumb A {
	color: #333333;
}

/** standard styles **/
H1, H2, H3, H4, H5, H6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	margin-top: 0px;
}
H1, H2, H3 {
	font-size: 14px;
}
H4, H5, H6 {
	font-size: 12px;
}
input.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	background: #999999;
	border: 2px outset #d7b9c9
}

IMG.infoButton {
    cursor: pointer;
	border: 0;
}

/** the grid showing the thumbnails (small) of images in a gallery **/
.galleryThumbnails {
	padding: 0px;
	margin: 0px;
}
.galleryThumbnails THEAD TH {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #666666;
}
.galleryThumbnails THEAD TH IMG {
	border: none;
}
.galleryThumbnails IMG {
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 0px;
    margin-top: 0px;
	margin-left: 4px;
	margin-right: 0px;
    margin-bottom: 4px;
}

/** the box showing one large gallery image  **/
.galleryLargeImageFrame {
	padding: 0px;
	margin: 0px;
}
.galleryLargeImageFrame IMG {
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	padding: 0px;
	margin: 0px;
}
.galleryLargeImageFrame .title, 
.galleryLargeImageFrame .location,
.galleryLargeImageFrame .desc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.galleryLargeImageFrame .title {
	padding-top: 6px;
	padding-bottom: 0px;
    font-weight: normal;
}
.galleryLargeImageFrame .location {
	padding-top: 2px;
	padding-bottom: 4px;
    font-weight: normal;
}
.galleryLargeImageFrame .desc {
	padding-top: 8px;
	padding-bottom: 8px;
    font-weight: normal;
}
.galleryLargeImageFrame .nav {
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: center;
}
.galleryLargeImageFrame .nav IMG {
	border-width: 0px;
	border-style: none;
}

.bookmarks {
    padding-top: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.bookmarks, .bookmarks A, .bookmarks A:hover, .bookmarks A:visited {
	color: #999999;
}

/** Gallery Pages **/

.galleryDesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: right;
	width: 170px;
}

.galleryLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	height: 16px;
	text-align: right;
	margin-top: 8px;
	border: 0px;
}
/** About Page **/
.aboutBody {
	/*width: 400px;*/
}


/** Contact Me Page **/
.contactForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 500px;
}
.contactForm .fieldLabel{
	font-weight: bold;
}

/** Links Page **/
IMG.logo {
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	padding: 4px;
	margin: 0px;
	background-color:#ffffff;
}

/** FAQ Page **/
.faqContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*width: 400px;*/
}
.faqQuestion {
	clear: both;
	font-weight: bold;
	margin: 8px 0 4px 0;
	padding: 0;
}
.faqAnswer {
	font-weight: normal;
	margin: 0px 0 6px 0;
	padding: 0;
}

.faqAnswer .left{
	float: left;
	padding: 0 8px 8px 0;
}

.faqAnswer .right{
	float: right;
	padding: 0 0 8px 8px;
}

/** Side header **/
.sideHeader, .sideLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	height: 20px;
	text-transform: uppercase;
	text-align: right;
}

.sideCart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	padding: 0 0 6px 0;
	height: 20px;
	text-align: right;
}

.sideHeader a, .sideLink a, .sideCart a {
	color: #333333;
	text-decoration:none;
}

.sideHeader a:hover, .sideLink a:hover, .sideCart a:hover {
	text-decoration: underline;
}

/* shopping carg */

table#cart {
	border: 1px solid grey;
	float: left;
}
table#cart th {
	text-align:left;
	padding: 5px 10px 0 10px;
	border-bottom:1px solid #666666;
}
table#cart th.number {
	text-align:right;
}
table#cart td {
	padding: 5px 10px 10px 5px;
}

div#cartNotes {
    float: left;
	text-align: left;
	border: 1px solid grey;
	margin: 0 0 0 10px;
	padding: 5px;
	width: 200px;
    background: white;
	font-size: 11px;
}

div#cartNotes p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
