/*
================================================================================
|                                     Preved                                   |
================================================================================
*/

/*
================================================================================
|                                     Backgrounds                              |
================================================================================
*/
.top { background-image:url(images/top.jpg); background-repeat:no-repeat; width:1000px; height:360px; }
.left { background:url(images/left.jpg) no-repeat; width:693px; height:407px; }
.right { background-image:url(images/right.jpg); background-repeat:no-repeat; width:307px; height:407px; }
.gallery { background-image:url(images/gallery.jpg); background-repeat:no-repeat; width:1000px; height:122px; }
.footer { background:url(images/bot.jpg) no-repeat; width:1000px; height:23px; }
/*
================================================================================
|                                     TAGS                                     |
================================================================================
*/
body { 	background-color: #174205;
	margin: 0px;
	padding: 0px;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	color:#ffffff;
}
form, body, iframe { margin: 0; padding: 0;}
img, table, iframe { border: 0; padding:0; margin:0;}
table { border-collapse:collapse}
table td { padding:0; margin:0; border:0} 
table tr { padding:0; margin:0; border:0} 
a {
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	font-weight:normal;
	color:#365b28;
	text-decoration:underline;
}
a:hover { 
		text-decoration:none; 
} 
/*
================================================================================
|                                     Other                                    |
================================================================================
*/
.href1 {
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	color:#fff;
	text-decoration:none;
}
.href1:hover {
	text-decoration:none;
}	
.green {
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	font-weight:bold;
	color:#365b28;
}
.green2 {
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	font-weight:normal;
	color:#208d03;}
a.green2 {
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	font-weight:normal;
	color:#208d03; text-decoration:none}
a.green2:hover { text-decoration:underline}
	
	
.copyright {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#6f6f6f;
}
.href2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#6f6f6f;
	text-decoration:underline;
}	
.href2:hover {
	text-decoration:none;
}
/*
================================================================================
|                                     Form                                     |
================================================================================
*/
.field {
	margin: 0px;
	padding: 0px;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	color:#6f6f6f;
	border-color:#a9a9a9;
	border-style:solid;
	border-width:1px;
	width:217px;
	height:15px;
}	
.area {
	margin: 0px;
	padding: 0px;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	color:#6f6f6f;
	border-color:#a9a9a9;
	border-style:solid;
	border-width:1px;
	width:336px;
	height:80px;
}	
.btn_clear {
	background-image:url(images/btn_clear.jpg);
	background-repeat:no-repeat;
	width:85px;
	height:18px;
	cursor:pointer;
	border:0px;
}	
.btn_send {
	background-image:url(images/btn_send.jpg);
	background-repeat:no-repeat;
	width:85px;
	height:18px;
	cursor:pointer;
	border:0px;
}	

/*
================================================================================
|                                     Gallery                                  |
================================================================================
*/
	#dhtmlgoodies_slideshow{
		width:913px;	/* Total width of slideshow */


	}
	
	#previewPane{
		border:1px solid #CCCCCC;
		margin-bottom:10px;	
		text-align:center;
		vertical-align:middle;
		padding-top:10px;

		position:relative;
		
		/* CSS HACK */
		height: 432px;	/* IE 5.x */
		height/* */:/**/420px;	/* Other browsers */
		height: /**/420px;
				
	}
	#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:99px;	/* Height of the images + 2 */
		position:relative;
		overflow:hidden;
		padding:1px;
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;		
	}
	#theImages{
		position:absolute;
		height:100px;
		left:40px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		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;
	}
	
.gal img { cursor:pointer; margin-right:10px}


.left_skr{ background:url(images/left_skr.png); background-position:0 0; background-repeat:no-repeat; height: 45px; width:46px; filter:expression(fixPNG(this)); z-index:100; }
.right_skr{ background:url(images/right_skr.png); background-position:0 0; background-repeat:no-repeat; height: 45px; width:46px; filter:expression(fixPNG(this)); z-index:100; }