@charset "utf-8";

body {
	margin:0;
	background-image:url(img/pagebg.png);
	background-position:top;
	background-repeat:repeat-x;
	font-family:Corbel, Calibri, Arial, Helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 24px;
	color: #999;
}
h2 {
	font-size: 22px;
	color: #333;
}
h3 {
	font-size: 20px;
	color: #333;
}
h4 {
	font-size: 18px;
	color: #333;
}
h5 {
	font-size: 16px;
	color: #333;
}
h6 {
	font-size: 14px;
	color: #333;
}

a:link {
	color: #069;
	text-decoration: none;
}
a:visited {
	color: #069;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #039;
}
a:active {
	text-decoration: none;
	color: #06C;
}

#header {
	height:50px;
	background-image:url(img/bg_logoline.png);
	background-position:top;
	background-repeat:repeat-x;
	width:100%;
}

#content {
	margin-top:10px;
	position:relative;
	width: 960px;
	margin-left:auto;
	margin-right:auto;
}

#headercentered {
	position:relative;
	width: 960px;
	margin-left:auto;
	margin-right:auto;
	padding-top:3px;
}

#slogan {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	line-height:12px;
	position: absolute;
	left: 200px;
	top: 12px;
	width:200px;
}

#footer {
	clear:both;
	position:relative;
	width: 960px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	top:20px;
	height:80px;
	border-top:#999 solid 1px;
}

#leftactions {
	position:relative;
	float:right;
	margin-left:10px;
	right:0;
	width:268px;
	height:480px;
	border:1px solid #CCC;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-align:center;
	padding:10px;
}

#trybtn {
background:url(../media/img/btn_try.png) center no-repeat; color:#FFF; height:40px; font-size:14px; font-weight:bold; padding:20px 0 0 0; text-shadow: -1px -1px 0px #000; margin:15px 0 0 0; 	
}

#trybtn:hover {
background:url(../media/img/btn_try_hover.png) center no-repeat; 
}

#freeinstall {
	background:url(../media/img/btn_download.png) center no-repeat; 
	color:#FFF;
	height:40px; 
	width:260px; 
	font-size:14px; 
	font-weight:bold; 
	padding:20px 0 0 0; 
	text-shadow: -1px -1px 0px #906; 
	cursor:pointer;
}

#freeinstall:hover {
	background:url(../media/img/btn_download_hover.png) center no-repeat;	
}

#subscribebtn {
background: url(../media/img/button.png) center no-repeat; color:#FFF; height:70px; font-size:22px; font-weight:bold; padding:20px 0 0 0; margin:20px 0 0 0; line-height:24px; text-shadow: -1px -1px 1px #906;
}

#subscribebtn:hover {
background: url(../media/img/button_hover.png) center no-repeat; 
}

.modal {
	background-color:#fff;
	display:none;
	width:240px;
	padding:10px;
	text-align:left;
	border:1px solid #333;
	z-index:99999;

	opacity:1;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	-moz-box-shadow: 0 0 50px #000;
	-webkit-box-shadow: 0 0 50px #000;
}

.modal h2 {
	background:url(/img/global/info.png) 0 50% no-repeat;
	margin:0px;
	padding:10px 0 10px 45px;
	border-bottom:1px solid #333;
	font-size:20px;
}

.c1 {
	position:relative;
	float:left;
	clear:both;
	width:375px;
	height:15px;
	padding:5px 5px 5px 0px;
	text-align:left;
	border-bottom:#999 dotted 1px;
	}
	
.c2 {
	float:left;
	width:279px;
	height:15px;
	padding:5px 5px 5px 5px;
	text-align:center;
	border-bottom:#999 dotted 1px;
	margin-right:1px;
	}
	
.c3 {
	float:left;
	width:280px;
	height:15px;
	padding:5px 5px 5px 5px;
	text-align:center;
	border-bottom:#999 dotted 1px;
	background-color:#FCE;
	}

.wfpreview {
	position:relative;
	float:left;
	width:220px;
	margin:20px 10px 0 10px;
}

.wfpreview #wfimg {
	border:#666 solid 1px;
	width:218px; 
	height:170px; 
	overflow:hidden;
	background:#CCC;
}

.wfpreview p{
	font-size:16px;
	font-weight:bold;
	margin:5px 0 -10px 0;
}

.wfpreview li{
	font-size:14px;
	list-style:url(img/bullet_first_page_arrow.png) outside;
	margin:2px 0 0 -20px;
	
}

