body {
	background: white;
	color: black;
	font-size: 80%;
	font-family: Verdana, Helvetica, Arial;
}

p {
	margin: 0 0 1em 0;
	padding-left: 15px;
}

img {
	border: none;
}

a:link, a:visited {
	color: #0055CC;
}


a:hover, a:active {
	color: #CC0000;
}

ul.navi {
	margin: 0;
	padding: 0;
	list-style: none;
	
	font-size: 90%;
}

ul.navi li {
	display: inline;
	color: #666666;
}

ul.navi li.logo {

}

ul.navi a {
	text-decoration: none;
}

div.hr {
	height: 1px;
	border-top: 1px solid #666666;
	clear: both;
	margin-bottom: 10px;
}

div.copy {
	clear: both;
	margin-top: 10px;
	border-top: 1px solid #666666;
	color: #666666;
}

div.legal {
	font-size: 70%;
	padding-left: 15px;
	padding-top: 5px;

}

h1 {
	font-family: Helvetica, Arial;
	font-weight: bold;
	color: #666666;
	font-size: 1.5em;
	
	margin: 0 0 5px 0;
}

h2 {
	font-family: Helvetica, Arial;
	font-weight: bold;
	color: #666666;
	font-size: 1.2em;
	
	margin: 3px 0 2px 5px;
}

h3 {
	font-family: Helvetica, Arial;
	font-weight: bold;
	font-size: 1.1em;
	
	margin: 0px 0 7px 0px;
	
	text-align: left;

	padding-left: 15px;
}


/* CUSTOM */

.centrize {
	margin-left: auto;
	margin-right: auto;
}

span.quoteorigin {
	color: #808080;
	font-size: smaller;
	font-style: italic;
}

/* Navigation items */

a.back {
	display: block;
	
	color: white;
	font-weight: bold;
	text-decoration: none;

	background: #888888;

	margin-bottom: 10px;
	
	padding: 5px;

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	cursor: pointer;
}

/* Appdesc */

div.appdesc {
	background-color: #fefefe;
	
	padding: 5px 10px 10px 10px;
	
	margin-bottom: 10px;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

div.appdesc h2 {
	margin: 0 0 5px;
}

div.appdesc div.icon {
	width: 80px;
	float: left;
	
	margin-right: 10px;
}

div.appdesc div.iconflash {
	width: 100px;
	float: left;
	
	margin-right: 10px;
}

div.appdesc div.appstore {
	width: 153px;
	float: right;
	
	margin-left: 10px;
	
	padding-top: 10px;
}

/* Screens */

.screens {
	color: #666666;
	margin-bottom: 10px;
}

.screens a {
	margin-right: 3px;
}

.screens img {
	border: 1px solid #606060;
}

.video {
	color: #666666;
	width: 220; 
	float: left;
	margin-right: 20px;
}

/* Downloads */

.downloads {
	background-color: #fefefe;
	
	height: 80px;
	padding: 10px 0;
	
	margin-bottom: 30px;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;

	color: #666666;
}

.downloads .dl {
	margin-left: 10px;
	width: 45%;
	float: left;
}

.downloads .dr {
	width: 45%;
	margin-right: 10px;
	float: right;
}

.downloads .itm {
	margin: 20px 0 10px 20px;	
}

.downloads .i {
	width: 80px;
	height: 80px;
	float: left;
}

.downloads .t {
	margin-left: 95px;
	
	font-style: italic;
}

.downloads .as {
	margin-top: 10px;
	
	width: 153px;
	height: 50px;
	
	border: 1px solid #c0c0c0;
	
	text-align: center;
	line-height: 50px;
	font-weight: bold;
	font-style: italic;
}

.downloads .as1 {
	margin-top: 12px;
	
	width: 153px;
	height: 50px;
	
}

/* Lists */

ul.nobullets {
	list-style: none;
	margin: none;
	padding: none;
}

span.green {
	color: #00A000;
}

span.red {
	color: #A00000;
}

span.blue {
	color: #0000A0;
}

/* LAYOUT */

div.outer {
	width: 900px;
	margin: 50px auto 0 auto;
	background-color: #f4f4f4;
}

div.head {
	height: 48px;
	background: url(/images/frame_t.png) repeat-x;
}

div.head div.l {
	background: url(/images/frame_lt.png) no-repeat 0% 0%;
	height: 48px;
}

div.head div.r {
	background: url(/images/frame_rt.png) no-repeat 100% 0%;
	height: 48px;
}

div.foot {
	height: 49px;
	background: url(/images/frame_b.png) repeat-x;
}

div.foot div.l {
	background: url(/images/frame_lb.png) no-repeat 0% 0%;
	height: 49px;
}

div.foot div.r {
	background: url(/images/frame_rb.png) no-repeat 100% 0%;
	height: 49px;
}

div.inner {
	
}

div.inner div.l {
	background: url(/images/frame_l.png) repeat-y 0% 0%;
	padding-left: 42px;
}

div.inner div.r {
	background: url(/images/frame_r.png) repeat-y 100% 0%;
	padding-right: 42px;
}

div.rightcol {
	width: 230px;
	float: right;

	margin-left: 20px;
	margin-bottom: 20px;
}

div.flagdiv {
	padding-left: 48px;
	height: 35px;
	color: #666666;
	background-repeat: no-repeat;
	
	line-height: 25px;
}


/* Wrapper */

.wrapper {
	display: table;
}


html>/**/body .wrapper {
	width: 100%;
}


* html .wrapper {
	height: 1%;
}


*:first-child+html .wrapper {
	height: 1%;
}

/* PNG Fix */

img { behavior: url(/iepngfix.htc) }


