/* CSS Document */
body {
	background-color:#FFFFFF;
	padding:0px;
	text-align:center; /* centering hack for IE5, text-align inherits so make sure to change in your first content box */
}

* {margin:0; padding:0;}

/*----  Sitewide Styling  ----*/
#MainTable {
	width: 970px;
/*	height: 740px; */
	margin:0px auto; /* centers table */
	margin-top: 20px;
	text-align:left;/* correction for IE5 centering hack */
}

.logo a img {
	padding: 0px;
	border: none;
	float:left;
}

#top_links {
	position: absolute;
	top: 30px;
	margin-left: 285px;
	color: #003399;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

#top_links a {
	padding: 0px 5px 0px 0px;
	color: #003398;
	text-decoration: none;
}

#top_links a:hover {
	text-decoration:underline;
}
	
.hort_line {
	background-color: #003398;
	height: 5px;
	width: auto;
	font-size: 1px;
	margin-left: 8px;
}

.left_spacer {
	width: 8px;
}

/***** MAIN MENU  *******/
	/*--http://www.pronetadvertising.com/  uses 1 image that contains all tabs and css to position the image to show only certain parts of it to give the illusion of rollovers --*/

#mainmenu {
list-style-type: none;
display: block;
padding: 0;
margin: 0 auto;
text-align: left;
list-style: none;
width: 677px;
height: 38px;
background-image: url(../images/navTabs.jpg);
position: absolute;
top: 52px;
margin-left: 3px;
}

#mainmenu li {
display: block;
position: absolute;
top: 0px;
height: 38px;
width: 168px;
padding: 0;
margin: 0;
}

#mainmenu li a {
display: block;
padding: 38px 0 0 0;
height: 38px;
overflow: hidden;
voice-family: "\"}\"";
voice-family:inherit;
height:0;
}

#mainmenu li#nav_home      { left: 0px;  }
#mainmenu li#nav_about     { left: 168px; }
#mainmenu li#nav_products  { left: 338px; }
#mainmenu li#nav_services { left: 508px; }
	
	/*-- <p> inside the li tag will make the tab grey to mark it as the current/active page --*/
#mainmenu li#nav_home       a:hover { background: transparent url(../images/navTabs.jpg) -0px   -38px no-repeat; }
	#mainmenu li#nav_home  p     a { background: transparent url(../images/navTabs.jpg) -0px   -38px no-repeat; }
#mainmenu li#nav_about      a:hover { background: transparent url(../images/navTabs.jpg) -168px  -38px no-repeat; }
	#mainmenu li#nav_about   p   a { background: transparent url(../images/navTabs.jpg) -168px  -38px no-repeat; }
#mainmenu li#nav_products  a:hover { background: transparent url(../images/navTabs.jpg) -338px -38px no-repeat; }
	#mainmenu li#nav_products p a { background: transparent url(../images/navTabs.jpg) -338px -38px no-repeat; }
#mainmenu li#nav_services  a:hover { background: transparent url(../images/navTabs.jpg) -508px -38px no-repeat; }
	#mainmenu li#nav_services  p a { background: transparent url(../images/navTabs.jpg) -508px -38px no-repeat; }


/*---- Left Panel ----*/
#leftPanel {
	background-image: url(/images/left_panel_bg.jpg);
	background-repeat: repeat-x;
	height: 190px;
	*height: 200px;
	background-color: #FAFAFA;
}

/*---- Search box ----*/
form.search {
	padding-left: 10px;
	width: 260px;
	height:30px;
	margin-top: 10px;
}

label {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#003399;
	line-height:normal;
	display:block;
	text-align:right;
	float:left;
	margin-top:6px;
	margin-right: 4px;
}

input.searchInput {
	border: 0px;
	background-color:#FFFFFF;
	width:160px;
	padding: 4px 2px;
}

input.searchButton {
	width: 19px;
	height: 19px;
	background-repeat:no-repeat;
	padding-top: 0px;
}

/*---- Left Navigation ----*/
.leftNav {
	background-image: url(../images/left_nav_bg.jpg);
	background-repeat:repeat-x;
	margin: 17px 0px 0px 10px;
	padding: 0px;
	border: 0px solid #000;
}

.leftNav ul {
	margin: 0px;
	padding: 0px;
}

.leftNav li {
	list-style: none;
	margin: 0px;
}

.leftNav li a {
	background-image: url(../images/button.gif);
	background-repeat:no-repeat;
	background-position:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#003399;
	text-decoration:none;
	padding: 7px 20px 6px 20px;
	margin-left:2px;
	width: 210px;
	display: block;
}

.leftNav li a:hover {
	background-image: url(../images/button_hover.gif);
	color: #FFF;
	text-decoration: none;
}


/*---- Footer Styling ----*/
.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#666666;
}

.footer h1 {
	color: #003399;
	font-size:9px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	line-height:1em;
}

.footer p {
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#666666;
}

.footer p a {
	text-decoration: underline;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	display: inline;
	float: none;
}

.footer p a:hover {
	color:#000;
}

.footer a {
	text-decoration: none;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	padding: 1px 1px 10px 1px;
	display: block;
	float:right;
}

.footer a:hover {
	color: #000;
}

.cazarin {
	float: left;
	margin-top: 5px;
}

.footerLinks {
	float: left;
	text-align: right;
}

