html, body {
	height: 100%;
	font-family: "Tahoma";
	font-size: 14px;
	background: #000;
	color: #fff;
	margin: 0px;
}

/*.wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -270px;
}
*/
a {
	color: #fff;
}

a:hover {
	color: #aaa;
	text-decoration: none;
}

hr.separator {
	background: url(/public/images/hr.png) no-repeat;
	height: 3px;
	border: 0px;
	margin: 20px;
	padding: 0px;
}

h1,h2,h3,h4,h5,h6 {
	text-transform: uppercase;
	font-weight: normal;
}

h3 {
	font-size: 22px;
	font-weight: bold;
}

h1.header {
	background: #1e1e1e;
	height: 20px;
	font-size: 18px;
	padding: 20px 10px;
}
	h1.header.twitter {
		background: url(/public/images/home/twitter.png) #1e1e1e no-repeat right;
	}

#referals p {
	margin-bottom: 0px;
	font-style: italic;
}
#referals cite {
	margin: 10px 0px;
	font-weight: bold;
	text-align: right;
	display: block;
}
#referals hr {
	margin-bottom: 10px;
}

#header {
	background: url(/public/images/header/background.jpg) top center;
	height: 187px;
}
	#header img {
		text-align: center;
		display: block;
		margin: 20px auto 10px auto;
	}
	#header ul {
		display: block;
		text-align: center;
		margin: 0px 320px;
		width: 300px;
		overflow: hidden;
	}
		#header ul li {
			display: inline;
			text-transform: uppercase;
			margin: 0px 10px;
		}
		#header ul li:first-child {
			margin-left: 0px;
		}
		#header ul li:last-child {
			margin-right: 0px;
		}
			#header ul li a {
				text-decoration: none;
			}
			#header ul li a:hover {
				color: #aaa;
			}

#content {
	margin-top: 30px;
}

input[type="text"], textarea {
	color: #ddd;
	width: 100%;
	height: 25px;
	background: #4e4e4e;
	border: 1px solid 939598;
	margin-bottom: 5px;
}

textarea {
	height: 100px;
}

input[type="submit"] {
	margin: 0px 0px 10px 280px;
	width: 70px;
	height: 20px;
	background: url(/public/images/contacts/send.jpg) no-repeat #a2a2a2;
	border: 1px solid 939598;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

#galleria{width:950px;height:600px;margin:20px 0px}

#galleries h1 {
	margin: 20px 0px;
}

#galleries ul {
	margin: 10px 0px;
}
	#galleries ul li {
		float: left;
		margin-left: 10px;
		list-style: none;
	}

#footer {
	margin-top: 50px;
	background: url(/public/images/footer/background.jpg) top center;
	height: 270px;
}
	#footer a {
		display: block;
		background: url(/public/images/footer/rigid.jpg) no-repeat;
		width: 108px;
		height: 47px;
		text-indent: -5555px;
		float: right;
		margin-top: 1px;
	}
	
	#footer p {
		margin: 100px 0px 0px;
		font-size: 12px;
		color: #333;
		text-align: center;
	}

/*.push {
	height: 270px;
}*/

.caption-top, .caption-bottom {
	color: #ffffff;	
	padding: 1.2em;	
	font-weight: bold;
	font-size: 13px;	
	font-family: arial;	
	cursor: default;
	border: 0px solid #334143;
	background: #000000;
	text-shadow: 1px 1px 0 #202020;
}
.caption-top {
   border-width: 0px 0px 8px 0px;
}
.caption-bottom {
   border-width: 8px 0px 0px 0px;
}
.caption a, .caption a {
	border: 0 none;
	text-decoration: none;
	background: #000000;
	padding: 0.3em;
}
.caption a:hover, .caption a:hover {
	background: #202020;
}
/*.caption-wrapper {
	float: left;
}*/
br.c { clear: both; }