/*
	CSS file for Profartis.hu
*/


/*	General
------------------------------*/
	
	* {
		padding: 0;
		margin: 0;
		outline: none;
	}
	
	body {
		background: url('images/bg.png') no-repeat center 40px;
	}
	
	.clear, br {
		clear: both;
	}
	
	.left {
		float: left;
	}
	
	.right {
		float: right;
	}
	
	.overflow {
		overflow: hidden;
	}
	

/*	Base structure
------------------------------*/
	
	.container {
		width: 848px;
		overflow: hidden;
		margin: 40px auto;
	}
	
	
/*	Header
------------------------------*/
	
	.contact-link a {
		width: 128px;
		height: 12px;
		display: block;
		text-indent: -9999px;
		margin: 0px 0 0 434px;
	}


/*	Content
------------------------------*/
	
	.content .left {
		width: 280px;
		color: #867d63;
		font: 13px "Trebuchet MS";
		margin: 298px 0 0 88px;
	}
	
	.content .right {
		overflow: hidden;
		width: 330px;
		margin-right: 30px;
	}
	
	#slider {
		width: 330px;
		height: 410px;
		margin: 56px 30px 0 0;
	}
	
	#contact {
		width: 330px;
		height: 410px;
		margin: 55px 30px 0 0;
		color: #867d63;
		font: 13px "Trebuchet MS";
	}
	
		#contact p {
			margin: 4px 0;
		}
	
		#contact label {
			font: 13px "Trebuchet MS";
			color: #867d63;
			float: left;
			margin: 3px 0 10px 0;
			width: 100px;
		}
		
		#contact input {
			width: 310px;
			padding: 5px 8px;
			font: 13px "Trebuchet MS";
			color: #867d63;
			margin-bottom: 10px;
			border: 1px solid #e4e3e0;
		}
		
		#contact textarea {
			width: 310px;
			padding: 5px 8px;
			font: 13px "Trebuchet MS";
			color: #867d63;
			border: 1px solid #ececec;
		}
		
		#contact button {
			width: 173px;
			height: 15px;
			cursor: pointer;
			display: block;
			margin: 22px auto 0 auto;
			text-indent: -9999px;
			border: 0;
			background: url('images/button.png') no-repeat top left;
		}
	

/*	Footer
------------------------------*/
	
	.footer {
		font: 11px "Trebuchet MS";
		color: #aeaeae;
		margin: 80px 10px 0px 10px;
	}
	
	
/*
 * jQuery Nivo Slider v2.0
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	width: 310px;
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background: #ececec;
	color:#fff;
	width: 330px;
	z-index:89;
}

.nivo-caption p {
	padding: 15px 10px;
	margin:0;
	text-align: right;
	font: 13px "Trebuchet MS";
	color: #a50000;
	text-decoration: underline;
}

.nivo-controlNav {
	position: absolute;
	bottom: 14px;
}

.nivo-controlNav a {
	position:absolute;
	width: 8px;
	height: 8px;
	display: block;
	text-indent: -9999px;
	background: #ada99f;
	z-index:99;
	float: left;
	cursor:pointer;
	margin-left: 6px;
	border: 6px solid #ffffff;
}

.nivo-controlNav a.active {
	background: #a50000;
}

.nivo-prevNav {
	left:0px;
	display: none;
}
.nivo-nextNav {
	right:0px;
	display: none;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
