/* 

PilarPar
code by matthewdean
http://www.matthewdean.com.au

*/

/*--------------------Reset----------------------*/

/* html { overflow-y:scroll; }  Forces Scrollbar */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:14px;font-family: "Myriad Pro", Arial, Helvetica, sans-serif; vertical-align:baseline; color: #fff;}
article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;}
body {line-height:14px; margin-top:40px;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
a {color: #53646a; }

h1, h2, h3, h4 {font-weight:normal;}

h2 {font-weight:bold; font-size: 26px; margin-bottom: 22px; }

h2.style1 {
	margin: 0 0 14px;
}

p { margin-bottom: 12px; }


a:active, a:focus, input[type="image"] {
	outline: 0;
}

/*--------- Structure --------*/

#wrapper { width: 253px; height: 61px; margin: 0 auto; padding: 588px 0 0 532px; background: url('../images/bg.jpg') no-repeat; position:relative; }

#email { background: url('../images/email.jpg') no-repeat;  }

#email a {
    display: block;
    height: 23px;
    text-decoration: none;
    width: 157px;
		text-indent: -8000px;
}

#email a:hover { background: url('../images/email-over.jpg') no-repeat;  }



