body {
	margin: 0;
	padding: 0;
	background: #151515 url(/i/foot.png?) 0 590px repeat-x;
	color: #707070;
	text-shadow: 0 -1px 1px #000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	font-size: 12px;
	text-rendering: optimizeLegibility;
}

#head {
	height: 50px;
	background: url(/i/top.png) top center repeat-x;
}

#head h1 {
	margin: 0;
	background: url(/i/tibor_nemeth_photography.png) 0 26px no-repeat;
	height: 48px;
	float: left;
	text-indent: -99999px;
	width: 201px;
}

#head h1 a {
	display: block;
	height: 48px;
}

#head ul {
	padding: 23px 0 0;
	list-style: none;
	float: right;
	margin: 0 -10px 0 0;
}

#head li {
	float: left;
	display: block;
	padding: 3px 10px 1px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin-left: 18px;
	-webkit-transition: background-color .3s linear;
}

#head li.active {
	background: #101010;
	-moz-box-shadow: 0 1px 1px #3c3c3c;
	-webkit-box-shadow: 0 1px 1px #3c3c3c;
	box-shadow: 0 1px 1px #3c3c3c;
}

#head li a {
	display: block;
	color: #7c7c7c;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 100%;
	font-family: "ronnia-condensed-1","ronnia-condensed-2","Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	letter-spacing: .05em;
	font-weight: 200;
	-webkit-transition: color .3s linear;
	text-shadow: none;
}


#head li a:hover, #head li.active a {
	color: #94833c;
	
}

#content {
	height: 540px;
	background: #000 url(/i/cback-n.jpg) top center no-repeat;
	min-width: 780px;
}

.cont {
	width: 780px;
	margin: auto;
}

.ccont {
	width: 900px;
	margin: auto;
}

.text {
	width: 820px;
	margin: auto;
	padding: 40px 0 40px 20px;
	color: #bfbfbf;
	line-height: 180%;
}

.vid {
	width: 780px;
	margin: 40px auto;
	border: 1px #373434 solid;
}

#slideCont {
	width: 780px;
	height: 520px;
	overflow: hidden;
	padding: 11px 0;
	position: relative;
	float: left;
}

#slider {
	width: 999999px;
	height: 520px;
	position: relative;
	left: -10px;
}

.slide {
	width: 800px;
	float: left;
	text-align: center;
	position: relative;
	display: none;
}

.front .slide {
	position: absolute;
	
}

.slide img {
	border: 1px #333 solid;
	margin: auto;
	cursor: pointer;
}

.slide .th {
	width: 138px;
	height: 138px;
	margin: 0 10px 20px;
	border: 1px #333 solid;
	float: left;
}

.slide img.thum {
	width: 138px;
	height: 138px;
	border: none;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.slide img.thum:hover {
	opacity: 1;
}

.controls {
	float: left;
	width: 60px;
	padding-top: 250px;
	top: 50px;
}

.controls a {
	width: 40px;
	height: 40px;
	margin: 0 10px;
	text-indent: -999999px;
	display: block;
	outline: none;
	-webkit-transition: opacity .3s linear;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.controls a:hover {
	outline: none;
	opacity: 1;
	filter: alpha(opacity=100);
}

.controls a:focus {
	outline: none;
}

div#rightControl a {
	background-image: url(/i/righta.png);
}

div#leftControl a {
	background-image: url(/i/lefta.png);
}

a.ticons {
	position: absolute;
	display: block;
	text-indent: -99999px;
	background: url(/i/ticons.png) center center no-repeat;
	width: 33px;
	height: 12px;
	padding: 10px;
	bottom: 0;
	right: 0;
	float: right;
}

a.ticons:focus {outline: none;}

#footer {
	padding: 10px 0 0;
	font-size: 11px;
}

#copyright {
	width: 220px;
	float: left;
}

#contact {
	width: 520px;
	float: right;
	text-align: right;
}

a {
	color: #94833c;
	-webkit-transition: color .3s linear;
}

a:hover {
	color: #fff;
}

a:focus {
	outline: none;
}

#hidden {display: none;}

h2 {
	margin: 0 0 10px 0;
	color: #94833c;
	line-height: 100%;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 14px;
	font-family: "ronnia-condensed-1","ronnia-condensed-2","Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	letter-spacing: .05em;
	text-rendering: optimizeLegibility;
}

p {
	margin: 0 0 10px 0;
}

.text ul, .text li {margin: 0;padding: 0;list-style: none;}

.text ul {
	width: 160px;
	float: left;
}

.text li {
	margin: 0 20px 5px 0;
	width: 140px;
	line-height: 160%;
}

#tiborpic {width: 170px; float: left;height: 300px;}
#about {width: 380px;float: left;margin: 0 20px 20px 0;}
#contactbox {width: 220px;float: left;}
#clientlist {width: 810px;float: left;padding-left: 10px;}

#fPlayer {border: 1px #333 solid;}

.clear {clear: both;}
