/*
Title:      	Aspire Offices stylesheet for screen media
Author:     	Karl Ridley, falling@happyleaves.com
Updated:    	27th July 2009
*/


/* WRAPPERS */

body {
	font-family: "Lucida Grande", Arial, Helvetica, "Verdana", sans-serif;
	font-size: small;
	text-align: left;
	line-height: 1.3em;
	margin: 0;
	background: #000000 url(../jpg/bg-tile.jpg) repeat top left;
	}
	
#html body {
	font-size: x-small; /* IE5/Win */
	font-size: small; /* for other IE versions */
	}
	
h1 {
	font-size: 240%;
	color: #ffffff;
	line-height: 0.8em;
	font-weight: normal;
	margin: 20px 0 10px 0;
	padding: 0;
	}
	
h2 {
	font-size: 140%;
	color: #ffffff;
	font-weight: normal;
	margin: 10px 0 0 0;
	}
	
h3 {
	font-size: 105%;
	color: #ffffff;
	}	
	
.clear {
	clear:both;
	}		

.divline {
	border-bottom: #98dcf4 1px dotted;
	padding: 0;
	height: 1px;
	margin: 0;
	width: 100%;
	}
	
.spacer {
	padding: 0;
	height: 15px;
	margin: 0;
	width: 100%;
	}		
	
#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 625px;
	height: 580px;
	}	


#email {
	margin: 0;
	padding: 0;
	width: 625px;
	height: 140px;
	}
	
#rendering {
	width: 625px;
	height: 440px;
	margin: 0 auto;
	padding: 0;
	background: url(../jpg/aspire-bootham-york.jpg) no-repeat top left;
	}	
	
.emaillink {
	margin: 0;
	padding: 140px 0 0 0;
	list-style: none;
	display: inline;
	overflow: hidden;
	text-align: left;
	}

.emaillink li {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
	}

.emaillink a {
	float: left;
	padding: 140px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/: 140px; /* for IE5/Win only */
	}
	
.emaillink a:hover {
	background-position: 0 -140px;
	}

.emaillink a:active, .emaillink a.selected {
	background-position: 0 -140px;
	}
	
.emaillinkimg a {
	width: 625px;
	background: url(../gif/email.gif) top left no-repeat;
	}		
	
