#christmas {
    position: absolute;
    top: 8px;
    left: 360px;
}

    #christmas img {
        border: none;
    }


html {
    background-color: #F2EBD9;
	color: #38182B;
	background-image: url('images/bg.jpg');
}
body {
	margin: 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 1em;
	/*background-image: url('images/christmas_top.png');
	background-repeat: repeat-x;*/
}

hr {
	display: none;
}

a#rss, a#twitter {
	outline: none;
	right: 0;
	top: 20px;
	position: absolute;
	display: block;
	width: 30px;
	height: 31px;
	text-indent: -10000px;
	background-image: url('images/rss.png');
	background-position: center top;
	background-repeat: no-repeat;
	z-index: 2000;
}

a#twitter {
	background-image: url('images/twitter.png');
	right: 65px;
}

	a#rss:hover, a#twitter:hover {
		background-position: bottom center;
	}

#container {
	width: 910px;
	margin: -10px auto 0 auto;
	position: relative;
}

#header {
	position: relative;
	z-index: 200;
	height: 170px;
}

	#header h2 {
		position: absolute;
		z-index: 200;
		top: 20px;
		margin: 0;
		padding: 0;
		background-image: url('images/logo.png');
		width: 378px;
		height: 81px;
		text-indent: -10000px;
	}
	
		#header h2 a {
			display: block;
			height: 79px;
			outline: none;
		}
	
	#header h3 {
		position: absolute;
		z-index: 200;
		top: 100px;
		right: 0;
		margin: 0;
		padding: 0;
		background-image: url('images/exclusive.png');
		width: 304px;
		height: 16px;
		text-indent: -10000px;
	}

#nav {
	background: transparent url('images/nav-back.png');
	width: 820px;
}

ul.nav {
	position: absolute;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 90px;
	left: 0;
	top: 125px;
	z-index: 200;
}

	ul.nav li {
		display: block;
		margin-left: 15px;
		height: 28px;
		float: left;
	}
	
		ul.nav li a {
			display: block;
			height: 28px;
			background-position: center top;
			background-repeat: no-repeat;
			text-indent: -10000px;
			outline: none;
		}
	
			ul.nav li.home a {
				background-image: url('images/nav/home.png');
				width: 63px;
			}
			
			ul.nav li.tour a {
				background-image: url('images/nav/tour.png');
				width: 59px;
			}
			
			ul.nav li.updates a {
				background-image: url('images/nav/updates.png');
				width: 77px;
			}
	
			ul.nav li.models a {
				background-image: url('images/nav/models.png');
				width: 70px;
			}

			ul.nav li.forum a {
				background-image: url('images/nav/forum.png');
				width: 65px;
			}
	
			ul.nav li.contact a {
				background-image: url('images/nav/contact.png');
				width: 68px;
			}
			
			ul.nav li.links a {
				background-image: url('images/nav/links.png');
				width: 61px;
			}
			
			ul.nav li.shop a {
				background-image: url('images/nav/shop.png');
				width: 52px;
			}

			ul.nav li.guest-galleries a {
				background-image: url('images/nav/guest-galleries.png');
				width: 129px;
			}
		
			ul.nav li a:hover {
				background-position: center bottom;
			}

#nav_top {
	float: none;
	position: absolute;
	top: 40px;
	right: 0;
}

	#nav_top li {
		height: 34px;
		display: block;
		margin-left: 40px;
		float: left;
	}
	
		#nav_top li a {
			display: block;
			height: 34px;
			outline: none;
		}

		#nav_top li a {
			color: #990000;
			text-decoration: none;
			font-size: 190%;
			font-weight: normal;
		}
		
			#nav_top li a:hover {
				color: #000;
			}

#content {
	z-index: 100;
	position: relative;
}

	#content h1 {
		margin-top: 0;
	}

	#content h1, #content h2 {
		text-align: center;
		font-size: 280%;
		font-weight: normal;
		color: #333;
	}
	
	#content h2 {
		margin-top: -10px;
		font-size: 220%;
	}
	
	#content a {
		color: #333;
		text-decoration: none;
	}
		
		#content a:hover {
			color: #990000;
			text-decoration: none;
		}

	#content table.list {
		border-collapse: collapse;
		margin: -20px auto 0 auto;
		position: relative;
	}
		
		#content table.list tr td.photos div.photo, #content table.list tr td.photos div.video {
			width: 160px;
			height: 240px;
			float: left;
			overflow: hidden;
			position: relative;
			padding-top: 5px;
			text-align: center;
		}
		
			#content table.list tr td.photos div.photo span, #content table.list tr td.photos div.video span {
				position: absolute;
				top: 5px;
				left: 0;
				display: block;
				background-color: transparent;
				width: 160px;
				height: 240px;
				background-image: url('images/photo_non_preview.png');
				background-repeat: no-repeat;
				cursor:  pointer;
			}
			
				#content table.list tr td.photos div.video span {
					background-image: url('images/video_non_preview.png');
				}
			
				#content table.list tr td.photos div.video_preview span {
					background-image: url('images/video_preview_large.png');
					width: 320px;
				}
		
			#content table.list tr td.photos div.preview span {
				padding-top: 5px;
				background-image: url('images/photo_preview.png');
				cursor:  pointer;
			}
		
			#content table.list tr td.photos div.photo a, #content table.list tr td.photos div.video a {
				display: block;
				width: 160px;
				height: 240px;
				outline: none;
			}
			
				#content table.list tr td.photos div.photo a img, #content table.list tr td.photos div.video a img {
					border: none;
				}
				
				#content table.list tr td.photos div.video a img.camera {
					margin-top: 20px;
				}
				
				
		#content table.list tr td {
			width: 160px;
			margin: 0;
			padding: 10px 0;
		}
		
			#content table.list tr td.spacer {
				width: 15px;
			}
		
			#content table.list tr td.text {
				font-size: 75%;
				text-align: center;
				vertical-align: top;
				height: 75px;
				padding: 0 5px;
				width: 150px;
			}


#footerOfcom {
	text-align: center;
	font-size: 120%;
}

		
#footer {
	text-align: center;
	font-size: 65%;
	margin-left: -2px;
}

	#footer_nav {
		margin: 20px 0 20px 0;
		position: relative;
		height: 28px;
		top: 0;
		right: 0;
		padding-left: 90px;
		background: transparent url('images/nav-footer.png') no-repeat center center;
	}
	
	#footer p a {
		color: #000;
	}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */