@charset "utf-8";
/* CSS Document */

html {
	padding: 0;
	margin: 0;
}

body {
	padding: 0;
	margin: 0;
	background: #6c6f70 url(images/mainbg.jpg) scroll repeat-x 0 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #000;
	font-size: 15px;
}

#main-wrapper {
	width: 917px;
	margin: 0 auto;
	background-color: #fff;
}

h1 {
	font-size: 31.87px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 700;
}

h2 {
	color: #e70033;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 700;
	font-size: 30px;
}

h4 {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

h5 {
	font-size: 9px;
	margin: 0;
	padding: 0;
}

div h4 .headertext {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 15px 30px 5px 10px;
}

div h3 .headertext {
	font-size: 19px;
	padding: 37px 30px 5px 10px;
}

.headertext {
	color: #fff;
	float: right;
	width: 640px;

}

#book-holder {
	float: left;
	width: 180px;
	background: url(images/book-header.png) no-repeat top left;
	height: 270px;
	display: block;
	position: relative;
	top: 80px;
	left: 20px;

}

.buytext {
	color: #fff;
	float: right;
	padding: 15px 30px 15px 10px;
	width: 640px;
	margin: 0;
	line-height: 35px;
}

#header {
	position: relative;
	margin-top: 16px;
}

#header-top {
	width: 917px;
	height: 15px;
	background: url(images/headertop.jpg) no-repeat top left;
}

#banner {
	width: 890px;
	height: 372px;
	margin-left: 14px;
	background:url(images/bannerbg.jpg) no-repeat top left;
	position: relative;
	top: -20px;
}

#content-wrapper {
	width: 890px;
	margin: 10px 14px;
	display:inline-block;
	position: relative;
}

#testimonial-wrapper {
	width: 890px;
	margin: 0px 14px;
	height: 250px;
	background:url(images/testimonial-bg.png) repeat-x top left;
}

#author-text {
	width: 610px;
	float: left;
	position:relative;
	top:-20px;
}

#author-wrapper {
	width: 277px;
	float: left;
	position: relative;
	top: -33px;
}


#content {
	width: 470px;
	float: left;
	padding: 0x 14px 10px 14px;
}

#right-sidebar {
	width: 360px;
	float: left;
	padding: 30px 10px 20px 35px;
	background:#FFF url(images/sidebar-bg.png) no-repeat top left;
	display: block;
}

#right-sidebar-nb {
	width: 360px;
	float: left;
	padding: 30px 10px 20px 35px;
	display: block;
	text-align: center;
}

.indent {
	padding-left: 30px;
}

#listing {
	list-style: none;
}

#listing li {
	background:url(images/bullet.png) no-repeat 0 80%;
	padding-left: 25px;
	position: relative;
	left: -20px;
}

#footer {
	width: 590px;
	margin: 10px 14px 15px 14px;
}

#footer-title {
	height: 33px;
	width: 890px;
	background:url(images/testi-divider.png) no-repeat right center;
}

#testi-block {
	background: url(images/test-bg.png) no-repeat top left;
	height: 160px;
	width: 830px;
	padding: 20px 10px;
	margin: 15px 20px;
	color: #fff;
	font-size: 18px;
	font-weight: 700px;
}

#testi-author {
	text-align: center;
}

#testi-photo {
	padding: 30px 20px 10px 25px;
	float: left;
}

#testi-desc {
	width: 800px;
	padding: 35px 0 9 25px;
	margin: 35px 15px 10px 15px;
	color: #000;
	position: relative;

}

#footer-bottom {
	width: 917px;
	height: 13px;
	margin-bottom: 20px;
	background: url(images/footer-bottom.png) no-repeat top left;
}

/* Form Settings */
.label {
	font-size: 17px;
	float: left;
	padding: 14px 10px 0 0;
	text-align: right;
	width: 80px;
	
}

.textfield-wrapper {
	padding: 10px 0 10px 0;
}

.textfield {
	width: 210px;
	padding: 6px;
	color: #949494;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #cecece;
}

/*
.textfield {
	width: 220px;
	height: 26px;
	background:url(images/textfield.jpg) no-repeat top left;
	border: none;
	padding: 4px 10px 5px 10px;
	font-size: 16px;

}
*/

.submit {
	padding-left: 140px;
}

#status-message {
	border:#e6c231 1px solid;
	background-color: #e7dd33;
	padding-left: 10px;
	color: #2f6186;
	font-size: 15px;
}

#error-message {
	border: #F00 1px solid;
	padding-left: 10px;
	background-color: #900;
	color: #fff;
	font-size: 15px;
}

#customForm{
	padding: 0 10px 10px;
}

#error{
	margin-bottom: 20px;
	border: 1px solid #efefef;
}
#error ul{
	list-style: square;
	padding: 5px;
	font-size: 11px;
}
#error ul li{
	list-style-position: inside;
	line-height: 1.6em;
}
#error ul li strong{
	color: #e46c6d;
}
#error.valid ul li strong{
	color: #93d72e;
}
#customForm input.error{
	background: #f8dbdb;
	border-color: #e77776;
}
/******* /FORM *******/