/**/
div#container {
	width: 100% !important;
}

div#main{
	width: 100% !important;
	padding-top: 100px;
}

img {
	background: transparent;
	border: none;
}

.clear {
	clear: both;
}

.col-img {
/*	margin-bottom: 10px;*/
}

.col-caption {
	margin: 10px 0px 10px 0px;
	font-weight: bold;
	font-size: 120%;
	line-height: 1.3;
	/*height: 35px;*/
}

.col-subcaption {
	margin: 0px 0px 15px 0px;
	font-size: 110%;
/*	height: 30px;*/
	line-height: 1.5;
}

.col-details {
	font-size: 100%;
	margin-left: 5px;
}

.separator {
	width: 100%;
	height: 10px;
	background: url(../images/shadow_bar_1.png) no-repeat center center;
}

div.panel {
	font-size: 14px;
	width: 980px;
	height: auto;
	margin: 0 auto;
/*	padding: 20px;*/
}

h2.header {
	width: 980px;
	margin: 30px auto;
	background: url(../images/caption_bar.png) no-repeat bottom center;
	padding-bottom: 20px;
}

h3.header {
	font-size: 17px;
	font-weight: bold;
}

h4.header {
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0px;
}

.row {
	width: 980px;
	margin-bottom: 50px;
}

.col2 {
	width: 460px;
	float: left;
	margin: 0px 30px;
}

.col3 {
	width: 300px;
	float: left;
	margin: 0px 20px;
	font-size: 12px;
}

.col4 {
	width: 230px;
	float: left;
	margin: 0px 10px;
	font-size: 12px;
}

.col-first {
	margin-left: 0px;
}

.col-last {
	margin-right: 0px;
}


div.link-right {
	margin: 60px auto;
	text-align: right;
}

.opacity:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

#equipment_detail .caution {
	padding-left:5px;
	font-size:10px;
}