@import "reset.css";

.endl, .endline {
	clear:both;
}


div.endl {
	height:0;
}

body {
	min-width:1000px;
	text-align:center;
	font-family: Lucida Grande,Lucida Sans Unicode,Arial,Verdana,sans-serif;
	background:#fafafa url(/img/page-back.jpg) repeat-y center;
	text-align:center;
	font-size:80%;
	color:#555;
}

a {
	text-decoration:none;
	color:#3883cf;
	border-bottom:1px dashed #3883CF;
}

a:hover {
	color:#3883cf;
	border-bottom:1px dashed #3883CF;
}

a:visited {
	color:#3883cf;
	border-bottom:1px dashed #3883CF;
}

.noborder, 
.noborder:hover,
.noborder:visited {
	border:none;
}

#head #menu a.current {
	color:#000;
	background:#e6eef3;
}



#language {
	text-align:center;
	position:absolute;
	width:100%;
	left:0;
}

	#language a {
		background:#E6EEF3;
		padding:0 4px;
		border:none;
	}
	
	#language a:hover,
	#language a:visited {
		border:none;
	}
	
	#language a:hover {
		background:#b8d0df;
	}

#head  {
	border-top:6px #e6eef3 solid;
	background:#fff url(/img/menu-back.jpg) repeat-x;
	height:72px;
	width:972px;
	margin:0 auto;	
	overflow:hidden;
}

	#head a {
		font-size:150%;
	}

	#head #logo {
		background:url(/img/logo.jpg) no-repeat;
		display:block;
		float:left;
		width:208px;
		height:72px;
	}
	
	#head #menu {
		border:none;
		background:none;
		float:right;
		padding-top:20px;
		margin-top:5px;
		margin-right:10px;
		
	}

		#head #menu a {
			color:#555;
			padding:25px 7px;
		}
	
		#head #menu a:hover {
			color:#555;
			background:#f3f6f9;
		}
		
#moneyback {
	position:absolute;
	top:62px;
	text-align:right;
	width:980px;
}
	
#page {
	width:1000px;
	margin:0 auto;
	text-align:left;
}

	#page #show {
		width:972px;
		height:345px;
		background:#76be3e url(/img/rb-1.jpg);
		margin:0 auto;

	}
	
		#page #show #showpan {
			background:url(/img/showback.png);			
			height:84px;
			margin-top:235px;
		}
		
			#page #show #showpan a,
			#page #show #showpan a:hover,
			#page #show #showpan a:visited {
				border:none;
			}
	
	#page #show #download-btn {
		background:url(/img/button-download.png) 0 0;
		width:229px;
		height:71px;
		display:block;
		float:left;
		margin-top:7px;
	}
	
	#page #show #download-btn:hover {
		background:url(/img/button-download.png) 0 70px;
	}
		
	#page #show #buynow-btn {
		background:url(/img/button-buy-now.png) 0 0;
		width:210px;
		height:85px;
		display:block;
		float:left;
	}
	
	#page #show #buynow-btn:hover {
		background:url(/img/button-buy-now.png) 0 85px;
	}

	#page #content {
		width:972px;
		margin:0 auto;
		background:#e6f3ff;
		height:440px;
		border-top:4px #fff solid;
	}

		#page #content #leftpan {
			width:616px;
			height:440px;
			float:left;
			background:#67a0d4 url(/img/keyfeatures.jpg) no-repeat;
			border-left:4px #91bde6 solid;
			border-right:4px #91bde6 solid;
			overflow:hidden;
		}
		
			#page #content #leftpan #path {
				font-size:90%;
				padding-left:10px;
				border-bottom:1px #eee solid;
				width:100%;
			}
		
			#page #content #leftpan h2 {
				color:#fff;
				font-size:150%;
				text-shadow:0 1px 0 #555555;
			}
		
			#page #content #leftpan p {
				color:#fff;
				margin:16px 0 16px 16px;
			}
		
			#page #content #leftpan div {
				float:left;
				width:245px;
				height:310px;
				overflow:hidden;
				margin:16px 32px 0 16px;
			}

			#page #content #leftpan div.left {
				float:left;
			}

			#page #content #leftpan div.right {
				float:right;
				margin:16px 16px 0 32px;
			}

			#page #content #leftpan #screenshots {
				margin:0;
				background:url(/img/showback.png);
				width:100%;
				height:114px;
				overflow:hidden;
			}
				#page #content #leftpan #screenshots a {
					background:url(/img/screenshots.png) no-repeat center;
					display:block;
					float:left;
					width:118px;
					height:87px;
					margin:16px;
					text-align:center;
					border:none;
				}
				
				#page #content #leftpan #screenshots a:visited,
				#page #content #leftpan #screenshots a:hover {
					border:none;
				}

				#page #content #leftpan #screenshots a img {
					padding-top:7px;
				}
		

		#page #content #rightpan {
			width:336px;
			height:440px;
			float:right;
			overflow:hidden;
		}
			#page #content #news,
			#page #content #subscribe,
			#page #content #addsubscribe {
				padding-bottom:0;
				padding-right:10px;
			}
		
			#page #content #rightpan h3 {
				font-size:100%;
				margin:15px 0 0 10px;
			}

			#page #content #rightpan p {
				margin:0 10px 15px 0;
			}

			#page #content #rightpan p.date {
				margin:0 0 0 10px;
				color:#aaa;
				font-size:85%;
			}
			
			#page #content #rightpan p.panel-title {
				font-size:180%;
				margin-bottom:5px;
				color:#3883cf;
				margin-top:20px;
				text-shadow:0 1px 0 #fff;
			}

			#page #content #rightpan p.right {
				text-align:right;
			}

			#page #content #rightpan p a {
				color:#3883cf;
			}
			
			#page #content #rightpan ul {
				margin:0 10px 15px 10px;
			}
				#page #content #rightpan ul li {
					margin-left:10px;
					list-style:disc;
					line-height:30px;
				}
			
			#page #content #rightpan form {
				padding-bottom:32px;
				width:320px;
			}
			
			#page #content #rightpan form input {
				width:218px;
				height:22px;
				margin-bottom:3px;
			}
			
			#page #content #rightpan form p {
				margin:0;
				float:left;
			}
			
			#page #content #rightpan form p.send {
				float:right;
			}

			#page #content #rightpan form p.send input {
				width:88px;
				height:52px;
				background:#f68c29;
				border:3px #db8426 solid;
				border:none;
				background:transparent url(/img/subscribe-btn.png) no-repeat left top;
			}

			#page #content #rightpan form p.send input:hover {
				background:transparent url(/img/subscribe-btn.png) no-repeat left -52px;
			}

			#page #content #rightpan #addsubscribe {
				height:100px;
				margin-top:35px;
			}
			
				#page #content #rightpan #addsubscribe a,
				#page #content #rightpan #addsubscribe a:hover,
				#page #content #rightpan #addsubscribe a:visited {
					border:none;
				}

				#page #content #rightpan #addsubscribe a {
					margin-left:50px;
					float:left;
				}

	#page #awards {
		clear:both;
		border-top:1px #91aabd solid;
		border-bottom:1px #ccc solid;
		background: #f8fcf8 url(/img/awardback.jpg) repeat-x;
		height:98px;
		width:972px;
		margin:0 auto;
		overflow:hidden;
		text-align:center;
	}
	
		#page #awards div {
			padding-left:16px;
			/*border-left:4px #fff solid;
			border-right:4px #fff solid;*/
			overflow:hidden;
		}
		
		#page #awards div img{
			padding:16px;
		}
	
	#page #footer {
		width:972px;
		margin:0 auto;
		background:#f9f9f9 url(/img/footerback.jpg) repeat-x;
		height:80px;
		text-align:center;
	}
	
		#page #footer  p {
			margin-top:3px;
			font-size:90%;
			color:#555;
		}
	
		#page #footer #secondmenu {
			padding-top:20px;

		}
		
		#page #footer #secondmenu a {
			margin:0 8px;
		}

#gallery {width:176px;height:136px;padding:0;margin-left:10px;}
#gal-first, #gal-back {position:absolute;margin-top:9px;border:none;}
#gal-first {z-index:100;}
#gal-back {z-index:0;}
#gal-first a, #gal-back a {
	border:none;
}		