body{
	background-color:#200203;
	//background-color:#e6e6e6;
	background-image:url(../img/big_red.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	font-family:Tahoma, Geneva, sans-serif;
	color:#000000;
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
}
.clear{
	clear:both;
	line-height:1px;
	font-size:1px;
	text-align:center;
}
#container{
	width:990px;
	margin:50px auto 0px;
}
a{
	color:#590608;
	text-decoration:none;
}
a:hover{
	color:#9E0B0F;
	text-decoration:underline;
}
a:visited{
	color:#290304;
}
a img{
	border:0px;
}
#header{
	padding-bottom:41px;
	background:url(../img/under_header_overlay.png) bottom no-repeat;
}
.content{
	padding-bottom:42px;
	background:url(../img/under_content_overlay.png) bottom no-repeat;
}
.main_logo,.navbar{
	display:inline-block;
}
.navbar{
	height:35px;
	overflow:hidden;
	vertical-align:bottom;
}
.navbar ul{
	padding:0px;
	list-style-type:none;
	margin:0px;
	height:35px;
}
.navbar ul li{
	width:123px;
	height:35px;
	display:inline-block;
	margin-left:9px;
}
.navbar ul li a img{
	vertical-align:bottom;
}
li.normal,li.current{
	background-repeat:no-repeat;
}
li.normal{
	background-position:left 12px;
}
li.normal:hover{
	background-position:left 0px;
}
.frontThumbPage{
	width:195px;
	height:400px;
	float:left;
}
.front_thumb{
	padding: 8px 10px 8px 7px;
	background:url(../img/front_thumb_bg.png) left top no-repeat;
}
.front_thumb a img{ 
	vertical-align:bottom;
} 
.front_thumb a{
	opacity:0.9;filter:alpha(opacity=90);
}
.front_thumb a:hover{
	opacity:1;filter:alpha(opacity=100);
}
#quickNav{
	font-size:18px;
	color:#FFF;
	height:40px;
	margin:10px 0px 5px;
}
#quickNav ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#quickNav li{
	display:inline-block;
	padding:5px 0px;
	margin:3px 20px;
	cursor:pointer;
}
#quickNav li:hover{
	border-bottom:2px solid #FFF;
}
#quickNav li.active{
	padding:5px 10px;
	margin:3px 10px;
	color:#FFF;
	background-color:#000;
	border-bottom:1px solid #3C0406;
	border-right:1px solid #3C0406;
}
#footer{
	clear:both;
}
#news_ticker{
	height:51px;
	position:relative;
}
div#newsFeed{
	background:url(../img/ticker_rss.png) left top no-repeat;
	height:51px;
	position:absolute;
	top:0px;
	left:0px;
	width:60px;
}
div#newsFeed:hover{
	background-position: left -51px;
}
#newsArea{
	position:absolute;
	top:0px;
	left:60px;
	background:url(../img/ticker_news_area.png) left top no-repeat;
	height:51px;
	width:930px;
}
.newsItem{
	white-space:no-wrap;
	height:32px;
	overflow:hidden;
}
.rdmFooter{
	margin:20px 35px 20px 15px; 
	font-size:12px;
	color:#FFF;
}
#validation{
	float:right;
}
label{
	display:block;
}
.thumbnail{
	padding: 7px 10px 8px 6px;
	background:url(../img/portfolio_thumb_bg.png) left top no-repeat;
	float:left;
}
.thumb_link{
	width:120px; height:120px;
	background-repeat:no-repeat;
	background-position:center center;
}
#portfolioMask{
	height:140px;
	width:952px;
	overflow:hidden;
	margin:10px auto 15px;
	border-right:0px solid #000000;
	border-left:0px solid #000000;
}
#portfolioTray{
	cursor:url(../img/cursor-openhand.png),w-resize;
}
#portfolioTray.inDrag, #portfolioTray.inDrag a{
	cursor:url(../img/cursor-grab.png),w-resize;
}
#projectDisplay{
	background:url(../img/under_content_overlay.png) top no-repeat;
	padding-top:5px;
	position:relative;
}
#projectDisplay #contentZone{
	background-color:#FFF;
	height:600px;
	overflow:hidden;
}
.imageHolder{
	float:right;
	text-align:right;
	width:600px;
	height::600px;
	background-repeat:no-repeat;
	background-position:center center;
	background-color:#333;
}
.projectInformation{
	padding:20px;
	width:350px;
	height:600px;
	background:url(../img/bigImageShadow.png) right top no-repeat;
}
.projectThumbs{
	text-align:center;
	width:105px;
	height:85px;
	float:left;
}
.otherImages{

	padding:10px;
	background-color:#e6e6e6;
}
#loadingProject{
	position:absolute;
	bottom:0px;
	left:0px;
	opacity:0.75;filter:alpha(opacity=75);
	background-color:#FFF;
	width:990px;
	height:100%;
	text-align:right;
}