div.header {
	background:		#597B9E url(../images/daesim/daesim_logo.jpg) no-repeat scroll left top;
	height: 		45px;
	z-index: 		1;
	text-align: 	right;
	font-size: 		11px;
	color: 			white;
	padding-right: 	5px;
	font-family: 	Verdana,Arial,sans-serif;
}

div.header a {
	text-decoration: underline;
}

.minWidth {
	min-width:		960px;
  	width:			100%;
  	width: 			expression(document.body.clientWidth < 960 ? "960px" : "100%");	
}

#headerLink {
 position: absolute;
 left: 5px;
 top: 5px;
 z-index: 2;
 width: 80px;
 height: 35px;
}

.spec_heading {
	background-color:#F5F5F5;
	clear:both;
	font-size:12px;
	font-weight:bold;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	padding:5px 5px;
	width:100%;
	text-transform:uppercase;
}

.spec_label {
	float:left;
	font-size:11px;
	padding:5px 5px;
	margin:0px;
	white-space: nowrap;
	font-weight:bold;
	text-align:left;
	font-family:Helvetica,sans-serif;	
	border-bottom:1px solid #DFDFDF;
}

.spec_row {
		border-bottom:1px solid #DFDFDF;
		margin:0px;
		white-space:nowrap;
		min-height:25px;
}

.spec_value {
	border-bottom:1px solid #DFDFDF;
	width: 100%;
	font-size:11px;
	padding:5px 5px;
	margin:0px;	
	text-align:left;
	font-family:Arial,Helvetica,sans-serif;
}