@charset "utf-8";
/* CSS Document */
html,body {
	height:100%;
}
body {
		behavior:url("csshover.htc");
		background-color:#FFF;
		margin:0px 0px 0px 0px;
}

#wrapper {
		background-image:url(images/nav_bg.jpg);
		background-repeat:repeat-y;
		width:860px;
		margin:auto;
}
/*HEADER INFO*/

#header {
		background-image:url(images/header.jpg);
		width:860px;
		height:100px;
}

/*MAIN HOLDER */
#mainholder {
		width:860px;
		height:100%;
}
/*left side*/

#left {
		width:210px;
		height:100%;
		float:left;
		padding: 7px 0px 0px 7px;
}



/* MAIN CONTENT */
#contentheader {
		width:636px;
		height:181px;
		float:right;
		padding:7px 0px 0px 0px;
}

#contentbg {
		width:636px;
		background-color:#f0f0f0;
		float:right;
}

.content h1 {
		font-family:Century Gothic;
		font-size:22px;
		color:#333;
}

#content {
	float:right;
	padding:4px;
}

.content {
		padding-top:10px;
		padding-left:10px;
		padding-right:10px;
		padding-bottom:10px;
		font-family:Arial;
		font-size:11px;
		color:#333;
}

#mainimage {
		background-image:url(images/tb1_05.jpg);
		width:636px;
		height:30px;
		float:right;
}

#valve_image {
		background-image:url(images/tb1_051.jpg);
		width:636px;
		height:22px;
		float:right;
}

#footer {
		background-image:url(images/tb1_06.jpg);
		width:854px;
		height:30px;
		float:right;
		padding: 7px 0px 0px 6px;
}
#designed {
	width:845px;
	float:left;
	background-color:#fff;
	text-align:right;
	font-family:Arial;
	font-size:11px;
	color:#2F3942;
	padding:2px 0px 0px 0px;
}

a {
	font-family:Arial;
	font-size:11px;
	color:#2F3942;
}
a:hover {
	font-family:Arial;
	font-size:11px;
	color:#B80232;
}
#nav {
	margin:0px;
	padding:0px;
	width:207px;
	padding: 0px 0px 0px 1px;
}
ul.navmenu, ul.navmenu ul {
	width:207px;
	margin:0px 0px 10px 0px;
	padding:0px;
	background-image:url(images/nav_button.jpg);
	height:27px;
	background-repeat:no-repeat;
}
ul.navmenu li {
	list-style-type:none;
	margin:0px;
	position: relative;
	padding:0px;
	width:207px;
	background-image:url(images/nav_button.jpg);
	height:27px;
	background-repeat:no-repeat;
	z-index:99;
}
ul.navmenu li ul {
	display:none;
	position: absolute;
	top: 0px;
	left: 207px;
	z-index:99;
}

ul.navmenu li:hover ul {
	display: block;
	z-index:99;
}
ul.navmenu li a, ul.navmenu li a:visited {
	display: block;
	height:27px;
	width:207px;
	line-height:24px;
	text-indent:20px;
	color:#FFFFFF;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	background-image:url(images/nav_button.jpg);
	background-repeat:no-repeat;
}
ul.navmenu li:hover a {
	width:207px;
	line-height:24px;
	text-indent:20px;
	color:#FFFFFF;
	font-weight:bold;
	font-family:Arial;
	font-size:11px;
	text-decoration:none;
	background-image:url(images/nav_button.jpg);
	height:27px;
	background-repeat:no-repeat;
	z-index:99;
}
ul.navmenu li a:hover, ul.navmenu li a.CSStoHighLink {
	line-height:24px;
	text-indent:20px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	height:27px;
	width:207px;
	background-image:url(images/nav_button_r.jpg);
	background-repeat:no-repeat;
	z-index:99;
}


/* ----------------------------------------
			Contact Form
---------------------------------------- */

#ContactForm {
	width: 350px;
	margin: 0 0 0 50px;
	padding: 0;
}
	#ContactForm form {
		margin: 0;
	}
	#ContactForm form td {
		padding: 5px 0; 
	}
	#ContactForm form input,
	#ContactForm form textarea {
		width: 200px;
		padding: 5px;
		border: none;
		background: #FFF;
		font-size: 100%;
		border: 1px solid #CCC;
	}
	#ContactForm form input:hover,
	#ContactForm form textarea:hover {
		background: #FFFEEC;
	}
	#ContactForm form #button {
		width: auto;
		background: #390;
		border: none;
		color: #FFF;
		font-weight: bold;
		font-size: 120%;
		cursor: pointer;
		display: block;
	}
	#ContactForm form #button:hover {
		background: #360;
	}
	
	#ContactForm .message {
		color: #FFF;
		background: #C00;
		padding: 5px 10px;
		text-decoration: none;
	}
	
	#ContactForm .green {
		background: #090 !important;
		font-size: 120%;
	}