.main { background: none; }

#container {
	width: 905px;
	margin: 40px 0px 0px 35px;
	float: left;
	display: inline;
	background: #FFF;
	border:1px solid #A1A2A4;
	padding: 10px;
}

form {
	margin: 0px;
	padding: 0px;
}

#news_dropdown {
	/*background: url(../images/index_news_bg.jpg) center right no-repeat;*/
	/*width: 300px;*/
	/*height: 200px;*/
	/*float: left;*/
}

#full_news_dropdown select {
	font-size: 11px;
	margin: 20px 0px 10px;
}

#news_dropdown select {
	margin-top: 10px;
	font-size: 11px;
}

#news_content {
	width: 652px;
	padding-right: 210px;
	/*float: right;*/
}

#read_more_link {
	display: block;
	text-decoration: underline;
	margin-top: 20px;
	cursor: pointer;
}

#full_news_story {
	border:1px solid #A1A2A4;
	margin: 40px 0px 0px 35px;
	display: none;
	width: 420px;
	background: #FFF;
	padding: 10px;
}

#mesh_collections { height: 200px; }

.mesh_type {
	float: left;
	margin-left: 40px;
}

.mesh_type img, .mounting_type img { border: none; }

#mounting_systems { height: 250px; }

.mounting_type {
	float: left;
	margin: 0px 50px;
}

#portfolio { height: 210px; }

#portfolio_boxes {
	width: 900px;
	height: 140px;
	overflow-x: scroll;
}

.section_head {
	color: #636363;
	text-transform: uppercase;
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 8px;
	padding-bottom: 0px;
}

.app_box_container {
	width: 192px;
	height: 112px;
	margin: 0px 5px;
}

.app_box_tab {
	background-color: #E15C11;
	width: 176px;
	border: 1px solid #636363;
	border-bottom: none;
	color: #FFF;
	padding: 1px 4px 1px 10px;
}

.app_box_tab_over {
	background-color: #636363;
	width: 176px;
	border: 1px solid #636363;
	border-bottom: none;
	color: #FFF;
	padding: 1px 4px 1px 10px;
}

.app_box_body {
	border: 1px solid #636363;
	width: 150px;
	padding: 20px;
}

.app_imageL {
	float: left;
}

.app_imageR {
	float: right;
}
