/* * * * * * * * * * * * */
/*   HTML Definitions    */
/* * * * * * * * * * * * */
body {
	background: #6791C3 url(images/bkrnd.jpg) no-repeat fixed center top;
	height: 100%;
}

body, th, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 60px;
	/* line-height: 55px;
	color: #DDE5ED; */
	color: #CEDCEC;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #084EA1;
	font-weight: bold;
	margin: 0 0 15px 0;
	border-bottom: 2px solid #084EA1;
}

h3 {
	font-size: 14px;
	margin: 0 0 15px 0;
	font-weight: normal;
	line-height: 16px;
}

h4 {
	font-size: 12px;
	margin: 0 0 6px 0;
	font-weight: bold;
}

h5 {
	font-size: 12px;
	color: #084EA1;
	margin: 20px 0px 5px 0px;
	font-weight: bold;
}

h6 {
	font-size: 12px;
	margin: 0 0 0 0;
	font-weight: bold;
}

a, a span.foundText  {
	color: #cc0000;
	font-weight:bold;
	text-decoration: underline;
	position: relative;
}

a:hover, a:hover span.foundText {
	text-decoration: none;
}

a span.highLight {
	color:#084EA1;
	font-weight:bold;
	text-decoration: underline;
	position: relative;
}


/* * * * * * * * * * * * */
/*  COMMON Page Divs     */
/* * * * * * * * * * * * */

#ghost {
	width: 420px;
	height: 320px;
	z-index: 30;
	background-image: url(images/form-shadow.png);
	background-repeat:no-repeat;
	position:absolute;
	top: 25%;
	left: 25%;
	display:block;
	visibility: hidden;
}

#formBox {
	border: 4px solid #084EA1;
	padding: 40px 40px 40px 40px;
	width: 318px;
	height: 218px;
	background: white;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	visibility:inherit;
	z-index: 40;
}

#wrapper {
	width: 720px;
	padding: 0 0 0 0;
	margin: 20px auto 40px auto;
	border: 2px solid black;
}

/* Header */
#header {
	background-color: #000000;
	background-image: url(images/head-bkrnd.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 125px;
	width: 720px;
	clear:both;
	overflow: hidden;
}

#header p {
	margin: 0 0 0 0;
}

#ireLogoBox {
	width: 300px;
	float:left;
}

#loginBox {
	width: 400px;
	margin-right: 20px;
	border: 0px solid red;
	color: white;
	float: right;
	text-align: right;
	margin-top: 85px;
}

#loginBox a  {
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
}

#loginBox a:hover {
	text-decoration: underline;
}

/* Navbar */
#navbar {
	background-color: #000000;
	border: 0px solid yellow;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 720px;
	height: 30px;
	clear: both;
	overflow: hidden;
}

#navigation {
	margin:0 0 0 0;
	border: 0px solid red;
	padding: 0px 10px 0px 10px;
	z-index: 20;
	background: #000000 none repeat scroll 0%;
	width: 480px;
	line-height: 1;
	font-weight: bold;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	position: absolute;
}

#navigation ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
	width: 480px;
}

#navigation li {
	text-align: center;
	border:  0px solid black;
	list-style-type: none;
	padding: 0 0 0 0;
	float: left;
	width: auto;
}

#navigation a {
	padding: 7px 10px 8px 10px;
	display: block;
	width: auto;
	color: white;
	text-decoration: none;
}

#navigation li ul {
	background-color: #666666;
	border: 1px solid black;
	border-top: 0px solid black;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
	position: absolute;
	left: -999em;
	width: 300px;
	height: auto;
	font-weight: normal;
	font-size: 11px;
	color: white;
}

#navigation li li {
	padding: 0 0 0 0;
	width: auto;
	text-align:center;
	color: black;
}

#navigation li li a {
	width: 80px;
	display: block;
	padding: 7px 10px 8px 10px;
	border-top: 1px solid black;
}

#navigation li.here a:link, #navigation li.here a:visited {
	color: #ffffcc;
}

#navigation li.here li a:link, #navigation li.here li a:visited {
	color: white;
}

#navigation li:hover, #navigation li.here a:hover, #navigation li.here li a:hover, #navigation li a:hover, #navigation li li:hover, #navigation li li a:hover {
	color: #000000;
	background-color: #CEDCEC;
}

#navigation li:hover ul, #navigation li a:hover ul, #navigation li.sfhover ul {
	left: auto;
}
/* end Navbar */


/* Search Box */
#searchBox {
	width: 255px;
	border: 0px solid blue;
	padding: 7px 20px 8px 10px;
	text-align: right;
	float: right;
}

#searchBox form {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#searchBox input, #leftCol input, #formTable input, #leftCol select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #084EA1;
	/*color: #084EA1; */
}

#searchBox input.searchBox {
	color: #666666;
}

#searchBox input.butStand, #leftCol input.butStand, #formTable input.butStand {
	font-weight:bold;
	background-color: #CEDCEC;
}

#searchBox input.butOver, #leftCol input.butOver, #formTable input.butOver {
	border: 1px solid #CEDCEC;
	color: #CEDCEC;
	background-color: #084EA1;
	font-weight:bold;
}

span.foundText {
	background-color: yellow;
}

/* end Search Box */

#contShadow {
	width: 720px;
	height: 18px;
	background-image: url(images/cont-shadow.png);
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	clear:both;
}

#contShadow p {
	margin: 0 0 0 0;
}

/* Content Container */
#container1col {
	width: 720px;
	background-image: url(images/cont-bkrnd-w85.png);
	background-repeat: repeat;
	border: 0px solid yellow;
	padding: 0px 0px 60px 0px;
	clear:both;
}

#container2col {
	width: 720px;
	background-image: url(images/cont-bkrnd2.png);
	background-repeat: repeat-y;
	border: 0px solid yellow;
	padding: 0px 0px 60px 0px;
	clear:both;
}

#breadCrumbs {
	width: 500px;
	border: 0px solid yellow;
	margin: 0px 0px 20px 175px;
	padding: 0px 20px 0px 20px;
	font-size: 9px;
}

#breadCrumbs p {
	margin: 0 0 0 0;
}

#breadCrumbs a {
	font-weight: normal;
}

#leftCol {
	width: 135px;
	border: 0px solid red;
	padding: 0px 20px 0px 20px;
	float: left;
}

#leftCol form {
	margin: 4px 0px 0px 0px;
	padding: 0px 0px 20px 10px;
}

#leftCol .prodImg {
	width: 135px;
	border: 0px solid red;
	margin: 0px 0px 20px 0px;
	text-align:center;
}

#leftCol div.prodImg img {
	border: 1px solid black;
}

#rightCol {
	width: 500px;
	border: 0px solid yellow;
	margin: 0px 0px 0px 175px;
	padding: 0px 20px 0px 20px;
}

#fullCol {
	width: 680px;
	border: 0px solid yellow;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 20px;
}

/* Jump Menu */
.jumpMenu ul, .jumpMenu li {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

/* Base code for the jump menu*/
.jumpMenu{
	position: relative; /* needed */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 0px solid #084EA1;
	width: 124px;
	margin: 20px 0px 20px 0px;
}

.jumpMenu:hover{
	z-index: 10; /* place it over top of the surronding text */
}

/* The label of the jump menu */
.jumpMenu .label{
	width: 104px;
	display: block;	
	position: relative;
	z-index: 2; /* key so that the links can hide underneath it */
	padding: 2px 10px 2px 10px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #084EA1;
	background-color: #CEDCEC;
	color: #084EA1;
	font-weight:bold;
	text-align: center;
	cursor: default; /* The pointer cursor gives a better ui feel, I think */

}

.jumpMenu:hover .label{
	border: 1px solid #084EA1;
	color: #CEDCEC;
	background-color: #084EA1;
	font-weight:bold;
}

.jumpMenu ul{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 0;
	position: absolute;
}

.jumpMenu ul li{	
	list-style: none;	
	display: inline;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	
}

.jumpMenu ul a{
	display: block;	
	text-decoration: none;
	background-image: none;
	width: 104px;
	height: 14px;
	
	/* Make it small and place underneath the label which
	 * hides the links but allows them to gotten to by tabbing */
	margin-top: -10px;
	position: absolute;
	height: 0;	
	overflow: hidden;
	border-bottom: 0px solid #084EA1;
	color: #084EA1;
	background-color: #CEDCEC;
}

.jumpMenu ul a:hover{
	background-color: #084EA1;
	color: White;
}

.jumpMenu:hover ul a, .jumpMenu ul a:focus {
	margin-top: 0;
	padding: 2px 10px 2px 10px;
	border: 1px solid #084EA1;
	border-top: 0px solid #084EA1;
	height: 14px;
	visibility: visible;
	position: static;
	overflow: visible;
	z-index: 3;
}
/* end Jump Menu */


/* sort menus */
.sortMenu ul {
	margin: 4px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	list-style-type: none;
}

.sortMenu li {
	margin: 0px 0px 2px 0px;
}
/* end sort menus */


/* * * * * * * * * * * * */
/*   MISC Classes        */
/* * * * * * * * * * * * */

.clearMe {
	width: 100%;
	height: 2px;
	border-top: 0px dashed black;
	/* background-color: none; */
	margin: 0px 0px 0px 0px;
	display: block;
	clear: both;
}

.redText {
	color: #CC0000;
}

.artist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12px;
	color:#000000;
}


/* Features Lists */
div.pntList {
	margin: 0px 0px 8px 0px;
	padding: 0 0 0 0;
}

div.pntList ul {
	margin: 2px 0px 0px 0px;
	padding: 0px 20px 0px 40px;
	list-style-type: circle;
}

div.pntList li {
	margin: 0 0 0 0;
	padding: 0px 0px 2px 0px;
}
/* end Features Lists */


/* Table Definitions */
.tableBox {
	width: 500px;
	border: 1px solid #000000;
	margin: 0px auto 20px auto;
	background-image: url(images/cont-bkrnd-w85.png);
	background-repeat: repeat;
}

.tableBox table {
	width: 500px;
}

.tableBox table, th, td {
	border: 0px solid black;
}

.tableBox th {
	color: white;
	background-color: #084EA1;
	font-style: italic;
	padding: 4px;
	margin: 1px 1px 1px 1px;
 }

.tableBox td.subHeadRow {
	color: white;
	background-color: #666666;
	font-style: italic;
	text-align:center;
	padding: 1px;
	margin: 0 0 0 0;
 }
 
.tableBox th span.moreInst {
	font-size: 9px;
 }
 
.tableBox td { 
	padding: 4px;
	margin: 1px 1px 1px 1px;
}

.tableBox td.evenRow {
	background-color: #eeeeee;
}

.tableBox td.oddRow {
	background-color: #ffffff;
}

.subNavRow {
	width: 500px;
	clear: right;
	padding: 0px 0px 0px 0px;
	margin: 0 0 0 0;
	display: block;
	position: relative;
	text-align: left;
}

.subNavRow h5 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.subNavRow div.subNavRowL {
	display: block;
	width: 400px;
	border: 0px solid red;
	margin: 0px 0px 0px 0px;
	text-align: left;
}

.subNavRow div.subNavRowR {
	display: block;
	width: 100px;
	border: 0px solid blue;
	margin: 0px 0px 0px 0px;
	text-align: right;
	position:absolute;
	font-size: 9px;
	left:400px;
	top:0px;
}
/* end Table Definitions */


/* Home Page Image Box Definitions */
.logoRow {
	width: 650px;
	clear: both;
	border: 0px solid black;
	margin: 20px auto 20px auto;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.logoRow p {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.logoShadow {
	width: 210px;
	height: 126px;
	background-image:url(images/home-shadow.png);
	background-repeat:no-repeat;
	margin: 0px 10px 0px 0px;	
	float: left;
	display: block;
}

.logoShadowLast {
	margin: 0px 0px 0px 0px;
}

.logoBox {
	width: 200px;
	height: 116px;
	background-color: white;
	border: 1px solid #cccccc;
	display: block;
	position: relative;
	text-align: center;
}

.boxLeft {
}

.boxCenter {
	position: absolute;
	top: 0px;
	left: 220px;
}

.boxRight {
	position: absolute;
	top: 0px;
	left: 440px;
}
/* end Home Page Image Box Definitions */


/* Monthly Planner Product classes */
.planRowContainer {
	width: 660px;
	background-image:url(images/cont-bkrnd-w50.png);
	background-repeat: repeat;
	clear: both;
	border: 1px solid #084EA1;
	margin: 0px auto 30px auto;
}

.planRow {
	width: 660px;
	border: 0px solid red;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	clear: both;
	display: block;
	position: relative;
	overflow:hidden;
}

.planRow p {
	margin: 10px 0px 10px 0px;
	padding: 0 0 0 0;
	overflow:hidden;
}

.planHead {
	width: 640px;
	border: 0px solid black;
	padding: 0px 10px 0px 10px;
	line-height: 18px;
	background-color: #084EA1;
	color: white;
	clear:both;
	display: block;
	position:relative;
}

.planHead h4 {
	margin: 0 0 0 0;
}

.planBox {
	width: 145px;
	margin: 0px 0px -995px 0px;
	padding: 6px 10px 1000px 10px;
	/* background-color: none; */
	display: block;	
	float: left;
	text-align: center;
	position: relative;
}

.oddCell {
	background-color: #ffffff;
}

.evenCell {
	background-color: #eeeeee;
}

.planSep {
	width: 660px;
	height: 0px;
	border-top: 1px dashed black;
	background: transparent;
	margin: 0px 0px 0px 0px;
	display: block;
	clear: both;
}
/* end Monthly Planner Product classes */


/* Form Area Divs */
#formTable {
	margin: 30px auto 30px auto;
	padding: 0px 0px 0px 0px;
	width: 400px;
	border-top: 1px solid black;
	display: block;
	position: relative;
	clear: both;
	text-align: center
}

#formTable input.formInput, #formTable textarea.formInput {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10px;
	border: 1px solid #cccccc;
	width: 250px;
}

#formTable textarea.formInput {
	height: 100px;
}

#formTable .formRow {
	width: 398px;
	height: 30px;
	line-height: 18px;
	background-color: #cccccc;
	clear: both;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding: 0px 0px 0px 0px;
	margin: 0 0 0 0;
	display: block;
	position: relative;
	text-align: left;
}

#formTable .formRow p, #formTable .formRow form {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#formTable .formLeft {
	display: block;
	width: 89px;
	height: 20px;
	border: 0px solid red;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	text-align: right;
	font-weight: bold;
}

#formTable .formRight {
	display: block;
	width: 289px;
	height: 20px;
	background-color: #ffffff;
	border: 0px solid blue;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	position:absolute;
	left:99px;
	top:0px;
}

#formTable .textInpRow {
	height: 120px;
}

#formTable .textInpField {
	height: 110px;
}
/* end Form Area Divs */	


/* Contact Us Page Divs */	
.contactRow {
	width: 638px;
	background-image:url(images/cont-bkrnd-w50.png);
	border: 1px solid #bbbbbb;
	margin: 10px auto 10px auto;
	padding: 20px 20px 10px 20px;
	clear: both;
}

.contactBox {
	width: 312px;
	border: 0px solid black;
	padding: 0px 0px 0px 0px;
	margin: 0 10px 20px 0px;
	float: left;
	position: relative;
}

.contactBoxLast {
	margin-right: 0px;
}

.contactRowHead {
	width: 293px;
	border: 0px solid black;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 10px 0px;
	line-height: 18px;
	background-color: #084EA1;
	color: white;
	font-weight: bold;
	font-size: 12px;
	clear:both;
	display: block;
	position:relative;
}

.contactRow p {
	margin: 0 0 10px 10px;
}

#contactVendors ul {
	margin: 20px auto 20px auto;
	padding: 0px 0px 0px 0px;
	width: 310px;
	display: block;
	border: 0px solid blue;
} 

#contactVendors ul li {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: 0px solid black;
	list-style: none;
	display: inline;
}

#contactVendors ul li img {
	border: 1px solid #cccccc;
}

/* end Contact Us Page Divs */	


/* Product Image Previews */

#imgPrevBox {
	width: 256px;
	height: 386px;
	position:absolute;
	left: -9999px;
	display: block;
	z-index: 999999;
}

#imgPrevShadow {
	width: 276px;
	height: 406px;
	border: 0px solid red;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-image: url(images/image-shadow.png);
	background-repeat:no-repeat;
	display:block;
	text-align: left;
	z-index: 999999;
}

#imgPrev {
	border: 4px solid #084EA1;
	padding: 20px 20px 20px 20px;
	width: 200px;
	height: 330px;
	background-color: white;
	display: block;
	overflow: hidden;
	z-index: 999999;
}

#imgPrevLabel {
	width: 200px;
	text-align: center;
	margin: 4px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* end Prod Image Previews */


/* Envokes transparancy fix for IE 6- */
img.transp, div.transpW, div.transpS, div.tableBox, div.logoShadow, div.planRowContainer, div.contactRow, div.imgPrevShadow {
	behavior: url(scripts/iepngfix.htc);
}

	
/* * * * * * * * * * * * * * */
/*   Printer Definitions     */
/* * * * * * * * * * * * * * */
@media print{ 

#wrapper{
   border: 0px solid black;
}

#wrapper, #header {
   border-bottom: 2px solid black;
   background: white;
}

#header {
	height: 135px;
}
/* hide the header, navigation, and body background column when printing */
#navbar, #contShadow, #loginBox, .jumpMenu, .sortMenu {
	display: none;
}

#container1col, #container2col {
	background-image: none;
	padding: 0 0 0 0;
}

.planRowContainer {
	background-image: none;
}

#leftCol, #rightCol, #fullCol {
	padding-top: 20px;
	padding-bottom: 20px;
}

#rightCol {
	border-left: 1px solid gray;
}

body { 
	background: white;
}

a {
	text-decoration: none;
}

}