/* <!-- */
#container {
	width: 900px;
	margin: 0 auto;
	font-family: Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
	font-size: 14px;
	line-height: 1.6em;
	color: #666;
	background-color: #FFF;
}
/* General styles */
body {
    margin:0;
    padding:0;
    border:0;			/* This removes the border around the viewport in old versions of IE */
    width:100%;
    background:#fff;
    min-width:600px;    /* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
}
a {
	color:#36C;
}
a:hover {
	color:#fff;
	background:#369;
	text-decoratio;
}

a img {
	color:#fff;
}

h1, h2, h3 {
    margin:.8em 0 .2em 0;
    padding:0;
	color: #04A;
}
p {
    margin:.4em 0 .8em 0;
    padding:0;
}
img {
	margin:10px 0 5px;
}
/* Header styles */
#header {
    clear:both;
    float:left;
    width:100%;
	padding-bottom: 5px;
}
#header {
}
#header p,
#header h1,
#header h2 {
    padding:.4em 15px 0 0px;
    margin:0;
}

#header h2 {
	color:#000;
}

#logo {
	clear:both;
	float:right;
	margin:0;
	padding:6px 15px !important;
}
/* column container */
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
    clear:both;
    float:left;
    width:100%;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
}
/* 2 column left menu settings */
.leftmenu {
    background:#EEEEFF;
	border: 4px solid #948979;
}
.leftmenu .colright {
    float:left;
    width:200%;
	position:relative;
	left:200px;
    background:#fff;
	border-left: 4px solid #948979
}
.leftmenu .col1wrap {
    float:right;
    width:50%;
    position:relative;
    right:200px;
    padding-bottom:1em;
}
.leftmenu .col1 {
    margin:0 15px 0 215px;
    position:relative;
    right:100%;
    overflow:hidden;
}
.leftmenu .col2 {
    float:left;
    width:180px;
    position:relative;
    right:195px;
}

.app {
	clear:both;
	height: 180px;
}

.app ul {
}

.appstore {
	float:right;
	padding:0px;
	margin:0px;
}

.subapp {
	clear:both;
	height: 100px;
	vertical-align: middle;
}
.subapp table {
	height: 90px;
}
.small_app_logo {
	float:left;
	width:64px;
	height:64px;
	margin: 10px;
	padding-right: 20px;
}
.app_logo {
	float:left;
	width:125px;
	height:125px;
	margin: 10px;
	padding-right: 20px;
}

/* Footer styles */
#footer {
    clear:both;
    float:left;
    width:100%;
}
#footer p {
    padding:10px;
    margin:0;
}