/* RENGINE main stylesheet            */
/* Powered by Regrabu (c) 2009        */
/* inbox@regrabu.com, regrabu.com     */

html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, Tahoma, sans-serif;
	height: 100%;
	color: #adcae2;
	font-size: 14px;
}

	html {
		background: #0a3559 url('img/main-bg.jpg');
	}
	
	body {
		
	}

#header {
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}

	#logo {
		margin: 30px 0 0 30px;
	}

#wrapper {
	width: 100%;
	min-height: 100%;
	min-width: 980px;
	#height: auto !important;
	#height: 100%;
	position: relative;
	background: transparent url('img/light-bg.png') no-repeat center center;
}

    #wrapper.mp {
        background: black url('img/evv.jpg') no-repeat center 0;
    }

#helper {
	clear: both;
	height: 80px;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	font-style: normal;
}

	#footer p {
		padding: 15px 30px;
		margin: 0;
	}
	
		#footer .signature {
			display: block;
			font-size: 11px;
			text-align: right;
			margin-top: -22px;
		}
	
/* Common styles: */

a, a:visited {
	color: #5eb2f9;
	outline: 0;
	cursor: pointer;
}

	a.dashed {
		text-decoration: none;
		border-bottom: 1px solid #5eb2f9;
		cursor: pointer;
	}
	
	/*a:hover {
		color: white;
	}*/
	
	a img {
		border: 0;
	}
	
h1, h2, h3, h4 {
	font-weight: normal;
}
	
h1 {
	margin: 0;
	padding-bottom: 15px;
	color: #ebee94;
	text-shadow: 0 1px 0 black;
}

	h2 {
		margin: 0;
		padding-bottom: 8px;
		font-size: 18px;
		color: #79c473;
	}
	
	h3 {
		margin: 0;
		padding-bottom: 5px;
		font-size: 16px;
	}
	
	h4 {
		margin: 0;
		padding-bottom: 5px;
		font-size: 14px;
	}

p {
	margin: 0;
	padding: 5px 0;
}

form {
	padding: 0;
	margin: 0;
}

	form input, textarea {
		font-family: Arial, Tahoma, sans-serif;
	}
	
img {
	vertical-align: bottom;
}

.hidden {
	display: none;
}

.invisible {
	visibility: hidden;
}

.contacts {
	font-size: 20px;
}

    .contacts div {
	    width: 300px;
    }
    
.for-read {
	margin-left: 15%;
	margin-right: 5%;
	line-height: 1.3em;
}

    .description-list {
        list-style-type: square;
    }

    .description-list li {
	    margin-bottom: 5px;
    }
    
    .first-letter {
	    font-size: 26px;
	    color: #ebee94;
    }
	
/* <------------*/

#roll {
	overflow: hidden;
	margin-left: -30px;
	margin-right: -30px;
	height: 84px;
	position: relative;
	background: black url('img/film.gif') repeat-x 0 0;
	text-align: center;
}

	#roll #thmb-slide {
		padding: 15px 5px;
		position: absolute;
		text-align: center;
		margin: 0 auto;
		background: black url('img/film.gif') repeat-x 0 0;
	}
	
	#roll .thmb-arr {
		position: absolute;
		top: 30px;
		z-index: 20;
		cursor: pointer;
	}
	
		#roll .thmb-arr.forward {
			right: 10px;
		}
		
		#roll .thmb-arr.back {
			left: 10px;
		}

	#roll img.gal-thmb {
		vertical-align: bottom;
		border: 2px solid black;
		cursor: pointer;
	}
	
	#roll img.gal-thmb-selected {
		vertical-align: bottom;
		border: 2px solid white;
	}
	
.show-image a img {
	display: none;
}
	
    .show-image a.arr-back {
    	width: 43px;
    	height: 43px;
    	display: block;
    	background: url('img/arr-back.png') no-repeat 0 0;
    }

    .show-image a.arr-forward {
    	width: 43px;
    	height: 43px;
    	display: block;
    	background: url('img/arr-forward.png') no-repeat 0 0;
    }
    
    .show-image a.arr-forward:hover {
    	background: url('img/arr-forward-hover.png') no-repeat 0 0;
    }
    
    .show-image a.arr-back:hover {
    	background: url('img/arr-back-hover.png') no-repeat 0 0;
    }
	
.show-image-style {
	padding: 10px;
	background: white;
	border: 1px solid #0a3559;
	position: relative;
}

    #loader {
	    position: relative;
        bottom: -150px;
    }

.thumb {
	margin: 0 3px 3px 0;
	#float: left;
}

.image-table {
	width: 840px;
}

	.image-table img {
		vertical-align: bottom;	
	}
	
/* Menu ----------------> */

#mm {
	position: absolute;
	top: 28px;
	left: 350px;
	padding: 0;
	margin: 0;
}

	#mm li {
		display: block;
		-display: inline-block;
		margin: 0 -18px 0 0;
		padding: 0 18px 0 18px;
		font-size: 16px;
		float: left;
		line-height:  36px;
		height: 36px;
		position: relative;
	}
	
		#mm li.selected, #mm li.this-node {
			background: url('img/glow-r.png') no-repeat right top;
			padding: 0 18px 0 0;
		}
		
			#mm li.selected b, #mm li.this-node a {
				display: block;
				-display: inline-block;
				height: 36px;
				padding: 0 0 0 18px;
				line-height:  36px;
				background: url('img/glow-l.png') no-repeat left top;
				color: white;
			}
	
#sm, #tm {
	margin: 0;
	padding: 0 10px;
	list-style-type: none;
}

	#sm li, #tm li {
		margin-bottom: 10px;
		white-space: nowrap;
	}
	
	#sm li.this-node a, #sm li b, #tm li b {
	    padding: 4px 8px;
	    background: url('img/menu-light.png');
	    margin: 0 -8px;
	    color: white;
    }
				
.breadcrumbs {
	font-size: 14px;
}
    .bc-arr {
	    font-size: 18px;
	    position: relative;
	    top: 1px;
    }

/* <---------- */
	
	
	
	
	
	
	







