html, body{
	margin: 0px;
	padding: 0px;
}

body{
	background: white url('../images/background.png') repeat-x;
}

#mother {
	position: relative;
	width: 872px;
	margin: 0 auto;
	background: url('../images/background-mother.png') no-repeat;
}

#header {
	position: relative;
	width: 679px;
	height: 255px;
	margin: 0px 96px 55px 97px;
}

#star-left {
	width: 138px;
	height: 134px;
	position: absolute;
	background: url('../images/star-left.png') no-repeat;
	top: 181px;
	left: -44px;
}

#star-right {
	width: 125px;
	height: 143px;
	position: absolute;
	background: url('../images/star-right.png') no-repeat;
	bottom: -60px;
	right: -62px;
}

#star-topleft {
	width: 58px;
	height: 68px;
	position: absolute;
	background: url('../images/star-topleft.png') no-repeat;
	top: 53px;
	left: -48px;
}

#terms{
	height: 27px;
	line-height: 27px;
	text-align: right;
	color: white;
	font-size: 64.286%;
	margin: 0 8px;
}

#terms a{
	color: white;
	text-decoration: none;
}

#motive{
	height: 199px;
	background-color: white;
	background-image: url('../images/motives/motive-home.png');
	background-repeat: no-repeat;
}

#motive h1{
	margin: 0px;
	padding: 0px;
	text-indent: -3000px;
}

#logo{
	position: absolute;
	left: 18px;
	top: 39px;
}

#logo img{
	border: 0 none;
}

#mainmenu{
	height: 29px;
	line-height: 29px;
	margin: 0 38px;
	padding: 0px;
	list-style: none;
	position: absolute;
	bottom: 0px;

}

#mainmenu li {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px 7px;
}

#mainmenu li a {
	color: white;
	text-decoration: none;
	font-size: 85.714%;
}

#main{
	position: relative;
}

#footer{
	font-size: 64.286%;
	text-align: center;
	width: 872px;
	height: 33px;
	line-height: 33px;
	position: absolute;
	bottom: -33px;
}

#footer span{
	margin-left: 10px;
}

#footer span.first{
	margin-left: 0px;
}

.col{
	position: relative;
	float: left;
	left: 100%;
}

.col-main{
	margin-left: -780px;
	width: 538px;
}

.col-side{
	width: 171px;
	margin-left: -230px;
}

.col-side h2{
	font-weight: bold;
	margin: 0px;
	font-size: 128.571%;
	margin-top: -3px;
}

.col-side ul{
	font-size: 85.714%;
	margin: 10px 0px;
	padding: 0px;
	list-style: none;
}

.col-side ul li{
	padding-left: 27px;
	height: 18px;
	line-height: 18px;
	margin: 8px 0px;
}

.col-side ul li.li-phone{
	background: url('../images/li-phone.png') no-repeat 0% 50%;
}

.col-side ul li.li-fax{
	background: url('../images/li-fax.png') no-repeat 0% 50%;
}

.col-side ul li.li-mail{
	background: url('../images/li-mail.png') no-repeat 0% 50%;
}

.col-side ul li.li-facebook{
	background: url('../images/li-facebook.png') no-repeat 3px 0%;
}

.col-side ul li.li-facebook a {
	display: block;
	margin-left: -27px;
	padding-left: 27px;
}

.col-side ul li.li-facebook:hover{
	background-position: 3px 100%;
}

.col-side ul li a{
	color: #585858;;
	text-decoration: none;
}

.col-side h3{
	font-weight: normal;
	text-align: center;
	letter-spacing: .2em;
	margin: 0px;
	font-size: 100%;
}

.col-side p{
	padding-bottom: 4px;
}

.col-side form{
	margin: 0px;
}

.col-side input.inp-text, .col-side textarea.inp-text{
	border: none transparent;
	width: 163px;
	padding: 4px;
	background: white url('../images/col-side-input-background.png') repeat-x;
}

.col-side input.inp-text{
	height: 16px;
}

.col-side input.inp-submit{
	display: block;
	margin: 0 auto;
}

.content{
	background: url('../images/col-main-background.png') repeat-y;
	padding: 30px 36px 10px 36px;
	width: 466px;
}

.col-main-top{
	height: 10px;
	background: url('../images/col-main-top.png') no-repeat;
	overflow: hidden;
}

.col-main-bottom{
	height: 10px;
	background: url('../images/col-main-bottom.png') no-repeat;
}

.error{
	color: red;
}
