/* CSS Document */

body {
	text-align: center;
	background: url(../media/bodybground.jpg) no-repeat top #3C4C57;
	color:#333;
	margin: 0px;
	padding: 0px;
}

#container {
	width: 800px;
	margin: 0px auto;
	background-color:#FFF;
}

#header {
	width: 800px;
}

#righthead {
	width: 320px;
	float: right
}

#contact {
	width: 320px;
	height: 160px;
	position: relative;
	padding: 0px;
	margin: 0px;
}

#contact span {
	background: url(../media/contact.jpg) no-repeat;
	position: absolute;
	width: 320px;
	height: 160px;
	padding: 0px;
	margin: 0px;
	left: 0;
	top: 0;
}

#lefthead {
	width: 480px;
	float: left
}

h1 {
	padding: 0px;
	margin: 0px;
}

#logo {
	width: 480px;
	height: 160px;
	position: relative;
	padding: 0px;
	margin: 0px;
}

#logo span {
	background: url(../media/logo.jpg) no-repeat;
	position: absolute;
	width: 480px;
	height: 160px;
	padding: 0px;
	margin: 0px;
	left: 0;
	top: 0;
}

#navcontainer {
	width: 800px;
	margin: 0px;
	float: left;
}

#navcontainer ul {
	padding: 0px;
	margin: 0px;
	background:url(../media/navbground.jpg) no-repeat;
	color: White;
	float: left;
	width: 100%;
	list-style-type: none;
	font: bold 0.8em/1.5em 'Lucida Grande' arial, helvetica, sans-serif;
}

#navcontainer ul li {
	float: left;
	position: relative;
	text-align: left;
	
}

#navcontainer ul li a {
	width: 152px;
	padding: 0.4em 0 0.4em 0.5em;
	color: White;
	text-decoration: none;
	float: left;
	border-left: solid 1px #FFF;
}

#navcontainer ul li a:hover {
	background:#39518D;
	color: #fff;
}

#navcontainer ul li #active {
	background-image:url(../media/active.jpg);
	color: #000;
}

#navcontainer ul#subnav li a {
	width: 154px;
	padding: 0.4em 0 0.4em 0.5em;
	background: #6B7CA8;
	color: White;
	text-decoration: none;
	float: left;
	border-bottom: solid 1px #FFF;
}

#navcontainer ul#subnav li a:hover {
	width: 154px;
	padding: 0.4em 0 0.4em 0.5em;
	background:#39518D;
	color: White;
	text-decoration: none;
	float: left;
	border-bottom: solid 1px #FFF;
}


/*Drop down menu styling*/

li ul {
  display: none;
  position: absolute; 
  top: 1em;
  left: 0;
  z-index:1;
}

#navcontainer ul#subnav {
	top: 29px;
}

li > ul {
	top: auto;
	left: auto;
}

li:hover ul, li.over ul{ display: block; }

#subnav {
	font: normal 0.7em/1.5em 'Lucida Grande' arial, helvetica, sans-serif;
	background-color:#CCC;
	color:#000;
}

#intro {
	width: 800px;
	height: 192px;
	position: relative;
	padding: 0px;
	margin: 0px;
	}
	
#intro span {
	background: url(../media/intro.jpg) no-repeat;
	position: absolute;
	width: 800px;
	height: 192px;
	padding: 0px;
	margin: 0px;
	left: 0px;
	top: 0px;
	z-index: 2;
}

#introproducts {
	width: 800px;
	height: 192px;
	position: relative;
	padding: 0px;
	margin: 0px;
	}
	
#introproducts span{
	background: url(../media/introproducts.jpg) no-repeat;
	position: absolute;
	width: 800px;
	height: 192px;
	padding: 0px;
	margin: 0px;
	left: 0px;
	top: 0px;
}

#introprofile {
	width: 800px;
	height: 192px;
	position: relative;
	padding: 0px;
	margin: 0px;
	}
	
#introprofile span{
	background: url(../media/introprofile.jpg) no-repeat;
	position: absolute;
	width: 800px;
	height: 192px;
	padding: 0px;
	margin: 0px;
	left: 0px;
	top: 0px;
}

#introcases{
	width: 800px;
	height: 192px;
	position: relative;
	padding: 0px;
	margin: 0px;
	}
	
#introcases span{
	background: url(../media/introcases.jpg) no-repeat;
	position: absolute;
	width: 800px;
	height: 192px;
	padding: 0px;
	margin: 0px;
	left: 0px;
	top: 0px;
}

#intrositemap {
	width: 800px;
	height: 192px;
	position: relative;
	padding: 0px;
	margin: 0px;
	}
	
#intrositemap span{
	background: url(../media/sitemap.jpg) no-repeat;
	position: absolute;
	width: 800px;
	height: 192px;
	padding: 0px;
	margin: 0px;
	left: 0px;
	top: 0px;
}

#content {
	width: 800px;
	float: left;
	color:#333;
	background-color: #FFF;
	margin: 0px;
	padding-bottom: 20px;
}

#mainCol {
	width: 440px;
	text-align:left;
	margin: 0px 10px 0px 10px;
	float: left;
}

#enquiry {
	width: 320px;
	text-align:left;
	margin-left: 10px;
	float: left;
}

#lftCol {
	width: 440px;
	text-align:left;
	margin: 0px 10px 0px 10px;
	float: left;
}

#colB {
	width: 150px;
	text-align:left;
	margin-left: 15px;
	float: left;
}
#colA {
	width: 150px;
	text-align:left;
	margin-left: 15px;
	float: left;
	
}

.credit {
	font: normal 0.65em/1.5em 'Lucida Grande' arial, helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}

h2 {
	font: normal 1.1em/1.5em 'Lucida Grande' arial, helvetica, sans-serif;
}


h3 {
	font: normal 1.1em/1.5em 'Lucida Grande' arial, helvetica, sans-serif;
	color: #0F2B8E;
	background-color:#FFF;
}


h4 {
	font: normal 0.8em/1.5em 'Lucida Grande' arial, helvetica, sans-serif;
	color: #000;
	background-color:#C1C1CE;
	padding: 3px 3px 3px 6px;
}

#lftCol h4 {
	font: normal 0.85em/1.5em 'Lucida Grande' arial, helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	border-bottom: solid 1px #666;
	background-color: #FFF;
	color: #000;
}

dl {
	margin-bottom: 10px;
	padding: 0px;
}

dt {
	font: bold 0.8em/1.5em 'Lucida Grande' arial, helvetica, sans-serif;
	padding: 0px;
}

dd {
	font: normal 0.7em/1.5em 'Lucida Grande' arial, helvetica, sans-serif;
	padding-bottom: 10px;
}

#content p {
	font: normal 0.7em/1.5em 'Lucida Grande' arial, helvetica, sans-serif;
}

.introtext {
	font: bold 1.1em/1.5em 'Lucida Grande' arial, helvetica, sans-serif;
}

#footer {
	width: 800px;
	float: left;
	clear: both;
	background-color: #1F2735;
	text-align: left;
}

#footer p {
	font: normal 0.6em/1.5em 'Lucida Grande' arial, helvetica, sans-serif;
	color: #FFF;
	width: 650px;
	float: right;
}

#footer img {width: 158px; float: left; margin-right: 20px;}

#footer ul {
	padding-left: 0;
	margin: 20px 0px 0px 0px;
	color: #FFF;
	float: left;
	width: 150px;
	font: normal 0.6em/1.5em 'Lucida Grande' arial, helvetica, sans-serif;
}

#footer ul li { display: inline; }

#footer ul li a {
	padding: 0.2em 1em;
	background-color: transparent;
	color: #FFF;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}

#navcontainer ul li a:hover {
	text-decoration:underline;
}

.class1 a:link{
	color: #FFF;
	background-color: transparent;
	text-decoration:underline;
}

.class1 a:visited {
	color: #FFF;
	background-color: transparent;
	text-decoration:underline;
}

.class1 a:hover {
	color: #FFF;
	background-color: transparent;
	text-decoration:none;
}

.class2 a:link {
	color: #1F2735;
	background-color: transparent;
	text-decoration:underline;
}

.class2 a:visited {
	color: #1F2735;
	background-color: transparent;
	text-decoration:underline;
}

.class2 a:hover {
	color: #1F2735;
	background-color: transparent;
	text-decoration:none;
}

.standardlist li {
	list-style-type: square;
	list-style-position: outside;
	padding-bottom: 10px;
	margin-left: 15px;
	font: normal 0.7em/1.5em 'Lucida Grande' arial, helvetica, sans-serif;
}

.standardlist a {
	color:#333;
	text-decoration:underline;
}

.orderedlist {
	list-style-type: lower-roman;
	font: normal 0.7em/1.5em 'Lucida Grande' arial, helvetica, sans-serif;
}

form {
	padding: 0px;
	margin: 0 0 10px 0; 
	background-color: #F2F2F2;
	border-top: 1px solid #CCC; 
	border-bottom: 1px solid #CCC;
}
input.field {width: 90%;}
textarea {width: 90%;}
input.check {margin-right: 5px;}

#contact_form {
	font: normal 0.7em/1.3em "Lucida Grande", Arial, Helvetica, sans-serif;
	border: solid 1px #999;
	padding: 5px;
}

#specs {
	font: normal 0.7em/1.3em "Lucida Grande", Arial, Helvetica, sans-serif;
	border: solid 1px #999;
	padding: 5px;
}

caption {
	font: normal 1.2em/1.3em "Lucida Grande", Arial, Helvetica, sans-serif;
	text-align: left;
	padding-bottom: 5px;
}

#specs td {
	padding: 5px;
}

.odd {
	background-color: #FFF;
	color: #333;
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}
.oddblue {
	background-color:#e0e9ee;
	color:#333;
}

.celldark {
	color: #FFF;
	background-color: #3B4C56;
}

.logopad {
	margin-bottom: 10px;
}

.picpadtop {
	padding-top: 17px;
}




