* :focus { outline: 0; }

body {
  margin: 0px;
  padding:0px;
  background-color:#131211;
  font-family:aerial, helvetica, sans-serif;
  font-size:13px;
  line-height:19px;
}

img, div { 
  behavior: url(iepngfix.htc);
}

#main {
  background:#c4c0be url(images/background_light_slice.jpg) repeat-x;
}

#main .container {
  background: url(images/background_light.jpg) no-repeat;
  min-height: 400px;
  height:auto !important;
  height:400px;
}

#featureBlock {
  min-height:520px;
  height:auto !important;
  height:520px;
}

.container {
  width:950px;
  margin: 0 auto;
  position:relative;
}

#header {
  padding-top:20px;
}

#logo h1 {
  margin: 0px;
  display:block;
  text-indent:-9000px;
}

#logo {
  background: url(images/logo.png) no-repeat;
  width:190px;
  height:76px;
  margin-bottom:20px;
}

ul#menu {
  margin:0px;
  padding:0px;
  position:absolute;
  right:0px;
  }

ul#menu li {
  display: inline;
  margin-left:12px;
}

ul#menu li a {
  text-decoration:none;
  color: #7166da;
  font-family: verdana, aerial, helvetica, sans-serif;
  font-size:10px;
  font-weight:bold;
  text-transform: uppercase;
}

ul#menu li a.active, ul#menu li a:hover {
     color: #211e1e;
} 


/* Styling for content blocks */ 

.contentBlock {
  border 1px solid #a3a09e;
  background: #ffffff;
  margin-bottom:20px;
}

.block_inside {
  display:block;
  border:1px solid #ffffff;
  background:#ffffff url(images/background_block_slice.jpg) repeat-x;
  padding:30px;
  overflow:auto;
}

.image_block {
  border: 1px solid #b5b5b5;
  background:#d2d2d2;
  padding:5px;
  float:left;
}

.image_block img {
  border:1px solid #b5b5b5;
}

.text_block {  
  float:left;  
  width:430px;  
  margin-left:30px;
}  

.text_block h2 {
  line-height:35px;
}

.about .text_block, .products .text_block {
  width:90%;
}


/* styling for main text elements */

h2 {
  margin: 0px 0px 20px 0px;
  font-size:36px;
  font-family: Helvetica, aerial, sans-serif;
  color: #000000;
}

a {
  color: #007de2;
  text-decoration: none;
}

a:hover { 
  text-decoration:underline; 
}  

p { 
  margin: 0px 0px 15px 0px; 
}  
   
a.button {  
  background:#32312f url(images/button_bg.jpg) repeat-x;  
  padding:5px 10px 5px 10px;  
  color: #ffffff;  
  text-decoration: none;  
  border:1px solid #32312f;  
  text-transform:uppercase;  
  font-size:9px;  
  line-height:25px;     
}  

a.button:hover {  
  background:#007de2 url(images/button_bg_o.jpg) repeat-x;  
  border-color:#007de2;  
} 



/*
	Portfolio-Home-Styles
*/

#content {
	overflow:auto;
	margin-bottom:20px;
}

#portfolio_items {
	width:615px;
	margin-right:25px;
	float:left;
}

body.products #portfolio_items {
	width:950px;
	margin:0px;
	
}

#text_column {
	float:right;
	width:310px;
}

#text_column h2#text_title { 
	text-indent:-9999px;
	background-image:url(images/advance.jpg);
	background-repeat:no-repeat;
	width:310px;
	height:129px;
	margin-left:-20px;
}

#text_column ul li {
	margin-bottom:15px;
}

.about #text_column h2#text_title { 
	background-image:url(images/conveyormanufacturer.jpg);
}


.mini_portfolio_item {
	border:1px solid #a3a09e;
	margin-bottom:10px;

}

.mini_portfolio_item .block_inside { 
	background:none; background-color:#e2dddc; 
	padding:25px 30px 15px 30px; 
}

.mini_portfolio_item .thumbnail { 
  float:left; margin-right:20px; border:1px solid #979390; 
}


/*
	Footer Styles
*/

#footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: white;
	background: url(images/background_footer.jpg) repeat-x;
	padding:0px;
}
.footer_column {
	float:left;
	width:150px;
	margin-right:30px;
}
#footer .long {
	width:500px;
}
#footer h3 {
	color:#e2dddc;
	text-transform:uppercase;
	font-size:10px;
}
.footer_column ul li, .footer_column ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

acronym {
  cursor:help;
}



img{border:none;}
pre{
	display:block;
	font:12px "Courier New", Courier, monospace;
	padding:10px;
	border:1px solid #bae2f0;
	background:#e3f4f9;	
	margin:.5em 0;
	width:500px;
	}		

/* Easy Slider */

	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider, #slider li{ 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		width:400px;
		height:248px;
		overflow:hidden; 
		}


#nextBtn a{ 
	background:url(images/next-photo.png) no-repeat;	
	display:block;
	width:164px;
	height:50px;
	text-indent:-9000px;
	position:absolute;
	left:250px;	
      margin-top:10px;
	}	

#prevBtn a{ 
	background:url(images/previous-photo.png) no-repeat;	
	display:block;
	width:164px;
	height:50px;
	text-indent:-9000px;
	position:absolute;
	left:45px;
	margin-top:10px;
	}						

/* // Easy Slider */

.floatRight {
  float:right;
  margin:10px;
} 


div.technical {
display:none;
}
