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


@font-face {
    font-family: 'BergamoCapsRegular';
    src: url('font/BergamoPro-Regular-webfont.eot');
    src: url('font/BergamoPro-Regular-webfont.eot?iefix') format('eot'),
         url('font/BergamoPro-Regular-webfont.woff') format('woff'),
         url('font/BergamoPro-Regular-webfont.ttf') format('truetype'),
         url('font/BergamoPro-Regular-webfont.svg#webfontnO17YiW0') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'BergamoProItalic';
    src: url('font/BergamoPro-Italic-webfont.eot');
    src: url('font/BergamoPro-Italic-webfont.eot?iefix') format('eot'),
         url('font/BergamoPro-Italic-webfont.woff') format('woff'),
         url('font/BergamoPro-Italic-webfont.ttf') format('truetype'),
         url('font/BergamoPro-Italic-webfont.svg#webfontYqcjqXLA') format('svg');
    font-weight: normal;
    font-style: normal;

}


body{	background:#FFF; font-family: 'BergamoCapsRegular'; font-size:13px;	color:#666; margin: 0px;}

p{ 	line-height:1.5em;	}

h1{ font-size:18px; color: #201F1F; font-family: 'BergamoProItalic';}
h2{ font-size:16px; padding:0 0 5px 0; color: #201F1F; font-family: 'BergamoCapsRegular';}
h3{ font-size:14px;  padding:10px 0 5px 0; color: #201F1F; font-family: 'BergamoCapsRegular';}
h4{ font-size:13px;
	font-weight:bold;
}

hr { color:#999999;size:1px;}

.wrapper{
	width:720px;
	height:auto;
	margin:0  auto;
}

.header {
	margin:0 auto;
	text-align: center;
	padding: 50px 0 50px 0;
	position: relative;
}

.sileshow{
	margin:0 auto;
}
.content{
	margin:0 auto;
	text-align: center;
	margin-top: 38px;
}
.footer{
	font-family: 'BergamoProItalic';
	border-top: 1px dotted #000;
	text-align: right;
	width: 720px;
	padding-top: 3px;
	
}

.menu_side{
	width:185px;
	float:left;
	margin:0 auto;
	padding:0 ;
	border-bottom:dotted 1px #000;
}

/*START Menu Main*/
.menu_main{
	width:320px;
	text-align:center;
	font-size:14px;
	margin:0 auto;
	padding:0 5px 0 25px;
	float:left;
}

.menu_main ul{
	margin:0 auto;
	padding:0;
	border:none;
	width:auto;
	list-style: none;
	height:28px;
	text-align:center; 
}

.menu_main ul li{	
	margin:0 auto;
	float:left; /*For Gecko*/
	display: inline;
	list-style:none;
	position:relative;
	height:33px;
	padding:0 16px 0 16px;
	text-align:center;
}


.menu_main ul li a{
	text-decoration:none;
	color:#000;
	font-size:14px;
	font-family: 'BergamoCapsRegular';
	font-weight:normal;
	margin:0 auto;
	text-align:center;
}

.menu_main ul li a:hover{
	color:#F2641F;
	text-decoration:none;
}
.menu_main ul li a.actives{
	text-decoration:none;
	color:#666;
}

a{
	color: #201F1F;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color:#F2641F;
}

/*END Menu Main */
