/**********************************************************************************************

	Title: Type Stylesheet
	Author: W3Solutions
	
	Version: Office Theme v1.0
		
***********************************************************************************************/

* {
	font-family: Euphemia, Tahoma, Geneva, Helvetica, sans-serif;
	font-size-adjust: inherit;
	font-stretch: normal;
	font-variant: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	text-indent: inherit;
	text-transform: none;
}
	
body {
	font-size: 1em;
	line-height: normal;
}

h2 {
	font-size: 133.3%;
}
h3 {
	font-size: 113.3%;
}

/* Header */
	
	div#header a,
	div#header a span,
	div#header a kbd {
		text-transform: lowercase;
	}
	div#header a {
		font-size: 133.3%;
		word-spacing: -3px;
	}
	div#header a span {
		font-size: 50%;
	}
/* Pitch */
	div#pitch h2 {
		font-weight: bold;
		font-size: 186.7%;
		line-height: 120%;
	}
	div#pitch h2 * {
		font-weight: bold;
	}
	div#pitch p {
		font-size: 110%;
	}

/* Service Pitch */
	ul#service_pitch a {
		text-align: center;
		font-size: 92.9%;
	}
	
/* Content */
	div#content p.large_text,
	div#content p.large_text a {
		font-size: 120%;
		line-height: 144.4%;
	}
	div#content input,
	div#content textarea {
		font-size: 86.7%;
	}
	/* Services */
	div#content div.service_list ul.service_features li strong {
		font-size: 106.7%;
	}
	/* Contact */
		div#content.contact input,
		div#content.contact textarea {
			font-size: 100%;
		}
	div#content .home a {
			text-align: center;
		}
		
	div#content div#error h2,
	div#content.about h1 {
		font-size: 700%;
		line-height: 90%;
		font-family: Georgia, 'Times New Roman', Times, serif;
	}
	div#content.about h1 b {
		font-family: Georgia, 'Times New Roman', Times, serif;
	}

/* Footer */
div#footer a {
	font-size: 80%;
	vertical-align: middle;
}