@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	font-family:Arial;
	font-size:11px;
	color:#333333;
	line-height:20px;
	background:url(images/bg.jpg);
	}
a{
	color:#333333;
	text-decoration:none;
	}
a:hover{
	color:#333333;
	text-decoration:underline;
	}
.text
{
	font-family:Arial;
	font-size:12px;
	color:#333333;
	line-height:20px;
	text-align:justify;
}
.ho{
	font:11px arial;
	color:#9f7d32;
	font-weight:bold;
	}
.ho a{
	text-decoration:none;
	color:#9f7d32;
	}
.ho a:hover{
	text-decoration:none;
	color:#333333;
	}
.red{
	color:#e22911;
	}
.tabt
{
	
	color:#1f1700;
	font:12px Helvetica;
	font-weight:bold;
	background:url(images/yellow.gif) repeat-x;
	border:1px solid #d1a118;
	text-align:center;
	padding:3px 0px 2px 0px;
	}
.yellowinn{
	background-color:#edd45e;
	border:1px solid #e1b436;
	color:#5a4300;
	font:12px Arial;
	font-weight:bold;
	}
.leftborder{
	width:8px;
	background:url(images/left_bd.gif) repeat-y;
	}
.rightborder{
	background:url(images/right_bd.gif) repeat-y;
	width:7px;
	}
.tabletop{
	background:url(images/top_bg.gif) repeat-x;
	}
.leftban{
	background:url(images/left_ban.gif) no-repeat;
	width:28px;
	height:211px;
	}
.righban{
	background:url(images/right_ban.gif) no-repeat;
	width:25px;
	height:211px;
	}
.grad{
	background:url(images/gradi.jpg) repeat-x;
	background-color:#fcf9ef;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color:#584e1b;
	font-weight:bold;
	padding-left:10px;
	border-left:1px solid #f2e9d0;
	border-right:1px solid #f2e9d0;
	border-bottom:1px solid #f2e9d0;
}

.grad1{
	background:url(images/gradi.jpg) repeat-x;
	background-color:#fcf9ef;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color:#313131;
	padding:5px 4px 5px 4px;
	border-left:1px solid #f2e9d0;
	border-right:1px solid #f2e9d0;
	border-bottom:1px solid #f2e9d0;
}
input[type=text]{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	}
select{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	}
textarea{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	}
.brown{
	color:#d17131;
	font-size:12px;
	font-weight:bold;
	font-family:Arial;
	text-transform: uppercase;
	}
.footer{
	background-color:#ffffe5;
	border-top:1px solid #f6eaa9;
	font:11px verdana;
	color:#9e975b;
	text-align:center;
	padding:10px 0px 10px 0px;
	}
.footer a{
	text-decoration:none;
	color:#9e975b;
	}
.footer a:hover{
	text-decoration:underline;
	color:#9e975b;
	}
/*----------------------------sidle---------------------------*/
	
	#dhtmlgoodies_slideshow{
		width:280px;	/* Total width of slideshow */
		height:400px;


	}
	
	#previewPane{
		border:1px solid #CCCCCC;
		margin-bottom:10px;	
		text-align:center;
		vertical-align:middle;
		padding-top:10px;

		position:relative;
		
		/* CSS HACK */
		height: 232px;	/* IE 5.x */
		height/* */:/**/320px;	/* Other browsers */
		height: /**/220px;
				
	}
	#previewPane img{
		line-height:400px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:italic;
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:0.9em;
	}
	#galleryContainer{
		
		height:125px;	/* Height of the images + 2 */
		border-top:1px solid #e7d27d;
		border-bottom:1px solid #f9f4d2;
		position:relative;
		overflow:hidden;
		background-color:#ffffe5;
		
		/* CSS HACK */
		height: 125px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/125px;	/* Other browsers */
		height: /**/125px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #FFF;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #FFF;	
	}
	#theImages{
		position:absolute;
		height:100px;
		left:30px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:5px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}
	
