html {
	height:100%;
}
body {
	height:100%;
	padding:0;
	margin:0;
	font-family:"Tahoma", Arial, Helvetica, sans-serif;
	color:#000000;
}
td, th {
	font-size:11px;
}
img {
	border:0;
}
div.container {
	width:1000px;
	height:550px;
	background:url(../images/main-bg.jpg) no-repeat left top;
}
.paddingLeft {
	padding-left:50px;
}
.height350 {
	height:350px;
}
.search {
	font-size:11px;
	background:#FFFFFF;
	border-bottom:1px solid #c6c5c5;
	padding:5px;
	font-weight:bold;
}
.search-field {
	background:#d4d6d7;
	padding:5px;
}
.search-field input {
	font-size:11px;
	width:140px;
	border:1px solid #d4d6d7;
}
.search-title {
	background:#FFFFFF;
	width:auto;
	font-weight:bold;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	float:left;
}
.search-results {
	background:#FFFFFF;
	height:350px;
	opacity:0.8;
	filter:alpha(opacity=80); 
	-moz-opacity:0.8;
	clear:both;
	
}
div.project-title {
	background:#FFFFFF;
	text-transform:uppercase;
	color:#cc054c;
	font-size:14px;
	width:auto;
	font-weight:bold;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	float:left;
}
.search-listing {
	position:relative;
	clear:both;
	z-index:1000;
}

.listing-container {
	position:absolute;
	z-index:1000;
	width:650px;
	left:10px;
	top:10px;
}
.listing-container div.bullet{
	background:url(../images/bullet.gif) no-repeat left 3px;
	padding-left:15px;
}
.listing-container a{
	color:#000000;
	text-decoration:none;
}
div.btnback {
	background:none;
	margin-top:10px;
}
.btnback a{
	background:#6ca33c;
	float:right;
	color:#FFFFFF;
	padding:3px;
	width:auto;
	font-size:10px;
	text-decoration:none;
}
div.project-holder {
	position:relative;
	clear:both;
	z-index:1000;
}
div.project-details {
	position:absolute;
	width:280px;
	z-index:1000;
	left:10px;
	top:10px;
}
div.project-details .title{
	color:#cc054c;
	font-weight:bold;
}
div.ref {
	clear:both;
	float:right;
	margin-right:5px;
	color:#cc054c;
	font-weight:bold;
}

div.thumbs-holder {
	position:relative;
	z-index:1100;
}
div.thumbs-container {
	position:absolute;
	left:0;
	top:-135px;
}
div.thumbs-container div{
	float:left;
	margin-left:6px;
}

div.white-bg-holder {
	position:relative;
	width:10px;
	z-index:1;
}
div.white-bg {
	position:absolute;
	background:#FFFFFF;
	opacity:0.8;
	filter:alpha(opacity=80); 
	-moz-opacity:0.8;
	z-index:1;
	left:0;
	top:-98px;
	width:338px;
	height:475px;
}

div.photo-holder{
	position:relative;
	z-index:1000;
}
div.photo-container{
	position:absolute;
	z-index:1000;
	left:4px;
	top:-94px;
}


div.footer-holder {
	position:relative;
	z-index:1100;
}
div.footer{
	color:#FFFFFF;
	position:absolute;
	left:300px;
	top:-20px;
	z-index:1100;
}
div.footer td {
	font-size:9px;
}
div.footer td a{
	color:#FFFFFF;
	text-decoration:none;
}
.contentHolderExce{
			background:#ffffff;
			filter:alpha(opacity=70); 
			-moz-opacity:0.7; 
			opacity:0.7;
			float:left;
			padding:15px;
			line-height:18px;
			}
.numbers {
	width:215px;
}			
.numbers a {
	color:#FFFFFF;
	text-decoration:none;
	font-size:13px;
	padding-left:2px;
	padding-right:2px;
	margin-right:1px;
	margin-bottom:2px;
}
a.on {background:#FFFFFF;}

.numbers a.one{
	background:#852C55;
}
.numbers a.one:hover, .numbers a.on1{
	color:#852C55;
	background:#FFFFFF;
}

.numbers a.two{
	background:#642042;
}
.numbers a.two:hover, .numbers a.on2{
	color:#642042;
	background:#FFFFFF;
}

.numbers a.three{
	background:#195971;
}
.numbers a.three:hover, .numbers a.on3{
	color:#195971;
	background:#FFFFFF;
}

.numbers a.four{
	background:#906232;
}
.numbers a.four:hover, .numbers a.on4{
	color:#906232;
	background:#FFFFFF;
}

.numbers a.five{
	background:#722C34;
}
.numbers a.five:hover, .numbers a.on5{
	color:#722C34;
	background:#FFFFFF;
}

.numbers a.six{
	background:#7C915F;
}
.numbers a.six:hover, .numbers a.on6{
	color:#7C915F;
	background:#FFFFFF;
}