body, div, td{
margin:0;
padding:0;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:12px;
color:#999999;

}

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.borderRed{		border:1px solid #F00;}
.borderBlue{	border:1px solid #039;}
.borderGreen{	border:1px solid #090;}

ul{
margin:0;
padding:0;
}

li{
margin:0;
padding:0;
list-style-type:none;
}

a{
	color:#999999;
	text-decoration:none;
}

a:hover{
	color:#C00;
}

.border{
	border:1px solid #000000;
}

#homeNew .content{
	margin-top:150px;
}

.main{
	padding-top:10px;	
	line-height:190%;
	color:#555;
	width:900px;
	margin:0 auto;
}

.header{
	margin:0 auto;
	position:relative;
	text-align:right;
}

.content{
	padding-bottom:20px;
	padding-top:30px;
	position:relative;
	padding-bottom:30px;
}

#homeNew .header{
	width:870px;
	margin:0 auto;
	margin-bottom:5px;
	position:relative;
}

#homeNew .content{
	width:887px;
	margin:0 auto;
	padding-bottom:5px;
	padding-top:0;
}

#homeNew .content .nav{
	width:100%;
	margin-top:10px;
	position:relative;
}

#homeNew .uninav{
width:870px;
background-color:#fff;
margin-top:40px;
}


.copy{
	margin-left:100px;
	width:400px;
	line-height:190%;
	color:#555;
}

.copy a{
color:#990000;
font-weight:bold;
}

.copy a:hover{
text-decoration:underline;
}

.copy a.backLink{
color:#999999;
}

.thumbs{
	padding:10px 0;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	text-align:center;
}

.thumbs img{
filter:alpha(opacity=60);
-moz-opacity:0.6;
opacity: 0.6;
}

.thumbs img:hover{
filter:alpha(opacity=100);
-moz-opacity:1;
opacity: 1;
cursor:pointer;
}

.thumbs ul{
	margin:0 auto;
}

.thumbs li{
	padding-right:5px;
	display: inline;
	position: relative;

}


.footer{
	margin:0 auto;
	margin-top:5px;
	width:870px;
	text-align:left;
	font-size:10px;
}

.footer li{
	display:inline;
	margin-left:20px;
}

.uninav{
	background-color:#000;
}

.uninav a{
	margin-right:20px;
}

#contact .contactInfo{
	margin-top:10px;
	margin-left:20px;
	font-size:13px;
	line-height:150%;
	margin-bottom:25px;
}

#contact .contactInfo h2{
	margin:0 0 5px 0;
	padding:0;
	color:#9B0900;
}

#homeNew a.home,
#about a.about,
#contact a.contact,
#press a.press,
#videos a.videos{
	color:#C00;
}

.rl li{
	float:left;
	margin-right:20px;	
}

.rl li a{
	color:#900;
	font-weight:bold;
}

.pressList li{
margin-bottom:1px;
}

.photo{
	float:right;
	margin-right:20px;
	margin-top:20px;
}

.logo{
	position:absolute;
	left:0;
	top:30px;
}

#galleryThumbs{
	width:680px;	
}

#galleryThumbs .image{
	float:left;
	margin-left:20px;
	margin-bottom:20px;
	z-index:1;
	/*box-shadow:inset 0 0 10px rgba(0,0,0,.8);
	-webkit-box-shadow:inset 0 0 10px rgba(0,0,0,.8);
	-moz-box-shadow:inset 0 0 10px rgba(0,0,0,.8);*/
}

#galleryThumbs .image img{
	z-index:-1;
	position:relative;
}


