html {
	width:100%;
	height:100%;
}

body {
	background-color:#ffffff;
	background-image:url(images/structure/bg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	background-attachment: fixed;
}

td, th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
}


a {
	color:#EA7C01;
	text-decoration:none
}

a:hover {
	color:#ffffff;
	text-decoration:underline
}

h1 {
	color:#F3901D;
	margin-top:0px;
	margin-bottom:10px;	
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
}


h2 {
	color:#F3901D;
	margin-top:0px;
	margin-bottom:0px;	
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
}

h3 {
	color:#6D6F71;
	margin-top:0px;
	margin-bottom:0px;	
	font-weight:normal;
	font-size:11px;
}

.bigger  {
	color:#666666;
	margin-top:16px;
	margin-bottom:0px;	
	font-weight:normal;
	font-size:12px;
}

.main {
	text-align:center;
	padding-top:20px;
}

#main2 {
	width:760px;
	display:block	
}

#footer{
	width:750px;
	padding:10px 0px 20px 0px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;	
	color:#999999;
}

p {
	line-height:18px;
	margin-top:5px;
	margin-bottom:13px;	
}

/* home page */

#homepagecontent {
	float:left;
	width:390px;
	padding:20px 20px 20px 30px;
	color:#6D6F71;	
	text-align:left;
	display:block
}

#homepagecontent li {
	color:#F3901D;
}

#homepagecontent a{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#582700;
	font-size:10px;
	text-transform:uppercase;
}

#homepagecontent2 {
	width:680px;
	padding:20px 20px 20px 30px;
	color:#6D6F71;	
	text-align:left;	
}

#homepagecontent2 li {
	color:#F3901D;
}

#homepagecontent2 a{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#582700;
	font-size:10px;
	text-transform:uppercase;
}

/* content section */

.content {
	/* padding:20px 20px 20px 30px; */
	padding: 0px;
	color:#6D6F71;	
	text-align:left;	
	vertical-align:top;
	display:block;
	background-color:#E2E3E4;
}

.content1 {
	/* padding:20px 20px 20px 30px; */
	padding: 0px;
	color:#6D6F71;	
	text-align:left;	
	vertical-align:top;
	background-color:#E2E3E4;
}


/* content tables */

.content table {
}
 
 
.content td {
	padding-right:7px;
	margin:0px;	
	vertical-align:top;
}

.content td.altrow {
}

/* products section */

#products {
	width:670px;
	height:256px;
	overflow:auto;
	margin:15px 0px 20px 0px;
	padding:5px;
	background-color:#ffffff;
	border:1px solid #ababab;
}

#products td {
	margin:0px;	
	padding:0px;
}

/* products section */

#testimonials  {
	margin:0px;	
	padding:10px 0px 0px 0px;
	background-color:#FFFFFF
}
#testimonials td {
	margin:0px;	
	padding:0px 0px 0px 0px;
	vertical-align:top;
	text-align:left
}

#testimonials .testimonialguy {
	padding-right:8px;
}

#testimonials .testimonialstext {
	background-color:#6D6F71;
	font-size:13px;
	color:#FFFFFF;
	padding:20px;
	height: 280px;
}

#testimonials h2 {
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:2px solid #F3901D	
}


#testimonials .testimonialstext p {
	line-height:20px;
}


/* menus */

#menu {
	width:752px;
	padding-top:6px;
	padding-bottom:6px;
	text-align:left;
	background-color:#EFF4F6;
	background-image:url(images/structure/menubg.gif)
}

#menuwithsub {
	width:752px;
	padding-top:6px;
	padding-bottom:6px;
	text-align:left;
	background-color:#EFF4F6;
	background-image:url(images/structure/menuwithsubbg.gif)
}

#submenu {
	width:752px;
	text-align:left;
	background-color:#E5EAEC;
	background-position:bottom;
	background-repeat:repeat-x;
	background-image:url(images/structure/submenubg.gif)
}

.submenuin {
	color:#EA7C01;	
	margin-left:20px;			
}

.submenu {
	background-color:#EFF4F6;
	background-position:bottom;
	background-repeat:repeat-x;	
	background-image:url(images/structure/submenulightbg.gif)	
}

.submenu a {
	color:#592901;	
	margin-left:20px;	
}

.submenu a:hover {
	color:#EA7C01;
	text-decoration:none;	
}

.photo {
	width:350px;
	padding:20px 10px 5px 0px;
	text-align:right;
	vertical-align:top;
}

#tag {
	width:732px;
	height:20px;
	background-color:#ffffff;
	background-image:url(images/structure/tag.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	display:block
}

.whiteborder {
	border:solid 10px #ffffff;
	background-color:#E2E3E4;
}

.seperator {
	margin: 20px 0 0 0;
}

ul {
	margin-left:18px;
	margin-right:8px;
	margin-top:10px;
	padding:0px;
}

li {
	margin-left:2px;
	margin-bottom:1px;
}

/* text hiding */

.repeating {
	margin:0px 0px 2px 0px;
	padding:4px;
	background-color:#cccccc;
}

.textreveal {
	cursor:pointer;
}

.switchcontent {
/*	margin:5px 0px -10px 12px;*/
	padding: 0 20px 0 10px;
}

hr {
	height:1px;
	border-bottom:1px solid #ffffff;
	margin:8px 0 8px 0;
}

.datatable {
	background-color:#bbbbbb;
}


.datatable td {
	padding:2px;
	margin:0px;
	background-color:#cccccc;
}

a.link_email {
	color: #6D6F71;
	text-decoration: none;
}

a.link_email:hover {
	color: #6D6F71;
	text-decoration: underline;
}

td.prod_border {
	border-right: 5px solid #ffffff;
}

a.equipment {
	color: #6D6F71;
	text-decoration: none;
}

a.equipment:hover {
	color: #6D6F71;
	text-decoration: underline;
}

hr.equipments {
	height:1px;
	border-color: #eeeeee;
	margin:8px 0 8px 0;
}


