/* @group Forms (Blueprint) */

label {
	font-weight: bold;
	/*display: block;*/
	margin-bottom: 13px;
	margin-top: 8px;
}

/* Fieldsets */

fieldset {
	padding: 1.4em;
	margin: 0 0 1.5em 0;
	border: 1px solid #ccc;
}

legend {
	font-weight: bold;
	font-size: 1.2em;
}

/* Text fields */

input.text, input.title {
	width: 150px;
	margin: 0.5em 0.5em 0.5em 0;
}

input.text, input.title {
	border: 1px solid #bbb;
	background: #f6f6f6;
	padding: 5px;
}

input.text:focus,
input.title:focus {
	border: 1px solid #999;
	background: #fff;
}

input.title {
	font-size: 1.5em;
}

input {
	/*display: block;*/
}
/* Textareas */

textarea {
	width: 400px;
	height: 250px;
	margin: 0.5em 0.5em 0.5em 0;
}

textarea {
	border: 1px solid #bbb;
	background: #eee;
	padding: 5px;
}

textarea:focus {
	border: 1px solid #999;
	background: #fff;
}

/* Select fields */

select {
	border: 1px solid #ccc;
	background: #f6f6f6;
	width: 200px;
}

select:focus {
	border: 1px solid #999;
	background: #fff;
}

/* Success, error & notice boxes for messages and errors. */

.error,
.notice, 
.success {
	padding: .8em;
	margin-bottom: 1em;
	border: 2px solid #ddd;
}

.success p {
	color: #fc1180;
}

.error {
	background: #FBE3E4;
	color: #D12F19;
	border-color: #FBC2C4;
}

.notice {
	background: #FFF6BF;
	color: #817134;
	border-color: #FFD324;
}

.success {
	background: #E6EFC2;
	color: #529214;
	border-color: #C6D880;
}

.error a {
	color: #D12F19;
}

.notice a {
	color: #817134;
}

.success a {
	color: #529214;
}

.inputs {
	float: right;
}

.labels {
	float: left;
	padding: 8px;
}

.label {
	/*display: block;*/
	margin-bottom: 21px;
}

/*

 @end */

/* @group Buttons (Blueprint) */

/* -------------------------------------------------------------- 
  
   buttons.css
   * Gives you some great CSS-only buttons.
   
   Created by Kevin Hale [particletree.com]
   * particletree.com/features/rediscovering-the-button-element

   See Readme.txt in this folder for instructions.

-------------------------------------------------------------- */

a.button, button {
	display: block;
	float: left;
	margin: 0 0.583em 0.667em 0;
	padding: 5px 10px 5px 7px;
	

/* Links */
  
  border: 1px solid #dedede;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	background-color: #f5f5f5;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: 100%;
	line-height: 130%;
	text-decoration: none;
	font-weight: bold;
	color: #565656;
	cursor: pointer;
}

button {
	width: auto;
	overflow: visible;
	padding: 4px 10px 3px 7px;
/* IE6 */
}

button[type] {
	padding: 4px 10px 4px 7px;
	

/* Firefox */
   line-height: 17px;
/* Safari */
}

*:first-child+html button[type] {
	padding: 4px 10px 3px 7px;
/* IE7 */
}

button img, a.button img {
	margin: 0 3px -3px 0 !important;
	padding: 0;
	border: none;
	width: 16px;
	height: 16px;
	float: none;
}

/* Button colors
-------------------------------------------------------------- */

/* Standard */

button:hover, a.button:hover {
	background-color: #dff4ff;
	border: 1px solid #c2e1ef;
	color: #336699;
}

a.button:active {
	background-color: #6299c5;
	border: 1px solid #6299c5;
	color: #fff;
}

/* Positive */

body .positive {
	color: #529214;
}

a.positive:hover, button.positive:hover {
	background-color: #E6EFC2;
	border: 1px solid #C6D880;
	color: #529214;
}

a.positive:active {
	background-color: #529214;
	border: 1px solid #529214;
	color: #fff;
}

/* Negative */

body .negative {
	color: #d12f19;
}

a.negative:hover, button.negative:hover {
	background: #fbe3e4;
	border: 1px solid #fbc2c4;
	color: #d12f19;
}

a.negative:active {
	background-color: #d12f19;
	border: 1px solid #d12f19;
	color: #fff;
}

/* @end

 */

/* @group Contact styles */

#main_contact {
	margin-bottom: 1em;
}

#contact_form {
	width: 550px;
	border: 1px solid #ccc;
	padding: 12px;
}

.contact_labels {
	float: left;
}

.contact_inputs {
	float: right;
}

/* @end */

/*
Colors:
#8cc63f - Green
#0078ae - Blue
#f58428 - Orange
#525252 - Grey
*/

/* @group HTML styles */
*:hover {
	outline:none;
	-moz-outline-style:none;
}

*:active {
	outline:none;
	-moz-outline-style:none;
}

a:link {
	color: #fc1180;
	text-decoration:none;
}

a:visited {
	color: #fc1180;
	text-decoration:none;
}

a:hover {
	color: #000;
	outline:none;
}

a:active {
	color: #fff;
	outline:none;
}

.ext {
	background:url(../images/external_link.gif) no-repeat right center;
	padding-right:12px;
}

p {
	margin: .5em;
	margin-top: 0;
	margin-bottom:10px;
}

h1 {
	color: #000;
	font-size: 150%;
	border-bottom:1px dotted #787878;
	margin-bottom:1em;
}

h2 {
	color: #fc1180;
	font-size: 125%;
	margin-top:.5em;
}

address {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

label {
	/*display: block;*/
	margin-bottom: .5em;
}

input {
	/*display: block;*/
	margin-bottom: .5em;
}

fieldset {
	border: 1px solid #ff99cc;
}

legend {
	color: #000;
	font-size: 125%;
	margin-left:4px;
}

img {
	border: solid 1px #000;
	padding:10px;
	margin:10px;
}

.right {
	border:none;
	padding:0;
}

.left {
	border:none;
	padding:0;
}

.close img {
	border:none;
	padding:0;
}

/* @end */

/* @group Layout styles */

* {
	margin: 0;
	padding: 0;
}

/* generated by csscreator.com */

html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	background:url(../images/page_bkg.png) repeat-x;
	font-size:100%;
	font-family:"Trebuchet MS", sans-serif;
}

.flow {
	float:left;
}

#pagewidth {
	width: 821px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#header {
	position: relative;
	height: 396px;
	width: 100%;
	background:url(../images/header.png) no-repeat;
}

#header h1 {
	display:none;
}

#leftcol {
	float:left;
	width:32%;
	padding-bottom:.5em;
	padding-top:.5em;
}

#rightcol {
	float:right;
	width:60%;
	border-left:1px dotted #787878;
	padding-left:1em;
}

#maincol {
	float: right;
	display: inline;
	width:100%;
	position: relative;
	background:url(../images/content_bkg.png) repeat-y;
	margin-bottom: 0;
}

#content {
	padding-left:4em;
	padding-right:4em;
	margin-bottom:2em;
	margin-top:2em;
}

#content a:link {
	color: #fc1180;
}

#content a:visited {
	color: #fc1180;
}

#content a:hover {
	color:#000;
}

#content a:active {
	color:#ff2f8f;
}

#footer {
	height: 59px;
	clear: both;
	text-align:center;
	color: #fc1180;
	background:url(../images/footer_bkg.png) no-repeat;
	margin-top: 0px;
}

.pwdlogo {
	background: url(../images/paratext_web_design.gif) no-repeat left bottom;
	padding-left: 25px;
	padding-top: 10px;
}

.pcmlogo {
	background: url(../images/paratext_cm.gif) no-repeat left bottom;
	padding-left: 30px;
	padding-top: 10px;
}

.divider {
	border-bottom:1px dotted #787878;
	margin:1em;
	clear:both;
}

/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

.clear {
	clear:both;
}

.center {
	text-align: center;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */

a.read_more {
	margin-bottom: 1em;
}

.float_right {
	float: right;
}

#extras {
	text-align: center;
	clear: both;
}

#contact_form {
	margin-top: 1em;
	margin-bottom: 1em;
}

#contact_form fieldset {
	width: 75%;
}

#contact_form textarea {
	margin-bottom: 1em;
}

.form_fields {
	margin: 1em;
}

.form_right {
	float: left;
}

.form_left {
	float: left;
	margin-right: 1em;
}

/* End hide from IE-mac */

/* @end */

/* @group Main Navigation styles */

/*Main Navigation Styles*/

#main_navigation {
	height: 49px;
	background: url(../images/main_nav_bkg.png) no-repeat;
}

#main_navigation ul {
	position: relative;
	left: 66px;
	top: 7px;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 831px;
	margin-left: 20px;
}

#main_navigation ul li {
	float: left;
	color:#fff;
	background:url(../images/indicator.png) no-repeat center 75px;
	list-style-type: none;
}

#main_navigation ul li:hover {
	float: left;
	background-position:center bottom;
}

#main_navigation ul li a {
	display: block;
	padding: 0 1em;
	line-height: 30px;
	text-decoration: none;
	font-size: 90%;
	border-right:1px dotted #3a3a3a;
}

#main_navigation ul li a.first {
	border-left: none;
}

#main_navigation ul li a.last {
	border-right: none;
}

#main_navigation ul li a:link {
	color: #fc1180;
}

#main_navigation ul li a:visited {
	color: #fc1180;
}

#main_navigation ul li a:hover {
	color: #fff;
}

#main_navigation ul li a:active {
	color: #fff;
}

/*End Main Navigation Styles*/

/* @end */

/* @group Sub-Navigation styles */


.product {
	margin-bottom: 2em;
}

#breadcrumbs {
	margin-bottom: 1em;
}

ul li {
	list-style-type: none;
}

.subcategories {
	margin-left: 15px;
	font-size: 90%;
	
}

.subcategories li {
	margin-bottom: 0;
}

.subsubcategories {
	margin-left: 15px;
}


ul li {
	list-style-type: none;
	margin-bottom: .5em;
}

.sub_nav a:link {
	color: #f58428;
	text-decoration:none;
}

.sub_nav a:visited {
	color: #f58428;
	text-decoration:none;
}

.sub_nav a:hover {
	color: #0078ae;
	text-decoration:none;
}

.sub_nav a:active {
	color: #fff;
	text-decoration:none;
}

/* @end */

/* @group Print styles */

/*printer styles*/

@media print {

/*hide the left column when printing*/
#leftcol {
	display: none;
}

/*hide the right column when printing*/
#rightcol {
	display: none;
	float:right;
}

#twocols, #maincol {
	width: 100%;
	float: none;
}

}

/* @end */


/* @group Prototype carousel */

#gallery_nav {
	font-size:80%;
	color:#7ec078;
}

.prev {
	padding-left:18px;
	background:url(../images/arrow_left.png) no-repeat left center;
}

.next {
	padding-right:18px;
	background:url(../images/arrow_right.png) no-repeat right center;
}

.carousel-prev {
	cursor: pointer;
	border:none;
	padding:0;
	margin:0;
}

.carousel-next {
	cursor: pointer;
	border:none;
	padding:0;
	margin:0;
}

.carousel_caption {
	text-align: center;
	width: 400px;
}

#carousel li {
	height:350px;
}



.scroller { 
	width: 450px; 
	height: 350px;
	overflow: hidden;
}

.section {
	width:450px;
	height:500px;
	overflow:hidden;
	float:left;
	padding:1em;		
}

.scroll_content {
	width: 1000000px;
}

.section img {
	display:inline;
	float:left;
}

.before_image {
	float:left;
}

.after_image {
	float:left;
}
		
/* @end */

/* @group Text styles */

.answer {
	margin-left:1em;
	color:#787878;
	font-size:90%;
}

.toggle {
	font-size:75%;
}

.pub_date {
	font-size:50%;
	margin-left:1em;
	color:#a5a5a5;
	display: block;
	margin-top: 4px;
	margin-bottom: 2px;
}

.feed {
	background: url(../images/feed.png) no-repeat left center;
	padding-left: 16px;
}

.success {
	width:auto;
	background-color:#ffe6f2;
	border:1px solid #ff99cc;
	padding:10px;
	text-align:center;
	margin-bottom:10px;
}

.invisible {
	display:none;
	visibility:hidden;
}

.back {
	font-size:80%;
	padding-left:18px;
	background:url(../images/control_start_blue.png) no-repeat left center;
	margin-bottom:5px;
}

.left_arrow {
	background:url(../images/arrow_left.png) no-repeat left center;
	padding-left:18px;
}

/* @end */





/* @group Shopping Cart styles */

#cart_menu {
	text-align:left;
	position:fixed;
	top:0px;
	left:0px;
	z-index:10;
	width:100%;
	height: 30px;
	background: url(../images/cart_wrapper_bkg.jpg) repeat-x;
}

#cart_wrapper {
	height: 30px;
}

#buttons {
	margin: 5px;
}

.cart_stat {
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	border-right: 1px solid #666;
}

.cart_button {
	float: left;
	margin-right: 15px;
	margin-left: 15px;
}

#show_cart {
	padding-left: 18px;
	background: url(../images/cart_go.png) no-repeat left;
}

.dollars {
	padding-left: 14PX;
	background: url(../images/money_dollar.png) no-repeat left;
	font-weight: bold;
	font-size: 14px;
}

.number {
	background: url(../images/number_bkg.png) no-repeat center center;
	padding: 9px;
	font-weight: bold;
	font-size: 14px;
}

#checkout {
	background: url(../images/checkout.png) no-repeat left;
	width:75px;
	height: 20px;
	font: 120% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}

#checkout_button:hover {
	cursor: pointer;
}

#checkout_button {
	position: relative;
	top: -2px;
	width: 75px;
	height: 20px;
	color: #fff;
	font-size: 70%;
	text-decoration: none;
	background-image: none;
	border-top-style: none;
}

#checkout input {
	border: none;
	background: none;
	border-style: hidden;
}

#delete_cart {
	background: url(../images/delete_cart.png) no-repeat left;
	width:75px;
	height: 20px;
	font: 90% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
}

#delete_cart a {
	position: relative;
	top: 3px;
	width: 75px;
	height: 20px;
	color: #ffffff;
	text-decoration: none;
}

#delete_cart a:hover {
	color: #ff0000;
}

#empty_cart {
	background: url(../images/empty_cart.png) no-repeat left;
	width:75px;
	height: 20px;
	font: 90% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
}

#empty_cart a {
	position: relative;
	top: 2px;
	width: 75px;
	height: 20px;
	color: #958300;
	text-decoration: none;
}

#empty_cart a:hover {
	color: #fff;
}

.added_item {
	padding-left: 18px;
	background: url(../images/accept.png) no-repeat left;
	color: #88c475;
	font-weight: bold;
}

.scart_item {
	margin: 1.5%;
	border: 1px solid #333;
	padding: 1%;
	background-color: #fff;
	width: 400px;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.item_toolbar {
	clear: both;
	position: relative;
	bottom: 0px;
}

#update {
	background: url(../images/checkout.png) no-repeat left;
	width:75px;
	height: 20px;
	font: 85% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	float: left;
	margin-right: 10px;
}

#update_button:hover {
	cursor: pointer;
}

#update_button {
	position: relative;
	top: -2px;
	width: 75px;
	height: 20px;
	color: #fff;
	font-size: 100%;
	text-decoration: none;
	background-image: none;
	border-top-style: none;
}

#update input {
	border: none;
	background: none;
	border-style: hidden;
}

#delete_item {
	background: url(../images/delete_cart.png) no-repeat left;
	width:75px;
	height: 20px;
	font: 85% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	float: left;
	margin-right: 10px;
}

#delete_item a {
	position: relative;
	top: 3px;
	width: 75px;
	height: 20px;
	color: #ffffff;
	text-decoration: none;
}

#delete_item a:link {
	color: #fff;
}

#delete_item a:hover {
	color: #ff0000;
}

#change_qty {
	border: solid 1px #000;
	margin-top: 3px;
	display: inline;
	position: relative;
	top: 7px;
}
/* @end */

/* @group Service Menu styles */

.service_category h1 {
	color: #fc1180;
	font-size: 110%;
	margin-top:.5em;
}

.service_name {
	float: left;
	background-color: #fff;
}

#service_menu .price {
	float: right;
	background-color: #fff;
}

.service {
	background: transparent url(../images/menu_fill.jpg) repeat-x center center;
	clear: both;
	display: block;	
}

.service_note {
	font-size: 85%;
	font-style: italic;
	background-color: #fff;
}

.service_category {
	margin-bottom: 1em;
	margin-top: 1em;
	clear: both;
}

#lightwindow img{
	margin: 0;
	padding: 0;
	border: none;
}

/* @end */