* {margin: 0;}

html, body {height: 100%; width: 100%;}

body {
	background-color: #4c1348;
	font-size: 12px;
	font-family: verdana;
	color:#000000;
	text-align:justify;
}

p, ul, li, table, div, h1, h2, h3, hr, img, form, input{
	list-style: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
}

#wrap-container{
	width:100%;
	height:100%;
}

#container{
	width:1000px;
	margin:auto;
	margin-top:20px;
}

#header{
	width:1000px;
	height:195px;
	background:url(../images/layout/bg-header.gif) no-repeat left top;
}

#copyright{
	width:100%;
	text-align:center;
}

#menu{
	padding-left:477px;
	margin-top:125px;
}

#menu ul li{
	display: inline;
	padding: 0px 12px;
}

#menu ul li a{
	font-weight:normal;
	font-size:12px;
	text-decoration: none;
	color:#f60071;
	padding: 0 1px;
}

#menu  ul li a:hover{
	color:#f60071;
	text-decoration: underline;
}

#middle{
	width:1000px;
	background:url(../images/layout/bg-repeat.jpg) repeat-y left top;
	display:table;
}

#middle-content{
	width:972px;
	margin-left:14px;
}

#home-left{
	width:480px;
	float:left;
}

.adresa{
	padding-left:22px;
	font-weight:bold;
	color:#FFFFFF;
}

#home-right{
	width:490px;
	float:left;
}

.home-img{
	width:160px;
	height:180px;
	float:left;
}

.designer-box{
	width:470px;
	height:195px;
	float:left;
	margin-left:10px;
}

.designer-image{
	width:172px;
	height:188px;
	float:left;
}

.adresa select{
	width:130px;
	font-size:11px;
}

#combo{
	width:180px;
	float:left;
}

#txtHint{
	width:250px;
	float:left;
	text-align:left;
	font-weight:normal;
}

.designer-text{color:#FFFFFF; font-size:11px; }

h2{color:#f60071; font-weight:bold; font-family:verdana; font-size:12px;}

#footer{
	width:1000px;
	background:url(../images/layout/bg-footer.jpg) no-repeat left top;
	height:28px;
}

