﻿

#header
{	
	background: white;
	position: relative;	
	width: 990px;
	height: 108px;
	background-image: url( 'images/nav_header.png' );
	background-repeat: no-repeat;	
	color: #000000;
	z-index:10000;
	margin: auto;
}

.navButton
{
	margin-top:18px;
	float:left;
	width: 72px;
	height: 90px;	
	text-decoration: none;
	background-repeat: no-repeat;
	clip: rect(74px, auto, auto, 90px);
	outline: none;
}


#navHome
{
	margin-left:450px;
	background: url( 'images/nav_home.png' );	
}
#navHome:hover {
	background-position: bottom right;
}
#navHomeSelected 
{	background-position: bottom right;
	margin-left:450px;
	background-image: url(  'images/nav_home.png' );
}		

#navProducts
{
	background: url(  'images/nav_products.png' );
	margin-left:30px;
}
#navProducts:hover {
	background-position: bottom right;
}
#navProductsSelected
{
	background-position: bottom right;
	margin-left:30px;
	background-image: url(  'images/nav_products.png' );
}

#navSupport
{		
	background-image: url(  'images/nav_support.png' );
	margin-left:30px;
}
#navSupport:hover {
	background-position: bottom right;
}
#navSupportSelected
{		
	background-position: bottom right;
	background-image: url(  'images/nav_support.png' );
	margin-left:30px;
}

#navCompany
{	
	background-image: url(  'images/nav_company.png' );
	margin-left:30px;
}
#navCompany:hover {
	background-position: bottom right;
}
#navCompanySelected
{	
	background-position: bottom right;
	background-image: url(  'images/nav_company.png' );
	margin-left:30px;
}

#navContact
{	
	background-image: url(  'images/nav_contact.png' );
	margin-left:30px;
}
#navContact:hover {
	background-position: bottom right;
}
#navContactSelected
{	
	background-position: bottom right;
	background-image: url(  'images/nav_contact.png' );
	margin-left:30px;
}

/* Footer Begin */
#footerHome
{
	float:left;
	clear: both;	
	position: relative;

	width: 960px;
	margin-left: 12px;
	margin-right: auto;
	margin-top: 100px;
	font-size: 11px;
	color: #0d9ad8;
	border-top: solid #C0C0C0;
	border-top-width: thin;
	
	
}
#footerInside
{
	float: left;
	clear: both;
	padding: 10px;
	width: 930px;
	margin-left: 20px;
	margin-right: auto;
	margin-top: 100px;
	font-size: 11px;
	color: #0d9ad8;
	border-top: solid #e5e5e5;
	border-top-width: thin;
	border-top-color: #C0C0C0;
}

.footerLeft
{
	float:left;
	width:50%;
}
.footerRight
{
	float:right;		
}

#footercopyright
{
	
	color: Gray;	
}

.footerLinkImage
{
	outline: none;
}
#footerHome li { display: inline; list-style-type: none; margin-right:10px; outline: none;}
#footerHome li a:link { color: #0d9ad8; text-decoration: none; outline: none;}
#footerHome li a:hover { color: #e24c0e; text-decoration: none; outline: none;}
#footerHome li a:visited { 	color: #0d9ad8; text-decoration: none; outline: none;}

#footerInside li { display: inline; list-style-type: none; margin-right:10px;}
#footerInside li a:link { color: #0d9ad8; text-decoration: none;}
#footerInside li a:hover { color: #e24c0e; text-decoration: none;}
#footerInside li a:visited { 	color: #0d9ad8; text-decoration: none; }


/* Footer End */
