body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CCCCCC;
	text-align: center;
	font-size: 9px;
	background-image: url();
	background-repeat: no-repeat;
}
.tableborder {
	background-color:#CCC;
	color:333;
	font-size: 13px;
}

.header {
	font-size: 22px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#middle {
}
#navbar .inbar ul {
	text-align: right;
}
*{ padding:0px; 
			   margin:0px; }
						
			
			.boxgrid{ 
				width: 225px; 
				height: 156px; 
				float: left; 
				border: solid 2px #999;
				overflow: hidden; 
				position: relative; 
			}
				.boxgrid img{ 
					position:absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
				}
			.boxgrid peek{
				float:inherit;
			}
				
			.boxcaption{ 
				float: left; 
				position: absolute; 
				background: #000; 
				height: 100px; 
				width: 100%; 
				opacity: .8; 
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 			}
.headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #FF6600;
	line-height: normal;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FF6600;
}

.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}
.intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #666;
	line-height: 6mm;
	text-align: left;
}
.points { 
font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #666;
	line-height: 6mm;
	text-align: left;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}

link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 0;
}
link:link {
	text-decoration: underline;
}
link:visited {
	text-decoration: none;
	color: #FE6600;
}
link:hover {
	text-decoration: underline;
	color: #FF6600;
}
link:active {
	text-decoration: underline;
	color: #FF6600;
}


.content_title {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-weight: normal;
	cursor: default;
	filter: Light;
	text-align: justify;
}
.content {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	text-align: justify;
	
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
}

.phoneNumber {	
 	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#999;
}
			  

			  
/* 
	Resets defualt browser settings
	reset.css
*/
html,body,div,span,h1,h2,h3,p,em,font,img,samp,small,var,ul,li,table,tr,th,td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}
:focus { outline:0; }
a:active { outline:none; }
body { line-height:1; color:black; background:white; }
ol,ul { list-style:none; }
table { border-collapse:separate; border-spacing:0; }
caption,th,td { font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }

/*
	Page style
*/
body {
	letter-spacing:normal;
	color:#434343;
	padding:20px 0;
	position:relative;
	text-shadow:0 1px 0 rgba(255,255,255,.8);
	-webkit-font-smoothing: subpixel-antialiased;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 1.5;
	font-weight: normal;
	font-variant: normal;
	background-color: #efefef;
	background-image: url(images/background.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#container {
	width:580px;
	padding:10px;
	margin:0 auto;
	position:relative;
	z-index:0;
}

#example {
	width:600px;
	height:350px;
	position:relative;
}


#frame {
	position:absolute;
	z-index:0;
	width:739px;
	height:341px;
	top:-3px;
	left:-80px;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	top:15px;
	left:4px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:570px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:570px;
	height:270px;
	display:block;
}


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:585px;
}

/*
	Pagination
*/

.pagination {
	margin: 26px 220px 0;
	width:130px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Caption
*/

.caption {
	z-index:500;
	position:absolute;
	bottom:-35px;
	left:0;
	height:30px;
	padding:5px 20px 0 20px;
	background:#999;
	background:rgba(0,0,0,.5);
	width:540px;
	font-size:1.6em;
	line-height:1.33;
	color:#fff;
	border-top:1px solid #999;
	text-shadow:none;
}

/*
	Footer
*/

#footer {
	text-align:center;
	width:580px;
	margin-top:9px;
	padding:4.5px 0 18px;
	border-top:1px solid #dfdfdf;
}

#footer p {
	margin:4.5px 0;
	font-size:1.0em;
}

/*
	Anchors
*/

a:link,a:visited {
	color:#FF6600;
	text-decoration:none;
}

a:hover,a:active {
	color:#F45A2A;
	text-decoration:underline;
}



#navbar{
	width:75%;
	height:36px;
	background:url(images/navbar-bg.png) left top repeat-x;
	margin-left:auto;
	margin-right:auto;
	
	
}

#navbar ul, #navbar ul li{
border:0px;
margin:0px;
padding:0px;
list-style:none;
height:36px;
line-height:36px; } 

#navbar ul li{
	float:left;
	display:block;
	line-height:36px;
	font-family: inherit;
	text-align:center;
}
#navbar ul li a{
color:#403e32;
text-decoration:none;
font-weight:bold;
display:block; 
text-align:center;}
#navbar ul li a span{
padding:0 20px 0 0;
height:36px;
line-height:36px;
display:block;
margin-left:20px; }
#navbar .navhome a, #navbar .navhome a:hover{
background:url(images/a-bg.png) left top no-repeat;
height:36px;
line-height:36px; }
#navbar .navhome a span, #navbar .navhome a:hover span{
	color:#FFFFFF;
	background:url(images/span-bg.png) right top no-repeat;
	height:36px;
	line-height:36px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	
}
#navbar ul li a:hover{
background:url(images/ahover-bg.png) left top no-repeat;
height:36px;
line-height:36px; }
#navbar ul li a:hover span{
	background:url(images/spanhover-bg.png) right top no-repeat;
	height:36px;
	line-height:36px;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #F45A2A;
} 

#home li.home a, /*--page> link--*/
#news li.news a.
#application_fields li. application_fields a,
#products li. products a,
#contact li. contact a,


