/* Ascent Brands StyleSheet */
/* Harold Asbridge          */
/* Blue Lantern, Inc.       */
/****************************/

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url("../images/main-bg.jpg");
	background-position: top center;
	background-repeat: repeat-y;
}

.main {
	margin: 0px auto;
	width: 780px;
	_width: 782px;
	height: 100%;
	border-left: 1px solid #444;
	border-right: 1px solid #444;
	text-align: left;
}

.preload {
	display: none;
}

/* HEADER ************************/
.header-bottom-right {
	background-image: url("../images/header-bottom-right-bg.jpg");
	background-repeat: repeat-x;
}

/* HOME PAGE *********************/
.content-home {
	background-image: url("../images/mid-left-home.jpg");
	background-repeat: no-repeat;
	padding: 0 10px 5px 10px;
}
.content-home p {
	font: bold 15px arial,sans-serif;
	margin: 0 0 10px 0;
	line-height: 20px;
	color: #666;
}

/* CONTENT ***********************/
.content {
	width: 765px;
	margin: 0 5px 0 10px;
}
h1 {
	font: 24px arial;
	margin: 0;
	color: #4178b5;
}
h3 {
	font: 19px arial;
	letter-spacing: -1px;
	margin: 0;
	color: #666;
}
h4 {
	font: bold 15px arial;
	color: #666;
	margin: 0;
}

a {
	color: #4178b5;
	text-decoration: none;
}
a:hover {
	color: #888;
	text-decoration: underline;
}

p {
	font: 13px verdana,sans-serif;
	line-height: 20px;
}
p a {
	color: #4178b5;
	text-decoration: none;
}
p a:hover {
	color: #888;
	text-decoration: underline;
}

ul {
	font: 13px verdana,sans-serif;

}
li {

}

.errors {
	background-color: #FFEEAA;
	border: 1px solid #990000;
	padding: 20px;
	font: bold 12px verdana;
	margin: 0 0 10px 0;
}

/* PRODUCT DISPLAY ****************/

.product p {
	font: 11px verdana;
	color: #666;
	line-height: 15px;
	margin: 5px 0 5px 0;
}
.prices {
	font: bold 12px arial;
	border: 1px solid #AAA;
}
.prices th {
	background-color: #F0F0F0;
	color: #000;
	text-align: left;
}
.prices td {
	background-color: #F8F8F8;
	color: #060;
}

/* FORM **************************/
form {
	margin: 0;
	padding: 0;
}
.textarea{
	font: 12px arial,sans-serif;
}
.form {
	font: 12px arial,sans-serif;
	border: 1px solid #AAA;
}
.form td {
	background-color: #F0F0F0;
}
.form th {
	background-color: #4178b5;
	font: bold 13px arial;
	color: #FFF;
	height: 25px;
	padding-left: 5px;
	text-align: left;
}
.form a {
	color: #4178b5;
	text-decoration: none;
}
.form a:hover {
	color: #44F;
	text-decoration: underline;
}
.formtitle
{
	background-color: #4178b5;
	font: bold 13px arial;
	color: #FFF;
	height: 25px;
	line-height: 25px;
	padding-left: 5px;
	text-align: left;
	width: 754px;
	_width: 759px;
	margin: 1px 0 0 0;
}

.formtitle small
{
	font: 10px arial;
	color: #FFF;
	line-height: 25px;
}
.formtitle input
{
	line-height: 25px;
}


/* FOOTER ************************/
.footer-spacer {
	position: relative;
	height: 54px;
	background-image: url("../images/footer-spacer-bg.jpg");
	background-repeat: repeat-x;
}
.footer {

}
.footer, .footer a {
	padding: 5px;
	text-align: center;
	font: 13px arial,sans-serif;
	color: #aaa;
}