/* OrgSite 2.0 - Client: ESABC - Screen Layout CSS */
/* Last Updated: 2009.03.06 ET */

body {
	background-color: rgb(99,100,102);
	margin: 0px;
	padding: 0px;
}

#page {
	width: 960px;
	background-image: url(../images/esab_bkgd_page.gif);
	background-position: top left;
	background-repeat: repeat-y;
	background-color: white;
}

#topnav {
	background-color: rgb(186,188,190);
	min-height: 24px;
	font-size: 12px;
	text-align: right;
	padding: 4px 40px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

#topnav img {
	vertical-align: bottom;
	margin-left: 20px;
}

#topnav a, #topnav a:visited {
	color: rgb(255,255,51);
}

#topnav a:hover {
	color: rgb(255,255,204);
}

#topnav form {
	margin: 0px;
}

#sidebar {
	float: left;
	width: 238px;
	padding: 0px;
}

#nav {
	list-style: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}

#nav li {
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}

#nav li a, #nav li a:visited {
	display: block;
	background-color: rgb(243,119,54);
	color: white;
	text-decoration: none;
	padding: 6px 20px 6px 50px;
	border-bottom: 1px solid white;
}	

#nav li a:hover, #nav li a.active, #nav li a:visited.active {
	background-color: rgb(99,100,102);
}

#nav li a:hover {
	color: rgb(255,204,0);
}

#nav ul {
	background-color: rgb(138,140,142);
	font-size: 12px;
	line-height: 14px;
	text-transform: none;
	margin: 0px;
	padding: 6px 0px;
	border-bottom: 1px solid white;
}

#nav ul li {
	background-color: transparent;
	background-image: none;
	color: white;
	list-style-type: none;
	margin: 0px;
	margin-bottom: 0.25em;
}

#nav ul li a, #nav ul li a:visited {
	background-color: transparent;
	color: white;
	padding-top: 1px;
	padding-bottom: 1px;
	border: none;
}

#nav ul li a:hover, #nav ul li a.active, #nav ul li a:visited.active {
	background-color: transparent;
	color: rgb(255,204,0);
	border: none;
}

#nav ul ul {
	margin-left: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

#actionbar {
	margin-left: 50px;
	margin-top: 70px;
	margin-bottom: 20px;
}

#content {
	margin: 40px 80px 40px 300px;
	min-height: 340px;
}

#footer {
	background-color: rgb(124,126,128);
	border-top: 1px solid white;
	color: white;
	font-size: 10px;
	padding: 10px 160px 64px 300px;
	clear: both;
}

.credits {
	color: rgb(185,185,185);
}

.credits a, .credits a:visited {
	color: rgb(185,185,185);
}

.credits a:hover {
	color: white;
}

.accessmenu {
	color: rgb(99,100,102);
	font-size: 10px;
}

.backlink {
	color: rgb(243,119,54);
	font-size: 12px;
	font-style: italic;
	margin-top: 2em;
}

.backlink a, .backlink a:visited {
	color: rgb(243,119,54);
	text-decoration: none;
}

.backlink a:hover {
	color: rgb(243,119,54);
	text-decoration: underline;
}

div.accessmenu {
	background-color: rgb(240,224,160);
	margin-left: 238px;
	padding: 2px 60px;
	clear: both;
}

p.accessmenu {
	background-color: rgb(240,224,160);
	margin-top: 0px;
	margin-left: 238px;
	padding: 2px 60px;
}

span.accessmenu a, span.accessmenu a:visited {
	color: rgb(204,153,0);
}

ul.childlinks li {
	margin-bottom: 0.5em;
}

p + ul.childlinks {
	margin-top: 2em;
}

div.dlfile {
	font-size: 14px;
	margin: 1em 0em;
}

div.dlfile img {
	float: left;
	margin-top: 4px;
	margin-right: 10px;
}