/*start background image css*/

* { 
    margin: 0; 
    padding: 0; 
}

body {
	background: #444;
}

 #bg, #bg table, #bg td, #cont {
    height:100%;
    width:100%;
    overflow:hidden;
}

#bg { 
    position: fixed; 
}

#bg div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
}

#bg td {
    text-align:center;
    vertical-align:middle;
}

#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}

#cont {
    position:absolute;
    top:0;left:0;
    z-index:70;
    overflow:auto;
	color: #fff;
}

.box { 
   	position:relative;
	width:854px;
	margin:0 auto 0;
	padding:4em 58px 1em;
	
	text-align:left;

    background: transparent; 

	font: 100% "Corbel", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#focus-stealer      { position: absolute; left: -9999px; }

/*end background image css*/



/*--------------home/main_content styles--------------*/

#home_content {
/*	display:none;*/
	width: 100%;
	padding-bottom:2em;
	padding-top: 2em;
	border-top:#aaa solid .2em;

}

p {
	margin-bottom:1em;	
}

.xmas2009_content h1 {
	font-weight: bold;
	font-size:4em;
	font-family:"Lucida Sans", Lucida, Verdana, sans-serif;
	color: #779373;
	
	padding-left: 5px;
}

.pink {
	color: #C9A7AA;
}

.xmas2009_content h2 {
	margin-bottom:1em;
	margin-top:.5em;
	
	color:#666;
	font-size:1.2em;
	font-family:"Lucida Sans", Lucida, Verdana, sans-serif;
}

#content {
	margin:20px 0;	
}

.xmas2009_content p {
	line-height:1.5em;
	font-size:1.4em;
	letter-spacing: 1px;
}

a {
	color:#666;
	font-family:"Lucida Sans", Lucida, Verdana, sans-serif;
	font-size:12px;
	text-decoration:none;
	outline:none;
}

a:hover {
	color: #fff;
	text-decoration:underline;
}


/*construt vids*/

#construction_vids li {
	float: left;
	width: 418px;
	height: 440px;
	background: transparent url(/public/images/xmas2009/lg_line.png) no-repeat bottom left;
	margin-bottom: 30px;
}

.lastvid {
	margin-left: 18px;
}

.movie_wrap p{
	padding-left: 5px;
	margin-top: 1em;
}

/*critters*/


#critter_info {
	width: 100%;
}

#critter_info p{
	padding-left: 5px;
}

#critter_info li {
	background: transparent url(/public/images/xmas2009/sm_line.png) no-repeat bottom left;
	width: 200px;
	height: 420px;
	float: left;
	margin-right: 18px;
	margin-bottom: 20px;
	position: relative;
}

#critter_info p {
	font-size: 2em;
}

.lastcritter {
	margin-right: 0px !important;
}

#critter_info .text_block {
	padding-left: 5px;
	margin-top: 5px;
}

#critter_info h3 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 1em;
	color: #ccc;
	padding-top: 4px;
}

#critter_info .name {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: bold;
	font-size: 1.2em;
	letter-spacing: .5px;
	line-height: .2em;
}

#critter_info .critter_name1 {

	font-size: 1.5em ;
	color: #779373;
}

#critter_info .critter_name2 {

	font-size: 1.5em ;
	color: #C9A7AA;
}

#critter_info img {
	margin-bottom: .8em;
}

.links {
	position: absolute;
	bottom: 18px;
	right: 0;
}

.links a {
	padding:0 .25em;
	
	
}


/*--------------heder styles--------------*/

#header h1 {
	width:333px;
	height:74px;
	float:left;
	
	background: transparent url(/public/images/xmas2009/logo.png) no-repeat 0 0;
}

#contact_form label {
	
	
	color:#fff;
}
