/* CSS Document */

/*
colours
===========================
red 		rgb(191,32,38)
yellow		rgb(237,197,25)
blue		rgb(32,66,148)
green		rgb(25,149,71)
*/

/* @group site defaults */

* { margin: 0; padding: 0; }

html { }

body { margin: 0 auto; width: 960px; color: #000; font: 1em/1.5 Helvetica, Arial, sans-serif; }

a { color: rgb(32,66,148); text-decoration: underline; }
a:hover { text-decoration: none; }
p { display: block; margin: 1em 0; }
h1 { display: block; font-size: 2em; }
h2 { display: block; font-size: 1.5em; }

.left { float: left; }
.right { float: right; }
.clear { clear: both; }

img.left { margin: 0px 10px 10px 0px }
img.right { margin: 0px 0px 10px 10px }
img.center { display: block; margin: 0px auto; }

img.small { width: 100px; }
img.large { width: 250px; }

table { width: 95%; border-collapse: collapse; }
table th { background: rgb(25,149,71); color: #fff; padding: 2px; border: #000 solid 1px; }
table td { padding: 1px 2px; border: #000 solid 1px; }

.error {display:none; font-size: 14px; color: red;}

/* @end */


/* @group main layout */

#header,
#footer,
#navigation-help,
#navigation-primary,
#navigation-breadcrumb { display: block; width: 100%; clear: both; }

/* @end */


/* @group header */

#header {  }

img#logo { float: left; }

#header ul { display: block; list-style: none; }
#header ul li { display: block; float: left; }
#header ul li a { display: block; }
#header ul li a:hover { }

ul#navigation-help { font-size: 0.8em; height: 1.8em; line-height: 1.8em; background: rgb(32,66,148); }
ul#navigation-help li { float: right; padding: 0 0.5em; }
ul#navigation-help li#navigation-skip { float: left; }
ul#navigation-help li a { color: #fff; text-decoration: none; padding-left: 16px; background: url(/site/images/bullet_yellow.png) no-repeat left center; }
ul#navigation-help li a:hover { text-decoration: underline; }

ul#navigation-primary { background: #6578b7; height: 2em; line-height: 2em; }
ul#navigation-primary li {  }

ul#navigation-primary li.current { background: rgb(237,197,25); }
/*color variations*/
body.for-churches ul#navigation-primary li.current { background: rgb(32,66,148); }		/*blue*/
body.for-individuals ul#navigation-primary li.current { background: rgb(25,149,71); }	/*green*/
body.take-the-tour ul#navigation-primary li.current { background: rgb(191,32,38); }		/*red*/

ul#navigation-primary li a { padding: 0 1.5em; color: #fff; text-decoration: none; }
ul#navigation-primary li a:hover { background: rgb(237,197,25); color: #000; }
/*color variations*/
ul#navigation-primary li#for-churches a:hover { background: rgb(32,66,148); }		/*blue*/
ul#navigation-primary li#for-individuals a:hover { background: rgb(25,149,71); }	/*green*/
ul#navigation-primary li#take-the-tour a:hover { background: rgb(191,32,38); }		/*red*/

ul#navigation-breadcrumb { background: #d3d8eb; font-size: 0.8em; height: 1.8em; line-height: 1.8em; margin-bottom: 1em; }
ul#navigation-breadcrumb li { padding: 0 0 0 1em; }
ul#navigation-breadcrumb li#next { float: right; margin-right: 1em; }
ul#navigation-breadcrumb li#previous { float: right;  }
ul#navigation-breadcrumb li a { padding-right: 20px; background: url(/site/images/resultset_next.png) no-repeat right center; }
ul#navigation-breadcrumb li a:hover {  }
ul#navigation-breadcrumb li#next a { background: url(/site/images/control_fastforward_blue.png) no-repeat right center; }
ul#navigation-breadcrumb li#previous a { background: url(/site/images/control_rewind_blue.png) no-repeat left center; padding-left: 20px; }

/* @end */


/* @group content */

#navigation-secondary { display: block; float: left; background: url(/site/images/bg-nav-sec.jpg) no-repeat; min-height: 564px; width: 210px; }
*html #navigation-secondary { height: 564px; } /* ie min-height fix */
#navigation-secondary ul { margin-top: 1em; list-style: none; }

#navigation-secondary ul li { display: block; float: left; clear: both; width: 100%; background: url(/site/images/bg-nav-sec-items.png) repeat; font-size: 0.9em; }
/*color variations*/
body.for-churches #navigation-secondary ul li { background: url(/site/images/bg-nav-sec-items-blue.png) repeat; }		/*blue*/
body.for-individuals #navigation-secondary ul li { background: url(/site/images/bg-nav-sec-items-green.png) repeat; }	/*green*/
body.take-the-tour #navigation-secondary ul li { background: url(/site/images/bg-nav-sec-items-red.png) repeat; }		/*red*/

#navigation-secondary ul li.current { background: url(/site/images/bg-nav-sec-items-current.png) repeat; }
/*color variations*/
body.for-churches #navigation-secondary ul li.current { background: url(/site/images/bg-nav-sec-items-current-blue.png) repeat; }		/*blue*/
body.for-individuals #navigation-secondary ul li.current { background: url(/site/images/bg-nav-sec-items-current-green.png) repeat; }	/*green*/
body.take-the-tour #navigation-secondary ul li.current { background: url(/site/images/bg-nav-sec-items-current-red.png) repeat; }		/*red*/

#navigation-secondary ul li.section { background: rgb(237,197,25); }
/*color variations*/
body.for-churches #navigation-secondary ul li.section { background: rgb(32,66,148); }		/*blue*/
body.for-individuals #navigation-secondary ul li.section { background: rgb(25,149,71); }	/*green*/
body.take-the-tour #navigation-secondary ul li.section { background: rgb(191,32,38); }		/*red*/

#navigation-secondary ul li.section a { color: #fff; }
#navigation-secondary ul li a { display: block; float: left; width: 90%; color: #000; line-height: 2; padding: 0.3em 5%; text-decoration: none; }
#navigation-secondary ul li a:hover { background: url(/site/images/bg-nav-sec-items-current.png) repeat; color: #000; }
/*color variations*/
body.for-churches #navigation-secondary ul li a:hover { background: url(/site/images/bg-nav-sec-items-current-blue.png) repeat; }		/*blue*/
body.for-individuals #navigation-secondary ul li a:hover { background: url(/site/images/bg-nav-sec-items-current-green.png) repeat; }	/*green*/
body.take-the-tour #navigation-secondary ul li a:hover { background: url(/site/images/bg-nav-sec-items-current-red.png) repeat; }		/*red*/

#content-primary { display: block; float: left; width: 480px; padding: 0 30px; font-size: 0.9em; }
#content-primary ul,
#content-primary ol { margin: 1em 2em; }

#content-secondary { display: block; float: left; min-height: 534px; padding: 15px; width: 180px; background: #d3d8eb; font-size: 0.7em; }
*html #content-secondary { height: 534px; width: 179px; } /* ie min-height fix */

/* @end */


/* @group footer */

#footer { height: 8em; background: rgb(32,66,148); font-size: 0.8em; color: #fff; }
#footer a { color: #fff; }

ul#navigation-quickfind { display: block; float: left; padding-top: 1em; list-style: none; width: 210px; }
ul#navigation-quickfind li { float: left; clear: both; width: 95%; padding-left: 5%; }
ul#navigation-quickfind li a { color: #fff; }

#address { display: block; float: left; width: 480px; padding: 0 30px; }

ul#navigation-interaction { display: block; float: left; padding-top: 1em; list-style: none; width: 210px; text-align: right; }
ul#navigation-interaction li { float: left; clear: both; width: 95%; padding-right: 5%; }

/* @end */


/* @group form layout - wufoo */

/* form */

input { border: 0 none; padding: 0; }

form ol { margin: 0 !important; padding: 0 !important; list-style-type: none; width: 100%; }
form li { margin: 0; width: 62%; padding: 4px 5px 2px 9px; position: relative; }
form li ol li { width: auto; }

form li:after,
.buttons:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

form li,
.buttons { display: inline-block; }
* html form li,
* html .buttons { height: 1%; }

form li,
.buttons { display: block; }

form li ol li { margin: 0 4px 0 0; padding: 0 0 8px 0; }
form li ol li { float: left; }
form li.left { display: inline; width: 48%; }
form li.right { display: inline; width: 48%; }
form li.left .medium,
form li.right .medium { width: 100%; }

form li ol li label { padding-top: 3px; clear: both; color: #999; display: block; }
form li .datepicker { float: left; margin: .1em 5px 0 0; padding: 0; width: 16px; height: 16px; cursor: pointer !important; }

.info,
fieldset { border-style: none; border-bottom: 1px dotted #999; margin: 1.5em 0; padding-bottom: 1em; }
legend { font-size: 120%; font-weight: bold; color: #204294; margin-left: -7px; }
fieldset>legend { margin-left: 0; }

/* ----- fields and labels ----- */

label.desc { display: block; padding: 0 0 1px 0; line-height: 1.5; color: #000; font-weight:bold; }

input.text,
input.file,
textarea.textarea,
select.select { margin: 0; font-size: 100%; color: #000; }

input.text,
textarea.textarea,
.firefox select.select { border-top: 1px solid #7c7c7c; border-left: 1px solid #c3c3c3; border-right: 1px solid #c3c3c3; border-bottom: 1px solid #ddd; background: #fff url(/site/images/fieldbg.gif) repeat-x top; }

input.text,
input.file { padding: 2px 0 2px 0; }

input.checkbox,
input.formradio { display: block; line-height: 1.4em; margin: 6px 0 0 3px; width: 13px; height: 13px; }
label.choice { display: block; line-height: 1.4em; margin: -1.55em 0 0 25px; padding: 4px 0 5px 0; width: 90%; }
label.list { margin-left: 50px; }

textarea.textarea{ font-family: "Tahoma", Arial, Verdana, sans-serif; }

select.select { margin: 1px 0; padding: 1px 0 0 0; }
select.select[class]{ margin: 0;	padding:1px 0 1px 0; }
*:first-child+html select.select[class]{ margin: 1px 0; }
.safari select.select { margin-bottom: 1px; font-size: 120% !important; }

/* sizes */

.third { width: 32% !important; }
.half { width: 48% !important; }
.full { width: 100% !important; }

input.tiny,
select.tiny { width: 40px; }

input.small,
select.small { width: 25%; }

input.medium,
select.medium { width: 50%; }

input.large,
select.large,
textarea.textarea { width: 100%; }

textarea.small { height: 5.5em; }
textarea.medium { height: 10em; }
textarea.large { height: 20em; }

/* required */

form .req { float: none; color: red; font-weight: bold; }

/* instructions */

form li.focused { background: #e6edf7; }
form li.focused label { color: #000; }
form .instruct { position: absolute; top: 0; left: 100%; z-index: 1000; width: 42%; margin: 0 0 0 8px; padding: 8px 10px 9px 10px; border: 1px solid #fffd98; background: #fffd98; line-height: 130%; font-size: 90%; color: #000; visibility: hidden; }
form .instruct small { font-size: 105%; }
form li.focused .instruct,
form li:hover .instruct{ visibility: visible; }

/* buttons */

.buttons { clear: both; margin-top: 10px; margin-bottom: 20px; border-top: 1px dotted #fff; padding-top: 10px; }
.buttons input { width: auto; overflow: visible; border: 1px solid #7c7c7c; margin: 0px 10px; padding: 0px 10px; }

/* @end */


/* @group basket */

#basket table { margin-bottom: 20px; }
#basket table th { text-align: left; }
#basket table td { padding: 3px 5px; border: 0 none; }
#basket table td.itemline { border-bottom: #000 dotted 1px; width: 85%; }
#basket table th.price,
#basket table td.price { text-align: right; width: 15%; }
#basket table td.total { text-align: right; font-weight: bold; }

#basket ul#cardlist { display: block; clear: both; list-style: none; margin-top: 20px; }
#basket ul#cardlist li { float: left; display: block; margin: 0 10px 10px 0; }
#basket ul#cardlist li a { float: left; display: block; border: #e76e34 solid 1px; background-color: #4d4d4d; text-align: center; width: 95px; height: 25px; text-decoration: none; padding-top: 95px }
#basket ul#cardlist li a:hover { background-color: #000; }

.visa { background: url(/store/images/visa.png) no-repeat center 10px; }
.visadelta { background: url(/store/images/visadebit.png) no-repeat center 10px; }
.visaelectron { background: url(/store/images/visaelectron.png) no-repeat center 10px; }
.mastercard { background: url(/store/images/mastercard.png) no-repeat center 10px; }
.solo { background: url(/store/images/solo.png) no-repeat center 10px; }
.other { background: url(/store/images/other.png) no-repeat center 10px; }

/* @end */
