/* no list-markers by default, since lists are used more often for semantics */
ul,ol {
	list-style:none
}

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { 
	font-size:1em;
}

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin:0; 
	padding:0;
}
/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { 
	border:none;
}
body {
	font-family: Arial, serif;  
	font-size: 11px;
	line-height: 18px;
	color: #999;
	background-color: #000;
	margin: 0px;
}
img {
	border: none;
}

img, div, a { behavior: url(iepngfix.htc) }

td {
	font-family: Arial, serif;  
	font-size: 11px;
	line-height: 18px;
}
div {
	text-align: left;
}
a:link {
	color: #F2162E;
	text-decoration: none;
}
a:visited {
	color: #F2162E;
	text-decoration: none;
}
a:hover {
	color: #F2162E;
	text-decoration: underline;
}
h1 {
	font-family: Arial, serif; 
	font-weight: normal;
	color: #FFF;
	font-size: 12px;
	letter-spacing:.1em;
	line-height: 12px;
	padding: 24px 0px 18px 0px;
	margin: 0px;
	clear: both;
}
h2 {
	font-family: Arial, serif; 
	font-weight: normal;
	color: #FFF;
	font-size: 12px;
	letter-spacing:.1em;
	line-height: 12px;
	padding: 24px 0px 18px 0px;
	margin: 0px;
	clear: both;
}
h3 {
	font-family: Arial, serif; 
	font-weight: normal;
	color: #FFF;
	font-size: 11px;
	letter-spacing:.1em;
	line-height: 12px;
	padding: 24px 0px 12px 0px;
	margin: 0px;
	clear: both;
}
h4 {
	font-family: Arial, serif; 
	font-weight: normal;
	color: #FFF;
	font-size: 11px;
	letter-spacing:.1em;
	line-height: 12px;
	padding: 0px;
	margin: 0px;
	clear: both;
}
p {
	text-align: left;
	margin-bottom: 16px;
}
#content, #contentTemplate {
	position: absolute;
	left: 185px;
	top: 150px;
	width: 480px;
}
#contentHome {
	position: absolute;
	left: 152px;
	top: 120px;
	width: 600px;
}
#contentPhoto {
	position: absolute;
	left: 138px;
	top: 144px;
	width: 500px;
}
#contentTemplate img {
	float: right;
	border: 6px solid #222;
	margin: 0px 0px 16px 16px;
}
#footer {
	margin-top: 100px;
}
#footer a:link {
	color: #FFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #F2162E;
	text-decoration: none;
}
#logo {
	position: absolute;
	top: 144px;
}
#nav {
	position: absolute;
	left: 765px;
	top: 225px;
	line-height: 24px;
}
#nav a:link {
	color: #666;
	text-decoration: none;
}
#nav a:visited {
	color: #666;
	text-decoration: none;
}
#nav a:hover {
	color: #F2162E;
	text-decoration: none;
}
#navChain {
	position: absolute;
	left: 155px;
	top: 115px;
	width: 540px;
}
#pageNav {
	text-align: right;
	margin-bottom: 12px;
}
#photoNav {
	position: absolute;
	left: 705px;
	top: 115px;
}
#title {
	position: absolute;
	left: 134px;
}
.clear {
	clear: both;
}
.dim {
	font-size: 14px;
	color: #444;
}
.error {
	color: #F2162E;
}
.floatLeft {
	text-align: left;
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}
.galleries {
	text-align: center;
	margin-right: 24px;
	margin-bottom: 24px;
}
.galleries img, .latest img {
	border: none;
}
.galleriesLink {
	text-align: center;
	font-size: 11px;
	padding-top: 8px;
}
.galleriesLink2 {
	font-size: 12px;
	letter-spacing:.1em;
	padding-top: 4px;
	padding-left: 16px;
	width: 150px;
}
.hidden {
	display: none;
}
.highlight {
	color: #F2162E;
}
.lessPad {
	padding: 0px 0px 18px 0px;
}
.left, .left h2, .left p {
	text-align: left;
}
.news {
	background-color: #101010;
	padding: 18px;
	margin-bottom: 18px;
}
.news1 {
	background-color: #2D2D2D;
	margin-top: 24px;
	margin-bottom: 18px;
	padding: 18px;
}
.newsText img {
	float: left;
	padding: 4px 18px 18px 0px;
}
.noBorder {
	border: none;
}
.noPad {
	padding: 0px 0px 4px 0px;
}
.pageNumbers {
	vertical-align: super;
	font-size: 11px;
}
.peeps {
	visibility: hidden;
	display: none;
}
.photoTitle {
	text-transform: uppercase;
	padding: 18px 0px 3px 0px;
}
.printInfo {
	padding: 24px;
	background-color: #101010;
	width: 557px;
}
.tiny {
	font-size: 10px;
	margin-top: 100px;
}
.welcome {
	font-size: 14px;
	font-style: italic;
	letter-spacing:.1em;
}

/* ===================== CART ========================================== */

.cart td {
	padding: 18px;
}
.cart th {
	font-weight: normal;
	font-size: 12px;
	letter-spacing:.1em;
	text-align: center;
	padding: 6px;
}
.cartBkg {
	background-color: #101010;
	text-align: center;
}
td.buttons {
	padding-top: 14px;
	padding-bottom: 12px;
}
.total {
	font-size: 14px;
	color: #FFF;
	line-height: 18px;
}
.cartPicture {
	width: 150px;
	padding: 0px;
}
.tinyText {
	font-size: 10px;
}
	