/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #565555;
}

#global {
	width: 779px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#container {
	width: 751px;
	float: center;
}

#header {
	width: 751px;
	float: left;
	height: 57px;
}

#logo {
	width: 222px;
	height: 51px;
	float: left;
}

#logo2 {
	width: 366px;
	height: 51px;
	float: left;
}

#topnav {
	width: 160px;
	float: right;
	text-align: right;
	position: left;
	top: 36px;
}
#topnav2 {
	width: 300px;
	float: right;
	text-align: right;
	position: relative;
	top: 36px;
}

#topnav a {
	padding: 3px;
	color: #565555;
}

#nav {
	width: 751px;
	height: 20px;
	float: left;
	background: url(images/navbg.gif) no-repeat;
}

#nav ul {
	display: inline;
	margin-left: 0px;
	padding-left: 0px;
	position: relative;
	top: 3px;
	left: 6px;
}

#nav ul li {
	display: inline;
}

#nav a {
	color: #ffffff;
	text-decoration: none;
	padding: 4px;
}

#nav a:hover {
	color: #e0edf9;
}

#mainheader {
	width:751px;
	height: 139px;
	float: left;
	background: url(images/header.jpg) no-repeat;
	margin-top: 14px;
}

#mainpage_content {
	width: 476px;
	height: 389px;
	float: left;
	margin-top: 11px;
	background: url(images/mainbox.gif) no-repeat;
}

#mainpage_text {
	width: 440px;
	float: left;
	margin-top: 65px;
	padding-left: 17px;
}

.phdr {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}

#illustration {
	width: 155px;
	height: 190px;
	float: left;
	margin-right: 9px;
	background: url(images/illustration.jpg) no-repeat;
	position: relative;
	top: 4px;
}

#use {
	width: 270px;
	height: 136px;
	float: right;
	margin-top: 5px;
}

#product_nav {
	width: 261px;
	height: 250px;
	float: right;
	margin-top: 8px;
	background: url(images/product_nav.jpg) no-repeat;
	color: #ffffff;
}

#product_nav ul {
	position: center;
	left: -10px;
	top: -90px;
}

#product_nav ul li {
	margin-bottom: 20px;
}

#product_nav a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#product_nav a:hover {
	color: #000033;
}

#innerpage_content {
	width: 751px;
	float: left;
	background: url(images/gears_bg.jpg) no-repeat;
	background-position: 120px top;
}

#innerpage_content ul li {
	margin-bottom: 5px;
}

#productshot {
	width: 200px;
	height: 250px;
	float: right;
	text-align: center;
}

.space {
	margin-top: 5px;
}

.quote {
	font-style: italic;
}

.cust {
	font-weight: bold;
	margin-left: 20px;
	margin-bottom: 20px;
}

.impt {
	font-weight: bold;
	color: #990000;
	text-align: center;
}

#footer {
	width: 751px;
	height: 29px;
	float: left;
	background: url(images/footer.gif) no-repeat;
	margin-top: 7px;
	margin-bottom: 5px;
}

#footer p {
	margin-top: 8px;
	text-align: center;
}

p {
	margin: 0 0 1em 0;
}

img {
	border: 0px;
}

h1 {
	color: #0078c1;
}

/*Contact form*/

form {
	margin: 0px;
}

label,input,select,textarea {
	display: block;
	float: left;
	margin-bottom: 6px;
}

label {
	text-align: right;
	width: 160px;
	padding-right: 2px;
}

input,textarea,select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #efefef;
}

.req {
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	color: #ff0000;
	font-weight: bold;
}

.star {
	width: 10px;
	float: left;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	color: #ff0000;
	font-weight: bold;
}

br {
	clear: left;
}

.buttons {
	width: 130px;
	float: left;
	position: relative;
	left: 172px;
}

.reset {
	margin-left: 5px;
}

a {
	color: #003366;
}