/*tag properties*/

/* commented backslash hack for ie5mac \*/ 
html, body{height:100%;} 
/* end hack */



body {
	position: relative;
	color: #666;
	background: #fff;
	padding: 0px;
	margin: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	}

a {
	color: #999;
	font-weight: bold;
	text-decoration: none;
	}

a:visited { color: #666; }

a:hover {
	color: #333;
	text-decoration: none;
	}
	
/*main structure*/

#container {	
	 width:640px;
	 margin-left: -320px;
	 margin: auto;
	}
	
#header {
	height:50px;
	margin-top:10px;
	margin-bottom: 0px
	}
	
#main {
	display: block;
	margin-top: -3px;
	}
	
	
#thumbs {
	display: block;
	width: 640px;
	height:140px;
	}
	

/*class properties*/

.title {
	font-weight: 900;
	font-size:11px;
	width: 320px;
	float: left;
	padding-top: 30px;
	color: #333333;
	text-transform: uppercase;
	}

.logo {
	width: 200px;
	margin-top: 2px;
	float: right;
	position: relative;
	display: inline;
	}
	
.bodytext {
	color: #999;
	font-weight: 500;
	line-height: 112%;
	margin-bottom: 16px;
	font-size: 18px;
	}
	
.clienttext {
	color: #999;
	font-weight: 600;
	line-height: 130%;
	}

.viewmore {
	margin-top: 25px;
	margin-bottom: 4px;
	font-weight: bolder;
	text-align: right;
	font-size:11px;
	text-transform: uppercase;
	}

.overview {
	font-weight: 900;
	margin-top: 15px;
	margin-bottom: -7px;
	color: #333;
	text-transform: uppercase;
	}	

.thumb-container1 {
	float: left;
	padding-bottom: 30px;
	width: 330px;
	height: 110px;
	}
	
.thumb-container2 {
	float: right;
	padding-bottom: 30px;
	height: 110px;
	width: 310px;
	}
	
	
.thumbnail {
	padding: 5px;
	border: 1px;
	border-style: solid;
	border-color: #999;
	}

	
.thumb-desc  {
	width: 310px;
	font-weight: bolder;
	text-align: right;
	font-size:11px;
	text-transform: uppercase;
	}
	
.desc-left  {
	color: #333;
	float:left;
	margin-top:5px;
	}
	
.desc-right  {
	color: #666;
	float:right;
	margin-top:5px;
	}