/* 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, 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, 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, html {
	background:#FFF;
	font-weight: normal;
	background-image: url(../images/background1.png);
	background-position: center top;
	background-repeat:no-repeat;
}

.clear {
	clear:both;
	height:20px;
}

.boldBlack {
	color:#000;
	font-weight:bold;
}

.dots_line {
	width:auto;
	overflow:hidden;
	padding-top:1px;
}

.dots_product {
	background:#ffffff;
	padding-right:5px;
}

.dots_line:before {
	float: left;
    width: 0;
    white-space: nowrap;
	color:#84a69e;
	font-size:16px;
    content:
	 ". . . . . . . . . . . . . . . . . . . . "
	 ". . . . . . . . . . . . . . . . . . . . "
	 ". . . . . . . . . . . . . . . . . . . . "
	 ". . . . . . . . . . . . . . . . . . . . "
	 ". . . . . . . . . . . . . . . . . . . . "
	 ". . . . . . . . . . . . . . . . . . . . "
	 ". . . . . . . . . . . . . . . . . . . . "
	 ". . . . . . . . . . . . . . . . . . . . "
}

.dots_price {
	 float:right;
	 background:#ffffff;
	 padding-left:5px;
}
a{
	color: #889f91;
}
a.footer-email {
    font-size: 26px;
    text-decoration: none;
		color: #c5c5c5;
}

@font-face{
	font-family: jennaSue;
	src:url('../JennaSue.ttf');
	color: red !important;
}

@font-face{
	font-family: HelveticaLTStdRoman;
	src:url('../HelveticaLTStdRoman.otf');

}

@font-face{
	font-family: HelveticaLTStdBold;
	src: url('../HelveticaLTStdBold.otf');
}

@font-face{
	font-family: HelveticaLTStdObl;
	src: url('../HelveticaLTStdObl.otf');
}

@font-face{
	font-family: DearJoe;
	src: url('../DJ5CTRIAL.ttf');
}

#wrapper #content h1{
	font-family: jennaSue;
	font-size:60px;
	color: #6e8878;
}

#wrapper #content h2{
	font-family: HelveticaLTStdRoman;
	font-size:20px;
	color: #889f91;
	line-height:1.5em;
}

#wrapper #content h3{
	font-family: HelveticaLTStdRoman;
	font-size:16px;
	color:#666;
	line-height:1.3em;
}


#wrapper #content h4{
	font-family: HelveticaLTStdBold;
	font-size:10px;
}

#wrapper #content h5{
	font-family: HelveticaLTStdRoman;
	font-size:10px;

}

#wrapper #content h6{
	font-family: jennaSue;
	font-size:35px;
	color: #889f91;
}

#wrapper #content h7{
	font-family: jennaSue;
	font-size:30px;
	color: #8b838d;
}

#wrapper #content h8{
	font-family: HelveticaLTStdBold;
	font-size:18px;
}
