@charset "utf-8";
/* CSS Document */
html,body {margin:0;padding:0;height:100%;font-family:Arial, Helvetica, sans-serif;}
body{ background:#e1e1e1 url(layout/white/body-top-bg.jpg) repeat-x 0 0; height:auto !important; height:100%;min-height:100%;}

p{padding:22px 18px 3px 18px; margin:0; float:left; color:#484e53; font-size:16px; font-weight:bold;}
p.normal{font-size:12px; color:#6b6e70;font-weight:normal; padding-top:0px;}
h1 {font-size:31px; color:#343232; font-weight:normal;float:left; padding:16px 13px 0px 13px;  width:494px; margin:0;}
#container{position:absolute; margin:0 auto;width:100%;  height:auto !important; height:100%;min-height:100%; background:url(layout/white/body-bottom-bg.jpg) repeat-x bottom left;}
	#content_row {width:700px; position: absolute;height:410px; left: 50%; top: 50%; margin-left: -350px; margin-top: -230px;}

		#logo{ height:70px; text-align:left;padding-top:0px; padding-left:68px; padding-bottom:20px;}
		#timer{ height:302px;width:625px; margin:0 auto; background:url(layout/white/timer-bg.gif) no-repeat top right; text-align:center;  position:relative;}
			#progresbar-bg{width:8px; padding:0 10px 0 7px; height:300px;background:url(layout/white/progresbar-bg.gif) no-repeat 50% 0%;float:left;}
					#progresbar-bar{ margin-top:8px;float:left; width:10px; height:253px;position:relative;top:0;background:url(layout/white/progresbar.png) no-repeat 50% 0px;}
					#procent{ position:absolute;height:31px; width:75px; background:url(layout/white/procent-bubble.png) no-repeat top left;padding-top:5px;left:-60px;font-size:21px; color:#FFF; font-weight:bold;}
						#procent span{ font-size:14px; margin-left:2px; font-weight:bold;}
			ul{float:left; width:40px;height:286px; padding:14px 11px 0 18px; margin:0; list-style:none; }
				ul li a{width:40px; height:30px; padding:4px 0; display:block; float:left; background-position:0 0; background-repeat:no-repeat;}
				ul li a:hover{background-position:0 -40px;}
				 ul li a#link1:hover{background-position:0 -50px;}
					ul li a#link1{background-image:url(layout/white/link1.png); height:40px;}
					ul li a#link2{background-image:url(layout/white/link2.png);}
					ul li a#link3{background-image:url(layout/white/link3.png);}
					ul li a#link4{background-image:url(layout/white/link4.png);}
					ul li a#link5{background-image:url(layout/white/link5.png);}
					ul li a#link6{background-image:url(layout/white/link6.png);}
					ul li a#link7{background-image:url(layout/white/link7.png);}
			
			#countdown{float:left;width:500px;height:85px; padding:15px  9px 15px 15px; margin:5px 0;border:1px solid #b9b9b9; background:url(layout/white/counter-bg-bg.jpg) repeat-x 0 0;}

			#countdown span{width:119px; height:84px; padding:0 3px 0 3px;display:block; float:left;font-weight:bold;background:url(layout/white/counter-bg.png) no-repeat 0 0; }
					#countdown span.text{width:110px; height:13px; padding:8px 0 0 0; text-align:center;font-size:14px;color:#898988; background:none}
					#countdown span.number{width:119px; height:60px; padding:0; text-align:center;font-size:48px;color:#fff;  background:none;}
			#form-email{float:left; width:508px;padding:0px 0px 10px 17px; margin:0;}
				#form-email p{ float:left;padding:0;}
				#form-email input{ border:none; background:none;}
					#form-email input#email{height:24px; width:374px; padding:8px 5px 0 8px;  color:#616161; font-size:14px; font-family:Arial, Helvetica, sans-serif;background:url(layout/white/input-bg.gif) no-repeat 0 0; }
					#form-email input#submit{ background-image:url(layout/white/submit.png);background-repeat:no-repeat; background-position: 0 0px; height:30px; width:95px; margin-left:10px; margin-top:1px; }
					#form-email input#submit:hover{ background-position:0-40px; cursor:pointer;}

.tipsy {}
  .tipsy-inner {max-width: 200px; text-align: center;}
	.tipsy-west { background-image: url(layout/white/tooltip-left-arrow.gif); background-position: left center;padding-left:4px;}
	.tipsy-inner span{ border:1px solid #4a4a4a;background-color:#000;padding:2px 4px; float:left; color:#919191; font-size:11px; }
	.tipsy-inner span.west{border-left:0px none; }

