html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* My styles */

	body { 
		background:url(../images/body-back.gif) repeat-x top center #2a2a2a;
		font-family:"Lucida Grande", Arial, Verdana, sans-serif;
		font-size:72.5%;
		line-height:1.5em;
	}
	h2 {
		font-size:2em;
		line-height:1em;
		margin-bottom:.5em;
	}
	h3 {
		font-size:1.5em;
		line-height:1em;
		margin-bottom:.5em;
	}
	p {
		line-height:1.6em;
		margin-bottom:1em;
	}
	strong {
		font-weight:bold;
	}
	ul, ol {
		margin-left:20px;
	}
	ul li, ol li {
		padding-bottom:.5em;
	}
	ol li {
		line-height:2em;
	}
	ul li {
		list-style-type:square;
		margin-left:13px;
	}
	hr {
		height:1px;
		border:0px;
		background-color:#ccc;
		color:#e2e2e2;
		margin-top:1.3em;
		margin-bottom:1.3em;
	}
	a {
		color:#0099ff;
	}
	input, textarea {
		background-color:#f2f2f2;
		font-family:"Lucida Grande", Arial, sans-serif;
		font-size:1em;
		padding:4px;
		line-height:1.3em;
		font-weight:normal;
	}
	#wrap {
		width:900px;
		margin:auto;
		font-size:1.1em;
	}
	#sitename {
		float:left;
		width:492px;
	}
	#logo {
		width:492px;
		height:88px;
		margin-left:10px;
	}
	#logo a {
	/*background:url(../images/logo.gif) no-repeat top left;*/
		width:500px;
	height:88px;
	display:block;
	background-image: url(../images/MacEnthusiasts_Logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	}
	#logo a span {
		position:absolute;
		left:-5000px;
	}
	#buybanner {
		width:209px;
		height:97px;
		margin-left:650px;
		background:url(../images/service-provider.gif) no-repeat top center;
		margin-bottom:6px;
	}
	#menu {
		clear:both;
		height:30px;
		padding-top:3px;
		background:url(../images/menu-back.gif) no-repeat top center #313131;
	}
	#menu ul li {
		list-style:none;
		float:left;
		line-height:27px;
		margin-left:20px;
		margin-right:20px;
	}
	#menu ul li a {
		color:#fff;
		text-decoration:none;
	}
	#submenu {
		background-color:#cdcdcd;
		text-align:center;
		font-size:.9em;
		padding:2px;
		line-height:8px;
	}
	#hero {
		width:870px;
		height:244px;
		display:block;
		padding:15px;
		background:url(../images/hero.jpg) no-repeat center center;
	}
	#main {
		background:url(../images/main-back.gif) no-repeat bottom center #ececec;
	}
	#pageinfo {
		padding:50px;
		padding-top:20px;
	}
	#copyright {
		color:#666;
		padding:13px;
		font-size:.9em;
		letter-spacing:.1em;
	}
	#author {
		float:right;
		width:111px;
		height:17px;
		margin-right:20px;
		margin-top:13px;
	}
	#author a {
		position:absolute;
		width:111px;
		height:17px;
	}
	#author a:hover {
		background-position:0 -17px;
	}
	#author a span {
		position:absolute;
		left:-5000px;
	}

#googlemap {
	float: right;
	margin-left: 20px;
}

