

/*
	Page style
*/
body { 
	font:normal 62.5%/1.5 Helvetica, Arial, sans-serif;
	letter-spacing:0;
	color:#434343;
	position:relative;
}

#box_container {
	width:900px;
	padding:10px 10px 0 10px;
	margin:47px auto 0;
	position:relative;
	z-index:0;
}

#products_example {
	width:920px;
	height:520px;
	position:relative;
}

/*
	Slideshow
*/

#products {
	margin-left:28px;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

#products .slides_container {
	width:810px;
	overflow:hidden;
	float:left;
	position:relative;
	/*border:15px solid #000;*/
	display:none;
	background-color:#c6c6c9;
	padding: 15px;
	background:url(../img/40per.png);
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container .slide {
	width:810px;
	height:410px;
	display:block;
}

.slides_container .slidebody {
	float: left;
	margin: 10px 0 0 360px;
	width: 410px;
}

.slides_container .slidebody h1 {
	font-size: 30px;
	color: #cc0f18;
}

.slides_container .slidebody h2 {
	font-family: "HelvNBC";
	font-size: 20px;
	font-weight: 400;
	color: #000;
	margin: 35px 0 0;
}

.slides_container .slidebody h3 {
	font-family: "HelvNBC";
	font-size: 20px;
	font-weight: 400;
	color: #000;
}

.slides_container .slidebody h4 {
	font-family: "HelvNMC";
	font-size: 14px;
	font-weight: 400;
	color: #181818;
	margin: 0px 0 10px;
	padding: 2px;
}

.slides_container .slidebody p {
	font-size: 12px;
	line-height: 140%;
	color: #343434;
	text-transform: lowercase;
	margin: 10px 0 0 5px;
}

/*
	Next/prev buttons
*/

#products .next,#products .prev {
	position:absolute;
	top:185px;
	left:0;
	width:24px;
	height:0px;
	padding-top:43px;
	overflow:hidden;
	display:block;
	z-index:101;
}

#products .prev {
	background:url(../img/defence/arrow-prev2.png);
	left: 5px;
}

#products .next {
	left:868px;
	background:url(../img/defence/arrow-next2.png);
}

/*
	Pagination
*/

#products .pagination {
	background:url(../img/40per.png);
	width:820px;
	padding:0px 10px 20px ;
	float:left;
	margin-left:0px;
	overflow:hidden;
}

#products .pagination li {
	float:left;
	margin:2px 4px;
	list-style:none;
}

#products .pagination li a {
	display:inline;
	width:120px;
	height:70px;
	margin:1px;
	float:left;
	background:#f9f9f9;
	opacity:0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; 
	filter: alpha(opacity=50);					
}

#products .pagination li a:hover {
	opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

#products .pagination li.current a {
	border:2px solid #fff;
	margin:0;
	opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

#products .pagination li.current {
	opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}


/*
	Anchors
*/

a:link,a:visited {
	color:#cc0f18;
	text-decoration:none;
}

a:hover, a:active{
	color:#fff;
	text-decoration:none;
}

.slide .link_more a {
	font:11px Helvetica, Arial, verdana, sans-serif;
	color: #cc0f18;
	margin: 10px;
	position: absolute;
	bottom: 50px;
	right: 30px;
}

.slide .link_more a:hover {
	color: #b0b0b0;
}


/*SUBMENU*/
#products_menu {
	padding: 10px 0 20px 20px;
	display: inline-block;
	float: left;
	width: 880px;
}
#products_menu li {
	display: block;
	list-style: none;
	padding: 0 0px;
	float: left;
	width: 176px;
	height: 158px;
	display: inline-block;
}

/* important to have this one */
#products_menu li a:link, #products_menu li a:visited {
	display: block;
	height: 158px;
}
#products_menu li.subone a {
	background: url(../img/defence/defence_submenu_D210.png);
	height: 158x;
}
#products_menu li.subone a:hover {
	background-position: 0 -158px;
}
#products_menu li.subone .current {
	background-position: 0 -158px;
}

 
#products_menu li.subtwo a {
	background: url(../img/defence/defence_submenu_D260.png);
	height: 158px;
}
#products_menu li.subtwo a:hover {
	background-position: 0 -158px;
}
#products_menu li.subtwo .current {
	background-position: 0 -158px;
}

#products_menu li.subthree a {
	background: url(../img/defence/defence_submenu_D300.png);
	height: 158px;
}
#products_menu li.subthree a:hover {
	background-position: 0 -158px;
}
#products_menu li.subthree .current {
	background-position: 0 -158px;
}

#products_menu li.subfour a {
	background: url(../img/defence/defence_submenu_launcher.png);
	height: 158px;
}
#products_menu li.subfour a:hover {
	background-position: 0 -158px;
}
#products_menu li.subfour .current {
	background-position: 0 -158px;
}

#products_menu li.subfive a {
	background: url(../img/defence/defence_submenu_radar.png);
	height: 158px;
}
#products_menu li.subfive a:hover {
	background-position: 0 -158px;
}
#products_menu li.subfive .current {
	background-position: 0 -158px;
}
