@charset "utf-8";
/* CSS Document */

*
{
margin: 0;
padding: 0;
}


body
{
background: #F0F0F0 /*url(../images/body-bg.jpg)  repeat-x top left*/; 
font: 11px arial;
}


img
{
border: none;
}

a
{
text-decoration: none;
}

a:hover
{
text-decoration: underline;
}

p
{
margin: 0 0 10px 0;
}




/*  Structure [ START ]*/

#wrapper
{
width: 970px;
overflow: hidden;
margin: 0 auto;
background: url(../images/wrapper-bg.jpg) repeat-y top left;

}

#header
{
width: 950px;
background: #fff;
float: left;
margin: 0 0 0 11px;
}







/*  Header [ START ]*/

#header-left
{
width: 700px;
background: #fff;
float: left;  
}

#header-right
{
width: 250px;
float: left;  
}
	#header-right-top
	{
	width: 250px;
	float: right;  
	}
	
	#header-right-bottom
	{
	width: 250px;
	background: #fff;
	float: right;
	}

		ul#topicons
		{
		list-style-type: none;
		float: left;
		}
		
		ul#topicons li
		{
		float: left;
		padding: 0  0 0 5px;
		margin: 0 0px 0 5px;
		}
		
		ul#topicons li img
		{
		margin: 0 5px 0 0
		}

		ul#topicons li a
		{
		font: 11px arial;
		color: #999;
		text-decoration: none;
		}
 
	#callbox
	{
	width: 300px;
	float: left;
	background: url(../images/call-bg.jpg)  no-repeat top left;
	height: 45px;
	margin: 10px 0 10px 0;
	}
	
	ul#call-list
	{
	list-style-type: none;
	margin: 0 0 0 40px;
	}
	
	ul#call-list li
	{
	width: 90px;
	display: block;
	color: #999;
	float: left;
	padding: 10px 0 0 10px;
	height: 40px;
	}
	
	ul#call-list li span
	{
	display: block;
	float: left;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
#main-container
{
width: 918px;
float: left;
margin: 0 0 0 25px;
border: 1px solid #E2E2E2;
border-top: none;
border-bottom: none;
}
	
#bottombox
{
width: 920px;
background: url(../images/main-container-bg.gif) no-repeat bottom left;
height: 6px;
float: left;
padding: 0 0 0 0;
margin: 0 0 0 25px;
}	
	
	
	#navigation
	{
	width: 900px;
	float: left;
	margin: 5px;
	}
	
	#navigation ul
	{
	margin: 0 0 0 10px;
	padding: 0;
	float: left;
	list-style-type: none;
	}
	
	#navigation ul li
	{
	font: 11px arial;
	float: left;
	}
	
	#navigation ul li a
	{
	color: #006699;
	text-decoration: none;
	background:url(../images/nav-arrow.gif) no-repeat center right;
	padding: 0 10px 0 0;
	margin: 0 5px 0 0;
	}
	
	
	
	

#banner
{
width: 906px;
float: left;
padding: 0 7px;
}

	#banner-left
	{
	width: 600px;
	float: left;
	}
	
	#banner-right
	{
	width: 280px;
	float: left;
	margin: 0 0 0 6px;
	height: 195px;
	padding: 10px;
	background: url(../images/testimonial-bg.jpg) no-repeat top left;
	}
	
	#testimonial
	{
	background: none;
	width: 270px;
	padding: 5px;
	float: left;
	/* height: 195px; */
	padding: 0 0 0 10px;
	}
	
	#banner-right h2,
	#testimonial h2
	{
	font: 15px "Trebuchet MS";
	margin: 0 0 5px 0;
	}
	
	#banner-right h2
	{
	margin: 0 0 5px 10px;
	}
	
	
	#banner-right h2 a,
	#testimonial h2 a
	{
	color: #003366;
	}
	
	#testimonial h3
	{
	font: 12px arial;
	margin: 0 0 5px 0;
	}

	#testimonial h3 a
	{
	color: #0066CC;
	}
	
	span.more
	{
	float: right;
	margin: 0 10px 0 0;
	}
	
	span.more a
	{
	color: #003366;
	}
	
	span.testi-writer,
	span.testi-company
	{
	display: block;
	font-style: italic;
	}
	
	
	
	
	
	
	
#hp-boxes
{
width: 906px;
margin: 0 auto;
}

#boxes-top
{
width: 906px;
background: url(../images/boxes-top-bg.jpg) no-repeat top left;
float: left;
height: 6px;
margin: 5px 0 0 0;
}
	
#boxes-mid
{
width: 906px;
float: left;
background: url(../images/boxes-mid-bg.jpg) repeat-y top left;
padding: 0 0 4px 0;

}	

#boxes-bottom
{
width: 906px;
float: left;
height: 6px;
background: url(../images/boxes-bottom-bg.jpg) no-repeat top left;
}	


	
	
	
	
	
	
	
	
	
	
	
	
	
	
.prodbox-df,
.prodbox-ag,
.newsbox
{
width: 290px;
border: 1px solid #ddd;
margin: 4px 0 0 9px;
float: left;
}

.newsbox
{
width: 285px;
}

.prodbox-df h2,
.prodbox-ag h2,
.newsbox h2
{
width: 277px;
display: block;
background: url(../images/df-bg.jpg) repeat-x top left;
height: 27px;
padding: 8px 5px 5px 8px;
border-bottom: 2px solid #ddd;
}

.prodbox-ag h2
{
background: url(../images/ag-bg.jpg) repeat-x top left;
}

.newsbox h2
{
width: 272px;
background: url(../images/news-bg.jpg) repeat-x top left;
}





.prodbox-df h2 a,
.prodbox-ag h2 a,
.newsbox h2 a
{
font: 19px "Trebuchet MS";
color: #003366;
}

.prodbox-df span.head-bg,
.prodbox-ag span.head-bg,
.newsbox span.head-bg
{
display: block;
width: 280px;
margin: 0 0 0 10px;
background: url(../images/head-bg.jpg) no-repeat;
height: 10px;
float: left;
}

	.demo-box
	{
	float: left;
	width: 280px;
	background: url(../images/demobox-bg.jpg) no-repeat top left;
	height: 28px;
	margin: 0 0 0 5px;
	font: 12px arial;
	color: #fff;
	padding: 4px 0 0 0;
	}
	
	.demo-box span.head
	{
	margin: 0 0 0 10px;
	color: #fff;
	float: left;
	font-weight: bold;
	}

	.demo-box a
	{
	color: #fff;
	text-decoration: none
	}

	.demo-box a:hover
	{
	color: #fff;
	text-decoration: underline
	}

	.demo-box span.headlink a
	{
	margin: 5px 10px 0 0;
	color: #fff;
	float: right;
	}


	
	
	
	.box-content
	{
	float: left;
	width: 280px;
	margin: 10px 0 0 5px;
	padding: 0 0 5px 0;
	}

	.prod-img
	{
	float: left;
	width: 110px;
	}


	.prod-text
	{
	float: right;
	width: 170px;
	}
	
	.prod-text ul
	{
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
	
	.prod-text ul li
	{
	display: block;
	border-bottom: 1px solid #eee;
	margin: 0;
	padding: 5px 0;
	}






	ul.newslist
	{
	float: left;
	width: 270px;
	margin: 0 0 7px 10px;
	list-style-type: none;
	}
	
	ul.newslist li
	{
	border-bottom: 1px dashed #ccc;
	padding: 5px 0 0 0;
	}
	

	ul.newslist li h3
	{
	font: 12px arial;
	color: #0099CC;
	}
	
	ul.newslist li h3 a
	{
	font: 12px arial;
	color: #0099CC;
	}
	
	
	
		
	ul.bloglist
	{
	float: left;
	width: 270px;
	margin: 0 0 7px 10px;
	list-style-type: none;
	}
	
	ul.bloglist li
	{
	border-bottom: 1px dashed #ccc;
	padding: 5px 0 0 0;
	}
	

	ul.bloglist li h3
	{
	font: 12px arial;
	color: #0099CC;
	}
	
	ul.bloglist li h3 a
	{
	font: 12px arial;
	color: #0099CC;
	}
	
	
	
	
#main-container h1 
{
width: 890px;
background: url(../images/hbg.jpg) repeat-x top left;
float: left;
margin: 0 0 0 10px;
font: 18px "Trebuchet MS";
height: 25px;
color: #000;
padding: 6px 0 0 10px;
}



#rightcolumn
{
float: right;
width: 275px;
margin: 10px 8px 0 0;
border-left: 1px solid #EEE;
padding: 0 0 0 0px;
}

#rightcolumn.column
{
  padding-bottom: 20010px;
  margin-bottom: -20000px;  
}


#rightcolumn h2
{
font: 15px "Trebuchet MS";

margin: 0 0 5px 10px;
}

#rightcolumn h2 a
{
color: #C5A62C;
}





#content
{
width: 440px;
float: left;
margin: 10px 0 0 20px;
}


#content.fullwidth
{
width: 580px;
float: left;
margin: 10px 0 0 20px;
}

#content h2,
#content h2.emp
{
color: #333;
font: 16px "Trebuchet MS";
}

#content h2.emp
{
color: #996600;
font: 16px "Trebuchet MS";
}

#content h3
{
color: #333;
font: 12px "Trebuchet MS";
}

#content h3 a
{
color: #0066CC;
}

#content p
{
font: 12px arial;
line-height: 18px;
margin: 0 0 15px 0;
color: #666;
}

#content p a
{
color: #0066CC;
}


span.subheads
{
width: 100%;
font: 11px arial;
margin: 0 0 5px 0;
float: left;
}

span.return
{
width: 100px;
background: url(../images/return_arrow.gif) no-repeat top left;
padding: 0 0 0 20px;
float: right;
}

span.return a
{
color: #0066CC;
}

span.mouseover
{
color: #333;
font: 14px arial;
font-weight: bold;
text-align: center;
}



ul.contlist
{
list-style-type: square;
margin: 5px 0 10px 0;
padding: 0;
list-style-position: inside;
}

ul.contlist li
{
padding: 0 5px;
margin: 0;
padding: 0;
font: 12px arial;
color: #666;
}


ul.outside 
{
list-style-type: square;
list-style-position: inside;
/* list-style-position: outside; //doesn't work here! */
}

ul.outside li
{
padding: 2px;
margin: 10px;
font: 12px arial;
color: #666;
}

	


#leftcolumn
{
	width: 160px;
	float: left;
	margin: 10px 0 0 10px;
	border-right: 1px solid #EEE;
}

#leftcolumn.column
{
  padding-bottom: 20010px;
  margin-bottom: -20000px;  
}

#leftcolumn h2
{
font: 15px "Trebuchet MS";
margin: 0 0 5px 10px;	
}

#leftcolumn h2 a
{
color: #C5A62C;
}

ul.leftlinks
{
width: 130px;
list-style-type: none;
margin: 0px 0 0 10px;
padding: 0 0 0 0px;
float: left;
}

ul.leftlinks li.leftlinkhead
{
width: 130px;
background: url(../images/arrow1.jpg) no-repeat center left;
margin: 0px 0 0px 0;
padding: 0 0 0 13px;
float: left;
white-space: nowrap;
}

ul.leftlinks li.leftlinkhead a
{
color: #0066CC;
}


ul.leftlinks li
{
background: url(../images/arrow2.jpg) no-repeat center left;
display: block;
margin: 0 0 0 20px;
padding: 0 0 0 8px;
float: left;
line-height: 22px;

}

ul.leftlinks li a
{
color: #666;
}

ul.thridlevel
{
margin: 0 0 0 20px;
background: #99CC00;
}

	

	
	
	
/*  Footer [ START ]*/


#footer
{
width: 970px;
background: url(../images/footer-bg.jpg) no-repeat top left;
margin: 0 auto;
height: 80px;
}

#footer-left
{
width: 300px;
margin: 20px 0 0 10px;
float: left;
color: #003366;
}

#footer-right
{
width: 650px;
float: left; 
margin: 20px 0 0 0;
}

	#footer-right ul
	{
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: right;
	}

	#footer-right ul li
	{
	float: left;
	margin: 0;
	padding: 0 5px 0 5px;
	border-right: 1px solid #003366;
	}
	
	#footer-right ul li a
	{
	text-decoration: none;
	color: #003366;
	}
		




