/* CSS Document */

body {
	margin: 0px;
	background-color:#111111;
}

p, body, td, ul, li, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

a {
	 color: #770000;
	 text-transform:capitalize;
}

a:hover {
	font-weight:bold;
	text-decoration:none;
}

a.buynow {
	color: #CC3300;
	font-weight:bold;
	text-decoration:none;
}
a.buynow:hover {
	color: #CC3300;
	font-weight:bold;
	text-decoration:underline;
}

h3 {
	font-size: 1.2em;
	text-decoration:underline;
	color:#7D2102;
}


/* TEXT Classes */

.smalltext {
	font-size:11px;
}

.highlight {
	color: #990000;
	font-weight:bold;
}

.homebiotxt {
	font-size: 14px;
	color:#524134;
	line-height:1.5em;
}

.copy {
	font-size: 10px;
	text-align:right;
	padding-right:10px;
	color: #6F5A4A;
	vertical-align:bottom;
}

/* Background / Image Classes */


.jessenceback {
	background-image:url(images/jessencebk.jpg);
	background-position:center;
	background-repeat:repeat-y;
}

.jtopback {
	background-image:url(images/jessence_top_back.jpg);
	background-repeat:repeat-x;
}

.bodyback {
	background-image: url(images/jessence_14.jpg);
	background-repeat:no-repeat;
}

