@charset "utf-8";

@import "parts/top.css" screen,handheld;
@import "parts/langs-menu.css" screen,handheld;
@import "parts/three-steps.css" screen,handheld;
@import "parts/footer.css" screen,handheld;
@import "parts/cost-table.css" screen,handheld;
@import "parts/languages.css" screen,handheld;
@import "parts/contacts.css" screen,handheld;

@import "libs/wisebox.css" screen,handheld;
@import "libs/jgrowl.css" screen,handheld;



html,body{margin:0;padding:0;border:none;width:100%;height:auto;}
* {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
}
* ::-moz-focus-inner{border:0;}

button, input{border:none;outline:none;}


body{
	background:url(../i/body-bg.png) 0 0 repeat;
}

a{color:#69c;}
a:hover{color:#00c5f6;}

#box-01{
	width:950px;
	background:url(../i/shine-bg.png) center 0 no-repeat;
	min-height:890px;
	margin:0 auto;
}

#box-02{
	margin-top:35px;
}

#box-02 h1{
	font-size:28px;
	font-weight:400;
}

#box-02,#box-02 *{
	
}

#box-02 p{
	margin-top:14px;
}

#box-02 h2{
	font-size:22px;
	font-weight:400;
	margin:12px 0 0 0;
}
#box-02 h3{
	font-size:18px;
	font-weight:400;
	margin:12px 0 0 0;
}

#box-02 ul, .ul-style{
	list-style:none;
	margin:12px 0;
}
#box-02 ul li, .ul-style li{
	padding-left:22px;
	background:url(../i/ul_check.png) 0px 4px no-repeat;
	line-height:24px;
	margin-bottom:10px;
	font-size:14px;
}


p{
	font-size:14px;
	line-height:22px;
}











