/* commented backslash hack v2 \*/ 
html, body{height:100%;
margin: 0;
padding: 0;
} 
/* end hack */ 

body {
	background: #CCCCCC url("images/bg.gif");
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
}

#outer{ 
min-height:100%;
/*margin-left:130px;
margin-right:130px;*/
margin-top:0px;
margin-left:auto;
margin-right:auto;
width:780px;
height:100%;
background: #CCCCCC url("images/wrapperbg.gif");
margin-bottom:-2px;
}
* html #outer{height:100%;} /* IE6 and under treat height as min-height anyway*/

#header{
background:#CCCCCC url("images/header.gif");
width:780px;
height:83px;
text-align:center;
position:relative;
/*margin:0 -131px;*/
/*padding-top:56px;*/
min-height:0;/* ie 7 haslayout fix */
}
/* mac hide \*/
/* html #header{height:56px;he\ight:1px}/* height needed for ie to force layout*/
/* end hide*/

#left {
position:absolute;/*ie needs this to show float */
width:50%;/* same as the left margin on #outer*/
float:left;
/*margin-left:-129px;/*must be 1px less than width otherwise won't push footer down in older mozilla*/ 
margin-top:0px;
top:0px;
left:0px;/* push column into position*/
background: url("images/leftbg.gif") repeat-x;
height:359px;
}

#right {
position:relative;/*ie needs this to show float */
width:50%;/* same as right margin on #outer*/
float:right;
/*margin-right:-129px;/*must be 1px less than width otherwise won't push footer down in older mozilla*/ 
top:0px;
right:0px;/* push column into position*/
margin-top:0;
background: url("images/rightbg.gif") repeat-x;
height:359px;

}

#centrecontent {
	width:780px;
	/*float:left;*/
	position:absolute;
	z-index:1;
	/*margin:0 -1px;/* moz fix*/
	top:83px;
	margin-left:0px;
	margin-right:0px;
}

#footer {
width:780px;
height:67px;
background: #FFFFFF url("images/footerbg.gif");
text-align:right;
vertical-align:middle;
position:relative;
color:#FFFFFF;
padding-right:10px;
font-size: 0.8em;
}

#footer a, a:hover{
color: #FFFFFF;
}

#clearfooter{clear:both;}/*needed to make room for footer*/ 
/* html #centrecontent {height:1%;margin-bottom:12px}/* combat IE's 3 pixel jog */


a {
	color: #0464cb;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #0464cb;
	text-decoration: underline;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu li {
	float: left;
	position: relative;
	list-style: none;
	margin: 0 2px 0 0;
	padding: 0;
}

#menu li.First a {
}

#menu li a {
	display: block;
	float: left;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 9px 0 6px 12px;
	margin: 0 0 0 8px;
	height: 20px;
	color: #FFFFFF;
}

#menu li a:hover	{
	text-decoration: none;
	color: #6fc9ec;
}

#sub ul {
	margin: 0;
	padding: 0;
}

#sub li {
	float: left;
	position: relative;
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
}

#sub li a {
	display: block;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 9px 20px 6px 0;
	margin: 0 0 0 0;
	height: 20px;
	color: #0464cb;
	text-decoration: none;
}

#sub li a:hover	{
	text-decoration: underline;
	color: #0464cb;
}

table.contents {
	 background-color:#FFFFFF;
	 border:0;
	 padding:0;
}

table.contents td {
	vertical-align: top;
	background-color:#FFFFFF;
}

.text {
	padding: 5px 10px 5px 10px;
	min-height: 0;
}

.text ul {
	margin: 0 0 0 20px;
	padding: 0;
}

.text li {
	position: relative;
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: circle;
}

.text p {
	margin: 10px 0 10px 0;
}

.bold {
	font-weight:bold;
}

hr {
	background: #CCCCCC url("images/hr.gif");
	border: #fe7900;
}

.productimage{
	float: left;
	margin: 0 10px 5px 0;
}

.productthumb{
	float: right;
	position: auto;
	margin: 5px 0 0 10px;
}

#brochure ul {
	margin: 0;
	padding: 0;
}

#brochure li {
	float: left;
	position: relative;
	list-style: none;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
	width: 180px;
	height: 180px;
}

h1 {
	font-size: 1.2em;
	color:#fe7900;
	margin-top:10px;
	margin-bottom:10px;
}

input, textarea, select
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #333333;
background: #dddddd;
border: 1px solid #cccccc;
}

.submit input
{
color: #333333;
background: #dddddd;
border: 2px outset #cccccc;
} 