li {
	list-style: none;
}
div.bbsMessage {
	padding: 5px;
	padding-bottom: 15px;
	border: 1px solid #ddd;
	background: url('/shared/images/design/faded_background_hz.gif') repeat-y #eee;
	margin-bottom: 5px;
	position: relative;
	z-index: 10;
}
div.bbsMessageHighlight {
	border: 1px solid #9dea9f;
	background: url('/shared/images/design/faded_background_hz_high.gif') repeat-y #dff8e0;
}
div.bbsMessageContent {
	padding: 10px 15px;
	border: 1px solid #ddd;
	border-left: 2px solid #ffb642;
	margin-left: 10em;
	background-color: #fcfcfc;
	overflow-x: hidden;
}
div.bbsMessageHighlight div.bbsMessageContent {
	border: 1px solid #9dea9f;
	border-left: 2px solid #38903b;
}
div.answer {
	position: absolute;
	right: 20px;
	top: 15px;
}
div.quarantined {
    float: right;
    color: #CD3835;
    padding: 8px 0px 5px 22px;
    margin-right: 10px;
    font-size: 1.2em;
    background: url('/shared/images/icons/warning_sm.png') no-repeat 0 11px;
}
div.solved {
	float: right;
	color: #529a0b;
	padding: 5px 10px 5px 0;
	margin-right: 10px;
	border-right: 1px solid #ccc;
}
a.acceptedSolution {
	color: #529a0b;
	text-decoration: none;
	display: block;
	text-align: right;
	padding-right: 40px;
	background: url(/shared/images/icons/check_green_large.png) no-repeat right bottom;
}
a.acceptedSolution:hover {
	color: #3a6d07;
}
div.helpful a {
	color: #888;
	text-decoration: none;
	display: none;
}
.helpfulCount {
	font-size: 1.5em;
	font-weight: bold;
	color: #00A5E7;
	line-height: 0.8em;
	display: block;
}
.zero {
	color: #ccc;
}
a.helpfulVotes {
	color: #888;
	float: right;
	display: block;
	text-align: center;
	border: 1px solid #DDDDDD;
	padding: 7px 10px 5px 10px;
	border-radius: 5px;
	background: #F6F6F6;
	text-decoration: none;
}
a.helpfulVotes:hover {
	background: #EEEEEE;
}
div.bbsMessage .even {
	border-left: 2px solid #f69344;
}
p.actions {
	text-align: right;
	padding: 0 0 3px 0;
	margin: 0px;
	float: right;
	white-space: nowrap;
}
p.actions span.inactive {
	color: #bbb;
}
p.actions a {
	text-decoration: none;
	font-weight: normal;
}
p.actions a:hover {
	text-decoration: underline;
}
div.bbsMessageAuthor {
	position: absolute;
	width: 9.167em;
	padding-top: 10px;
	text-align: center;
}
div.bbsMessageAuthor p.authorName {
	color: #666;
	font-size: 0.833em;
	font-weight: bold;
}
div.bbsMessageAuthor img {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	width: 4.167em;
	height: 4.167em;
}
div.bbsMessage p.subject {
	color: #00A5E7;
	font-weight: bold;
	font-size: 1.167em;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}
div.bbsMessage p.date {
	color: #666;
	margin: 0;
}
div.bbsMessage p.date a {
	text-decoration: none;
}
div.bbsMessage p.date a:hover {
	text-decoration: underline;
}
div.bbsMessage div.quote {
	margin-left: 10px;
	padding: 7px 12px;
	border: 1px solid #ccc;
	border-left: 2px solid #ffb642;
	background-color: #f5f5f5;
}
div.bbsThreadSummary {
	margin-bottom: 5px;
	background: #dff2ff;
	border: 1px solid #91c1f8;
	padding: 5px 10px;
}
div.bbsThreadSummary a {
	text-decoration: none;
}
div.bbsThreadSummary img {
	vertical-align: top;
	margin-right: 5px;
}
div#attachedFiles {
	padding: 5px 0 10px 5px;
}
div#attachedFiles img {
	vertical-align: top;
}
div.attachments {
	padding: 5px 10px;
	background: #dff2ff;
	border: 1px solid #91c1f8;
	margin: 10px 0;
}
table.bbsThreads {
	border: 1px solid #ccc;
	border-collapse: collapse;
	width: 100%;
}
table.bbsThreads th {
	text-align: left;
	border: 1px solid #ccc;
	padding: 5px 6px;
	background: url('/shared/images/design/th_bg.gif') repeat-x;
}
table.bbsThreads th a {
	color: black;
	text-decoration: underline;
	display: block;
	padding-right: 8px;
}
table.bbsThreads th a.sorted.desc {
	background: url('/shared/images/arrow_down.gif') right 6px no-repeat;
}
table.bbsThreads th a.sorted.asc {
	background: url('/shared/images/arrow_up.gif') right 6px no-repeat;
}
table.bbsThreads th a:hover {
	color: red;
	text-decoration: underline;
}
table.bbsThreads th.lastPost {
	width: 6.667em;
}
table.bbsThreads th.rss,
table.bbsThreads td.rss {
	width: 2.5em;
	text-align: center;
}
table.bbsThreads th.replies {
	width: 3.75em;
}
table.bbsThreads td {
	border-right: 1px solid #ccc;
	padding: 4px 6px;
}
table.bbsThreads tr.even td {
	background-color: #f5f5f5;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
table.bbsThreads tr.highlight td {
	background-color: #FFFEE7;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e3e2c1;
}
table.bbsThreads tr.highlight:nth-child(even) td {
	background-color: #f9f8d9;
}
table.bbsThreads td.author {
	border-left: none;
	width: 10em;
}
table.bbsThreads td.authorAvatar {
	border-right: none;
	width: 1.333em;
	padding-right: 0;
}
table.bbsThreads td.authorAvatar img {
	width: 1.333em;
	height: 1.333em;
	border: 1px solid #ccc;
}
table.bbsThreads td.author,
table.bbsThreads td.replies, 
table.bbsThreads td.lastPost {
	color: #666;
	font-size: 0.917em;
}
table.bbsThreads td.replies {
	text-align: center;
}
table.bbsThreads td.subject a {
	text-decoration: none;
	font-weight: normal;
}
table.bbsThreads td.subject a:hover {
	text-decoration: underline;
}
div.fscContent label {
	display: block;
}
div#fileProgressBarContainer {
	float: right;
	margin-top: 10px;
	margin-right: 5px;
	width: 24.167em;
	display: none;
}
div.fscCommonHeader .text {
	cursor: pointer;
}
div.searchContainer {
	padding: 10px 25px 10px 35px;
	border: none;
	border-bottom: 1px solid #CDD7E1;
	float: none;
	background: #F8FBFF;
}
div.searchContainer div#advancedSearch {
	display: none;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #CDD7E1;
}
div.searchContainer input.mainSearch {
	width: 20.833em;
	color: #666;
}
div.searchContainer input.date {
	width: 8.333em;
	color: #666;
}
div.searchContainer input.number {
	width: 4.167em;
	color: #666;
	text-align: right;
}
div.searchContainer td {
	padding-right: 5px;
}
div.searchContainer td.help {
	color: #666;
	font-style: italic;
}
table.bbsThreadHeader {
	width: 100%;
	border-collapse: collapse;
}
table.bbsThreadHeader tr td {
	vertical-align: bottom;
}
img.clickable {
	cursor: pointer;
}
img.clickable:hover {
	border-color: #F69344;
}li {
	list-style: none;
}
div.bbsMessage {
	padding: 5px;
	padding-bottom: 15px;
	border: 1px solid #ddd;
	background: url('/shared/images/design/faded_background_hz.gif') repeat-y #eee;
	margin-bottom: 5px;
	position: relative;
	z-index: 10;
}
div.bbsMessageHighlight {
	border: 1px solid #9dea9f;
	background: url('/shared/images/design/faded_background_hz_high.gif') repeat-y #dff8e0;
}
div.bbsMessageContent {
	padding: 10px 15px;
	border: 1px solid #ddd;
	border-left: 2px solid #ffb642;
	margin-left: 10em;
	background-color: #fcfcfc;
	overflow-x: hidden;
}
div.bbsMessageHighlight div.bbsMessageContent {
	border: 1px solid #9dea9f;
	border-left: 2px solid #38903b;
}
div.answer {
	position: absolute;
	right: 20px;
	top: 15px;
}
div.quarantined {
    float: right;
    color: #CD3835;
    padding: 8px 0px 5px 22px;
    margin-right: 10px;
    font-size: 1.2em;
    background: url('/shared/images/icons/warning_sm.png') no-repeat 0 11px;
}
div.solved {
	float: right;
	color: #529a0b;
	padding: 5px 10px 5px 0;
	margin-right: 10px;
	border-right: 1px solid #ccc;
}
a.acceptedSolution {
	color: #529a0b;
	text-decoration: none;
	display: block;
	text-align: right;
	padding-right: 40px;
	background: url(/shared/images/icons/check_green_large.png) no-repeat right bottom;
}
a.acceptedSolution:hover {
	color: #3a6d07;
}
div.helpful a {
	color: #888;
	text-decoration: none;
	display: none;
}
.helpfulCount {
	font-size: 1.5em;
	font-weight: bold;
	color: #00A5E7;
	line-height: 0.8em;
	display: block;
}
.zero {
	color: #ccc;
}
a.helpfulVotes {
	color: #888;
	float: right;
	display: block;
	text-align: center;
	border: 1px solid #DDDDDD;
	padding: 7px 10px 5px 10px;
	border-radius: 5px;
	background: #F6F6F6;
	text-decoration: none;
}
a.helpfulVotes:hover {
	background: #EEEEEE;
}
div.bbsMessage .even {
	border-left: 2px solid #f69344;
}
p.actions {
	text-align: right;
	padding: 0 0 3px 0;
	margin: 0px;
	float: right;
	white-space: nowrap;
}
p.actions span.inactive {
	color: #bbb;
}
p.actions a {
	text-decoration: none;
	font-weight: normal;
}
p.actions a:hover {
	text-decoration: underline;
}
div.bbsMessageAuthor {
	position: absolute;
	width: 9.167em;
	padding-top: 10px;
	text-align: center;
}
div.bbsMessageAuthor p.authorName {
	color: #666;
	font-size: 0.833em;
	font-weight: bold;
}
div.bbsMessageAuthor img {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	width: 4.167em;
	height: 4.167em;
}
div.bbsMessage p.subject {
	color: #00A5E7;
	font-weight: bold;
	font-size: 1.167em;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}
div.bbsMessage p.date {
	color: #666;
	margin: 0;
}
div.bbsMessage p.date a {
	text-decoration: none;
}
div.bbsMessage p.date a:hover {
	text-decoration: underline;
}
div.bbsMessage div.quote {
	margin-left: 10px;
	padding: 7px 12px;
	border: 1px solid #ccc;
	border-left: 2px solid #ffb642;
	background-color: #f5f5f5;
}
div.bbsThreadSummary {
	margin-bottom: 5px;
	background: #dff2ff;
	border: 1px solid #91c1f8;
	padding: 5px 10px;
}
div.bbsThreadSummary a {
	text-decoration: none;
}
div.bbsThreadSummary img {
	vertical-align: top;
	margin-right: 5px;
}
div#attachedFiles {
	padding: 5px 0 10px 5px;
}
div#attachedFiles img {
	vertical-align: top;
}
div.attachments {
	padding: 5px 10px;
	background: #dff2ff;
	border: 1px solid #91c1f8;
	margin: 10px 0;
}
table.bbsThreads {
	border: 1px solid #ccc;
	border-collapse: collapse;
	width: 100%;
}
table.bbsThreads th {
	text-align: left;
	border: 1px solid #ccc;
	padding: 5px 6px;
	background: url('/shared/images/design/th_bg.gif') repeat-x;
}
table.bbsThreads th a {
	color: black;
	text-decoration: underline;
	display: block;
	padding-right: 8px;
}
table.bbsThreads th a.sorted.desc {
	background: url('/shared/images/arrow_down.gif') right 6px no-repeat;
}
table.bbsThreads th a.sorted.asc {
	background: url('/shared/images/arrow_up.gif') right 6px no-repeat;
}
table.bbsThreads th a:hover {
	color: red;
	text-decoration: underline;
}
table.bbsThreads th.lastPost {
	width: 6.667em;
}
table.bbsThreads th.rss,
table.bbsThreads td.rss {
	width: 2.5em;
	text-align: center;
}
table.bbsThreads th.replies {
	width: 3.75em;
}
table.bbsThreads td {
	border-right: 1px solid #ccc;
	padding: 4px 6px;
}
table.bbsThreads tr.even td {
	background-color: #f5f5f5;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
table.bbsThreads tr.highlight td {
	background-color: #FFFEE7;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e3e2c1;
}
table.bbsThreads tr.highlight:nth-child(even) td {
	background-color: #f9f8d9;
}
table.bbsThreads td.author {
	border-left: none;
	width: 10em;
}
table.bbsThreads td.authorAvatar {
	border-right: none;
	width: 1.333em;
	padding-right: 0;
}
table.bbsThreads td.authorAvatar img {
	width: 1.333em;
	height: 1.333em;
	border: 1px solid #ccc;
}
table.bbsThreads td.author,
table.bbsThreads td.replies, 
table.bbsThreads td.lastPost {
	color: #666;
	font-size: 0.917em;
}
table.bbsThreads td.replies {
	text-align: center;
}
table.bbsThreads td.subject a {
	text-decoration: none;
	font-weight: normal;
}
table.bbsThreads td.subject a:hover {
	text-decoration: underline;
}
div.fscContent label {
	display: block;
}
div#fileProgressBarContainer {
	float: right;
	margin-top: 10px;
	margin-right: 5px;
	width: 24.167em;
	display: none;
}
div.fscCommonHeader .text {
	cursor: pointer;
}
div.searchContainer {
	padding: 10px 25px 10px 35px;
	border: none;
	border-bottom: 1px solid #CDD7E1;
	float: none;
	background: #F8FBFF;
}
div.searchContainer div#advancedSearch {
	display: none;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #CDD7E1;
}
div.searchContainer input.mainSearch {
	width: 20.833em;
	color: #666;
}
div.searchContainer input.date {
	width: 8.333em;
	color: #666;
}
div.searchContainer input.number {
	width: 4.167em;
	color: #666;
	text-align: right;
}
div.searchContainer td {
	padding-right: 5px;
}
div.searchContainer td.help {
	color: #666;
	font-style: italic;
}
table.bbsThreadHeader {
	width: 100%;
	border-collapse: collapse;
}
table.bbsThreadHeader tr td {
	vertical-align: bottom;
}
img.clickable {
	cursor: pointer;
}
img.clickable:hover {
	border-color: #F69344;
}#mainContent {
	width: 1070px !important;
}

div.blogContent div.entries {
	width: 770px;
	float: left;
}

div.blogContent div.entries div.entry {
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 30px;
	margin-bottom: 20px;
}

div.blogContent div.entries div.entry:last-child {
	border-bottom: none;
}

div.blogContent div.entries div.entry p.about {
	color: #777;
}

div.blogContent div.entries div.entry h2 {
	margin-top: 10px;
}

div.blogContent div.entries div.entry h2:first-child {
	margin-top: 0px;
}

div.blogContent div.entries div.entry h2 a {
	color: #00A5E7;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1em;
}

.colorbox a {
	text-decoration: none;
}

.colorbox a:hover {
	text-decoration: underline;
}

div.authorComment {
	background-color: #f7f6ec;
}

div.tags {
	padding-top: 7px;
	margin-top: 20px;
	border-top: 1px solid #ddd;
	font-size: 0.9em;
}

div.comment {
	padding: 15px;
	background: #f6f6f6;
	margin-bottom: 3px;
}
div.comment .metadata {
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 10px;
	color: #666;
}
textarea#comment {
	width: 100%;
	height: 100px;
	margin-bottom: 10px;
}
#accessBox input[type=submit],
#accessBox input[type=button] {
	width: auto;
}
div.paginatorNavigationContainer span.current {
	background-color: #D6E9FF;
	border: 1px solid #66AEFF;
	color: black;
	display: block;
	float: left;
	margin: 1px;
	padding: 4px 8px;
}

div.paginatorNavigationContainer span.extend {
    color: black;
    display: block;
    float: left;
    margin: 1px;
    padding: 4px 8px;
    border: none;
}

div.paginatorNavigationContainer span.extend:after {
    content: '...';
}

h2 {
	color: #333333;
	font-family: GillSansRegular;
	margin-top: 0;
	font-size: 1.75em;
}
ul.sublinks {
	margin: 0;
	padding: 0;
	margin-top: 4px;
}
ul.sublinks li {
	margin: 0;
}
ul.sublinks li:last-child {
	padding-bottom: 0;
}

.entryContent ul li {
 list-style: disc !important;
 list-style-position: outside !important;
 }
 
.entryContent ol li {
	list-style-type: decimal !important;
 }
 
#mainContent {
	width: 1070px !important;
}

div.blogContent div.entries {
	width: 770px;
	float: left;
}

div.blogContent div.entries div.entry {
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 30px;
	margin-bottom: 20px;
}

div.blogContent div.entries div.entry:last-child {
	border-bottom: none;
}

div.blogContent div.entries div.entry p.about {
	color: #777;
}

div.blogContent div.entries div.entry h2 {
	margin-top: 10px;
}

div.blogContent div.entries div.entry h2:first-child {
	margin-top: 0px;
}

div.blogContent div.entries div.entry h2 a {
	color: #00A5E7;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1em;
}

.colorbox a {
	text-decoration: none;
}

.colorbox a:hover {
	text-decoration: underline;
}

div.authorComment {
	background-color: #f7f6ec;
}

div.tags {
	padding-top: 7px;
	margin-top: 20px;
	border-top: 1px solid #ddd;
	font-size: 0.9em;
}

div.comment {
	padding: 15px;
	background: #f6f6f6;
	margin-bottom: 3px;
}
div.comment .metadata {
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 10px;
	color: #666;
}
textarea#comment {
	width: 100%;
	height: 100px;
	margin-bottom: 10px;
}
#accessBox input[type=submit],
#accessBox input[type=button] {
	width: auto;
}
div.paginatorNavigationContainer span.current {
	background-color: #D6E9FF;
	border: 1px solid #66AEFF;
	color: black;
	display: block;
	float: left;
	margin: 1px;
	padding: 4px 8px;
}

div.paginatorNavigationContainer span.extend {
    color: black;
    display: block;
    float: left;
    margin: 1px;
    padding: 4px 8px;
    border: none;
}

div.paginatorNavigationContainer span.extend:after {
    content: '...';
}

h2 {
	color: #333333;
	font-family: GillSansRegular;
	margin-top: 0;
	font-size: 1.75em;
}
ul.sublinks {
	margin: 0;
	padding: 0;
	margin-top: 4px;
}
ul.sublinks li {
	margin: 0;
}
ul.sublinks li:last-child {
	padding-bottom: 0;
}

.entryContent ul li {
 list-style: disc !important;
 list-style-position: outside !important;
 }
 
.entryContent ol li {
	list-style-type: decimal !important;
 }
 
@CHARSET "UTF-8";

.clear {
	clear: both;
	height: 1px;
}

#pnContainer {
	min-height: 0px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 100%;
	background-color: #f3f3f3;
	-webkit-transition: height .3s ease-in-out;
	-moz-transition: height .3s ease-in-out;
	transition: height .3s ease-in-out;
}

.pnHeader {
	font-family: "prenton", sans-serif;
	font-weight: 500;
	font-size: 1em;
	color: #2c2e32;
	display: block;
	padding: 0;
	margin: 0;
	line-height: 1.5em;
}

a.pnLinks {       
	text-decoration: none;
	font-family: "myriad-pro", sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px; 
	color: #2c2e32;	
	padding: 0;
	margin: 0;
	-webkit-transition: color .1s ease-in;
	-moz-transition: color .1s ease-in;
	-o-transition: color .1s ease-in;
	transition: color .1s ease-in; 
}


/********************************************************************
 *Top Section of Nav
********************************************************************/
#pnGeneral {
	width: 960px;
	padding: 0;
	margin: 0 auto;
}

.pnGeneralItems li {
	list-style-type: none;
	text-decoration: none;
	list-style-image: none;
	text-align: left;
	display: inline;	
	padding: 0;
	margin: 0;
}

.pnBar {
	padding: 0px;
	width: 960px;
	height: 1px;
	background-color: #B4B4B4;
	margin: 0 auto;
}


/********************************************************************
 *Product Section of Nav
********************************************************************/
#pnProdlinks {
	max-width: 960px;
	width: 960px;
	display: block;	
	margin: 0;
	padding: 0;
}

#pnProdlinks li {
	background-image: none;
	list-style-type: none;
	text-decoration: none;             
	text-align: left;
	display: block;	
	padding: 0;
	margin: 0;
}

/********************************************************************
 *Product Columns
********************************************************************/
#comsolmplink a {
	padding: 15px 0 15px 0;
}

#elec {
	width: 12%; 
	padding: 0 .66% 0 0; 
	float: left;
}

#mech {
	width: 18%; 
	padding: 0 .66% 0 0; 
	float: left;
}

#fluid {
	width: 17%; 
	padding: 0 .66% 0 0; 
	float: left;
}

#chem {
	width: 18%; 
	padding: 0 .66% 0 0; 
	float: left;
}

#multi {
	width: 15%; 
	padding: 0 .66% 0 0; 
	float: left;
}

#inter {
	width: 16%; 
	padding: 0 0 0 0; 
	float: right;
}

/********************************************************************
 *Link Hovers and Styles
********************************************************************/
a.padLeft {
	padding-left: 30px;
}

a.pink:hover {
	text-decoration: underline;
	color: #d31145;
}

a.blue:hover {
	text-decoration: underline;
	color: #50aff2;
}

a.yellow:hover {
	text-decoration: underline;
	color: #fba949;
}

a.green:hover {
	text-decoration: underline;
	color: #65af40;
}

a.gray:hover {
	text-decoration: none;
	color: #2c2e32;
}

a.teal:hover {
	text-decoration: none;
	color: #2e9ea7;
}@CHARSET "UTF-8";

.clear {
	clear: both;
	height: 1px;
}

#pnContainer {
	min-height: 0px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 100%;
	background-color: #f3f3f3;
	-webkit-transition: height .3s ease-in-out;
	-moz-transition: height .3s ease-in-out;
	transition: height .3s ease-in-out;
}

.pnHeader {
	font-family: "prenton", sans-serif;
	font-weight: 500;
	font-size: 1em;
	color: #2c2e32;
	display: block;
	padding: 0;
	margin: 0;
	line-height: 1.5em;
}

a.pnLinks {       
	text-decoration: none;
	font-family: "myriad-pro", sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px; 
	color: #2c2e32;	
	padding: 0;
	margin: 0;
	-webkit-transition: color .1s ease-in;
	-moz-transition: color .1s ease-in;
	-o-transition: color .1s ease-in;
	transition: color .1s ease-in; 
}


/********************************************************************
 *Top Section of Nav
********************************************************************/
#pnGeneral {
	width: 960px;
	padding: 0;
	margin: 0 auto;
}

.pnGeneralItems li {
	list-style-type: none;
	text-decoration: none;
	list-style-image: none;
	text-align: left;
	display: inline;	
	padding: 0;
	margin: 0;
}

.pnBar {
	padding: 0px;
	width: 960px;
	height: 1px;
	background-color: #B4B4B4;
	margin: 0 auto;
}


/********************************************************************
 *Product Section of Nav
********************************************************************/
#pnProdlinks {
	max-width: 960px;
	width: 960px;
	display: block;	
	margin: 0;
	padding: 0;
}

#pnProdlinks li {
	background-image: none;
	list-style-type: none;
	text-decoration: none;             
	text-align: left;
	display: block;	
	padding: 0;
	margin: 0;
}

/********************************************************************
 *Product Columns
********************************************************************/
#comsolmplink a {
	padding: 15px 0 15px 0;
}

#elec {
	width: 12%; 
	padding: 0 .66% 0 0; 
	float: left;
}

#mech {
	width: 18%; 
	padding: 0 .66% 0 0; 
	float: left;
}

#fluid {
	width: 17%; 
	padding: 0 .66% 0 0; 
	float: left;
}

#chem {
	width: 18%; 
	padding: 0 .66% 0 0; 
	float: left;
}

#multi {
	width: 15%; 
	padding: 0 .66% 0 0; 
	float: left;
}

#inter {
	width: 16%; 
	padding: 0 0 0 0; 
	float: right;
}

/********************************************************************
 *Link Hovers and Styles
********************************************************************/
a.padLeft {
	padding-left: 30px;
}

a.pink:hover {
	text-decoration: underline;
	color: #d31145;
}

a.blue:hover {
	text-decoration: underline;
	color: #50aff2;
}

a.yellow:hover {
	text-decoration: underline;
	color: #fba949;
}

a.green:hover {
	text-decoration: underline;
	color: #65af40;
}

a.gray:hover {
	text-decoration: none;
	color: #2c2e32;
}

a.teal:hover {
	text-decoration: none;
	color: #2e9ea7;
}