@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
a {
	outline:none;
}
img {
	border: none 0px #fff;
}
body{
	font-size: 62.5%;
	height: 100%;
	width: 100%;
	background-color: #003975;
}#header {
	background-image: url(../layout/headbk.png);
	height: 291px;
	background-repeat: repeat-x;
	background-position: left top;
	position: relative;
	background-color: #003975;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#logo {
	background-color: #FDFDFD;
	height: 73px;
	background-image: url(../layout/logo.png);
	width: 212px;
	margin-top: 11px;
	display: block;
}
#caption {
	background-color: transparent;
	height: 54px;
	background-image: url(../layout/tempcaption.gif);
	background-repeat: no-repeat;
	margin-top: 35px;
	margin-bottom: 30px;
}
#octoequipment {
	background-color: transparent;
	background-image: url(../layout/octoprinter.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 285px;
	margin-top: 9px;
}
#endfade {
	background-image: url(../layout/endfade.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 74px;
	display: block;
	margin-top: -50px;
}

.ir {
	text-indent: -1000em;
	display: block;
}
.cb {
	clear: both;
	height: 0px;
	width: 0px;
	margin: 0px;
	padding: 0px;
}
.cataloguebutton {
	background-image: url(../layout/buttons/onlinecatalogue.png);
	height: 40px;
	width: 219px;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	background-color: #C3D1E0;
}
#maincontent {
	width: 100%;
	background-color: #f2f2f2;
	margin: 0px;
	padding: 0px;
	background-image: url(../layout/contentbk.gif);
	height: auto;
	background-repeat: repeat-x;
	background-position: left top;
}
#footer {
	background-image: url(../layout/footerbk.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 128px;
	padding-top: 18px;
	color: #FFF;
	background-color: #003975;
	font-family: Verdana, Geneva, sans-serif;
	overflow: auto;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
}
#pgecontent {
	padding-top: 20px;
	position: relative;
}

#footer p {
	font-size: 1em;
	line-height: 18px;
	color: #FFF;
}
#footer p strong {
	text-transform: uppercase;
}
#websir {
	font-family: "Franklin Gothic Medium", "Apple Gothic", sans-serif;
	text-decoration: none;
	color: #FF6600;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	display: block;
	float: right;
	background-color: transparent;
	padding-right: 5px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding-bottom: -2px;
}
#websir span {
	color: #FFF;
	font-size: 0.8em;
	letter-spacing: 0px;
}
.boxes {
	display: block;
	height: 163px;
	background-image: url(../layout/bxbk.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-top: 25px;
	position: relative;
}
.boxes h2 {
	background: transparent url(../layout/boxes/home_headings.png) no-repeat top left;
	height: 13px;
	text-indent: -9999px;
}
.boxes p {
	color: #5e5e5e;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.0em;
	display: block;
	padding: 5px;
	text-align: left;
}
.boxes a {
	color: #003975;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.0em;
	float: right;
	display: block;
	bottom: 5px;
	position: absolute;
	right: 10px;
	background-image: url(../layout/boxes/arrw-blue.gif);
	background-position: right 3px;
	background-repeat: no-repeat;
	padding-right: 10px;
}
.boxes a:hover {
	text-decoration: underline;
}

.emg {
	color: #c60000!important;
	background-image: url(../layout/boxes/arrw-red.gif)!important;
}
.oss {
	color: #2d0057!important;
	background-image: url(../layout/boxes/arrw-prpl.gif)!important;
}
.gg {
	color: #41D400!important;
}
#sidenav {
	background-image: url(../layout/navsidebarbk.gif);
	background-repeat: repeat-x;
	list-style-type: none;
	width: 220px;
}
#sidenav li {
	list-style-type: none;
}

#sidenav li a {
	height:24px;
	padding-top:13px;
	padding-left: 10px;
	display: block;
	background-image: url(../layout/side_buttons.png);
	background-position: right -37px;
}
#sidenav li a:hover {
	background-position: right top;
}
#sidenav li a:active, #sidenav li a.current {
	background-position: right -74px;
}
#sidenav li a span, #sidenav li a.current span {
	display: block;
	height: 12px;
	background-image: url(../layout/side_buttons.png);
}
form p {
	float: left;
}
#baf {
	height: 76px;
	background-image: url(../layout/navsidebarbk.gif);
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 32px;
	padding-bottom: 22px;
}
#baf p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	text-align: left;
	line-height: 14px;
}
#newsletter p {
	margin: 0px;
	padding: 0px;
	display: block;
	width: 190px;
	float: left;
}


#newsletter input[type=text] {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #dfe7f2;
	border-bottom-color: #dfe7f2;
	border-left-color: #dfe7f2;
	width: 122px;
	font-size: 1.1em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin: 0px;
	border-right-width: 0px;
	font-family: Verdana, Geneva, sans-serif;
	color: #003975;
}
#newsletter input[type=submit] {
	background-image: url(../layout/side_buttons.png);
	background-repeat: no-repeat;
	background-position: -220px -80px;
	color: #fff;
	border: 0px none #fff;
	padding-top: 2px;
	padding-bottom: 3px;
	outline:none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -3px;
}
.list {
	display: block;
	margin-left: 5px;
}
.list li {
	color:#003975;
	font-family:Verdana,Geneva,sans-serif;
	font-size:1em;
	list-style-image:url(../layout/boxes/arrw-blue.gif);
	list-style-position:outside;
	margin-bottom:10px;
	margin-left:10px;
}
.column {
	width: 50%;
	float: left;
}
