*{
	margin:0;
	padding:0;
}
html,body{height:100%;}
html{background:url(/tpl/jimmdownload/images/deco_background.jpg) #38a200 repeat-x;}
body{
	background:url(/tpl/jimmdownload/images/deco_background_main.jpg) 50% 0 no-repeat;
	font:12px/14px Helvetica, Arial, sans-serif;
	color:black;
	min-width:960px;
}
#wrapper, #footer div{
	width:960px;
	margin:auto;
}
#wrapper{
	min-height:100%;
	position:relative;
}	/* footer support */
	#wrapper:after{
			background:red;
			content:"This is footer support. Do not remove.";
			content:"…";
			display:block;
			width:100%;
			height:53px;
			visibility:hidden;
			overflow:hidden;
	}
/* Header
----------------------------------------------*/
h1{
	background:url(/tpl/jimmdownload/images/deco_logo.png) 50% no-repeat;
	width:243px;
	height:125px;
	position:absolute;
	top:32px;
	left:114px;
	z-index:1000;
}
	h1 a{
		display:block;
		width:100%;
		height:100%;
	}
/* slogan */
h4.slogan{
	background:url(/tpl/jimmdownload/images/deco_slogan.png) 50% no-repeat;
	width:404px;
	height:117px;
	position:absolute;
	top:155px;
	left:127px;
}
/* Nav
----------------------------------------------*/
#nav{
	position:absolute;
	top:289px;
	left:174px;
	width:101px;
	z-index:1000;
}
	#nav li{
		list-style:none;
		height:17px;
		margin-bottom:7px;
	}
	#nav a{
		background:url(/tpl/jimmdownload/images/sprite_nav.png) 0 0 no-repeat;
		display:block;
		width:100%;
		height:100%;
	}	/* default */
		#nav #nav_jimm{background-position:0 0;}
		#nav #nav_faq{background-position:0 -24px;}
		#nav #nav_contacts{background-position:0 -47px;}
			/* hover */
			#nav #nav_jimm:hover{background-position:-106px 0;}
			#nav #nav_faq:hover{background-position:-106px -24px;}
			#nav #nav_contacts:hover{background-position:-106px -47px;}
/* Choose Jimm block
----------------------------------------------*/
#block_choose_jimm{
	width:225px;
	padding:254px 0 0 343px;
	position:absolute;
}
	#block_choose_jimm h3{
		background:url(/tpl/jimmdownload/images/text_choose_jimm.png) 0 0 no-repeat;
		width:210px;
		height:31px;
		margin-bottom:12px;
	}
	#block_choose_jimm label{
		font-weight:700;
		line-height:24px;
		color:#287300;
		padding:0 0 0 13px;
	}
		#block_choose_jimm label input{margin-right:5px;}
			#submit_choose_jim, #submit_download{
				background:url(/tpl/jimmdownload/images/button_choose_jimm.png) 0 0 no-repeat;
				border:0;
				width:152px;
				height:38px;
				margin:10px 0px 0px 6px;
				cursor:pointer;
			}
				#submit_choose_jim:hover, #submit_download:hover{background-position:0 -41px;}
/* Download block
----------------------------------------------*/
#block_download_description{
	width:282px;
	padding:260px 0 0 336px;
	position:absolute;
	z-index:100;
}
	#block_download_description h3{
		background:url(/tpl/jimmdownload/images/text_send_sms.png) 0 0 no-repeat;
		width:235px;
		height:27px;
		margin-bottom:12px;
	}

	#select_download_description{
		font:11px/11px Tahoma, sans-serif;
		width:15em;
		padding:1px 0 3px 0;
		margin-bottom:6px;
	}

	#block_download_description h5{
		font:900 14px/20px Tahoma, sans-serif;
		color:#000;
		margin-bottom:9px;
	}
		#block_download_description h5 span{color:#ea1010;}

	#block_download_description p{
		font:11px/14px Tahoma, sans-serif;
		color:#4f4f4f;
		margin:0 0 9px -50px;
	}

	#input_download{
		font:11px/11px Tahoma, sans-serif;
		width:13em;
		display:block;
		padding:1px 0 3px 0;
	}

	#submit_download{
		background:url(/tpl/jimmdownload/images/button_send.png) 0 0 no-repeat;
		margin:13px 0 0 0;
	}
/* About block
----------------------------------------------*/
#block_about{
	width:297px;
	padding-top:215px;
	float:right;
}
	#block_about p{
		font-size:12px;
		letter-spacing:.1pt;
		line-height:16px;
		margin-bottom:16px;
	}
/* Comments
----------------------------------------------*/
#block_comments{
	font-size:12px;
	line-height:18px;
	background:url(/tpl/jimmdownload/images/text_comments.png) 295px 124px no-repeat;
	clear:both;
	padding:161px 0 0 306px;
	width:436px;
		position:relative;
}
#block_comments p{margin-left:-4px;}
.comments_user{
	color:#143b00;
	text-decoration:underline;
}
	.comments_user:hover{text-decoration:none;}
	.comments_message{
		color:#fff;
		margin-bottom:15px;
	}

/* Progressive
----------------------------------------------*/
/* adaptive markup */
@media screen and (max-width:760px){

	body{overflow-x:hidden;}
	#wrapper{width:100%;}

	#block_about{
		width:297px;
		float:none;
		padding:594px 0 0 79px;
		width:50%;
	}

	#block_comments{
		padding:42px 0 0 79px;
		width:50%;
		background-position:68px 5px
	}

}


/* Generic
----------------------------------------------*/
label:hover input{outline:1px solid rgba(5,150,5,0.5);}
/* typographics */
.black{color:#000;}
.white{color:#fff;}
/* hidden text */
h1 span, .image-replacement span{display:none;}
#submit_choose_jim, #submit_download, #nav li{text-indent:-8653px;}
/* decorations */
.deco{
	width:100%;
	height:100%;
	position:absolute;
}