@charset "ISO-8859-1";

/* units for margin & padding: em; for font-size & line-height: % */

/* set max-width for either html/body or for .content class */

* {
	border:none;
	margin:0;
	padding:0;
}
body {
	width:90%;
	max-width:790px;
	min-width:735px;
	margin:0 auto;
	color:#000;
	background-color:#940000;
	font-family:sans-serif;
	font-size:100.01%;
	/* border:solid 1px #9f3; */
}
#header {
	top:0;
	margin:10px auto 2em;
	padding:0 10px;
	color:#5e1616;
	/* border:solid 1px #0ff; */
	height:165px;
	/* text-align:left; */
}
#content {
	background-color:#eee;
	/* width:91%; */
	min-height:0;
	overflow:hidden;			/* hides #content in IE 5.5 & Opera 7.54 or apply clearfix below */
	margin:0 auto;
	padding:1em 5%;
	/* border:solid 1px #f0f; */
	/* font-family:serif; */
}

/* start float clearing */
/* clear the floats for IE 5/6 */
* html #content {
	height:1%;
	overflow:visible;
}
/* clear the floats for IE 7 (min-height should do without the shenanigans in front [*+html]) */
#content {
	min-height:1%;
}
/* clear the floats for all regular browsers */
#content:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
}
/* end of float clearing */

#footer {
	clear:both;
	margin:1.5em auto 1em;
	color:#000;
	text-align:center;
}

a { text-decoration:none; }	/* border-bottom must be set separately so that <a name="xy"> is not marked, too */
a:link { color:#000; }
a:visited { color:#202020; }
a.red { color:#f00; }
a.red:visited { color:#c00; }
a.black { color:#000; }
a.black:visited { color:#444; }
a:link:hover,a:visited:hover,a.red:visited:hover,a.black:visited:hover { color:#d39635; }
a.sitemap { cursor:text; }

.navlink {
	font-size:.8em;
}
.navlink a:hover {
	/* font-weight:bold; */
}
#content a:link {
	color:#000;
	border-bottom:1px dotted;
}
#content a:visited {
	color:#202020;
	border-bottom:1px dotted;
}
#content a.black {
	color:#000;
}
#content a:link:hover,
#content a:visited:hover {
	color:#d39635;
}
#content a.img,
#content a:link.img,
#content a:visited.img,
#content a:hover.img {
	background:none;
	border-bottom:none;
	padding-right:0;
}

/*
** keep the whitespace in front of the ^=, hides rule from konqueror
** this is css3, the validator doesn't like it when validating as css2
*/
#content a.ext,
#content a[href ^="http://"],
#content a[href ^="www"] {
	background:url(gif/extlink.gif) center right no-repeat;
	padding-right:17px;
}

#content a[href *="jayaitchdesign"],
.center * a:link {
	background:none;
	padding-right:0;
}

h1,h2,h3,h4,h5,h6 {
	margin-left:-10px;
	padding:.5em 0 0 0;
	line-height:1.3em;
}

h1 { font-size:2em; }

h2 { font-size:1.8em; }

h3 { font-size:1.4em; }

h4 { font-size:1.2em; }

h5 { font-size:1em; }

h1.l { font-size:2.3em; }

h1.xl { font-size:2.7em; }

h1.xxl { font-size:3em; }

p {
	font-size:1em;
	line-height:1.3em;
	padding:.7em 0 0 0;
}

blockquote {
	text-indent:0;
	margin-left:.6em;
	margin-right:1em;
}
blockquote p:first-child {
	text-indent:-.6em;
}

img { font-size:78%;font-weight:normal;color:#000000;font-family:arial,verdana,helvetica,sans-serif; }

sup {
	font-size:65%;
	line-height:1em;
	vertical-align:top;
}

ul {
	padding:.7em 0 0 1.5em;
	list-style:circle outside url(gif/arrow.gif);
}
ul li {
	padding-bottom:1em;
}

ol li:empty,
ul li:empty {
	margin:0;
	padding:0;
}

#header a:hover.sitemap, #header a:visited.sitemap,
#footer a:hover.sitemap, #footer a:visited.sitemap {
	color:#000;
	font-weight:normal;
}

#header h1 {
	margin:10px 0 10px 0;
	padding:0;
}
#header h3 {
	margin:10px 0 10px 0;
	padding:0;
	color:#c000c0;
}

#content p.flag {
	margin:-.5em 0 1em 0;
	padding:0;
	text-align:right;
	font-family:sans-serif;
	font-size:80%;
}
#content p.flag a {
	border-bottom:none;
	color:#5e1616;
}
#content p.flag a:link:hover,
#content p.flag a:visited:hover {
	/* font-weight:bold; */
	color:#f00;
}
#content p.flag img,
img.flag {
	width:22px;
	height:13px;
	margin-right:7px;
	vertical-align:baseline;
}

p.a1, div.a1 {
	font-size:1.05em;
	text-align:justify;
	line-height:1.4em;
}
p.a1, div.a1 p:first-child {
	text-indent:-10px;
}
p.a1 b:first-child, div.a1 p:first-child b:first-child {
	font-variant:small-caps;
}

#header img.logo {
	float:left;
	width:415px;
	height:141px;
	padding:9px 0;
	/* border:solid 1px; */
}
#header .floater {
	width:280px;
	height:100%;
	position:relative;
	float:right;
	/* border:dotted 1px #0f0; */
}
#header .floater div.quote {
	position:absolute;
	bottom:0;
	right:0;
	font-size:.8em;
	color:#d39635;
	/* border:solid 1px #f0f; */
}

div.quote blockquote {
	margin:0;
	padding:0;
}

div.quote blockquote p {
	text-align:justify;
	font-style:italic;
}

div.quote blockquote p:first-child {
	text-indent:-.9em;
}

div.quote blockquote a {
	border-bottom:1px dotted;
}

div.quote p {
	margin:0;
	padding:0;
	text-align:right;
	font-style:normal;
}

.intro { margin-left:-10px;font-size:1.05em;line-height:1.4em;text-align:justify; }

.introc { margin-left:-10px;font-size:1.05em;line-height:1.4em;text-align:center;color:#940000; }

.introcb { margin-left:-10px;font-size:1.05em;line-height:1.4em;text-align:center;color:#000000; }

.price {
	font-size:.8em;
	line-height:110%;
	font-family:arial,verdana,helvetica,sans-serif;
}

.slogan {
	margin-bottom:1.5em;
	font-family:"arial black",arial,verdana,helvetica,sans-serif;
	font-weight:bolder;
	font-size:1.2em;
	color:#c000c0;
	letter-spacing:2pt;
}

.center { text-align:center; }

.right { text-align:right; }

.justify { text-align:justify; }

.mli { margin-left:-10px; }

.boxdouble {
	margin:3em auto;
	border:double 4px #b87333;
	padding:.3em 1em 1em;
}

.norm { font-weight:normal; }

.sans { font-family:arial,verdana,helvetica,sans-serif; }

.xs { font-size:7pt; }

.s { font-size:70%; }

.n { font-size:85%; }

.l { font-size:105%; }

.xl { font-size:130%; }

.xxl { font-size:200%; }

.space1 { letter-spacing:1pt; }

.space2 { letter-spacing:2pt; }

.space3 { letter-spacing:3pt; }

.space4 { letter-spacing:4pt; }

.space5 { letter-spacing:5pt; }

.space6 { letter-spacing:6pt; }

.space7 { letter-spacing:7pt; }

.space8 { letter-spacing:8pt; }

.space9 { letter-spacing:9pt; }

.space10 { letter-spacing:10pt; }

.space11 { letter-spacing:11pt; }

.space12 { letter-spacing:12pt; }

.nospace { letter-spacing:normal; }

.red1 { color:#940000;letter-spacing:1pt; }

.red2 { color:#940000;letter-spacing:2pt; }

.red3 { color:#940000;letter-spacing:3pt; }

.red4 { color:#940000;letter-spacing:4pt; }

.red5 { color:#940000;letter-spacing:5pt; }

.red6 { color:#940000;letter-spacing:6pt; }

.black { color:#000000; }

.red { color:#940000; }

.gold { color:#d39635; }
