@charset "UTF-8";
body {
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	color: #333;
	background-image: url(indbg.jpg);
	background-repeat: repeat;
	background-position: left top;
}

a:link, a:visited { 
	text-decoration: none;
}

a:hover, a:active { 
	text-decoration: underline;
}

.layout #container {
	width: 795px;
	height: 100%;
	background-image: url(container.png);
	background-repeat: repeat-y;
	background-position: left top;
	position: relative;/* the auto margins (in conjunction with a width) center the page */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.layout #maincontent {
	
}

.layout #header {
	width: 795px;
	height: 225px;
	background-repeat: no-repeat;
	background-position: left top;
}

#header h1 {
	background-repeat: no-repeat;
}

.layout #colleft {
	width: 180px;
	height: 200px;
	float: left;
	margin: 0 0 0 0;
}
.layout #colcentre {
	margin-left: 195px;
	margin-right: 320px;
	position: relative;
	border-left-width: 1px;
	border-left-style: dotted;
}

.layout #colright {
	width: 280px;
	float: right;
	margin: 0 25px 0 0;
	border-left-width: 1px;
	border-left-style: dotted;
}

.layout #footer {
	width: 795px;
	height: 200px;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: left;
}

h1 span, h2 span {
	display: none;
}

h1 {
	width: 795px;
	height: 225px;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 0 0 0;
}

h2 {
	height: 40px;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 0 0 0;
}


/************ link lists - start ************/

.links {
	margin: 0 0 10px 15px;
}

.links ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.links li {
	padding-left: 22px;
	background: url(bullet.gif) no-repeat;
	list-style-type: none;
	margin: 0 0 5px 0;
}

.links a {
	color: #333;
}

/************ products ************/

.prod {
	margin: 0 0 50px 15px;
}

.prod h3 {
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}

.prod p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 5px 90px;
	padding: 0 0 0 0;
}
	
.prod a {
	color: #06C;
}

.prod img {
	float: left;
}

/************ form input ************/

.submit {
  	color: #06C;
   	background-color: transparent;
   	text-decoration: none;
   	border: none;
   	cursor: pointer;
   	cursor: hand;
	font-size: 12px;
	line-height: 16px;
  }

/************ fixes ************/


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:active {
	outline: none;
}
:focus
{
  -moz-outline-style: none;
}
