html{
	overflow-y:scroll;
}

html, body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 10px 0;
}

p {
	margin: 0;
	font-size: 12px;
}

li {
	font-size: 12px;
}


/* -- -- -- -- -- -- -- -- BACKGROUND SETTINGS -- -- -- -- -- */
.background1 {
	background-image: url(images/graphics/banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.background2 {
	background-image: url(images/graphics/background.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.background_laser {
	background-image: url(images/graphics/banner_laser.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.background_cnc{
	background-image: url(images/graphics/banner_cnc.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.background_welding{
	background-image: url(images/graphics/banner_welding.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.background_machining{
	background-image: url(images/graphics/banner_machining.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.background_powder{
	background-image: url(images/graphics/banner_powder.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.Colour1 {
	background-color: #333333;
}
.Colour2 {
	background-color: #CCCCCC;
}
.Colour3 {
	background-color: #005D27;
}
.Colour4 {
	background-color: #FFFFFF;
}


/* -- -- -- -- -- -- -- -- -- -- FONTS -- -- -- -- -- -- --  -- */
.body1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #001072;
	line-height: 20px;
	font-weight: normal;
}
.body2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.body3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}
.body4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.body5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
}
.body6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #001072;
}
.body7 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.addresstext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.homepagetext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #001072;
	font-weight: normal;
	letter-spacing: 2px;
}
.h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FCD402;
}
.h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #990066;
}

/* -- -- -- -- -- -- -- --  LINKS -- -- -- -- -- -- -- */
a {
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#333333;
}
.header {
	background-image: url(images/graphics/banner.jpg);
	background-repeat:no-repeat;
}
.phoneheading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #999999;
}
.emailheading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: overline;
}
.emailheading a:hover {
	color:#999999;
}

.contentbackground {
	border: 1px solid #666666;
	background-color: #FFFFFF;
}
.link1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.devmaclink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #001072;
	text-decoration: none;
}

/* -- -- -- -- -- -- BOX SETTINGS -- -- -- -- -- -- -- */

.box1 {
	border: 1px solid #272727;
	background-color: #FFFFFF;
}
.box2 {
	border: 1px solid #CCCCCC;
}
.box3 {
	border: 1px solid #FCD402;
}
.box4 {
	border: 1px solid #005D27;
}


/* -- -- -- -- -- SCROLLING DIV SETTINGS -- -- -- -- -- -- */ 

.scrolling_div {
	overflow:auto;
	height:450px;
	width:500px;
	scrollbar-face-color: #719A56;
	scrollbar-highlight-color: #719A56;
	scrollbar-track-color: #CCCCCC;
}


/* -- -- -- -- -- -- -- HORIZONTAL NAVIGATION HOVER MENU  -- -- -- -- -- -- -- */
.nav {
	height:30px; /* [BLBH1] VILISBLE LINKS BAR HEIGHT - MUST BE SAME AS BLBH2 */
	margin:0;
	z-index:100;
	width:900px;
	/*position:absolute;*/
}
.nav a {
	line-height:30px; /* [BLBH2] VILISBLE LINKS BAR HEIGHT - MUST BE SAME AS BLBH1 */
	color:#001072; /* VISIBLE LINKS TEXT COLOR */
	/*background-image:url(images/graphics/link_background.png);
	background-position: top right;*/
	background-color:#CCCCCC;
	letter-spacing:0.2em;
	font-size:12px;
	font-weight:bold;
	width: 170px;
	text-align:center;
	border-right: 5px solid #FFF;
}
.lastlink {
	border-right:none !important ;
}
.nav a:hover {
	color:#FFF;
	/*background-image:url(images/graphics/link_background_over.png);*/
	background-color:#001072;
}
.nav li li a {
	background: #cccccc; /* INVISIBLE LINKS BACKGROUND COLOR */
	color:#001072;  /* INVISIBLE LINKS TEXT HOVER COLOR */
	width:158px; /* INVISIBLE LINKS BAR WIDTH */
	margin-left:0px; /* ADJUST THIS VALUE FOR INVISIBLE LINK POSITION FINE-TUNING */
	margin-top:-1px; /* IE HOVER BACKGROUND TEMP FIX WHEN FONT SIZE HAS BEEN REDUCED*/
	font-size:10px;
	border: none;
}
.nav li li a:hover {
	background: #001072; /* INVISIBLE LINKS BACKGROUND HOVER COLOR */
}


/* -- -- -- -- -- -- -- -- DO NOT CHANGE BELOW THIS LINE -- -- -- -- -- -- -- -- */

.nav a {
	display:block ;
	text-decoration:none;
	margin:0 ;
}
.nav li li a {
	text-align:left;
	padding:0 6px;
}
.nav ul, .nav li {
	list-style:none;
	margin:0;
	padding:0;
}
.nav li {
	float:left;
}
.nav ul ul {
	position:absolute;
	visibility:hidden;
	width:170px;
}
.nav li li {
	float:none;
}
.nav ul li:hover ul {
	visibility:visible;
}
