body {
    margin: 0;
    padding: 0;
    font-size: 13px;
    background-color: #FFF;
}

#Page {
	width: 900px;
	margin: 0 auto;
	padding: 0;
}


#Logo {
	position: relative;
    text-align: center;
    height: 270px;
	background-image: url(img/site/logo_d.png);
    background-repeat: no-repeat;
    overflow: hidden;
}

#MenuPath {
	position: relative;
	padding-left:30px;
    height: 40px;
	vertical-align: middle;
    background-image: url(img/site/footer.png);
	background-repeat: repeat-x;
    color: #ea9c01;
    font-size: 14px;
	line-height: 40px;
}

#MenuPath a {
    padding: 6px 10px 6px 10px;
    text-decoration: none;
}

#Flag {
	position: absolute;
	top: 0;
	right: 20px;
    padding: 6px 10px 6px 10px;
}

#Footer {
    overflow: hidden;
    color: #FFF;
    background-repeat: repeat-x;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-image: url(img/site/footer.png);
}

#Footer2 {
}

#Column1 {
	width: 100%;
	margin-right: 300px;
}

#Column2 {
	margin: 20px 40px;
	padding: 15px;
	float: right;
	width: 250px;
	background-image: url(img/site/grad1.png);
}

div.content {
	padding: 20px 40px;
}

div.panel {
	margin: 0 0 20px 0;
	padding: 15px;
	width: 450px;
	background-image: url(img/site/grad1.png);
}

a.menu {
	display: block;
	width: 80px;
	background-color: #b9c0ff;
	color: #000;
	text-decoration: none;
    padding: 4px 6px 5px 6px;
    font-size: 16px;
    text-align: center;
}

a.about {
	position: relative;
	top: 0px;
	left: 40px;
}

a:hover.menu {
	color: #fff;
	background-color: #ea9c01;
}

.bg_1, .bg_2 {
    background-color: #ddf;
}

.bg_form {
    background-color: #eee;
}

span.app_name {
    font-weight: 600;
    font-size: 22px;
    color: #265779;
}

span.app_ver {
    font-weight: 500;
    font-size: 17px;
    color: #1b699f;
}

#Column1 ul {
    list-style-type: square;
    margin: 0 10px;
    padding-left: 10px;
}

#Column1 li {
	margin-bottom: 3px;
}

#Column1 h1 {
    font-weight: 500;
    font-size: 22px;
    margin-top: 0;
    color: #1b699f;
}

.button a {
	display: block;
	background-image: url(img/site/button_bg_blue.png);
	color: #fff;
	text-decoration: none;
	margin: 0 10px 10px 10px;
	padding: 8px;
    font-size: 14px;
    line-height: 12px;
    text-align: center;
}

.button a:link, .button a:visited, .button a:active {
}

.button a:hover {
	color: #000;
	background-image: url(img/site/button_bg_orange.png);
}

.screenshot img {
    float: left;
	margin: 5px 10px 5px 0;
    border: none;
}

.screenshot span {
    font-weight: 600;
    font-size: 20px;
    margin-top: 0;
    color: #1b699f;
}

td.platHead {
	border-bottom: 3px solid #6699CC;
	border-left: 1px solid #6699CC;
	background-color: #BEC8D1;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	color: #404040;
}

table.platforms { 
	width: 250px;
	float: right;
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	color: #404040;
	background-color: #fafafa;
	border: 1px #6699CC solid;
	border-collapse: collapse;
	border-spacing: 0px; 
	vertical-align: top;
} 

table.paypal { 
	width: 90%;
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	color: #404040;
	background-color: #fafafa;
	border: 1px #6699CC solid;
	border-spacing: 0px; 
	vertical-align: top;
} 

#menuplatform {
	position: absolute;
	top: 155px;
	left: 170px;;
	font-size: 22px;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 20px;
}

li.iphone {
	margin: 0;
	padding: 0;
}
li.android {
	margin: 0 10px;
	padding: 0 10px;
}
li.palmpre {
	margin: 0 20px;
	padding: 0 20px;
}
#menuplatform li {
}
#menuplatform a {
	color: #ea9c01;
	margin: 0;
	padding: 1px 15px;
	text-decoration: none;
}
#menuplatform a:hover {
	background: url("img/site/select.png") left center no-repeat;
	color: #fff;
	padding-bottom: 1px;
}

