/* content
----------------------------------------------- */
#content{ width:1000px;}
#content ul{ margin-left: 4px;}
#content ul li{
	list-style: none;
	padding: 0 0 0 12px;
	background: url(../images/bullet.gif) no-repeat 0 6px;
	}
.download{
	background-color: #333;
	border: 1px solid #444; 
	padding: 0.7em 1.5em; }
.download:hover{
	background-color: #555;
	border: 1px solid #777;
	}
#content ul.download li{
	padding: 0.3em 0;
	background-image:none;
	}
.download img{ padding-right: 0.3em; }
.download li strong{ font-family: "Trebuchet MS",Verdana,Sans-Serif; font-size: 2.25em; color: #fff;}
.download li em{ font-style: normal; color: #D0EB6A; }

/* misc
----------------------------------------------- */

.section{ padding:20px 40px; }
.first{ border-top: none; }

.thumbnail{float:left;display:inline;margin:0 25px;margin-bottom: 10px; width:105px; color:#0B61B0; font-size:14px; text-align:center; }
.thumbnail img{ padding-bottom:10px; padding-top:15px;}
.thumbnail span{ font-size:12px; display:block; padding-top:15px;}	
.caption{ font-size: 0.9em; padding-top: 0.2em;	}
.thumbnail_1{float:left;display:inline;width:145px; color:#606060;text-align:center; background:url(../images/case_line.jpg) no-repeat right; height:149px;}
.thumbnail_1 img{ border:3px solid #85d8f5; padding:1px;margin:30px 11px;}

/* clearing
----------------------------------------------- */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
