/* CSS Document */

* { margin: 0; padding: 0; }
html { margin: 0; padding: 0; }

body {
	margin: 0; padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #FFFFFF; background-color: #000000;
}

img { border: 0; }
img.img_border { border: 1px solid #FFFFFF; }

a:link, a:visited { color: #FFA700; text-decoration: underline; }
a:hover { color: #3998CE; text-decoration: underline; }
a:focus { outline: none; }


/* ************************** TYPE STYLES ************************** */

h1 {
	font-size: 2.1em; line-height: 1em;
	font-weight: bold; color: #FFA700;
	text-transform: uppercase;
	padding: 0; margin-top: 0; margin-bottom: 10px;
}
h1 em {
	font-style: italic; font-weight: normal;
	font-size: 1em; text-transform: none;
}
h2 {
	font-size: 1.5em; line-height: 1.5em;
	font-weight: bold; color: #FFA700;
	padding: 0; margin-top: 0; margin-bottom: 10px;
}
h3 {
	font-size: 1.5em; line-height: 1.5em;
	font-weight: bold; color: #FFFFFF;
	padding: 0; margin-top: 0; margin-bottom: 10px;
}
p, ul, ol { font-size: 1.3em; line-height: 1.5em; color: #FFFFFF; }
p { padding: 0; margin-top: 0; margin-bottom: 10px; }
ul { list-style: disc outside; }
ul { padding: 0; margin: 0 0 10px 15px; }
ol { padding: 0; margin: 0 0 10px 23px; }
li { margin-bottom: 5px; }

p.caption { font-size: 1.1em; color: #999999; }
p.notes { font-size: 1em; color: #9F9F9F; }

hr {
	height: 0;
	border: 0; border-bottom: 1px solid #444444;
	padding: 0; margin-top: 10px; margin-bottom: 20px;
}

ul h2, ul p { font-size: 1em; margin-bottom: 0; }


/* ************************** HEADER ************************** */

#headerblend {
	height: 70px;
	min-width: 940px;
	border-bottom: 5px solid #FAB91E;
	display: block;
}
#headerblend img { min-width: 940px; }

#header {
	width: 900px; height: 75px;
	margin: -75px auto 0 auto;
	position: relative; top: 0;
}
#logo { padding-top: 17px; float: left; }
#strapline {
	width: 362px; height: 70px;
	float: right;
	background-image: url(../images/high-speed-craft-solutions.gif);
	background-position: right; background-repeat: no-repeat;
	display: block;
	font-size: 0.5em; text-indent: -999999px;
}


/* ************************** HEADER IMAGE PANEL ************************** */

#headerImgPanel {
	clear: both;
	border-top: 5px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
	display: block;
	min-width: 940px;
}
#headerImgWrapper {
	width: 900px; height: 120px;
	display: block;
	margin: 0 auto 0 auto;
}
#headerImgWrapper img { float: left; }


/* ************************** PAGE WRAPPER ************************** */

#pgSection {
	clear: both;
	border-top: 5px solid #FAB91E;
	padding-top: 20px;
	display: block;
	min-width: 940px;
}
#pgWrapper {
	width: 900px;
	margin-left: auto; margin-right: auto;
}


/* ************************** NAVIGATION ************************** */

#nav {
	width: 167px;
	float: left;
}
#nav ul {
	margin: 0; list-style: none;
	font-weight: bold;
	font-size: 1.2em; line-height: 1.2em;
}
#nav li {
	padding-bottom: 3px;
	border-bottom: 1px solid #444444;
}
#nav li a { padding-left: 12px; display: block; }
#nav li a:link, #nav li a:visited { color: #999999; text-decoration: none; }
#nav li a:hover { color: #3998CE; text-decoration: none; }
#nav li.active a:link, #nav li.active a:visited, #nav li.active a:hover {
	color: #FFA700; text-decoration: none;
	background-image: url(../images/nav_active_arrow.gif);
	background-position: left 1px; background-repeat: no-repeat;
}



/* ************************** PAGE CONTENT ************************** */

#pgContent {
	width: 484px;
	float: left;
	border-left: 1px solid #444444;
	padding-left: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	min-height: 270px;
}
#pgImgColumn {
	width: 188px;
	float: right;
	margin-bottom: 20px;
}


/* ************************** FOOTER ************************** */

#footerblend {
	clear: both;
	height: 50px; padding-top: 40px;
	display: block;
	min-width: 940px;
}
#footer {
	height: 103px;
	clear: both;
	background-image: url(../images/medical-wave.gif);
	background-position: top; background-repeat: repeat-x;
	display: block;
	position: relative;
	margin-top: -60px;
	font-size: 1em; font-weight: bold;
	color: #999999;
	min-width: 940px;
}
#footer a:link, #footer a:visited { color: #999999; text-decoration: none; }
#footer a:hover { color: #FFFFFF; text-decoration: underline; }
#footerWrapper {
	width: 900px;
	margin: 0 auto 0 auto;
}
#str_triangle_logo {
	width: 167px;
	float: left;
	text-align: center;
}
#footerNav, #footerCopyright { padding-top: 70px; }
#footerNav { float: left; margin-left: 41px; }
#footerCopyright { float: right; }


/* ************************** EXTRA STYLES ************************** */

p.download_button { font-size: 1.2em; line-height: 1.15em; }
p.download_button a {
	height: 48px; padding: 7px 8px 0px 19px;
	background-image: url(../images/download_button.jpg);
	background-repeat: no-repeat;
	display: block;
}
p.download_button a:link, p.download_button a:visited {
	color: #FFA700; text-decoration: none;
	background-position: left top;
}
p.download_button a:hover {
	color: #FFFFFF; text-decoration: none;
	background-position: left -55px;
}
p.download_button a:active {
	color: #35A4DD; text-decoration: none;
	background-position: left -110px;
}

table.workshopDetails {
	border-collapse: collapse;
	font-size: 1.3em; line-height: 1.5em;
	margin-bottom: 10px;
}
table.workshopDetails td {
	padding: 5px 10px 5px 0px;
	border-bottom: 1px solid #333333;
}
table.workshopDetails strong { font-weight: bold; color: #999; }