/* Global Testing Service - Screen */

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	background: #5D5D5D;
	padding: 20px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Container */

div.container {
	width: 740px;
	height: auto;
	margin: 0 auto;
}

/* Header */

div.header {
	width: 740px;
	height: 109px;
	position: relative;
	background: url('../images/core/bg-header.jpg') 0 0 no-repeat;
}

/* Logo */

div.logo {
	position: absolute; top: 5px; left: 10px;
}

div.logo img {
	border: 0;
}

/* Banner */

div.banner {
	width: 740px;
	height: 146px;
	background: url('../images/core/bg-banner.jpg') 0 0 no-repeat;
}

/* Navigation */

div.navigation {
	width: 710px;
	height: auto;
	background: #000;
	padding: 9px 15px;
}

div.navigation:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div.navgation ul {
	list-style-type: none;
}

div.navigation ul li {
	float: left;
	list-style-type: none;
}

div.navigation ul li a {
	float: left;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	height: 42px;
}

div.navigation ul li a.home {
	background: url('../images/core/nav/home.jpg') 0 0 no-repeat;
	width: 40px;
}

div.navigation ul li a.profile {
	background: url('../images/core/nav/profile.jpg') 0 0 no-repeat;
	width: 45px;
}

div.navigation ul li a.hv-switchboard-panel-upgrades {
	background: url('../images/core/nav/hv-switchboard-panel-upgrad.jpg') 0 0 no-repeat;
	width: 97px
}

div.navigation ul li a.testing-commissioning {
	background: url('../images/core/nav/testing-commissioning.jpg') 0 0 no-repeat;
	width: 94px;
}

div.navigation ul li a.thermographics {
	background: url('../images/core/nav/thermographics.jpg') 0 0 no-repeat;
	width: 95px;
}

div.navigation ul li a.service-division {
	background: url('../images/core/nav/service-division.jpg') 0 0 no-repeat;
	width: 54px;
}

div.navigation ul li a.transformer-maintenance {
	background: url('../images/core/nav/transformer-maintenance.jpg') 0 0 no-repeat;
	width: 79px;
}

div.navigation ul li a.electrical-test-equipment {
	background: url('../images/core/nav/electrical-test-equipment.jpg') 0 0 no-repeat;
	width:  86px;
}

div.navigation ul li a.dry-ice-cleaning {
	background: url('../images/core/nav/dry-ice-cleaning.jpg') 0 0 no-repeat;
	width: 61px;
}

div.navigation ul li a.contact-us {
	background: url('../images/core/nav/contact-us.jpg') 0 0 no-repeat;
	width: 56px;
}

div.navigation ul li a:hover {
	background-position: 0 -42px;
}

/* Content */

div.content {
	width: 740px;
	height: auto;
	background: #FFF;
}

div.content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Content Wide */

div.content-wide {
	width: 700px;
	height: auto;
	background: #FFF;
	padding: 0 20px;
}

/* Content Left */

div.content-left {
	width: 190px;
	height: auto;
	float: left;
	padding: 20px;
	color: #000;
	font-size: 1.1em;
}

div.content-left p {
	margin-bottom: 15px;
	line-height: 1.4em;
}

div.content-left a {
	color: #A4A40C;
	text-decoration: underline;
}

div.content-left a:hover {
	color: #000;
}

/* Content Right*/

div.content-right {
	width: 470px;
	height: auto;
	float: left;
	padding: 20px;
}

/* Standard */

div.standard {
	color: #000;
	font-size: 1.2em;
}

div.standard h1 {
	color: #000;
	font-size: 1.5em;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

div.standard h2 {
	color: #3E3E3E;
	font-size: 1.4em;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

div.standard h3 {
	color: #3E3E3E;
	font-size: 1.3em;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

div.standard h4 {
	color: #3E3E3E;
	font-size: 1.2em;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

div.standard h5 {
	color: #3E3E3E;
	font-size: 1.1em;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

div.standard p {
	margin-bottom: 15px;
	line-height: 1.5em;
}

div.standard a {
	color: #A4A40C;
	text-decoration: underline;
}

div.standard a:hover {
	color: #000;
}

div.standard ul {
	margin-bottom: 15px;
	margin-left: 25px;
	list-style-type: square;
}	

div.standard ul li {
	line-height: 1.5em;
}

div.standard ol {
	margin-left: 25px;
}	

div.standard ol li {
	line-height: 1.5em;
}

div.standard img.right {
	float: right;
	margin: 10px 0 10px 10px;
}

div.standard img.left {
	float: left;
	margin: 10px 10px 10px 0;
}

/* Products */

div.products table td {
	padding: 0 10px 10px 0;
	vertical-align: top;
}

div.products table td p {
	padding-right: 10px;
}

/* Electrical Equipment */

div.electrical table td {
	vertical-align: top;
}

div.electrical table td.left {
	width: 190px;
	padding: 0 20px;
	text-align: center;
}

div.electrical table td.right {
	width: 470px;
	padding: 0 20px;
}

/* Enquiry Form */

div.enquiry-form table td {
	padding: 5px 5px 5px 0;
}

div.enquiry-form table td input.field, 
div.enquiry-form table td textarea.field {
	border-top: 1px solid #D3D7D5; 
	border-left: 1px solid #D3D7D5; 
	border-right: 1px solid #919191; 
	border-bottom: 1px solid #919191;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;	
	width: 200px;
}

div.enquiry-form table td input.button {
	border: 0;
	padding: 3px;
	background: #DBDD3A;
	color: #000;
}

/* Footer */

div.footer {
	width: 714px;
	height: 37px;
	padding: 9px 13px;
	font-size: 1.1em;
	color: #A3A3A3;
	background: #000 url('../images/core/bg-footer.jpg') 0 bottom no-repeat;
}

div.footer img {
	float: right;
	border: 0;
}

div.footer p {
	line-height: 1.6em;
}

div.footer a {
	color: #A3A3A3;
	text-decoration: underline;
}

div.footer a:hover {
	color: #FFF;
}













