* { padding: 0; margin: 0; }

body {
 font-family: Futura Lt BT,Verdana, Arial;
 font-size: 12px;
 background: #333333; 
 color:#FFFFFF;
 text-align: center;
 padding: 20px 0 0 0;
font-weight: normal; 
font-style: normal; 
line-height:normal; 
font-family: 'FuturaLight', sans-serif;
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on July 12, 2010 */

@font-face {
	font-family: 'FuturaLight';
	src: url('font/futural-webfont.eot');
	src: local('☺'), url('font/futural-webfont.woff') format('woff'), url('font/futural-webfont.ttf') format('truetype'), url('font/futural-webfont.svg#webfontgH2zmx63') format('svg');
	font-weight: normal;
	font-style: normal;
}

img{
border:0;
}


#wrapper { 
 margin: 0 auto;
 width: 950px;
 height:580px;
 padding:0;
 text-align: center;
 background-image: url(../images/bg_page.gif);
 background-position: top; 
}

#wrapper_page { 
 margin: 0 auto;
 width: 950px;
 padding:0;
 text-align: left;
 background-color: #77787A;
}

#menu{
width: 850px;
border-bottom: 1px solid #FFF;
text-align:left;
padding-left:100px;
}


#header  { 
  margin: 0;
 padding: 0;
 width: 950px;
 height: 110px;
 overflow:auto; 
 text-align:right;
margin-top:10px;
 }
 
 #header_page { 
  margin: 0;
 padding: 0;
 width: 950px;
 height: 180px;
 overflow:auto; 
 text-align:right;
 background-color: #FFF;
 }
 
#border_orange a {
background-color: #EB3B11;
width:260px;
height: 205px;
padding: 2px 2px 2px 2px;
float:left;
}

#border_orange a:hover {
background-color: #333333;
width:260px;
height: 205px;
padding: 2px 2px 2px 2px;
float:left;
}

#border_orange2 a {
background-color: #EB3B11;
width:120px;
height: 80px;
padding: 2px 2px 2px 2px;
float:left;
}

#border_orange2 a:hover {
background-color: #333333;
width:120px;
height: 80px;
padding: 2px 2px 2px 2px;
float:left;
}
  
  



/*PAGE */

#content_page  { 
 margin: 0;
 padding: 0;
 width: 820px;
 overflow:auto;
 text-align:left;
padding-left:125px;
padding-right:5px;
 }
 
 #content_page p, li{
font-family: Futura Lt BT,Verdana, Arial;
 font-size: 15px;
 color:#FFFFFF;
 text-align: left;
 }
 
 #scroll{ 
 text-align:center;
 width:945px;
 height: 150px; 
 margin-left:5px;
 }
 
 #footer { 
 margin: 0px 0 0 0;
 padding: 0px 0 0 0;
 width: 100%;
 height: 20px;
 color: #666666;
 font-size: 11px;
 text-align: center;
 }

 
 a{
color: #FFF;
 font-size: 14px;
 font-weight: bold;
 text-decoration: none;
 margin:0;
 padding:0;
}

a:hover{
color: #FFF;
 font-size: 14px;
 font-weight: bold;
 text-decoration: underline; 
}

.link
{
color: #FFF;
font-family: Futura Lt BT,Verdana, Arial;
font-size: 14px;
font-weight: bold;
text-decoration:underline;
}

.link:hover
{
color: #FFF;
font-family: Futura Lt BT,Verdana, Arial;
font-size: 14px;
font-weight: bold;
text-decoration:none;
}

#footer a{ 
 color: #CCCCCC; 
 text-decoration: none;
}

#footer a:hover{ 
 color: #CCCCCC; 
 text-decoration: undderline;
}



.title{
color: #FFF;
 font-size: 15px;
 font-weight: bold;
}


.red{
color:#990033;
font-size:14px;
font-weight: bold;
}

.table {
border-collapse: collapse;
color: #CCC;
font-size: 12px;
font-weight: normal;
text-align: right;
border: 1px solid #FFF;
margin-left:105px;
padding: 2px;
width: 650px;
}

.table_pres {
border-collapse: collapse;
color: #CCC;
font-size: 12px;
font-weight: normal;
border: 1px solid #FFF;
margin-left:105px;
padding: 2px;
width: 650px;
}

.table td{
font-family: Futura Lt BT,Verdana, Arial;
 font-size: 15px;
padding: 5px;
text-align:left;
color:#FFF;
}

.table_pres td{
font-family: Futura Lt BT,Verdana, Arial;
 font-size: 15px;
padding: 2px;
color:#FFF;
}

.table_pres img{
text-align: center;
}

 

#gallery ul { list-style: none; margin:0; padding:0; width:780px;
}

#gallery ul li { display: inline; margin:0; padding:0;}

#gallery ul img {
		border: 1px solid #000;
		border-width: 1px 1px 1px;
		margin:0; padding:0;
	}
	#gallery ul a:hover img {
		border: 1px solid #fff;
		border-width: 1px 1px 1px;
		color: #fff;
		margin:0; padding:0;
	}
	#gallery ul a:hover { color: #fff; }


 
 






.note{
font-style: italic;
font-size: 11px;
}



/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/prev.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/next.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/close.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}