@charset "utf-8";

/* ========================================
*
*	     SergeyChunkevich.com
*
======================================== */

html, body  { margin:0; padding:0; }

body {
	background:url(../images/bg_blue.png) top repeat-x;
	background-color:#fff;
	font-family:Helvetica, Arial, sans-serif;
}
#main {
	width:100%;
}

/* ================================= 0.| Свет ===== */
#light {
	width:672px;
	height:524px;
	background:url(../images/light.png) no-repeat;
	margin-left:-336px;
	left:50%;
	position:absolute;
	top:-50px;
	z-index:-2;
}

/* ================================= 1.| Заголовок ===== */
#container1 {
	width:100%;
	padding:60px 0 10px 0;
	border-top:4px solid #213438;
}
.middle {
	width:920px;
	height:410px;
	margin:0 auto;
	overflow:auto;
}
.img {
	background:url(../images/korobka.png) center top no-repeat;
	width:400px;
	height:400px;
	margin:auto;
	float:left;
}
.zagolovok{
	width:480px;
	color:#213438;
	font-size:50px;
	font-weight:bold;
	margin:30px 0 15px 30px;
	text-shadow:1px 1px #fff;
	float:left;
}
.podzagolovok{
	width:480px;
	color:#555;
	font-size:22px;
	margin:30px 0 15px 30px;
	text-shadow:1px 1px #fff;
	float:left;
}

/* ================================= 2.| Скачать материал ===== */
#download_area {
	background:#f9f9f9;
	width:900px;
	margin:0 auto 40px auto;
	border:2px solid #fff;
	-webkit-border-radius:8px;
	 -khtml-border-radius:8px;
	   -moz-border-radius:8px;
			border-radius:8px;
	-webkit-box-shadow:0em 0em 1em rgba(0, 0, 0, 0.4);
	   -moz-box-shadow:0em 0em 1em rgba(0, 0, 0, 0.4);
	        box-shadow:0em 0em 1em rgba(0, 0, 0, 0.4);
}
.d_box {
	padding:20px;
	overflow:auto;
}
.d_title {
	background:#FFCC33;
	color:#444;
	font-size:20px;
	text-align:center;
	margin-bottom:20px;
	padding:5px 0 5px 0;
	text-shadow:1px 1px #fff;
	-webkit-border-top-left-radius:10px;
	 -khtml-border-top-left-radius:10px;
	   -moz-border-top-left-radius:10px;
			border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	 -khtml-border-top-right-radius:10px;
	   -moz-border-top-right-radius:10px;
			border-top-right-radius:10px;
}
.d_box_module {
	margin-top:20px;
	overflow:auto;
}
.d_img{
	width:300px;
	height:200px;
	float:left;
	padding:3px;
	border:1px solid #ccc;
}
.d_info {
	width:550px;
	float:left;
}
.d_headline {
	color:#777;
	font-size:40px;
	font-weight:bold;
	margin:10px 0 10px 30px;
}
.d_description {
	color:#777;
	font-size:20px;
	margin:10px 0 20px 30px;
}
.d_button {
	background:#005FAD;
	color:#fff;
	font-size:25px;
	margin:20px 0 10px 30px;
	padding:5px 15px;
	text-decoration:none;
	border:0;
	-webkit-border-radius:5px;
	 -khtml-border-radius:5px;
	   -moz-border-radius:5px;
			border-radius:5px;
}

/* ================================= 3.| БОНУС ===== */
.d_bonus_box {
	padding:20px;
	overflow:auto;
}
.d_bonus_title {
	background:#ED1C2D;
	color:#fff;
	font-size:20px;
	text-align:center;
	margin-bottom:20px;
	padding:5px 0 5px 0;
	text-shadow:1px 1px #000;
	-webkit-border-top-left-radius:10px;
	 -khtml-border-top-left-radius:10px;
	   -moz-border-top-left-radius:10px;
			border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	 -khtml-border-top-right-radius:10px;
	   -moz-border-top-right-radius:10px;
			border-top-right-radius:10px;
}
.d_bonus_headline {
	color:#777;
	font-size:40px;
	font-weight:bold;
	margin:10px 0 10px 30px;
}

/* ================================= 4.| Подвал сайта ===== */
#footer {
	width:100%;
	font-size:13px;
	color:#777;
    text-align:center;
	margin:0 auto 20px auto;
	padding:15px 0 0 0;
	text-shadow:1px 1px #fff;
}
	#footer a { color:#777; text-decoration:none; margin:0 5px;}
	#footer a:hover { text-decoration:underline; }
	#footer p { color:#777; }
	#footer p a { color:#999; font-size:10px; }
	#footer p a:hover { color:#999; text-decoration:underline; }
	

/* ===============================	
     Автор:SergeyChunkevich.com
   =============================== */

