/*
 * main.css 
 */
html {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*background-color: #fff;*/
       
    font-family: Verdana, Arial, sans-serif;
    font-size: 10pt;
    
    /*background-image: url(imgs/bg.jpg);
	background-repeat: no-repeat;*/
}
body {    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	color: #ffffff; 
    
    font-family: verdana, arial, helvetica, sans-serif;
	color: #fff;
	background-color: #fff;
	text-align: center;
	/* part 1 of 2 centering hack */  
}

.bgimage {
    position:relative;
    margin: 0px 0px 0px 0px;
    width: 1100px;
}
.bgimage img {
    border: none;
    position: relative;
}

a { 
	color: #ffffff; 
	border: none;
    text-decoration: underline;
}
a:hover { color: yellow; }
a img { border:none; }

#content {
    width: 1100px; 
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto; 	
    
	/* opera does not like 'margin:20px auto' */
	/*background: #ffffff;*/
    background-color: #fff;
	text-align:left; 
	/* part 2 of 2 centering hack */
	width: 1100px; /* ie5win fudge begins */
	
	}
html>body #content {
	width: 1100px; /* ie5win fudge ends */
}
    
/*
 * This let's the content within use absolute positioning easier.
 */	
#contentwrap {	
	position:absolute;
    top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 50px;
	margin-left: 38px;
    width: 1026px; 
	
}

#logo {
	position:absolute;
	padding: 0px 0px 0px 0px;
    margin: 15px 0px;
	padding: 0px 0px 0px 0px;
	width: 300px;
}
#title {
	position:absolute;
	padding: 0px 0px 0px 0px;
    margin: 15px 0px;
    left: 350px;
	width: 260px;
    height: 61px;
    text-align: center;
}
#cans {
    position:absolute;
	right: 2px;
    top: 0px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border:none;	
    
    background: transparent url(cans.png) no-repeat top right;
}

/*
 * Top Left box
 */
#topleft {
	position:absolute;
	padding: 0px;
    margin: 0px 0px 0px 15px;
	top: 100px;
	left: 0px;
	width: 230px;
	height: 400px;
	
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
    font-weight: bold;
	line-height: 12pt;	
	text-align: left;
}

.navigation {
    display:inline-block;
}

.navigation .active {
    color: yellow;
}

.navborder {
    border-right: 1px solid yellow;
}

.navigation a { 
	display: block;
	margin: 0px 0px 3px 0px;
    white-space:nowrap;
    width: 0px;

	color: #ffffff;
	text-decoration:none;
	border: none; 
}
.navigation a:hover { 
	color: #888888; 
}
.navigation a:active { 
	border: none;
    color: yellow;  
}

.supportlink {
    margin: 50px 0px 0px 40px;
    padding: 5px;
    width: 120px;
    text-align: center;
    /*border: #fff 1px solid;*/
}

.appstorelink {
    margin: 30px 0px 0px 0px;
    padding: 0px;
    width: 220px;
    text-align: center;
}

.mailinglist {
    width: 200px;
    margin: 10px 0px;
    padding: 10px 5px;
    /*border: 1px solid #006699;*/
    color: white;
    line-height: 10pt;
    text-align: center;
}
.mailinglist .mailingtext {
  margin: 10px 0px;
  text-align: left;
}


/*
 * Main content
 */
.maincontent {
	position:absolute;
	padding: 0px 10px;
	top: 100px;
	left: 260px;
	width: 450px;
	height: 1200px;
	
	text-align: left;
}

.contentimage {
	border:none;
    margin: 5px 10px;
}

.contentimagealt {
	border:none;
    margin: 5px 0px 0px 60px;
}

.contenttitle {
    color: #ffffff;
    width: 100%;
    font-weight: bold; 
	/*border-bottom: solid 1px white;*/ 
    margin: 10px 0px 15px 0px;
    padding: 0px 0px 5px 0px;
}

.imagetitle {
    position:absolute;
    right: 75px;
    top: 50px;
    z-index: 20;
}

.maincontent p {
	padding: 0px 10px 0px 0px;
}

.sectionheader {
    color: #ffffff;
    width: 100%;
    font-weight: bold; 
	/*border-bottom: solid 1px white;*/ 
    margin: 20px 0px 15px 0px;
    padding: 0px 0px 5px 0px;
}


/*
 * Other css
 */
.contentbox {
    width: 465px;
	/* just a way of identifying content panes */
}

.contentbox ol li {
    margin: 10px 0px;
}
