


@font-face {
	font-family: Franklin Gothic; 	
	font-style: normal; 
	src: url('../images/font/FRAMDCN.TTF');
} 


* 
{
	font-family: Franklin Gothic, sans-serif;
	font-size: 12px;
}




body
{
	scrollbar-face-color: #efefef;
	scrollbar-highlight-color: #ffffff;
	scrollbar-arrow-color: #333333;
	background-color: #b8b7b8;
	margin: 0px;
	margin-top: 25px;
	padding: 0px;
	color: #030000;
}

a {
	font-size: 11px;
	text-decoration: none;
	color: #491f02;
	font-family: Franklin Gothic;
}


a:hover {
	font-size: 11px;
	text-decoration: none;
	color: #ae0000;
}


hr 
{
	border: solid 1px #d2e3e7;
	
}


.sub_menu
{	
	color:#491f02;
	text-decoration: none;
}

.sub_menu a
{	
	color:#491f02;
	text-decoration: none;
}


.sub_menu a:hover
{	
	color:#ae0000;
}


.table_line_top 
{


 background:url('../images/bgLineThin.gif') repeat-x top left;
 	
}
.menu_main 
{
	
	margin-left:15px;
	font-size:12px;
	font-weight:bold;
	background-color:#F2EDDD;
	padding:0px 5px 0px 5px;
	

}



.more a
{	
	color:#6e5330;
	text-decoration: none;
	font-weight:bold;
}

.more a:hover
{	
	color:#ffffff;
	text-decoration: none;
	font-weight:bold;
}


.table_menu_main 
{
	
	background:url('../images/shortDelim.gif') repeat-x left center;	
}

/*******************************************************************/


.header 
{
	color:#491f02;
	font-size:12px;
	font-weight:bold;
	padding-bottom:10px;
	
}



.title
{
	color:#491f02;
	font-size:12px;
	font-weight:bold;
	
}

.bottom_menu a 
{
	color:#ffffff;
	font-size:12px;
	
}

.bottom_menu a:hover
{
	color:#000000;
	font-size:12px;
	text-decoration:none;
	
}



.menu_top a 
{
	
	font-size:11px;
	color: #000; 
	text-decoration:none;
	text-align: center;
	height: 79px;
	display: block;


}


.menu_top a:hover
{
	
	color: #fff;
	text-decoration:none;
	height: 79px;
	
}


.tmenu 
{
	
	background: url('../images/top_menu/menu_def.jpg') #fff repeat-x; 
	text-align: center;
}

.tmenu a:hover 
{
	
	display:block;
	background: url(../images/top_menu/menu_sel.jpg) #fff repeat-x; 
	text-align: center; 

}


.menu_spacer 
{

	background: url(../images/top_menu/menu_spacer.jpg) #fff repeat-x; text-align: center;

}

.margin_top 
{

	padding-top:25px;
	height:20px;

}

select {
  color:#000000;
  background-color: #ffffff;
  border: 1px solid #bfbfbf;
}

.send 
{
	width:250px;
	border: 1px solid #000000;
}

input,
textarea {
  color:#000000;
  background-color: #d7b182;
  border: 1px solid #f57900;
  width:90%;

}


.menu_filter_border {

	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/

}


.header_gallery 
{
	font-size:12px;
	padding-left:5px;
}






.highslide {
	cursor: url('js/graphics/zoomin.cur'), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid #f6d58e;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
	
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 8px;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;

}