/* OrgSite 2.0 - Client: ESABC - General CSS */
/* Last Updated: 2009.03.04 ET */

/* Admin System Lists, change only what is between the square brackets */
/* BlockFMTs= {Normal,Heading 1,Heading 2,Heading 3,Heading 4,Heading 5,Heading 6] */
/* Fonts= {Arial,Courier New,Tahoma,Times New Roman] */
/* Fontsizes= {1,2,3,4,5] */

body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 130%;
	color: rgb(102,102,102);
}

h1 {
	color: rgb(243,119,54);
	font-weight: normal;
	font-size: 22px;
	line-height: 26px;
}

h2, h1 span.prehead {
	color: rgb(243,119,54);
	font-weight: normal;
	font-style: normal;
	font-size: 19px;
	line-height: 22px;
}

h3 {
	color: rgb(243,119,54);
	font-weight: normal;
	font-style: normal;
	font-size: 17px;
	line-height: 20px;
}

p + h1, p + h2, p + h3 {
	margin-top: 2em;
}

p {
	margin: 1em 0em;
}

ul, ol {
	margin: 1em 0em;
	padding: 0em;
}

ul li {
	margin-left: 16px;
	padding-left: 6px;
	list-style-image: url(../images/esab_bullet_dot.gif);
}

ol li {
	margin-left: 2em;
	padding-left: 6px;
}

address {
	font-style: normal;
}

hr {
	border: 0;
	color: rgb(102,102,102);
	background-color: rgb(102,102,102);
	height: 1px;
}

blockquote {
	font-style: italic;
	font-size: 26px;
	line-height: 32px;
	color: rgb(99,100,102);
	margin: 1.5em 0em;
}

big {
	font-size: 110%;
	line-height: 130%;
}

a, a:link, a:visited {
	color: rgb(0,53,173);
}

a:hover {
	color: rgb(102,153,255);
}

a img	 {
	border-style: none;
} 

.alert {
	color: red;
}

.newsect {
	margin-top: 1.5em;
}

ul.childlinks {
	font-size: 14px;
	line-height: 120%;
}

div.details {
	font-size: 14px;
	line-height: 120%;
	margin-top: 0.5em;
}

ul.childlinks div.details {
	margin-bottom: 1em;
}

table.formtable td, table.formtable th {
	text-align: left;
	padding: 0.25em 1em 0.25em 0em;
}

table.lined {
	font-size: 14px;
	line-height: 120%;
	margin-top: -1em;
	margin-bottom: 2em;
}

table.lined th {
	text-align: left;
	vertical-align: top;
	padding: 2em 1em 0.25em 0em;
	border-bottom: 2px solid rgb(243,119,54);
}

table.lined td {
	text-align: left;
	vertical-align: top;
	padding: 0.25em 1em 0.25em 0em;
	border-bottom: 1px solid rgb(243,119,54);
}

table.grid {
	font-size: 14px;
	line-height: 120%;
	margin-top: -1em;
	margin-bottom: 2em;
	border-collapse: collapse;
}

table.grid th {
	text-align: left;
	vertical-align: top;
	padding: 0.25em 0.5em;
	border: 2px solid rgb(243,119,54);
}

table.grid td {
	text-align: left;
	vertical-align: top;
	padding: 0.25em 0.5em;
	border: 1px solid rgb(243,119,54);
}

table.faqs th {
	width: 34%;
	text-align: center;
	vertical-align: top;
	padding-right: 2em;
}

table.faqs td {
	text-align: left;
	vertical-align: top;
	width: 66%;
}

.floatright {
	float: right;
	margin-left: 20px;
}

.floatleft {
	float: left;
	margin-right: 20px;
}

.center {
	text-align: center;
}