@charset "UTF-8";
StyleSheet {
}



/*BodyDIV contains Nav and Content*/
#BodyDiv {
	position:relative;
	left:0px;
	top:0px;
	width:48.3em;
	height:inherit;
	font:Georgia, "Times New Roman", Times, serif;
	color: #505050;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}


/*BodyDIV contains Nav and Content*/


/*Begin Navigation*/
#nav-menu
{
	position:relative;
	top:0px;
	width:14em;
	height:56em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #f5f5f5;
	float: left;
}


#nav-menu ul
{
	list-style: none;
	margin: 0;
	width: 12em;
	padding-left: .75em;
	padding-right: 1em;
	padding-top: 1em;
}

#nav-menu li
{
/*margin: 0 0.15em;*/
}

#nav-menu li a
{
	font-size:small;
	background: #f5f5f5;
	height: 2em;
	line-height: 2em;
	width: 15.5em;
	display: block;
	border-top:0.125em dashed #BCBDC0;
	color: #505050;
	text-decoration: none;
	text-align: left;
}


#nav-menu li a:hover
{	
	font-size:small;
	background: #9ad4dc;
	height: 2em;
	line-height: 2em;
	width: 15.5em;
	display: block;
	border-top:0.125em dashed #bcbdc0;
	color: #505050;
	text-decoration: none;
	text-align: left;
}

#nav-menu li a:active
{	
	font-size:small;
	background: #e2e3e4;
	height: 2em;
	line-height: 2em;
	width: 15.5em;
	display: block;
	border-top:0.125em dashed #BCBDC0;
	color: #505050;
	text-decoration: none;
	text-align: left;
}


#nav-menu-spacer
{
	font-size:small;
	background: #f5f5f5;
	height: 2em;
	line-height: 2em;
	width: 15.5em;
	display: block;
	border-top:0.125em dashed #BCBDC0;
	color: #505050;
	text-decoration: none;
	text-align: left;
}

/*orange nav*/

#orangeNav li a
{
	font-size:small;
	background: #f5f5f5;
	height: 2em;
	line-height: 2em;
	width: 15.5em;
	display: block;
	border-top:0.125em dashed #BCBDC0;
	color: #505050;
	text-decoration: none;
	text-align: left;
}


#orangeNav li a:hover
{	
	font-size:small;
	background: #9ad4dc;
	height: 2em;
	line-height: 2em;
	width: 15.5em;
	display: block;
	border-top:0.125em dashed #BCBDC0;
	color: #505050;
	text-decoration: none;
	text-align: left;
}

#orangeNav li a:active
{
	font-size:small;
	background: #e2e3e4;
	height: 2em;
	line-height: 2em;
	width: 15.5em;
	display: block;
	border-top:0.125em dashed #BCBDC0;
	color: #505050;
	text-decoration: none;
	text-align: left;
}


#orangeNav-spacer
{
	font-size:small;
	background: #f5f5f5;
	height: 2em;
	line-height: 2em;
	width: 15.5em;
	display: block;
	border-top:0.125em dashed #BCBDC0;
	color: #505050;
	text-decoration: none;
	text-align: left;
}

/*begin contact info box*/
#contactInfo
{
	position:relative;
	top:8em;
	width:14em;
	height:9em;
	margin: 0px;
	padding-top: 1em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color:white;
}

#contactInfo p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:small;
	margin-left: .75em;
	color: #505050;
}

#contactInfo a {
	color: #505050;
	text-decoration:none;
}

/*End Navigation*/

/*Begin Content*/
#ContentContainer{
	top:0px;
	width:32.3em;
	height:inherit;
	margin: 0px;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	background-color: #FFF;
	float: left;
	min-height: 52em;
	text-align: left;
}

#ContentContainer p{
	font-size: small;	
}

#ContentContainer h1{
	font-size: large;
	font-weight: normal;
}

#ContentContainer h2{
	font-size: medium;
	font-weight: normal;
}


#ContentContainer h3{
	font-size: smaller;
	font-style: italic;
	font-weight: normal;
}

#ContentContainer li{
	font-size: small;
	padding-top: .5em;
}

#ContentContainer #OneCol hr{
	border-top:dotted thin #BFBFC3;
	border-style:dotted none none none;
	clear: left;
}

#ContentContainer img{
}

#ContentContainer img.Category{
	position:relative;
	float: left;
	padding-right: 1.75em;
	padding-bottom: 0.6em;
}

#ContentContainer img.IGcd{
	position:relative;
	float: left;
	padding-right: .5em;
	padding-bottom: .6em;
	
}


#ContentContainer {
}

#ContentContainer table { 
	/*border-collapse:collapse; */
	border-top:dotted thin #BFBFC3;
	}
	
#ContentContainer tr.PricingTableHeader{
	/*border-top:dotted #6d6e71 thin;*/
	border-bottom:dotted #6d6e71 thin;
	font-size: small;
	font-style:italic;
	color:#505050;
	background-color:#f5f5f5;
	padding: 5px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}

#ContentContainer tr.PricingTable {	
	/*border-top:dotted #6d6e71 thin; 
	border-bottom:dotted #6d6e71 thin;*/
	font-size: small;
	font-style:italic;
	color:#505050;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;

	}
	
#ContentContainer td.BorderLeft{
	border-left:dotted #505050 thin;
	border-bottom:dotted #505050 thin;
	}

#ContentContainer td.FirstCol{
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	border-bottom:dotted #505050 thin;
	}


#ContentContainer td strong{
	font-family: Verdana, Geneva, sans-serif;
	font-size:smaller;
	font-weight: normal;
	}

#ContentContainer td em{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:smaller;
	font-weight: normal;
	}




#ContentContainer a{
	font-size: small;
	font-style:italic;
	color:#505050;
	text-decoration:underline;
}

#ContentContainer a em{
	font-size: small;
	font-style: inherit;
	color:#f26522;
	text-decoration:underline;
}

#ContentContainer a strong{
	font-size: small;
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
}

#ContentContainer strong em{
	font-size: small;
	font-style:normal;
	color:#f26522;
	text-decoration:underline;
}

#ContentContainer a img{
	border:none;
}



#OneCol {
}

#TwoCol1{
	clear: both;
	position:relative;
	top:0px;
	width:15.25em;
	height:inherit;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0.5em;
	padding-bottom: 0px;
	padding-left: 0px;
	border-right:dotted thin;
	background-color: #FFF;
	float: left;
	min-height: 50em;
}


#TwoCol2{
	width:15.25em;
	padding-left:0.5em;
	margin: 0px;
	float: right;
	background-color: #FFF;
	min-height: 50em;
}

#OtherBooks {
	width:7.5em;
	height:inherit;
	float:left;
	padding-right:.5em;
	}
#OtherBooks p {
	margin-top:.25em;
	font-size: x-small;
	font-style:italic;
	}

/*End Content*/

/*Begin Footer*/


#FooterDiv{
	/* width:774px; */
	width:48.3em;
	height:10em;
	font:Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	background-color: #FFF;
}

#FooterDiv img {
	float:right;
	}
/*End Footer*/



/*Begin Form Styles*/



fieldset {
	margin: 0 0 2em 0;
	padding: 1em 1em 1em 1em;
	border: 1px solid #f26522;
}


legend {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #f26522;
	padding: .5em .5em .5em .5em;
}

label {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:	#505050;
	font-size: small;
}

input:focus, select:focus, textarea:focus {
	background-color: #9ad4dc;
}

input:blur, select:blur, textarea:blur {
	background-color: #e2e3e4;
}



input.cah_buttons {
	background-color: #f35712;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	padding: 2px;
	color: white;
	border: 1px solid #9b7557;
}

input.checkbox {
	background-color: #FAF8F1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	padding: 2px;
	border: none
}

input {
	background-color: #e2e3e4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	padding: 2px;
	border: 1px solid #e2e3e4;
}

	
textarea {
	background-color:#e2e3e4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	padding: 2px;
	border: 1px solid #e2e3e4;
}


select {
	background-color: #e2e3e4; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	padding: 2px;
	border: 1px solid #e2e3e4;
}

option {
	background-color: #9ad4dc;
	font-size: 12px; 
	padding: 2px;
}

#PurchaseOrder{
	width:32em;
	height:auto;
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	z-index:1;
}

#CreditCard {
	width:32em;
	height:auto;
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	z-index:9;
}

/*End Form Styles*/

/*Begin ORDERForm Styles*/
#CNAof {
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	font-family:Verdana, Geneva, sans-serif;
	color:#0bb3c1;
	}
	
#CNAof h2 {
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	font-size: small;
	vertical-align:bottom;
	}
	
#CNAof p {
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	font-size:xx-small;
	vertical-align:bottom;
	}


#HHAof {
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	font-family:Verdana, Geneva, sans-serif;
	color:#dcb34e;
	}
	
#HHAof h2 {
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	font-size: small;
	vertical-align:bottom;
	}
	
#HHAof p {
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	font-size:xx-small;
	vertical-align:bottom;
	}
	

#FABof {
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	font-family:Verdana, Geneva, sans-serif;
	color:#f26522;
	}
	
#FABof h2 {
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	font-size: small;
	vertical-align:bottom;
	}
	
#FABof p {
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	font-size:xx-small;
	vertical-align:bottom;
	}





#GIFTof {
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	font-family:Verdana, Geneva, sans-serif;
	color:#6eb27e;
	}
	
#GIFTof h2 {
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	font-size: small;
	vertical-align:bottom;
	}
	
#GIFTof p {
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	font-size:xx-small;
	vertical-align:bottom;
	}




#INSof {
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	font-family:Verdana, Geneva, sans-serif;
	color:#6eb27e;
	}
	
#INSof h2 {
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	font-size: small;
	vertical-align:bottom;
	}
	
#INSof p {
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	font-size:xx-small;
	vertical-align:bottom;
	}

#ClickIconShip {
	font-size: small;
	font-style:italic;
	color:#f26522;
	text-decoration:underline;
}

.video-container {
	padding: 0;
	margin-left: 0; 
	margin-right: auto;
	max-width: 500px;
}

/*END ORDERForm Styles*/
