html, body {
	margin: 0;
	padding: 0;
	background: #232323;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
}
div#container{
	background: url("../images/header.png") no-repeat;
	width: 1024px;	
	margin: 0 auto;
	padding-top: 195px;
	position: relative;
}
div#logo{
	position: absolute;
	top: 130px;
	left: 100px;
	width: 368px;
	height: 40px;
	margin: 0;
	padding: 0;
	background: url("../images/logo.png") no-repeat;
}
div#menu{
	margin: 0;
	padding: 0;
}
div#menu>ul{
	margin: 0 35px;
	padding: 0;
	list-style: none;
}
div#menu>ul>li{
	padding: 0 20px;
	float: left;
}
div#menu>ul>li>a{
	text-transform: capitalize;
	
	font-size: 14px; 
	display: block;
	text-decoration: none;
	color: #BBB;	
}
div#menu>ul>li>a:hover{
	color: #FFF;	
}
div#dress{
	width: 331px;
	height: 342px;
	position: absolute;
	right: -35px;
	top: 100px;
	background: url("../images/dress.png");
}
div#shadow{
	background: url("../images/shadow.png") no-repeat;
	padding-top: 25px;
	padding-left: 0;
	margin-left: 3px;
}
div#main{
	margin: 0 auto;
	width: 960px;
	background: #F0F0F0;
}
div#content{
	background: #F0F0F0;	
	padding: 25px;
}
div#footer{	
	text-align: center;
	border-top: 1px solid #FFF;
	color: #999; 
	width: 960px;
	height: 100px;
	background: #232323;
	clear: both;
}
.copy{
	font-size: 10px;
	vertical-align: text-top;
}
.hide{
	display: none;	
}
a{
	color: #666;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
/******************
Bemutatkozas
******************/

div#about h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	letter-spacing: 1px;
	color: #777;
	margin: 0;
	padding: 0;
	text-indent: 40px;
}
div#about p{
	text-align: justify;
	font-size: 12px;
	color: #555;
	padding-right: 180px;
	padding-top: 0px;
}
div#about p:first-line{
	text-indent: 50px;
}
/******************
Merettablazat
******************/

div#sizes span{
	font-weight: bold;
}

div#sizes table{
	border: 1px solid #999;
	margin: 15px 0;
}
div#sizes table tr{
	background: #ffffff;
}
div#sizes table td{
	padding: 5px 15px;
}
div#sizes table th{
	background: #AAA;
}
/******************
Termekek
******************/

div#products{
	padding-right: 150px;
	height: 100%;
	width: 100%;
}
div#products>.img-div{
	float: left;
	margin: 10px 20px;
	text-align: center;
	overflow: hidden;
	background: #DDD;
	width: 210px;
	height: 180px;
	display: table;
}
div#products>.img-div>.alap{
	display: table-cell;
	vertical-align: middle;
	display: table-cell;
}
div#products>.img-div>.alap>img{	
	border: 1px solid #AAA;	
	padding: 3px;
	text-align: center;
	vertical-align: middle;
	background: #ffffff
}
/*
div#products>.img-div>.img-description{
	position: absolute;
	background: url("../images/descBack.png");
	color: #EEE;
	bottom: 0;
	left: 3px;
	width: 92%;
	padding: 0 2px;
	margin: 0;				
}
*/
/******************
Kapcsolat
******************/
div#kapcsolat a{
	color: blue;
}
#kapcsolat IMG
{
	float: left;
	margin: 10px;
	border: 2px  groove #CCC;	
	padding: 5px;
	height: 150px;
}
/******************
Linkajánló
******************/
div#linkajanlo h1{
	text-transform: capitalize;
	font-variant: small-caps;
	color: #BBB;
}
div.link p{
	text-indent: 15px;
	padding-left: 20px;
		
}
