@charset "utf-8";
/* CSS Document */

/* classes */
html, body{
	background:url(../common/bgr.png) repeat-x;
	background-color:#feebfa;
}

#center{
	width:1010px;
	margin: 0 auto;
	font: normal 12px Verdana, Arial, Geneva, sans-serif;
	color:#054697;
}

#container{
	width: 1010px;
	float:left;
}

#left{
	width: 275px;
	float:left;
	margin-right:10px;
}
#left img{
	float:left;
}

a.blue:link, a.blue:visited{
	text-decoration:none;
	line-height:2;
	width: 275px;
	height:25px;
	display:block;
	float:left;
	background-color:#3d79c2;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	border-bottom:2px solid #FFF;
}
a.blue:hover, a.blue:active{
	text-decoration:none;
	line-height:2;
	width: 275px;
	height:25px;
	display:block;
	float:left;
	background-color:#c23d3a;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	border-bottom:2px solid #FFF;
}

a.grey:link, a.grey:visited{
	text-decoration:none;
	line-height:2;
	width: 275px;
	height:25px;
	display:block;
	float:left;
	font-size:12px;
	font-weight:bold;
	border-bottom:2px solid #FFF;
	color:#054697;
	background-color:#cbc6b3;
}
a.grey:hover, a.grey:active{
	text-decoration:none;
	line-height:2;
	width: 275px;
	height:25px;
	display:block;
	float:left;
	font-size:12px;
	font-weight:bold;
	border-bottom:2px solid #FFF;
	color:#054697;
	background-color:#c23d3a;
}

#right{
	width: 725px;
	float:left;
}

#iso{
	margin-top:10px;
}
#content{
	float:left;
	display:inline;
	margin:10px 0 0 10px;
	width:715px;
}

.slider-wrapper{
	float:left;
	width: 725px;
	height:215px;
	text-align:center;
	overflow:hidden;
}
h1{
	font-size:16px;
	font-weight:bold;
}
h2{
	font-size:14px;
	font-weight:bold;
	margin-bottom:15px;
}
p{
	text-align:justify;
	margin-bottom:7px;
}

#spacing{
	float:left;
	width: 275px;
	height:50px;
	display:block;
}

#bottom{
	float:left;
	width: 275px;
	margin-top:50px;
	text-align:center;
	line-height:1.25;
}

ul{
	float:left;
	width:300px;
	line-height:2.5;
}
li{
	padding-left:10px;
	list-style:inside;
}

img.destra{
	float:left;
	margin-left:10px;
	margin-bottom:25px;
	display:inline;
	width: 400px;
}

#top{
	float:left;
	width:1000px;
	padding: 5px 0 5px 0;
	text-align:right;
	display:block;
}

#center_img{
	float:left;
	width:725px;
	text-align:center;
}

.img_space{
	margin-top:40px;
}

input.i1{
	float:left;
	width:150px;
	height:25px;
	border:1px solid #333;
}
label{
	float:left;
	width:250px;
}
div.row{
	float:left;
	width:725px;
	margin-bottom:15px;
}

table{
	float:left;
	margin-bottom:25px;
}

td{
	text-align:center;
	height:20px;
	overflow:visible;
	border:1px solid #333;
	font-size:10px;
	padding:5px 2px 5px 2px;
}

select{
	float:left;
	width:250px;
	height:25px;
	border:1px solid #333;
	font-size:10px;
}

textarea{
	float:left;
	width:400px;
	height:75px;
}

.ul1{
	float:left;
	width:725px;
	line-height:2.5;
}

td.td1{
	border:none;
	padding:3px;
	vertical-align:middle;
}

td.td1 img{
	max-width:197px;
}