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

* { margin:0; padding:0; }


body {
	background: url(images_i/html-bg.jpg) repeat-y #000 center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 1px;
	text-align: center;
}

a { color:#663300; }

p {
	margin: 0 0 15px 0;
}

div#container {
	position:relative;
	width: 886px;  /* 888 */
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

/* ------------------------
         Navigation
---------------------------*/

div#navigation {
	float: left;
	width: 186px;
	height: 800px;
	background: url(images_i/left-top-bg.jpg) no-repeat top left;
	overflow: visible;
}

div#navigation ul {
	position: relative;
	top: 200px;
	margin: 0;
	padding: 0;
}

div#navigation li {
	position:relative;
	list-style-type: none;
	margin: 10px 0; /* spacing between buttons */
	padding: 0;
}

div#navigation li a {
	width: 166px;  /* 186 minus padding */
	height: 30px;  /* 40 minus padding */
	padding: 10px 10px 0px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style:italic;
	font-size: 18px;
	text-align: right;
	letter-spacing: 0px;
	color:#CC9900;
	display: block;
	text-decoration:none;
}

div#navigation li a:hover {
	background: url(images_i/menu-hover.png) no-repeat;
}

div#navigation li a.curPage {
	background-image:none;
	background-color:#000;
}

/* ------------------------
         Header
---------------------------*/

div#header {
	position:relative;
	float:right;
	top: 0;
	background:url(images_i/header-bg.jpg) no-repeat top;
	width: 700px;
	height:161px;
}

div#header h1 {
	position:absolute;
	top:70px;
	left: 300px;
	width: 333px;
	height: 36px;
	background: url(images_i/h1-pbm.png) no-repeat;
	text-indent: -9999px;
}

div#header div#vision {
	position:relative;
	top: 121px;
	background: url(images_i/bqBG.jpg) no-repeat left #000;
	height: 40px;
	width: 700px; 
	
}

div#header blockquote {
	background: url(images_i/bq-building.png) no-repeat left;
	height: 40px;
	width: 625px; 
	text-indent: -9999px;
	float: right;
}

/* ------------------------
         Main Area
---------------------------*/

div#mainArea {
	float:right;
	top: 161px;
	width: 660px;  /* 700 minus padding */
	height: 527px; /* to display all BG */
	overflow: visible;
	padding: 20px;
	background:url(images_i/flourish.jpg) no-repeat top left;
}

div#mainArea h1, div#mainArea h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 30px;
	color:#000000;
	letter-spacing: 1px;
	height: 35px;
	padding: 25px 0 0 20px;
	margin: 0 0 10px -20px;
	background:url(images_i/h2bg.png) no-repeat left top;
	border-bottom: #000000 4px solid;
}

div#mainArea h3 {
	text-transform: capitalize;
	font-size: 16px;
	color: #000000;
	margin: 15px 0 5px 0;
}

div#mainArea ul {
	margin: 0 0 10px 30px;
	list-style-type:square;
}

div#mainArea ul li {
	padding: 5px 0;
}

div#mainArea img {
	float: right;
	margin: 10px 0 10px 20px;
	border: none;
}

div#mainArea img#captcha {
	float: none;
	margin: 0 10px 0 20px;
}



/* ------ Main Area Form ------*/

div#mainArea form { padding-top: 20px; }
div#mainArea label, div#mainContent label span { display:block; padding-bottom: 10px; }
div#mainArea label { float: left; width: 100%; font-size: 14px; }
div#mainArea label span { float: left; width: 20%; text-align: right; }
div#mainArea fieldset input { margin-left: 20px; width: 450px; height: 25px; border: 1px solid #003366; }
div#mainArea fieldset textarea { margin-left: 20px; width: 450px; height: 300px; border: 1px solid #003366; }
div#mainArea fieldset select { margin-left: 20px; width: 450px; }
div#mainArea fieldset label img { margin-left: 22%; }
div#mainArea fieldset { border: none; }
div#mainArea input { margin-left: 22%; width: 120px; }
div#mainArea label a { margin-left: 20px;  }
div#mainArea fieldset input.error, div#mainArea fieldset textarea.error, div#mainArea fieldset label.error { border: 3px solid #990000; }
div#mainArea fieldset input.checkbox { margin-left: 20px; width: 20px; border: none; }

/* ------ Form for donate page ------*/

div#mainArea form.donate fieldset input { margin-left: 20px; width: 200px; height: 25px; border: 1px solid #003366; }

/* ------ Form for store page ------*/

div#mainArea form#cart input#submit {
	position: absolute;
	right: 20px;
	top: 210px;
}


/* ------ Main Area Links ------*/

div#mainArea div#links table {
	width: 650px;
	margin: 0 0 20px 0;
}

div#mainArea div#links table td {
	padding: 4px;
	font-size: 12px;
}

div#mainArea div#links table td a {
	color: #003366;
	text-decoration: none;
	background-color:#CCCC99;
	padding: 3px 6px;
	border: 1px #663300 solid;
	letter-spacing: 0;
}

div#mainArea div#links table td a:hover {
	color: #FFF;
	text-decoration: none;
	background-color:#003366;
}

div#mainArea div#links table td.linkHead {
	font-weight: bold;
	color:#003366;
	font-size: 16px;
	padding: 4px 20px;
	border-bottom: 1px solid #663300;
}

div#mainArea div#links table td.linkTitle {
	text-align:right;
	width: 300px;
}


/* ------------------------
         Promos
---------------------------*/

div#promos {
	float: right;
	width: 315px;
	margin: -20px -20px -20px 20px;
}

div#promos h2 {
	width: 316px;
	background: #000 url(images_i/seminars-of-pbm.png) no-repeat center;
	text-indent: -9999px;
	padding: 10px 0;
	margin: 0;
}

div#promos div#impact {
	width: 256px; /* 316 minus padding */
	margin: 0;
	padding: 30px;
	background-color: #311900;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #FFF;
}

div#promos div#impact h2 {
	width: 256px;
	height: 114px;
	background: url(images_i/impact-title.jpg) no-repeat center;
	text-indent: -9999px;
	padding: 0;
	margin: 0 0 20px 0;
	border: none;
}

div#promos div#impact strong {
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0;
}

div#promos div#impact form#impact {
	text-align: center;
}

div#promos div#impact input#email {
	width: 250px;
	height: 25px;
	border: #663300 1px solid;
	background-color:#CCCC99;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #663300;
	margin-left: 0;
}

div#promos div#impact input#button {
	width: 100px;
	height: 20px;
	border: #CCCC99 1px solid;
	background-color:#663300;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CCCC99;
	margin: 10px 0;
}

div#promos div#impact input#button:hover {
	border: #663300 1px solid;
	background-color:#CCCC99;
	color: #663300;
}



/* ------------------------
         itinerary
---------------------------*/
div#itinerary ul {
	list-style-type:none;
}

div#itinerary ul li {
	width:280px;
	height: 160px;
	float: left;
	margin: 10px 20px 10px 0;
	letter-spacing: normal;
	font-style:italic;
	font-size: 13px;
	line-height:15px;
}

div#itinerary ul li span.dates {
	display: block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style:normal;
	font-size: 18px;
	line-height:22px;
	margin-bottom: 5px;
}

div#itinerary ul li span.church {
	font-size:16px;
	margin-bottom: 10px;
}

div#itinerary ul li span.citystate {
	display: block;
	font-size: 18px;
	font-style:normal;
	line-height:22px;
	margin-bottom: 5px;
}

div#itinerary ul li span.pastor {
	display: block;
	font-size: 14px;
	font-weight: bold;
	font-style:normal;
	margin-bottom: 5px;
	color:#663300;
}


/* ------------------------
         catalog
---------------------------*/

/* --- Grid of items ----*/

div#catalog ul {
	list-style-type:none;
}

div#catalog ul li {
	width:290px;
	height: 220px;
	float: left;
	margin: 10px 20px 20px 0;
}

div#catalog ul li span.title {
	display: block;
	font-weight: bold;
	font-style:normal;
	font-size: 18px;
	line-height:22px;
	margin-bottom: 5px;
	letter-spacing: normal;
}

div#catalog ul li span.price, div#catalog ul li span.discs {
	display: block;
	font-size: 18px;
	font-style:normal;
	line-height:22px;
	margin-bottom: 5px;
}

div#catalog ul li span.discs {
	font-size: 14px;
	font-style:italic;
}

div#catalog ul li span.desc {
	clear:both;
	display: block;
	letter-spacing: normal;
	font-style:italic;
	font-size: 15px;
	line-height:15px;
	margin-bottom: 5px;
}

div#catalog ul li img {
	display:block;
	float:left;
	margin: 0 10px 10px 0;
	border: none;
}

div#catalog ul li form {
	padding: 0;
}

div#catalog ul li input, div#itemDetail input {
	margin: 5px 0 0 0;
	height: 20px;
	width: 120px;
	text-indent: -9999px;
	background: url(images_i/add_to_cart.png) no-repeat;
	border: none;
}

div#catalog ul li input:hover, div#itemDetail input:hover {
	background: url(images_i/add_to_cart_hov.png) no-repeat;
	cursor: pointer; /* cursor: hand; for IE5 */
}

/* --- Item Detail ----*/

div#itemDetail div#rightDiv {
	width: 250px;
	float: right;
	margin: 0 0 0 30px;
	text-align: center;
}

div#itemDetail div#rightDiv img {
	float:none;
	display: block;
	margin: 0 0 20px 0;
}

div#itemDetail div#rightDiv span.price {
	display: block;
	font-size: 28px;
	font-style:normal;
	line-height:22px;
	margin-bottom: 10px;
}


/* ------------------------
         slideshows
---------------------------*/

/* promo slideshow */
#myHeaderShow {
	width: 316px;
	height: 272px;
	z-index:5;
	border: none;
}

#myGallery, #myGallerySet {
	width: 500px;
	height: 400px;
	z-index:5;
	border: 1px solid #660000;
}

