html {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	background: #c8d8e8 url(body_back_grad.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	font-weight: normal;
}
#wrapper
{
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 970px;
	background: none;
	border: 0px;
}
#header{
	width: 970px;
	background: none;
	margin: 0px;
	border: 0px;
	padding: 0px;
}

#content{
	margin: 0px;
	padding: 10px;
	width: 950px;
	background: #ddd;
	float: left;
	background-repeat: repeat-x;
	background-position: bottom;
}
#footer{
	margin: 0px;
	text-align:center;
	background: #fff;
	width: auto;
	clear: both;
	border-top: 3px solid #2a4173;
	padding: 5px;
}

.lcol
{
	position: relative;
	display: inline;
	float: left;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	border: none;
	width:785px;
	background: none;
}

.rcol
{
	position: relative;
	display: inline;
	float: left;
	background: none;
	margin: 10px 0px 0px 10px;
	border: none;
	padding: 0px;
	width: 155px;
}

.wcol
{
	position: relative;
	display: inline;
	float: left;
	background: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border: none;
	width:948px;
}

.breadcrumb
{
	position: relative;
	display: inline-block;
	background: #efefef;
	width: auto;
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #ddd;
	clear:both;
}

hr {
	color: #ccc;
}
p{
	margin: 10px;
}
.clearmed{
	height: 10px;
}
.clear{
	height: 0px;
}


h1 {
	font-size: 1.2em;
	line-height: 31px;
	margin: 0px;
	font-weight: bold;
}
h2 {
	background: #dddddd url(t_med.gif) repeat-x;
	margin: 0px;
	color: #fff;
	width: auto;
	padding-left: 10px;
	line-height: 31px;
	font-size: 0.9em;
}
h3 {
	background: #dddddd url(t_light.jpg) repeat-x;
	margin: 0px;
	color: #000;
	padding-left: 10px;
	line-height: 22px;
	font-size: 0.9em;
	font-weight: normal;
}



/*---------------------rounded borders---------------------*/

.hc {
	background: #ffffff url(hc.gif) repeat-x;
	color: #FFFFFF;
	line-height: 31px;
}
.htl {
	background: url(htl.gif) 0 0 no-repeat;
}
.htr {
	background: url(htr.gif) 100% 0 no-repeat;
	padding-left: 10px;
}

.fc{
	background: #ffffff;
}
.fbl {
	background: url(bl.gif) 0 100% no-repeat;
}
.fbr {
	background: url(br.gif) 100% 100% no-repeat;
	padding: 10px;
}

/*-----------------end rounded borders---------------------*/

/*---------------------forms----------------------*/
input
{
	font-family: Arial;
}
select
{
	
}
.formbutton{
	cursor:pointer;
	border:1px solid #aaaaaa;
	background-image: url(vistabutton.jpg);
	color: #fff;
	height: 25px;
}
fieldset{
	padding: 5px;
	border: 1px dotted #aaaaaa;
}
legend{
	background: #CCCCCC url(vistabutton.jpg);
	color: #fff;
	width: auto;
	padding: 5px;
	line-height: 12px;
	border: 1px solid #aaaaaa;
}
/*--------------------------end forms-------------------------------------------------*/

/*--------------------------tables-----------------------------*/

table{
	font-family: Arial;
}

.datatable {
	font-family: Arial;
	empty-cells: hide;
	border-collapse:collapse;
	background: #fff;
}
.data {
	padding:3px;
	empty-cells:show;
	border: 1px solid #cccccc;
}
.datahead {
	background-image: url(vistabutton.jpg);
	color: #fff;
	line-height: 16px;
	empty-cells:show;
	border: 1px solid #ccc;
	padding: 3px;
	text-align: left;
	font-weight: normal;
}

/*-----------------------------end data tables---------------------------------------------------*/


/*-------------------------------------------MENU-----------------------------------------*/

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/drop_examples.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* commom style for all browsers */
.menucontainer {
text-align:center;
background:#eee url(menu_cont.gif); /*overall background*/
border-top:1px solid #fff;
border-bottom:1px solid #fff;
height:30px;/*overall height*/
margin: 0px; /* for this demo only */
}
.menu {
font-size: 12px;
border: 0px;
text-align:left;
position:relative;
background:transparent;
width:600px;
height:30px;
margin:0px auto;
z-index: 1000;/*to raise over other elements*/
}
.menu ul {
padding:0px;
margin:0px;
list-style-type: none;
}
.menu ul li {
float:left;
position:relative;
}
.menu ul li.home {background:transparent url(menuhome.gif);}
.menu ul li.products {background:transparent url(menuproducts.gif);}
.menu ul li.services {background:transparent url(menuservices.gif);}
.menu ul li.contact {background:transparent url(menucontact.gif);}
.menu ul li.info {background:transparent url(menuinfo.gif);}
.menu ul li.graphics {background:transparent url(menugraphics.gif);}

.menu ul li.menusubblank {background:transparent url(menusubblank.gif) no-repeat;}
.menu ul li.menusub {background:transparent url(menusub.gif) no-repeat;}

.menu ul li.subsubl {background:#eee url(next.gif) no-repeat top left;}

.menu ul li a, .menu ul li a:visited {
display:block;
text-decoration:none;
width:70px;
height:30px;
color:#fff;
padding-left:30px;
line-height:29px;
}
* html .menu ul li a, .menu ul li a:visited {
width:100px;
w\idth:70px;
}

.menu ul li ul {
visibility:hidden;
position:absolute;
top:0;
left:0;
height:0;
overflow:hidden;
}
.menu table {
margin:-1px;
border-collapse:collapse;
font-size:1em;
}

/* fist line style for IE7 and non-IE browsers and the second line for IE5.5 and IE6 */
.menu ul li:hover a,
.menu ul li a:hover {
color:#fff;
text-decoration:underline;
border:0;
}
.menu ul li:hover ul,
.menu ul li a:hover ul {
visibility:visible;
width:170px;
height:auto;
position:absolute;
top:30px;
left:-1px;
background:#fff;
border:1px solid #2a4173;/*entire drop down border 1st level*/
overflow:visible;
}
.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
display:block;
background:transparent;
text-decoration:none;
color: #2a4173;
height:auto;
line-height:1.5em;
padding:5px 10px 5px 35px;
width:170px;
w\idth:125px;
}
.menu ul li:hover ul li a.drop,
.menu ul li a:hover ul li a.drop {
display:block;
color:#000;
height:auto;
line-height:1.5em;
padding:5px 10px 5px 35px;
width:170px;
w\idth:125px;
}
.menu ul li:hover ul li ul,
.menu ul li a:hover ul li a ul {
visibility:hidden;
position:absolute;
top:0;
left:0;
height:0;
overflow:hidden;
}
.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover {
color: #2a4173;
text-decoration:underline;
}
.menu ul li:hover ul li:hover ul,
.menu ul li a:hover ul li a:hover ul {
visibility:visible;
position:absolute;
top:0;
color:#000;
left:170px; /*position of 2nd level menu*/
height:auto;
border-top:1px solid #6b0c0b;/*entire drop down border 2nd level*/
}

* html .menu ul li a:hover ul li a:hover ul li a {
padding:4px 10px 4px 35px; /*padding for 2nd level menu*/
}
/*hover value of sub menus*/
.menu ul li:hover ul li:hover ul li:hover a, .menu ul li a:hover ul li a:hover ul li a:hover {
color: #2a4173;
text-decoration:underline;
}



/*-------------------------------------------END MENU-----------------------------------------*/



/*-----------------thumbnail image library----------------*/

div.img /* div border */
  {
	margin: 2px;
	border: 1px solid #aaaaaa;
	background-color: #fff;
	height: 150px;
	width: 125px;
	float: left;
	text-align: center;
  }
div.img img /*image itself*/
  {
  max-height:90px;
  height: expression(this.height > 90 ? 90: true); /*IE6 fix*/
  max-width:115px;
  width: expression(this.width > 115 ? 115: true); /*IE6 fix*/
  margin: 5px;
  border: 1px solid #fff;
  }
div.img a:hover img
  {
  border: 1px solid #2a4173;
  }
div.desc /*description*/
  {
	color: #000;
	border-top: 1px dotted #aaaaaa;
	font-size: 11px;
	line-height: 11px;
	text-align: center;
	padding: 5px;
	margin: 0px;
	vertical-align: bottom;
	text-overflow: hidden;
  }

/*-----------end thumbnail image library----------------*/






