HTML,BODY {
	height:100%; 
	max-height:100%;
	MARGIN: 0px;
	PADDING: 0px;
	background: #6D2A00 url(/img/background.jpg) repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #fff;
	}
		
.aboutUs a {
	display: block;
	width: 76px;
	height: 16px;
	max-height: 16px;
	background: url(/img/aboutUsButton.jpg) no-repeat 0 0;
	text-decoration: none;
	}
	
.aboutUs a:hover {
	background: url(/img/aboutUsButton.jpg) no-repeat 0 -16px;
	}
	
.aboutUs a.active {
	background: url(/img/aboutUsButton.jpg) no-repeat 0 -16px;
	}
	
.photoGallery a {
	display: block;
	width: 116px;
	height: 16px;
	max-height: 16px;
	background: url(/img/photoGalleryButton.jpg) no-repeat 0 0;
	text-decoration: none;
	}
	
.photoGallery a:hover {
	background: url(/img/photoGalleryButton.jpg) no-repeat 0 -16px;
	}
	
.photoGallery a.active {
	background: url(/img/photoGalleryButton.jpg) no-repeat 0 -16px;
	}
	
.licensingPolicy a {
	display: block;
	width: 135px;
	height: 16px;
	max-height: 16px;
	background: url(/img/licensingPolicyButton.jpg) no-repeat 0 0;
	text-decoration: none;
	}
	
.licensingPolicy a:hover {
	background: url(/img/licensingPolicyButton.jpg) no-repeat 0 -16px;
	}
	
.licensingPolicy a.active {
	background: url(/img/licensingPolicyButton.jpg) no-repeat 0 -16px;
	}
	
.contact a {
	display: block;
	width: 71px;
	height: 16px;
	max-height: 16px;
	background: url(/img/contactButton.jpg) no-repeat 0 0;
	text-decoration: none;
	}
	
.contact a:hover {
	background: url(/img/contactButton.jpg) no-repeat 0 -16px;
	}
	
.contact a.active {
	background: url(/img/contactButton.jpg) no-repeat 0 -16px;
	}
	
.login a {
	display: block;
	width: 53px;
	height: 16px;
	max-height: 16px;
	background: url(/img/loginButton.jpg) no-repeat 0 0;
	text-decoration: none;
	}
	
.login a:hover {
	background: url(/img/loginButton.jpg) no-repeat 0 -16px;
	}
	
.login a.active {
	background: url(/img/loginButton.jpg) no-repeat 0 -16px;
	}
	
.viewCart a {
	display: block;
	width: 85px;
	height: 16px;
	max-height: 16px;
	background: url(/img/viewCartButton.jpg) no-repeat 0 0;
	text-decoration: none;
	}
	
.viewCart a:hover {
	background: url(/img/viewCartButton.jpg) no-repeat 0 -16px;
	}
	
.viewCart a.active {
	background: url(/img/viewCartButton.jpg) no-repeat 0 -16px;
	}
	
.photoTitle {
	font-size: 12px;
	font-weight: bold;
	}

.photoTitleDetail {
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 2px 0;
	color: #000;
	text-align: left;
	border-bottom: 1px solid #FAD89D;
	}

a.photoDetails {
	font-size: 9px;
	text-transform:uppercase;
	}
	
a.miscLinks {
	font-size: 10px;
	color: #FAD89D;
	text-transform: uppercase;
	}
	
a.cartLinks {
	font-size: 10px;
	color: #ffffff;
	text-transform: uppercase;
	}
	
.photo {
	border: 15px solid #fff;
	}
	
.keywordsDetail, .descriptionDetail {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

.descriptionDetail {
	padding-top: 10px;;
}

.keywordsDetail a {
	font-size: 12px;
	font-weight:normal;
	color: #fff;
}

.contactMailHead {
	font-size: 10px;
	color: #fff;
	text-transform: uppercase;
	}
	
.linePadding {
	padding-top: 10px;
	border-top: 1px solid #FAD89D;
	margin-top: 2px;
	}
	
.linePaddingLogin {
	border-top: 1px solid #FAD89D;
	margin-top: 0px;
	}
	
.errorMessage {
	color: #FAD89D;
	font-weight: bold;
	}
	
.linePaddingSidebar {
	border-top: 1px solid #FAD89D;
	}
	
.orderHeader {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}