


body {
	top:0;
	height:100%;
	width:100%;
	margin: 0 auto;
	background:#eeeeee url(http://www.technoseal.it/images/body.png) center repeat-y;
	padding:0;
	text-align:center; 
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.5em;
}

ul.menu {list-style:none; margin:0; padding:0}
ul.menu * {margin:0; padding:0}
ul.menu a {display:block; color:#000; text-decoration:none}
ul.menu li {position:relative; float:left; margin-right:2px}
ul.menu ul {position:absolute; top:26px; left:0; background:#d1d1d1; display:none; opacity: 0.9; filter: alpha(opacity=90); list-style:none}
ul.menu ul li {position:relative; border:1px solid #aaa; border-top:none; width:148px; margin:0}
ul.menu ul li a {display:block; padding:3px 7px 5px; background-color:#d1d1d1;}
ul.menu ul li a:hover {background-color:#c5c5c5}
ul.menu ul ul {left:148px; top:-1px}
ul.menu .menulink {border:1px solid #aaa; padding:3px 7px 3px 7px; 	font: 12px Arial,Verdana,Helvetica,sans-serif; font-weight:bold; background:url(images/header.gif); width:100px}
ul.menu .menulink:hover, ul.menu .menuhover{background-color:#de002a; color:#ffffff}
ul.menu .sub {background:#d1d1d1 url(images/arrow.gif) 136px 8px no-repeat}
ul.menu .topline {border-top:1px solid #aaa}

table {
	font: 12px Arial,Verdana,Helvetica,sans-serif;
}

a:link{ color: #CF7F18; }

a:visited{ color: #AD660C; }

a:hover, a:focus{ color: #FF9814;	text-decoration:none; }

p{	margin:1em 0; }

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p{	margin-top:-0.05em;}

h1, h2, h3, h4, h5, h6{ color: #9CA716; margin-bottom:0.5em; }

h1{ font-size:24px;}

h2{	font-size:20px;}

h3{	font-size:18px;}

h4{	font-size:16px;}

h5{	font-size:14px;}

h6{	font-size:12px;}





div#image{
	background-image: url(/images/diagonal.gif);
}

#top {
	display:block;
	position: inherit;
	padding:0;
	width:840px;
	height:680px;
	background:#fff;
	margin: 5 auto;
	border:solid #E69623;
	border-width:0px 0 0px 0;
}
#bottom {
	display:block;
	position: inherit;
	padding:0;
	width:840px;
	height:20px;
	background:#fff;
	margin: 0 auto;
	border:solid #E69623;
	border-width:0px 0 0px 0;
}
#container {
	display:block;
	position: inherit;
	padding:0;
	width:840px;
	height:*;
	background:#fff;
	margin: 0 auto;
	border:solid #E69623;
	border-width:0px 0 0px 0;
}
#left_box_outer {
	display:block;
	position: inherit;
	padding:0;
	width:222px;
	height:700px;
	background-image: url(/images/diagonal.gif);
	margin: 0 auto;
	border:solid #333333;
	border-width:0px 0 0px 0;
}
#left_box {
	display:block;
	position: inherit;
	padding:0;
	width:220px;
	height:*;
	background:#fff;
	margin: 0 auto;
	border:solid #eeeeee;
	border-width:1px 1 1px 1;
}
#text_box_red {
	display:block;
	position: inherit;
	padding:0;
	width:100%;
	height:30;
	background:#e81d1d;
	margin: 5 0;
	border:solid #eeeeee;
	border-width:0px 0 0px 0;
}
#box {
	display:block;
	position: inherit;
	padding:0;
	width:840px;
	height:*;
	background:#fff;
	margin: 0 auto;
	border:solid #E69623;
	border-width:0px 0 0px 0;
}


#slider{}	
#slider ul, #slider li, #slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li, #slider2 li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:600px;
	height:400px;
	overflow:hidden; 
	}	
	
p#controls, p#controls2{
	margin:0;
	position:relative;
	} 

#prevBtn, #nextBtn, #prevBtn2, #nextBtn2{ 
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;		
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:-160px;
	}	
#nextBtn, #nextBtn2{ 
	left:696px;
	}														
#prevBtn a, #nextBtn a, #prevBtn2 a, #nextBtn2 a{  
	display:block;
	width:30px;
	height:77px;
	background:url(images/btn_prev.gif) no-repeat 0 0;	
	}	
#nextBtn a, #nextBtn2 a{ 
	background:url(images/btn_next.gif) no-repeat 0 0;	
	}
			
			.boxgrid{ 
				position: absolute; 
				width: 155px; 
				height: 155px; 
				margin:5px; 
				float:left; 
				background:#161613; 
				border: solid 0px #8399AF; 
				overflow: hidden; 
				position: relative; 
			}
				.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
				}
				.boxgrid p{ 
					padding: 0px 15px; 
					color:#afafaf; 
					font-weight:bold; 
					font:10pt "Lucida Grande", Arial, sans-serif; 
				}
				
			.boxcaption{ 
				float: left; 
				position: inherit; 
				background: #000; 
				height: 70px; 
				width: 100%; 
				opacity: .8; 
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 			}
 				.captionfull .boxcaption {
 					top: 225;
 					left: 0;
 				}
 				.caption .boxcaption {
 					top: 45;
 					left: 0;
 				}
				
			h3 a{}


