html, body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}
#logo {
	height: 104px;
	width: 160px;
	border: none;
	left: 50px;
	top: 10px;
	position: absolute;
}
#logo a:link, a:visited {
	margin: 0px;
	padding: 0px;
	border: none;
}
#main-menu {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #333333;
	position: absolute;
	top: 25px;
	right: 50px;
}
#main-menu a:link, a:visited {
	color: #333333;
	text-decoration: none;
}
#main-menu a:hover {
	color: #646420;
	text-decoration: underline;

}
#main-menu .red {
	color: #A81120;
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
}
#headerbar {
	background-color: #81822A;
	height: 128px;
	width: 100%;
	clear: both;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 120px;
}
#headerbar #min-width {
	margin: 0px;
	padding: 0px;
	height: 128px;
	min-width: 700px;
}
#sectionshot1 {
	height: 128px;
	width: 160px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 50px;
	top: 120px;
}
#sectionshot2 {
	height: 128px;
	width: 290px;
	position: absolute;
	top: 120px;
	right: 50px;
	margin: 0px;
	padding: 0px;
}
#sectionheadline {
	font-size: 18pt;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #81822A;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 260px;
	top: 167px;
}
#sidebar-container {
	width: 160px;
	min-height: 300px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 50px;
	top: 248px;
}
#sidebar {
	width: 130px;
	height: auto;
	padding-top: 50px;
	padding-bottom: 30px;
	padding-right: 5px;
	padding-left: 15px;
}
#sidebar p {
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 8px;
}
#sidebar .submenu-head {
	font-size: 7pt;
	color: #FFFFFF;
	margin-top: 18px;
	margin-bottom: 0px;
	text-transform: uppercase;
}
#sidebar .sub-submenu-head {
	font-size: 7pt;
	color: #FFFFFF;
	margin-top: 6px;
	margin-bottom: 6px;
	font-style: italic;
}
#sidebar li {
	font-size: 7pt;
	color: #FFFFFF;
	margin-top: 4px;
	padding: 0px;
	list-style-image: url(images/arrowbullet.png);
	margin-left: -15px;

}
#sidebar ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
#sidebar li.pdf {
	list-style-image: url(images/pdf-icon-sml.gif);
}
#sidebar a:link, #sidebar a:visited {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#sidebar a:hover {
	text-decoration: underline;
}
#sidebar-container, 
#sidebar, 
#sidebar p, 
#sidebar .submenu-head {
	background-color: #C41427;
}
h2 {
	font-size: 13pt;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #C41427;
	text-transform: uppercase;
	padding-bottom: 0px;
	margin-top: 20px;
}
#contentbox {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 260px;
	top: 290px;
	right: 50px;
	bottom: 50px;
}
#contentbox p{
	margin-top: 7px;
	margin-bottom: 9px;
}
#content {
	padding: 0px;
}
#contentbox a:link {
	color: #3F46A0;
	text-decoration: underline;
}
#contentbox a:visited {
	color: #964354;
	text-decoration: underline;
}
#contentbox a:hover {
	color: #646420;
}
#bottom-menu {
	font-size: 9px;
	font-style: italic;
	text-align: right;
	margin: 25px 0px 10px;
	padding: 25px 0px 0px;
	clear: both;
	color: #999999;
	background-color: #FFFFFF;
}
#bottom-menu a:link {
	color: #3F46A0;
	text-decoration: none;
	font-weight: bold;
}
#bottom-menu a:visited {
	color: #964354;
}
#bottom-menu a:hover {
	color: #646420;
	text-decoration: underline;
}


/* HOME PAGE */
#home #sectionshot1 {
	background-image: url(images/crystalballbig.jpg);
	background-repeat: no-repeat;
}
#home #sectionshot2 {
	background-image: url(images/homepads.jpg);
	background-repeat: no-repeat;
}

/* COMPANY */
#about-esp #sectionshot2 {
	background-image: url(images/oilspots.jpg);
	background-repeat: no-repeat;
}
#about-esp #sectionshot1 {
	background-image: url(images/crystalball.jpg);
	background-repeat: no-repeat;
}

/* PRODUCTS */
#products #sectionshot2 {
	background-image: url(images/products.jpg);
	background-repeat: no-repeat;
}
#products #sectionshot1 {
	background-image: url(images/rolls.jpg);
	background-repeat: no-repeat;
}

/* TECHNOLOGY */
#technology #sectionshot2 {
	background-image: url(images/technology.jpg);
	background-repeat: no-repeat;
}
#technology #sectionshot1 {
	background-image: url(images/stack.jpg);
	background-repeat: no-repeat;
}

/* SERVICE */
#service #sectionshot2 {
	background-image: url(images/service.jpg);
	background-repeat: no-repeat;
}
#service #sectionshot1 {
	background-image: url(images/receptionist.jpg);
	background-repeat: no-repeat;
}

/* NEWS */
#news #sectionshot2 {
	background-image: url(images/whatsnew.jpg);
	background-repeat: no-repeat;
}
#news #sectionshot1 {
	background-image: url(images/megaphone.jpg);
	background-repeat: no-repeat;
}

/* FAQ */
#faq #sectionshot2 {
	background-image: url(images/workbench.jpg);
	background-repeat: no-repeat;
}
#faq #sectionshot1 {
	background-image: url(images/magnify.jpg);
	background-repeat: no-repeat;
}

/* CONTACT */
#contact #sectionshot2 {
	background-image: url(images/airplane.jpg);
	background-repeat: no-repeat;
}
#contact #sectionshot1 {
	background-image: url(images/phone.jpg);
	background-repeat: no-repeat;
}

 /* SITEMAP */
#sitemap #sectionshot2 {
	background-image: url(images/airplane.jpg);
	background-repeat: no-repeat;
}
#sitemap #sectionshot1 {
	background-image: url(images/magnify.jpg);
	background-repeat: no-repeat;
}

/* ERROR page */
#error #sectionshot2 {
	background-image: url(images/airplane.jpg);
	background-repeat: no-repeat;
}
#error #sectionshot1 {
	background-image: url(images/megaphone.jpg);
	background-repeat: no-repeat;
}
/*
#error #sidebar-container, 
#error #sidebar, 
#error #sidebar p, 
#error #sidebar .submenu-head {
	background-color: #C41427;
}
#content .content {
	padding: 0px;
	float: left;
	width: 40%;
	margin-right: 20px;
}
*/

#home #homemenu,
#products #productsmenu,
#about-esp #aboutmenu,
#service #servicemenu,
#news #newsmenu,
#faq #faqmenu,
#contact #contactmenu {
	background-color: #FFFFFF;
	color: #C41427;
}
#contactform {
	padding: 0px;
	float: right;
	height: auto;
	width: 270px;
	margin-left: 10px;
	margin-right: 20px;
}
.homesection {
	width: 140px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
h3 {
	font-size: 13px;
	color: #C41427;
}
#home h2 {
	font-size: 18pt;
	color: #81822A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
}
.contentsection {
	width: 75%;
	margin: 0px;
	padding: 0px;
	color: #575757;
	line-height: 130%;



}
/*
.prefocus {
	padding: 5px 10px;
}
*/
#focus {
	padding: 10px;
	background-color: #F2F2F2;
}
.totop {
	font-size: 8px;
	text-align: right;
	text-transform: uppercase;
	padding-right: 20px;
}
.totop2 {
	font-size: 8px;
	text-align: right;
	text-transform: uppercase;
	float: right;
}
#focus p {
	color: #000000;
	background-color: #F2F2F2;
}
.question {
	font-weight: bold;
	color: #81822A;
	background-color: #FFFFFF;
	padding-left: 20px;
}
.answer {
	padding-left: 40px;
}
#homepix {
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
