/* RESET */

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* CORE */

html, body {
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
}

body {
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #000000;
    background: url('../images/vpp-bg.jpg'); 
}

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

p {
	margin: 0 0 15px 0;
}

img, form, table {
	margin: 0;
	padding: 0;
}

input {
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 12px;
}

.hidden {
	display: none;
}

.hr {
    height: 3px;
    background: url('../images/hr.gif');
    padding: 0;
    margin: 0;
    overflow: hidden;
}

ul {
	margin: 0px;
	padding-left: 0px;
	padding-bottom: 22px;
	border: 0px none;
	list-style-position: outside;
	list-style: none;
}

li {
	margin: 0px;
	padding-left: 20px;
	background-image: url('../images/li.gif');
	background-repeat: no-repeat;
	background-position: 0 3px;
}

label.error {
	color: red;	
    font-size: 11px;
	width: auto;
	display: inline;
	display: none;
    padding-left: 15px;
    vertical-align: top;
}

input, textarea {
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 12px;
    border: 1px solid #e1e1e1;
    background: #f4f4f4;
    width: 300px;
}

.small { font-size: 10px; }

/* GENERAL */

#container {
    width: 100%;
    height: 100%;
    text-align: center;
}

#container_center {
    text-align: center;
    width: 100%;
    height: 100%;
    margin: auto;
    background: url('../images/vpp-top-bg.jpg') no-repeat;
    background-position: top center;
}

#container_content {
    text-align: left;
    width: 880px;
    margin: auto;
}

#container_content #logo {
    height: 136px;
    width: 880px;
    clear: both;
}

#container_content #mainmenu {
    width: 880px;
    height: 32px;
}

/* FOOTER */

#footer {
    width: 880px;
    text-align: center;
    clear: both;
    color: white;
    padding-top: 10px;
    padding-bottom: 40px;
}

#footer a {
    color: white;
    text-decoration: underline;
}
#footer a:hover {
    text-decoration: none;
}

#footer .active {
    color: #e49523;
}

/* HOME */

#home_container {
    width: 880px;
    height: 313px;
    background: url('../images/content-bg.jpg');
    margin: 0;
    padding: 0;
}

#home_container #home {
    width: 450px;
    float: left;
}

#home_container #home #welcome {
    font-weight: bold;
    color: #4f6832;
    padding: 40px;
}

#home_container #photo {
    padding-top: 5px;
}

#quotes_container {
    width: 880px;
    height: 160px;
    background: url('../images/home-quotes-bg.gif');
    margin-top: 15px;
    overflow: hidden;
}
#quotes_container #next {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 35px;
}

#quotes_container #prev {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 35px;
}

#quotes_container #pager { clear: both; margin-left: 90px; height: 10px; }
#quotes_container .pager {  height: 10px;   }
#quotes_container #pager a { width: 10px; height: 10px; overflow: hidden;  margin: 0 5px; padding: 0; border: 0; background: #e49523 url('../images/pager-off.gif'); text-decoration: none; float: left; }
#quotes_container #pager a.activeSlide { background: #678442 url('../images/pager-on.gif') }
#quotes_container #pager a:focus { outline: none; }



#quotes_container #quote {
    width: 745px;
    height: 105px;
    margin-top: 15px;
    float: left;
}

#quotes_container .quote .text {
    padding-left: 10px;
    padding-right: 10px;
    
}

#quotes_container .author {
    text-align: right; width: 700px;
}

/* ABOUT US */

#aboutus_container {
    width: 880px;
    background: #f2f1f2 url('../images/content-bg.jpg') no-repeat;
}

#aboutus_container #aboutus {
    padding: 40px;
}

#aboutus_container #aboutus #icon {
    text-align: right;
    float: right;
 }

 /* CONTENT */

#content_container {
    width: 880px;
    background: #f2f1f2 url('../images/content-bg.jpg') no-repeat;
}

#content_container_book {
    width: 880px;
    background: #f2f1f2 url('../images/content-bg-book.jpg') no-repeat;
}

#content_menu {
    color: #678441;
    font-size: 18px;
    font-weight: bold;
    padding: 30px 20px 30px 20px;
}

#content_menu a {
    color: #e49523;
    font-size: 18px;
    text-decoration: underline;
}

#content_menu a:hover {
    text-decoration: none;
}

#content_menu .icon {
    float: left;
    width: 270px;
    text-align: center;
}

#content_menu .icon .image { display: block; margin: auto; }

#content_description {
    background: #678441;
    color: white;
    padding-left: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
}

 #content_description .title {
    font-size: 18px;
}

#content_description .subtitle {
    font-size: 12px;
}

 /* CATALOGS */


#books {
    padding: 20px;
}

#books .book {
    width: 400px;
    float: left;
}

#books .book .bookcover {
    float: left;
    padding-right: 20px;    
}

#books .book .bookcover .coverimage {
    border: 8px solid #678441;    
}

#books .book .bookdescription {

}

#books .book .bookdescription .booktitle {
    font-size: 18px;
    color: #678441;
    padding-bottom: 10px;
    padding-right: 10px;
}

#books .book .bookdescription .bookauthor {
    font-style: italic;
    padding-bottom: 10px;
}

/* BOOK INFO PAGE */

#book_info {
    padding: 20px;
    float: left;
}

#book_info .bookcover {
    float: left;
    padding-right: 20px;
}

#book_info  .bookcover .coverimage {
    border: 8px solid #678441;
}

#book_info  .bookdescription {
    width: 320px;
    float: left;
}

#book_info  .bookdescription .booktitle {
    color: #678441;
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 10px;
}

#book_info  .bookdescription .bookauthor {
    font-style: italic;
    padding-bottom: 10px;
}

#book_info  .bookdescription .bookisbn {
    padding-bottom: 10px;
}

#book_info  .bookdescription .bookbox {
    width: 318px;
    padding-bottom: 25px;
}

#book_info  .bookdescription .bookbox .header {
    background: url('../images/book-box-bg.gif');
    height: 40px;
}

#book_info  .bookdescription .bookbox .header .text {
    padding-left: 15px;
    padding-top: 8px;
    color: white;
    font-weight: bold;
    font-size: 14px;
}

#book_info  .bookdescription .bookbox .content {
    background-color: #e0e7d9;
}

#book_info  .bookdescription .bookbox .content .text {
    padding: 10px;
    font-size: 11px;
    line-height: 14px;
}

#book_info  .bookquotes {
    clear: both;
    width: 530px;
}

#book_info  .bookquotes .author {
    text-align: right;
}

#book_info  .title {
    font-size: 18px;
    color: #678441;
}

#book_menu {
    float: left;
    width: 250px;
    padding-top: 20px;
    padding-left: 40px;
}

#book_menu .category {
    font-size: 16px;    
    display: block;
    padding-bottom: 15px;
}

#book_menu .link {
    font-size: 11px;
}

#book_menu .linkactive {
    font-size: 11px;
    color: #678441;
}

/* DISTRIBUTORS */

#distributors {
    padding: 20px;
    padding-right: 100px;
}

#distributors #contact {
    float: left;
    width: 530px;

}

#distributors #become_distributor {
    padding-top: 70px;
    float: left;
}

#distributors .title {
    font-size: 18px;
    color: #678441;
}

/* ORDERS */

#orders {
    padding: 20px;
    padding-right: 100px;
}

#orders .title {
    font-size: 18px;
    color: #678441;
}

#orders .booktitle {
    font-weight: bold
}

#orders .bookauthor {
    font-style: italic;
}

/* SITEMAP */

#sitemap_container {
    width: 880px;
    background: #f2f1f2 url('../images/content-bg.jpg') no-repeat;
}

#sitemap_container #sitemap {
    padding: 40px;
}

/* DISCLAIMER */

#disclaimer_container {
    width: 880px;
    background: #f2f1f2 url('../images/content-bg.jpg') no-repeat;
}

#disclaimer_container #disclaimer {
    padding: 40px;
}


/* CONTACT US */

#contactus_container {
    width: 880px;
    background: #f2f1f2 url('../images/content-bg.jpg') no-repeat;
}

#contactus_container #contactus {
    padding: 15px 40px 40px 40px;
}

#contactus_container #contactus #info_1 {
    width: 771px;
    height: 296px;
    background: url('../images/contact-bg-1.jpg');
    overflow: hidden;
}

#contactus_container #contactus #info_1 #address_1 {
    position: relative; top: 70px; left: 40px; line-height: 18px;
}
#contactus_container #contactus #info_1 #address_2 {
    position: relative; top: 0; left: 300px; line-height: 18px;
}
#contactus_container #contactus #info_1 #address_3 {
    position: relative; top: -185px; left: 550px; line-height: 18px;
}

#contactus_container #contactus #info_2 {
    width: 771px;
    height: 420px;
    background: url('../images/contact-bg-2.jpg');
    overflow: hidden;
}

#contactus_container #contactus #info_2  #address_4 {
    position: relative; top: 85px; left: 40px;
}

#contactus_container #contactus #info_2  #address_5 {
    position: relative; top: 75px; left: 40px; 
}

#contactus_container #contactus #info_2 #address_5 .address {
    position: relative; float: left; padding-right: 25px; 
}

#contactus_container #contactus #info_2  #address_5 #contactfields {
    margin-left: 40px;
}

#contactus_container #contactus #info_2  #address_5 #contactfields td {  padding:  0 25px 15px 25px; text-align: left;  }


#contactus_container #contactus #info_2  #address_5 #contactfields textarea { height: 120px;  }

#contactus_container #contactus #info_2  #address_5 #contactfields .rollover { border: 0; width: auto;  }


.wikipedia img {
    float: left;
}

.wikipedia span {
    float: left;
    margin-top: 15px;
    margin-left: 10px;
}

.wikipedia a span {
    text-decoration: underline;
}

.wikipedia a:hover span {
    text-decoration: none;
}
