@charset "utf-8";
/************************ GENERAL ********************************/
/*****************************************************************/

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666;
	background-color:#F0F0F1;
}
#wrap{
	float:none;
	width:960px;
	margin:0 auto;
}
#home_menu{
	background-image:url('../images/bg1.png');
	background-repeat:repeat-x;
}
#home_menu ul li{
	width:100%;
	list-style-type:none;
	display:inline;	
}
#home_menu ul {
	height:30px;
}
#home_menu ul li a{
	color:#fff;
	font-weight:bold;
	margin:7px 10px 0 0;
	text-decoration:none;
	float:right;
}
#home_menu ul li a:hover{
	text-decoration:underline;
}



#main {
	background-image:url('../images/home_bg.jpg');
	background-repeat:no-repeat;
	height:650px;
}
#logo {
	margin-left:227px;
	padding-top:30px;
}
table {
	width:960px;
	margin-top:90px;
}
	
table td {	
	background: #2759A7; /* Old browsers */
	background: -moz-linear-gradient(top,  #2759A7 0%, #000027 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2759A7), color-stop(100%,#000027)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2759A7 0%,#000027 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2759A7 0%,#000027 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2759A7 0%,#000027 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2759A7 0%,#000027 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2759A7', endColorstr='#000027',GradientType=0 ); /* IE6-9 */

	opacity:0.8;
	height:130px;
	width:130px;
	float:left;
	margin:10px;
	text-align:center;
	padding:30px;
}
table td a{
	color:#fff;
	font-size:16px;
	text-decoration:none;
}
table td a:hover{
	text-decoration:underline;
}
#footer {
	background-color:#F0F0F1;
	width:210px;
	margin:0 auto;
	padding-bottom:50px;
}
#footer p, #footer a {
	font-size:9px;
	color:#666;
	padding-top:15px;
	margin:0 auto;
	text-align:center;
}
#footer img{
 margin:0 auto;

	}
/*********************************************/
/* GALLERY */

#gallery {
	width:960px;
	overflow: none;
}
.top {
	margin-top:98px;
	margin-bottom:50px;
}
#gallery img {
	margin-left:20px;
	margin-right:25px;
	float:left; 
	display:inline;
}
#gallery img:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);	
	opacity:0.75;
}
#gallery a.right img {
	float:right;
	margin-right:0px !important;
}

