/* CSS Document */

body {
	background:url(images/backgroundtop.jpg) repeat-x top #454756;
	font-family:Tahoma;
	font-size:15px;
	color:#6F8099;
	margin:0;
	padding:0;
	}
	
#container {
	margin:0;
	padding:0;
	width:850px;
	}
	
#banner {
	background:url(images/banner.jpg) no-repeat top;
	width:850px;
	height:120px;
	}
	
#nav {
	width:800px;
	height:35px;
	display:block;
	}
	
li.nav {
	list-style-type:none;
	display:inline;
	}
	
ul#nav {
	display: inline;
	float:right;
	margin:0;
	padding:0;
	}
	
#container2 {
	width:800px;
	min-height:550px;
	height: auto !important;
	height: 550px;
	background: url(images/contentrepeat.jpg) repeat-y;
	}
	
#containertop {
	background:url(images/contenttop.jpg) no-repeat top;
	height:75px;
	}
	
#containerbottom {
	background:url(images/contentbottom.jpg) no-repeat top;
	height:60px;
	display:block;
	width:780px;
	padding-left:10px;
	padding-right:10px;
	font-size:11px;
	margin-top:-11px;
	}

#content {
	width: 740px;
	padding:30px;
	margin-top:-75px;
	}
	
h1 {
	font-size:15px;
	font-weight:bold;
	}
	
h2 {
	font-size:16px;
	font-weight:bold;
	}
	
#box {
	background:url(images/box1.jpg) no-repeat top;
	width:710px;
	height: 120px;
	color:#5F87CB;
	padding-top:10px;
	padding-right:20px;
	padding-left:20px;
	text-align:left;
	}
	
a.home:link, a.home:active, a.home:visited {
	height: 35px; 
	display: block; 
	width:61px;
	overflow:hidden;
	float: right;
	background: url(images/homebutton.jpg) 0px 0px no-repeat;
	}
	
a.home:hover {
	background-position: 0px -35px;
	}	
	
a.machine:link, a.machine:active, a.machine:visited {
	height: 35px; 
	display: block; 
	width:85px;
	overflow:hidden;
	float: right;
	background: url(images/machinesbutton.jpg) 0px 0px no-repeat;
	}
	
a.machine:hover {
	background-position: 0px -35px;
	}		
	
a.orderonline:link, a.orderonline:active, a.orderonline:visited {
	height: 35px; 
	display: block; 
	width:106px;
	overflow:hidden;
	float: right;
	background: url(images/orderonlinebutton.jpg) 0px 0px no-repeat;
	}
	
a.orderonline:hover {
	background-position: 0px -35px;
	}	
	
a.testimonials:link, a.testimonials:active, a.testimonials:visited {
	height: 35px; 
	display: block; 
	width:103px;
	overflow:hidden;
	float: right;
	background: url(images/testimonialsbutton.jpg) 0px 0px no-repeat;
	}
	
a.testimonials:hover {
	background-position: 0px -35px;
	}	
	
a.information:link, a.information:active, a.information:visited {
	height: 35px; 
	display: block; 
	width:103px;
	overflow:hidden;
	float: right;
	background: url(images/informationbutton.jpg) 0px 0px no-repeat;
	}
	
a.information:hover {
	background-position: 0px -35px;
	}	
	
a:link, a:active, a:visited {
	color:#3366CC;
	}
	
a:hover {
	color:#6699CC;
	}	
	
.small {
	font-size:12px;
	}