/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body { color:#333333; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #fff; background-image: url(../bg.jpg); background-repeat:repeat-x; }

h1 { font-size: 18px; color:#9a290f; }
h2 { font-size: 16px; font-weight: bold; margin:3px 0 15px 0; }
h3 { font-size: 16px; font-weight: bold; margin:0 0 10px 0; color: black; line-height: 130%; }
a:hover h3 { color: #e6041a; text-decoration: underline; }
p { font-size: 13px; line-height: 165%; margin-bottom: 15px; }
a { color: #333333; text-decoration: none; }
a:hover { color: #e6041a; text-decoration: underline; }

a.img { border: 0; }
strong { font-weight: bold; }
em { font-style: italic; }

#container { padding: 0 20px 40px 60px; width: 750px; }

.download { background-image: url(../donwloadbg.jpg); background-repeat:no-repeat; width: 325px; height: 71px; padding: 30px 20px 20px 80px; }

#bottomslide { float:left;margin:0 100px 20px 100px; width: 550px; }
