/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

    
/*------------------------------------------------------------------------------------
MY CSS
------------------------------------------------------------------------------------*/
    
BODY {
	background-color: #dfbb94;
	background-image: url("../images/bg_wood.jpg");
	font-family: Arial;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #554e46;
}

a {
	color: #d04e1e;
}

p, h3 {
	margin-top: 15px;
}

h1 {
	font-size: 22px;
	line-height: 26px;
	font-family: Georgia, "Times New Roman";
}

h2 {
	font-size: 16px;
	line-height: 20px;
	font-family: Georgia, "Times New Roman";
}

hr {
	border: 1px solid #554e46;
	background-color: #554e46;
	color: #554e46;
}

.noStyling {
	display: none;
}

.flashOnly {
	display: inline;
}

#logoPatch {
	position: absolute;
	top: 30px;
	left: 60px;
	background-image: url('../images/logopatch.gif');
	background-repeat: none;
	width: 390px;
	height: 138px;
}

#textblock1 {
	position: absolute;
	top: 185px;
	left: 90px;
	width: 350px;
}

#downloadNow {
	position: absolute;
	top: 487px;
	left: 223px;
	width: 141px;
	height: 108px;
}

#bruceegram {
	position: absolute;
	top: 0px;
	left: 470px;
	height: 620px;
	width: 615px;
}

#flashPhoneDiv {
	position: absolute;
	top: 600px;
	left: 0px;
	height: 355px;
	width: 510px;
}

#textblock2 {
	position: absolute;
	top: 640px;
	left: 535px;
	width: 365px;
}

#mushpatch {
	position: absolute;
	top: 970px;
	left: 770px;
	background-image: url(../images/mushpatch.gif);
	background-repeat: none;
	width: 195px;
	height: 115px;
}

#footer {
	position: absolute;
	top: 1050px;
	left: 90px;
	width: 600px;
	padding-bottom: 10px;
}

#footer a {
	color: #554e46;
	text-decoration: none;
}

#footer a:hover {
	color: #d04e1e;
	text-decoration: underline;
}

#footer #miniLinks {
	font-size: 12px;
	font-weight: normal;
}

#copyrights {
	font-size: 11px;
	font-weight: normal;
	border-top: 1px solid #000;
	margin-top: 3px;
}
