body
{
	behavior:url("site/capritech/templates/common/csshover.htc");
}

#navigation {
	width: 948px;
	height: 40px;
	margin-top: 0px;
	margin-bottom: 0;
	background: url(../grfx/navigation.jpg) no-repeat;
	background-position: 40px 0;
	margin-left: -40px;
}

* html #navigation {
	width: 948px;
	margin-left: 0px;
	margin-top: 0;
	background: url(../grfx/navigation.jpg) no-repeat;
	background-position: 0px 0px;
}

#navigation ul {
	width: 948px;
	height: 40px;
	margin-top: 0;	
	padding: 0;

}

*:first-child+html #navigation {
	margin-left: 0;


}

#navigation li {

	list-style: none;
	margin: 0;
	padding: 0;
	height:40px;
	float:left;
}

#navigation li a {

	height: 40px;
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	


}
#navigation li a span {

	display: none;


}



/*_______________SUBMENU 2__________*/

#submenu_div {
	height: 25px;
}

#navigation li ul {
	display: block;
	visibility: hidden;
	position: absolute;
	height: 30px;
	margin-left: -75px;
	width: 950px;
}

#navigation li ul li {
	height: 20px;
	background-color: #fff;
	padding-top: 3px;
}

	* html #navigation li ul {
		padding-top: 0;
	}
	
	* html #navigation li ul li {
		margin-bottom: -20px;
	}

#navigation li ul li a {
	background-image: none !important;
	width: auto !important;
	padding: 0 7px 0 3px;
	float: left;
	display: block;
	text-transform: uppercase;
	color: #015c9a;	
	text-decoration: none;
	font-size: 12px;
	height: 30px;
}

	#navigation li ul li a:hover {
		color: #015c9a;	
	}

#navigation li:hover ul{
	visibility: visible;
	z-index: 100;
}



#sub_support {
	width: 600px !important;
}

#sub_news {
	width: 700px !important;
}

#sub_products {
	width: 900px !important;
}

#sub_service {
	width: 550px !important;
}

/*----------------------------HOVER-------------------------------------*/


#navigation li#home a {

	background: url(../grfx/navigation.jpg) 0px 0px no-repeat;
	width: 121px;


}



#navigation li#home a:hover {

	background: url(../grfx/navigation.jpg) 0px -40px no-repeat;

}



#navigation li#home a.active {

	background: url(../grfx/navigation.jpg) 0px -40px no-repeat;

}

#navigation li#products a {

	background: url(../grfx/navigation.jpg) -121px 0px no-repeat;
	width: 95px;

}



#navigation li#products a:hover {

	background: url(../grfx/navigation.jpg) -121px -40px no-repeat;

}



#navigation li#products a.active {

	background: url(../grfx/navigation.jpg) -121px -40px no-repeat;

}

#navigation li#brands a {

	background: url(../grfx/navigation.jpg) -216px 0px no-repeat;
	width: 82px;

}



#navigation li#brands a:hover {

	background: url(../grfx/navigation.jpg) -216px -40px no-repeat;

}



#navigation li#brands a.active {

	background: url(../grfx/navigation.jpg) -216px -40px no-repeat;

}

#navigation li#news a {

	background: url(../grfx/navigation.jpg) -298px 0px no-repeat;
	width: 68px;

}



#navigation li#news a:hover {

	background: url(../grfx/navigation.jpg) -298px -40px no-repeat;

}



#navigation li#news a.active {

	background: url(../grfx/navigation.jpg) -298px -40px no-repeat;

}

#navigation li#supportnav a {

	background: url(../grfx/navigation.jpg) -366px 0px no-repeat;
	width: 91px;
}



#navigation li#supportnav a:hover {

	background: url(../grfx/navigation.jpg) -366px -40px no-repeat;
	
}



#navigation li#supportnav a.active {

	background: url(../grfx/navigation.jpg) -366px -40px no-repeat;

}


#navigation li#service a {

	background: url(../grfx/navigation.jpg) -457px 0px no-repeat;
	width: 85px;

}



#navigation li#service a:hover {

	background: url(../grfx/navigation.jpg) -457px -40px no-repeat;

}



#navigation li#service a.active {

	background: url(../grfx/navigation.jpg) -457px -40px no-repeat;

}


#navigation li#about a {

	background: url(../grfx/navigation.jpg) -542px 0px no-repeat;
	width: 97px;

}



#navigation li#about a:hover {

	background: url(../grfx/navigation.jpg) -542px -40px no-repeat;

}



#navigation li#about a.active {

	background: url(../grfx/navigation.jpg) -542px -40px no-repeat;

}

#navigation li#contact a {

	background: url(../grfx/navigation.jpg) -639px 0px no-repeat;
	width: 96px;

}



#navigation li#contact a:hover {

	background: url(../grfx/navigation.jpg) -639px -40px no-repeat;

}



#navigation li#contact a.active {

	background: url(../grfx/navigation.jpg) -639px -40px no-repeat;

}


/*_______________More Buttons__________________*/

.more a {

clear: both;
display: block;
margin-left: auto;
margin-right: auto;
width: 56px;
height: 28px;
background: url(../grfx/more.jpg) 0 0px no-repeat;
text-decoration: none;
z-index: 20;
position: relative;
margin-top: 4px;

}

.more a span {
	display: none;
}

.more a:hover { 
background-position: 0px -28px;

}

.add_cart a {

clear: both;
display: block;
margin-left: auto;
margin-right: auto;
width: 109px;
height: 51px;
background: url(../grfx/detail/add_cart_big.jpg) 0 0px no-repeat;
text-decoration: none;
z-index: 20;
position: relative;
margin-top: 4px;

}

.add_cart a span {
	display: none;
}

.add_cart a:hover { 
background-position: 0px -51px;

}



