/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved. */
/* link */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */

/* link underlines tend to make hypertext less readable,

because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin */
/* the default spacing on headings does not match nor align with

normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/* nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary… */

/*All credit to Tantek */

body{
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: #e1e1e1;
}


.skiplink {
		position: absolute;
		left: -999px;
		width: 990px;
}

/* HTML Styles */

p{
	color: #000;
	font-size: 100%;
	margin: 0.8em 10px 0 45px;
	width: 470px;
}

p a{
	color: #f53a3a;
	
	text-decoration: none;

}

p a:visited{
	color: #f53a3a;

	text-decoration: none;

}

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

ol{
	

	font-size: small;
}

ol li{

padding-left: 0;
margin-left: 0;
padding-right: 20px;
}

ul{
	font-size: small;
}

ul li{

padding-left: 0;
margin-left: 0;

}

h1{
	color: #000;
	font-size: 180%;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h2{
	color: #000;
	font-size: 130%;
	font-weight: normal;
	margin: 0;
}

h3{
	color: #7e1214;
	font-size: 120%;
	margin: 0;
}

h4{
	color: #7e1214;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
}

h5{
	color: #7e1214;
	font-size: small;
	font-weight: bold;
	margin: 0;
}

/* HTML Styles END*/

/* Layout Styles */

#main_container{
   clear: both;
	display: block;
	width: 760px;
	/*border: 1px solid #666;*/
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	padding: 0;
   text-align: left;
}

#shadow{
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	padding: 0;
	background-image: url(../_images/side-shadow.gif);
	background-position: top;
	background-repeat: repeat-y;
}

#bottomshadow{
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	padding: 0;
	background-image: url(../_images/bottom-shadow.gif);
	background-position: top;
	background-repeat: no-repeat;
}

#header{
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
}

#header img{
   /*float: left;*/
   border: none;
	padding: 0;
	margin: 0;
}




/* column structure */

#leftcol{
	float: left;
	width: 191px;
	padding: 0 0 0 0;
	margin: 0;
	text-align: left;
	background-color: #e6e2e2;
	background-image: url(../_images/nav-corner-bottom.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#body_area_home{
	float: right;
	width: 537px;
	padding: 0 0 4em 0;
	margin: 0 0 0 0;
	background-color: #baeaf9;
}

#body_area_home h1{
	margin: 0 10px 0.5em 45px;
}

#body_area_home ul{
	margin: 0 10px 0 60px;
	padding: 0 0 0.6em 0;
	list-style-type: disc;
}

#body_area_home li{
	font-size: large;
	color: #000;
	margin: 0 0 0.5em 0;
}


#body_area_about{
	float: right;
	width: 537px;
	padding: 0 0 4em 0;
	margin: 0 0 0 0;
	background-color: #b6c7de;
}

#body_area_about strong{
	color: #0e4487;
}

#body_area_about .title{
	background-color: #0e4487;
	background-image: url(../_images/title-about.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 126px;
	max-height: 126px;
}

#body_area_news{
	float: right;
	width: 537px;
	padding: 0 0 4em 0;
	margin: 0 0 0 0;
	background-color: #fff;
}

#body_area_news strong{
	color: #0e4487;
}

#body_area_news .title{
	background-color: #cbcbcb;
	background-image: url(../_images/title-news.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 126px;
	max-height: 126px;
}

#body_area_news .title h1{
	color: #000;
}

#body_area_news h2{
	margin: 0.5em 10px 0.5em 45px;
}


#body_area_comp{
	float: right;
	width: 537px;
	padding: 0 0 4em 0;
	margin: 0 0 0 0;
	background-color: #fff;
}

#body_area_comp .title{
	background-color: #cbcbcb;
	color:#222;
	background-image: url(../_images/title-comp.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 126px;
	max-height: 126px;
}

#body_area_comp h1{
color:#222;

}

#body_area_history{
	float: right;
	width: 537px;
	padding: 0 0 4em 0;
	margin: 0 0 0 0;
	background-color: #f8edcb;
}
#body_area_history .title{
	background-color: #e7c253;
	background-image: url(../_images/title-history.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 126px;
	max-height: 126px;
}

#body_area_services{
	float: right;
	width: 537px;
	padding: 0 0 4em 0;
	margin: 0 0 0 0;
	background-color: #d2eee1;
}
#body_area_services .title{
	background-color: #69c79a;
	background-image: url(../_images/title-services.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 126px;
	max-height: 126px;
}

#body_area_services ul{
	margin: 0 10px 0 60px;
	padding: 0 0 0.6em 0;
	list-style-type: disc;
}

#body_area_services li{
	font-size: large;
	color: #000;
	margin: 0 0 0.5em 0;
}

#body_area_services h2{
	margin: 0.5em 10px 0.5em 45px;
}

#body_area_plant{
	float: right;
	width: 537px;
	padding: 0 0 4em 0;
	margin: 0 0 0 0;
	background-color: #f6caca;
}
#body_area_plant .title{
	background-color: #e05151;
	background-image: url(../_images/title-plant.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 126px;
	max-height: 126px;
}

#body_area_plant ul{
	margin: 0.6em 10px 0 60px;
	padding: 0 0 0.6em 0;
	list-style-type: disc;
}

#body_area_plant li{
	font-size: medium;
	color: #000;
	margin: 0 0 0.5em 0;
}

#body_area_case{
	float: right;
	width: 537px;
	padding: 0 0 4em 0;
	margin: 0 0 0 0;
	background-color: #e3d7ee;
}
#body_area_case .title{
	background-color: #a17ac6;
	background-image: url(../_images/title-case.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 126px;
	max-height: 126px;
}

#body_area_case p{
	
	/*margin: 0.8em 0 0 45px;
	padding: 0 0 0 0;*/
}

#body_area_contact{
	float: right;
	width: 537px;
	padding: 0 0 4em 0;
	margin: 0 0 0 0;
	background-color: #d9d9da;
}
#body_area_contact .title{
	background-color: #000;
	background-image: url(../_images/title-contact.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 126px;
	max-height: 126px;
}

.title{
	width: 100%;
	padding:0;
	margin:0;
	clear: both;
	display: block;
}

.title h1{
	color: #fff;
	font-size: 240%;
	padding: 1em 0 0 132px;
}

#body_area_services .title h1{
	padding-top: 0.3em;
}

#footer{
	clear: both;
	display: block;
	padding: 0.5em 0 1em 0;
	width: 100%;
	padding: 0;
	background-color: #fff;
	font-size: xx-small;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#footer p{
	margin-left: 5px;
	padding-bottom: 0.8em;
	padding-top: 0.5em;
}

/* column structure end */

/* Footer Start */

#footer ul{
	margin: 0;
	padding: 22px 0 10px 0;
}

#footer li{
	display: inline;
	font-size: x-small;
	color: #222;
	padding: 0 0 0 10px;
	margin: 0 0 10px 0;
}

#footer a{
	color: #7e1214;
	text-decoration: none;
}

#footer a:visited{
	color: #7e1214;
	text-decoration: none;
}

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

#footer img{
	float: right;
	border: none;
}

/* Footer End */




/* Main side menu */

#submenu {
	margin: 0 0 0 0;
	padding: 30px 0 30px 0;
	background-image: url(../_images/nav-corner-top.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

#submenu li{
	display: block;
	margin: 0 0 0 0;
	padding: 0.6em 0 0.6em 0;

	
}

#submenu a.home{
	padding: 0.6em 5px 0.6em 50px;
	margin: 0 0 0 0;
	background-image: url(../_images/icon-home.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
	display: block;
	color: #000;
	text-decoration: none;
}

#submenu li.selected-home{

	padding: 0.6em 5px 0.6em 50px;
	margin: 0.6em 0 0.6em 0;
	background-image: url(../_images/icon-home-selected.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-color: #bfbbbb;
	color: #000;
}

#submenu a.about{
	padding: 0.6em 0 0.6em 50px;
	margin: 0 0 0 0;
	background-image: url(../_images/icon-about.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
	display: block;
	color: #000;
	text-decoration: none;
}

#submenu li.selected-about{

	padding: 0.6em 5px 0.6em 50px;
	margin: 0.6em 0 0.6em 0;
	background-image: url(../_images/icon-about-selected.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-color: #bfbbbb;
	color: #000;
}

#submenu a.news{
	padding: 0.6em 0 0.6em 50px;
	margin: 0 0 0 0;
	background-image: url(../_images/icon-news.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
	display: block;
	color: #000;
	text-decoration: none;
}

#submenu li.selected-news{

	padding: 0.6em 5px 0.6em 50px;
	margin: 0.6em 0 0.6em 0;
	background-image: url(../_images/icon-news-selected.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-color: #bfbbbb;
	color: #000;
}

#submenu a.company{
	padding: 0.6em 0 0.6em 50px;
	margin: 0 0 0 0;
	background-image: url(../_images/icon-comp.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
	display: block;
	color: #000;
	text-decoration: none;
}

#submenu li.selected-company{

	padding: 0.6em 5px 0.6em 50px;
	margin: 0.6em 0 0.6em 0;
	background-image: url(../_images/icon-comp-selected.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-color: #bfbbbb;
	color: #000;
}

#submenu a.history{
	padding: 0.6em 0 0.6em 50px;
	margin: 0 0 0 0;
	background-image: url(../_images/icon-history.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
	display: block;
	color: #000;
	text-decoration: none;
}

#submenu li.selected-history{

	padding: 0.6em 5px 0.6em 50px;
	margin: 0.6em 0 0.6em 0;
	background-image: url(../_images/icon-history-selected.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-color: #bfbbbb;
	color: #000;
}

#submenu a.services{
	padding: 0.6em 5px 0.6em 50px;
	margin: 0 0 0 0;
	background-image: url(../_images/icon-services.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
	display: block;
	color: #000;
	text-decoration: none;
}

#submenu li.selected-services{

	padding: 0.6em 5px 0.6em 50px;
	margin: 0.6em 0 0.6em 0;
	background-image: url(../_images/icon-services-selected.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-color: #bfbbbb;
	color: #000;
}

#submenu a.plant{
	padding: 0.6em 0 0.6em 50px;
	margin: 0 0 0 0;
	background-image: url(../_images/icon-plant.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
	display: block;
	color: #000;
	text-decoration: none;
}

#submenu li.selected-plant{

	padding: 0.6em 5px 0.6em 50px;
	margin: 0.6em 0 0.6em 0;
	background-image: url(../_images/icon-plant-selected.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-color: #bfbbbb;
	color: #000;
}

#submenu a.case{
	padding: 0.6em 0 0.6em 50px;
	margin: 0 0 0 0;
	background-image: url(../_images/icon-case.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
	display: block;
	color: #000;
	text-decoration: none;
}

#submenu li.selected-case{

	padding: 0.6em 5px 0.6em 50px;
	margin: 0.6em 0 0.6em 0;
	background-image: url(../_images/icon-case-selected.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-color: #bfbbbb;
	color: #000;
}

#submenu a.contact{
	padding: 0.6em 0 0.6em 50px;
	margin: 0 0 0 0;
	background-image: url(../_images/icon-contact.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
	display: block;
	color: #000;
	text-decoration: none;
}

#submenu li.selected-contact{

	padding: 0.6em 5px 0.6em 50px;
	margin: 0.6em 0 0.6em 0;
	background-image: url(../_images/icon-contact-selected.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-color: #bfbbbb;
	color: #000;
}

#submenu a:visited{
	color: #000;
	text-decoration: none;
}

#submenu a:hover{
	color: #222;
	text-decoration: underline;
	background-color: #bfbbbb;
	background-image: url(../_images/icon-hover.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
}

/* Main side menu end */

/* Contact Foirm */

form{
	margin-left: 45px;
}

.frmele{
	float: left;	
	width: 99%;
	padding: 0.2em 0 0.2em 0;
}

.frmele label{
	width: 100px;
	float: left;
	text-align: right;
	padding-right: 10px;
}

/* CMS Blocks */

.paragraph{
	display: block;
	margin: 0 0 0.8em;
}

.image-left-paragraph{
	display: block;
	margin: 0 0 0.8em 0;
}

.image-left-paragraph img{
	float: left;
	padding: 0 0 0 0;
	margin: 0 8px 8px 0;
}

.image-right-paragraph{
	display: block;
	margin: 0 0 0.8em 0;
}

.image-right-paragraph img{
	float: right;
	padding: 0 0 0 0;
	margin: 0 0 8px 8px;
}

.image-block{
	display: inline;
	padding: 5px 5px 10px 0;
}

.caption-block{
	display: block;
	font-style: italic;
	margin: 0 0 0.8em 0;
}

.download-block{
	display: block;
	float: left;
	margin: 0 0 0.8em 0;
}

.download-block img{
	float: left;
	margin: 0 10px 15px 0;
	padding-top: 0;
}

.download-block h3{
	color: #222;
	margin-bottom: 0.4em;
	font-weight: normal;
}

.download-block h3 a{
	color: #7e1214;
	text-decoration: none;
}

.download-block h3 a:visited{
	color: #7e1214;
	text-decoration: none;
}

.download-block h3 a:hover{
	color: #222;
	text-decoration: underline;
}

.download-block p{
	margin-top: 0;
}

.product-block{
	display: block;
	width: 100%;
	float: left;
	margin: 0 0 0.8em 0;
}

.product-block img{
   float: left;
	margin: 0 10px 15px 0;
	padding: 0;
}

.product-block .details{
	float: left;
   width: 70%;
}

.product-block h3{
	color: #222;
	margin-bottom: 0.4em;
	font-weight: normal;
}

.product-block h3 a{
	color: #7e1214;
	text-decoration: none;
}

.product-block h3 a:visited{
	color: #7e1214;
	text-decoration: none;
}

.product-block h3 a:hover{
	color: #222;
	text-decoration: underline;
}

.product-block h4{
	margin: 0.8em 0 0.8em 0;
}

.product-block p{
	margin-top: 0;
}

/* CMS Blocks End*/