/* BLOCK BOXOK */
html, div, form { display: block; }

body {
	display:block;
	margin: 0;
	padding: 0;
	background: #f4e6cb url(../images/background.jpg) top left no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3c3c3c;
	}

* { outline: none; }
h1, h2, h3, h4, h5, h6 { margin: 0 0 10px 0; }	
p { display: block; margin: 0 0 10px 0; }
img { margin: 0; border: 0; }
a { outline: none; color: #3c3c3c; text-decoration: none; }
.clearfix { clear: both; }

label {
	display: block;
	margin: 0 0 5px 0;
	font-weight: bold;
	}
	
.textInput {
	width: 232px;
	height: 14px;
	margin: 0 0 10px 0;
	padding: 5px;
	border: 1px solid #dca3ae;
	background: #ffe1e7;
	}
	
.textarea {
	width: 432px;
	height: 114px;
	margin: 0 0 10px 0;
	padding: 5px;
	border: 1px solid #dca3ae;
	background: #ffe1e7;
	}
	
.submit {
	display: block;
	height: 30px;
	padding: 0 10px 0 10px;
	border: 1px solid #bc7a87;
	background: #dca3ae;
	cursor: pointer;
	}


#container {
	width: 900px;
	margin: 0 auto 0 auto;
	overflow: hidden;
	}
	
	#header {
		width: 900px;
		height: 124px;
		overflow: hidden;
		}
		
		#logo {
			width: 320px;
			height: 80px;
			margin: 22px 0 0 0;
			background: url(../images/logo.png);
			behavior: url(styles/iepngfix.htc);
			float: left;
			}
			
			#logo a {
				display: block;
				width: 320px;
				height: 80px;
				text-indent: -1000em;
				}
			
		#topNav {
			width: 580px;
			height: 124px;
			margin: 0;
			padding: 0;
			float: left;
			list-style-type: none;
			}
			
			#topNav li {
				height: 124px;
				float: left;
				}
				
			#topNav li a {
				height: 124px;
				display: block;
				text-indent: -1000em;
				}
				
			#topNav1 { background: url(../images/topNav1.jpg) top left; width: 175px; }
			#topNav1 a:hover { background: url(../images/topNav1.jpg) bottom left; }
			
			#topNav2 { background: url(../images/topNav2.jpg) top left; width: 122px; }
			#topNav2 a:hover { background: url(../images/topNav2.jpg) bottom left; }
			
			#topNav3 { background: url(../images/topNav3.jpg) top left; width: 121px; }
			#topNav3 a:hover { background: url(../images/topNav3.jpg) bottom left; }
			
			#topNav4 { background: url(../images/topNav4.jpg) top left; width: 162px; }
			#topNav4 a:hover { background: url(../images/topNav4.jpg) bottom left; }
			
	#nav {
		width: 900px;
		height: 50px;
		margin: 0;
		padding: 0;
		list-style-type: none;
		}
		
		#nav li {
			height: 50px;
			float: left;
			}
			
		#nav li a {
			height: 50px;
			display: block;
			text-indent: -1000em;
			}
			
		#nav1 { background: url(../images/nav1.jpg) top left; width: 107px; }
		#nav1 a:hover { background: url(../images/nav1.jpg) bottom left; }
		
		#nav2 { background: url(../images/nav2.jpg) top left; width: 177px; }
		#nav2 a:hover { background: url(../images/nav2.jpg) bottom left; }
		
		#nav3 { background: url(../images/nav3.jpg) top left; width: 93px; }
		#nav3 a:hover { background: url(../images/nav3.jpg) bottom left; }
		
		#nav4 { background: url(../images/nav4.jpg) top left; width: 147px; }
		#nav4 a:hover { background: url(../images/nav4.jpg) bottom left; }
		
		#nav5 { background: url(../images/nav5.jpg) top left; width: 115px; }
		#nav5 a:hover { background: url(../images/nav5.jpg) bottom left; }
		
		#nav6 { background: url(../images/nav6.jpg) top left; width: 143px; }
		#nav6 a:hover { background: url(../images/nav6.jpg) bottom left; }
		
		#nav7 { background: url(../images/nav7.jpg) top left; width: 118px; }
		#nav7 a:hover { background: url(../images/nav7.jpg) bottom left; }
		
	#headerPicsContainer {
		width: 900px;
		height: 136px;
		padding: 3px 0 0 0;
		background: url(../images/headerPicsBorder.jpg) top left repeat-y;
		}
		
		#picsSlide {
			width: 900px;
			height: 133px;
			background: #fff;
			}
		
			.stepcarousel{
				position: relative; /*leave this value alone*/
				margin: 0;
				overflow: scroll; /*leave this value alone*/
				width: 900px; /*Width of Carousel Viewer itself*/
				height: 133px; /*Height should enough to fit largest content's height*/
				}

				.stepcarousel .belt{
					position: absolute; /*leave this value alone*/
					left: 0;
					top: 0;
					z-index: 1;
					}

				.stepcarousel .panel {
					float: left; /*leave this value alone*/
					overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
					width: 900px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
					}
					
					.stepcarousel .panel a, .stepcarousel .panel img { border: 0; }
		
	#contentContainer {
		width: 900px;
		overflow: hidden;
		background: url(../images/contentBackground.jpg) top left repeat-y;
		}
		
		#sideBar {
			width: 215px;
			float: left;
			}
			
			#sideBar .header {
				width: 185px;
				height: 30px;
				padding: 10px 15px 0 15px;
				background: url(../images/sideBarHeader.jpg);
				font-family: arial, helvetica, sans-serif;
				font-size: 16px;
				}
				
			#sideBar .content {
				width: 185px;
				padding: 15px;
				}
				
				.subNav {
					margin: 0;
					padding: 0 0 0 15px;
					list-style-type: square;
					}
					
					.subNav li {
						margin: 0 0 5px 0;
						line-height: 20px;
						}
						
						.subNav li a:hover {
							padding: 3px;
							background: #c81072;
							color: #fff;
							/*color: #74ab08;
							padding: 0 0 3px 0;
							border-bottom: 1px dotted #74ab08;*/
							}
			
		#content {
			width: 685px;
			float: left;
			}
			
			#content .header {
				width: 655px;
				height: 30px;
				padding: 10px 15px 0 15px;
				background: url(../images/contentHeader.jpg) top left;
				font-family: arial, helvetica, sans-serif;
				font-size: 16px;
				}
				
			#content .content {
				width: 655px;
				padding: 15px;
				}
		
		
	#footer {
		width: 900px;
		height: 73px;
		margin: 0 0 20px 0;
		overflow: hidden;
		background: url(../images/footer.png);
		behavior: url(styles/iepngfix.htc);
		color: #fff;
		}
		
		#footer .left {
			float: left;
			padding: 27px 0 0 20px;
			}
			
		#footer .right {
			float: right;
			padding: 27px 20px 0 0;
			}
			
			
/******************** KEZDŐLAP ********************/

.categoryName {
	background: url(../images/catHeader.jpg);
	height: 20px;
	padding: 5px 5px 5px 25px;
	cursor: pointer;
	margin: 0 0 -15px 0;
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	display: block;
	}
		
.homeBoxContainer {
	overflow: hidden;
	margin: 20px 0 0 0;
	}

	.homeBox {
		width: 130px;
		height: 140px;
		margin: 0 13px 13px 0;
		padding: 10px;
		float: left;
		background: url(../images/homeBox.jpg);
		text-align: center;
		font-size: 11px;
		font-weight: bold;
		color: #01375a;
		}
		
		.homeBox:hover { background: url(../images/homeBoxHover.jpg); }
		
		.homeBox img {
			margin: 10px 0 0 0;
			border: 1px solid #cf1175;
			}
			
/******************** TERMÉKEK ********************/

.siteLocation {
	margin: 0 0 40px 0;
	padding: 0;
	list-style-type: none;
	}
	
	.siteLocation li {
		float: left;
		padding-left: 13px;
		margin: 0 10px 0 0;
		background: url(../images/leftArrow.jpg) center left no-repeat;
		font-size: 10px;
		font-weight: bold;
		}
	
.product {
	width: 300px;
	float: left;
	margin-right: 35px;
	margin-bottom: 20px;
	overflow: hidden;
	}

	.product h3 {
		font-family: Segoe ui, arial, helvetica, sans-serif;
		font-size: 18px;
		color: #cf1175;
		margin: 0 0 15px 0;
		}
		
	.product img {
		max-width: 100px;
		_width: 100px;
		float: left;
		margin: 0 10px 0 0;
		}
		
	.product div {
		width: 190px;
		float: left;
		}
		
		.product div p {
			margin: 0 0 10px 0;
			}
			
.productDetails {
	overflow: hidden;
	}

	.productDetails h3 {
		font-family: Segoe ui, arial, helvetica, sans-serif;
		font-size: 18px;
		color: #108cca;
		margin: 0 0 15px 0;
		}
		
	.productDetails img {
		max-width: 300px;
		_width: 300px;
		float: left;
		margin: 0 10px 0 0;
		}
		
	.productDetails .text {
		width: 300px;
		float: left;
		}
		
		.product .text p {
			margin: 0 0 10px 0;
			}
			
			
/****************************************** SZOLGÁLTATÁSOK ******************************************/

.service {
	float: left;
	margin: 0 5px 10px;
	width: 200px;
	}
	
	.service img {
		border: 5px solid #ea3697;
		margin: 0;
		}
		
	.service p {
		height: 0;
		margin: 0;
		padding: 0;
		}
		
	.service .more {
		background: #ea3697;
		color: #000;
		float: left;
		font-size: 10px;
		margin: -3px 0 0 70px;
		padding: 5px 0;
		text-align: center;
		width: 70px;
		}
		
		.service .more a {
			color: #fff;
			}
			
		.service .more a:hover {
			color: #000;
			}
			
.serviceMore {
	clear: both;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	}
	
	.serviceMore h2 {
		
		}
	
	.serviceMore img {
		_width: 300px;
		max-width: 300px;
		border: 5px solid #ea3697;
		margin: 0 20px 20px 0;
		float: left;
		}
		
	.serviceMore .description {
		float: left;
		margin: 0 0 20px 0;
		}
		
	.serviceMore .more {
		clear: both;
		background: #ea3697;
		color: #000000;
		float: left;
		font-size: 10px;
		padding: 5px;
		margin: 0 0 20px 0;
		}
		
		.serviceMore .more a {
			color: #fff;
			}
			
		.serviceMore .more a:hover {
			color: #000;
			}