/* CSS Document */
body {
	font-family: "Trebuchet MS";
	font-size: 13px;
}
#holder {
	position: relative;
	background-image: url(images/banner1.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 850px;
	border: 1px solid #666600;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 15px;
}
h1,h2,h3,h4{
	font-size: 16px;
}
#menu {
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	left: 0px;
	top: 196px;
	width: 850px;
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url(images/menubg.png);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	height: 30px;
}
#menu .item {
	position: relative;
	z-index: 2;
	float: left;
}
#menu a:link, #menu a:active, #menu a:visited {
	display: block;
	width: 169px;
	line-height: 25px;
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-family: verdana;
	font-size: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	background-image: url(images/menubgh.png);
	background-position: center top;
	background-repeat: repeat-x;
	height: 35px;
}
#menu a:hover{
	display: block;
	line-height: 24px;
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-family: verdana;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(images/menubg.png);
	height: 35px;
}
#hometext {
	padding: 10px;
	width: 400px;
	float: left;
	border: 1px solid #333333;
	margin-left: 15px;
	margin-top: 250px;
	margin-bottom: 15px;
	min-height:260px;
  height:auto !important;
  height:260px;
}
#norm {
	padding: 10px;
	
	float: left;
	border: 1px solid #333333;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 250px;
	margin-bottom: 15px;
	min-height:260px;
  height:auto !important;
  height:260px;
}
.inputs {
	float:right;
	width: 200px;
	background-color: #E2F5F5;
}

.forms{
	float:left;
	width:48%;
	margin-bottom: 2px;
	min-height:25px;
	height:auto !important;
	height:25px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: double;
	border-top-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
	padding: 5px;
	font-weight: bold;
}
.formsb{
	float:left;
	width:48%;
	margin-bottom: 2px;
		min-height:106px;
  height:auto !important;
  height:106px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: double;
	border-top-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
	padding: 5px;
}
#enq {
	padding: 5px;
	border: 1px dotted #CCCCCC;
}
.prover {
	margin: 5px;
	height: 25px;
	width: 40%;
	border: 1px solid #000033;
	position: relative;
	float: left;
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px
}

fieldset {
	border: 1px solid #000099;
	margin-top: 20px;
}
legend {
	font-weight: bold;
	color: #006699;
}
select {float:right; margin-right:5px;}
#myplug a {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	text-decoration: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #333333;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#myplug {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	text-decoration: none;
}
.products {
	border: 1px solid #999999;
	position: relative;
	margin-bottom: 15px;
	clear: both;
	float: left;
	width: 790px;
	background-color: #FFFFCC;
}
.products img {
	float: left;
}
.productstitle {
	display: block;
	position: relative;
	font-size: 27px;
	color: #FFFFFF;
	padding: 15px;
	border-bottom: 1px dotted #999999;
	font-variant: small-caps;
	background-color: #666633;
}
.products a {}

.products a:hover {}
.products p {
	padding-right: 15px;
	padding-left: 15px;
}

