@charset "UTF-8";
/* CSS Document */

body { padding:0; margin:0; background:#dbe9ab; background-image:url(../img/background.jpg); background-repeat:repeat-x; font-family:Arial, Helvetica, sans-serif; color:#333; text-align:center; }

p { font-size:12px; line-height:18px; color:#333; margin:10px 0px; }
p a { color:#97bf0d; text-decoration:none;}
p a:hover { color:#333; text-decoration:underline;}

h1 { font-size:18px; margin:0 0 8px; color:#97bf0d}
h2 { font-size:15px; margin:20px 0 8px; color:#97bf0d}

.clear {clear:both; height:0; overflow:hidden;}
img {border:0 }

/* -------------- */
/*  PAGE CONTENT  */
/* -------------- */

#wrapper {
	width:965px;
	background:#fff;
	text-align:left;
	margin: 40px auto 0 auto;
	padding:50px 40px 30px 40px;
	border-top-width: 4px;
	border-right-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-left-color: #ccc;
}

/* HEAD ELEMENTS */

#header #mainnav {height:50px; float:left; font-size:14px; font-weight:normal; color:#ccc; }
	#header #mainnav a { color:#97bf0d; text-decoration:none; padding: 0 25px;} 
	#header #mainnav a:hover { color:#333; text-decoration:underline; }
	#header #logo {
	width:168px;
	height:102px;
	background: url(../img/inteb_logo.png);
	z-index: 200;
	margin-right: 30px;
	position: relative;
	float: right;
}
	#header #imageholder { height: 240px; width: 965px; z-index: 10; float: left; margin-top: -50px; position: relative; }
	#header #productheader { height: 100px; width: 965px; z-index: 10; float: left; margin-top: -50px; position: relative; }

/* SEVICE HOLDER*/

#serviceholder { float: left; width: 963px; border: 1px solid #666; margin-top: 30px; z-index: 4; position: relative; }
	#serviceholderdec { float: left; height: 20px; width: 965px; margin-bottom: 20px; background-image: url(../img/bin_base.png); background-repeat: no-repeat; }
	#servicenav { float: left; width: 330px; padding: 10px 0 15px 0; font-size: 14px;}
	#servicenav ul { margin: 0px; padding: 0px; list-style-type: none; }
	#servicenav li { list-style-type: none; }
	#servicenav li a { background-color: #FFF; color: #333; text-decoration: none; display: block; margin-left: 15px; padding: 8px 0 8px 5px; border-bottom: 1px solid #97bf0d; }
	#servicenav li a:hover { background-color: #ECF3D3; background-image: url(../img/nav_arrow.gif); background-repeat: no-repeat; background-position: right; overflow: visible; }

	#servicedetail { float: right; width: 530px; padding: 35px;}
	#servicedetail p { font-size:15px; line-height:20px; margin-top:0px;}

/* PRODUCT PAGE */

#productholder { float: left; width: 963px; min-height:450px; border: 1px solid #999; margin-top: 10px; z-index: 4; position: relative; }
	#productholderdec { float: left; height: 20px; width: 965px; margin-bottom: 20px; background-image: url(../img/bin_base.png); background-repeat: no-repeat; }
	#productnav { float: left; width: 215px; padding: 30px 0 15px 0; font-size: 14px;}
	#productnav ul { margin: 0px; padding: 0px; list-style-type: none; }
	#productnav li { list-style-type: none;}
	#productnav li a {
	background-color: #FFF;
	color: #333;
	text-decoration: none;
	display: block;
	margin-left: 15px;
	padding: 8px 0 8px 5px;
	border-bottom: 1px solid #97bf0d;
}
	#productnav li a:hover { background-color: #ECF3D3; background-image: url(../img/nav_arrow.gif); background-repeat: no-repeat; background-position: right;}

	#productdetail { float: right; width: 670px; padding: 35px;}
	#productdetail p { font-size:15px; line-height:20px; margin-top:0px;}
	#productdetail ul { font-size:15px; line-height:20px; color:#333;}
	#productdetail ul a { color:#97bf0d; text-decoration:none;}
	#productdetail ul a:hover { color:#333; text-decoration:underline;}

/* MAIN HOME CONTENT */

#content { width: 965px; margin-bottom: 20px; float: left; }
		#leftcolumn { float: left; width: 450px; padding:0px 15px; }
		#rightcolumn { float: right; width: 450px; padding:0px 15px; border-left: 1px solid #97bf0d;}
		#brochure { display:block; height:125px; width: 350px; background-image:url(../img/overview_brochure.png); }
		#brochure:hover { background-image:url(../img/overview_brochure.png); background-position: 0 -125px;}
		#brochure span { display:none; }


		a.more { display:block; width:53px; height:18px; line-height:18px; font-size:10px; color:#fff; text-decoration:none; text-align:center; font-weight:bold; float:right; margin-top:10px; 
					margin-right:15px; background-image: url(../img/more.png); text-transform: uppercase; }
		a.more:hover { text-decoration:underline; color:#CCC;}

/* FOOTER */

#footer {
	width:965px;
	text-align:left;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	background-color: #E2E4E5;
	background-image: url(../img/footback.png);
	background-repeat: repeat-x;
	border-right: 4px solid #ccc;
	border-bottom: 4px solid #ccc;
	border-left: 4px solid #ccc;
}
		#footer .footColLeft {
	width:205px;
	float:left;
	padding:0 15px 0 35px;
	font-size:8px;
}
		#footer .footcol { width:240px; padding:0 30px; float:left;}
		#footer .footColRight {width:330px; padding:0 25px; float:left;}

		#footer a {
	text-decoration:none;
	color:#666;
}
		#footer a:hover { text-decoration:underline; color:#afba4c;}
		#footer dl { margin:10px 0; padding:0; }
		#footer dl dt { color:#333; font-size:12px;	margin:0px 0 0 0; padding:0; line-height:20px; font-weight:bold;}
		#footer dl dd {padding:0; margin:0; color:#888; font-weight:normal; padding:0; margin:0; line-height:20px; font-size:12px;}

#signoff {
	font-size: 10px;
	float: left;
	width: 965px;
	margin-top: 25px;
	color:#999;
}

/* ---------------- */
/*  CUSTOM CLASSES  */
/* ---------------- */

fieldset {
	margin-top: 10px;
	padding: 20px;
	width:550px;
	border: 2px dotted #97bf0d;
}
legend  {
	font-size:17px;
	margin:20px 0 8px;
	color:#97bf0d;
	font-weight: bold;
}
fieldset input {
	margin-bottom:10px;
}

label {
	width: 9em;
	display: block;
	float: left;
}
.address { width:200px; float:left; padding-right:20px; padding-top:10px; }
.address2 { width:230px; float:left; padding-top:10px; }
ol {
	font-size:11px
}
