/* RESET CSS */
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 { font: 12px/1.3 "Verdana", lucida, sans-serif; color: #000000 }

.header .menu { display: none }
.header .contact-us { display: none }
.header .mediabox { display: none }

.line, .line-text { display: none }
.content-left { display: none }
.actions { display: none }
.jp-show-comment-form { display: none }
a img { border: none }
#ajax-spinner {	display: none }

.header .logo { display: block; width: 168px; height: 63px; margin-bottom: 15px; background: url('../img/logo.png') no-repeat }

.footer { margin-top: 20px }

/* ESSENTIALS */
h2, h2 a { font-size: 24px; color: #654c4b; font-weight: bold; text-shadow: 1px 1px 1px #91acac; filter: dropshadow(color=#91acac, offx=1, offy=1); text-decoration: none }
h2 a:hover { color: #91acac }
h3 { font-size: 20px; color: #91acac; font-weight: bold }
h4 { font-size: 14px; font-weight: bold }

.float-left { float: left }
.float-right { float: right }
.clear { clear: both }


