/* screen layout styles */

/*
main dark blue - 243EB3
main light blue - 5ACBFF
highlight blue - AAF0FF
dark grey - 989490
einSpine grey - ADA8A4
einSpine paler grey - BBB6B0

link visited - 551A8B

*/


body {
	margin:0;
	padding:0;
	background-image: url(/im/pageBG.gif);
}

img { border: 0; margin:0; padding:0; }

#bgWrapper {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	text-align: center;
	background-image: url(/im/pageEdgesBG.gif);
	background-repeat: repeat-y;
}
#wrapper {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	background-color: #FFF;
}


/* **************************** */
/* header */
#header {
	margin:0 10px;
	padding:0;
	background-color: #FFF;
	background-image: url(/im/einSpine_logoBG.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.clickLogo { display: none; float: left; margin: 0 0 0 17px; padding: 0;}

#store {
	height: 43px; 
	margin: 0;
	padding: 0;
	float: right;
	border-right: 9px solid #FFFFFF;
	background-color:#FFFFFF;
}
#store a {
	font-weight: bold;
	color: #ADA8A4;
	text-decoration: none;
}
#store a:hover { text-decoration: none; }
.storeTxt:hover { text-decoration: underline; }

/* **************************** */
/* page  column */
#page {
	min-height: 500px; /* may need workaround for IE */
	background-color: #FFF;
	text-align: left;
	margin: 10px 9px 0px 214px; 
	padding: 0 15px 5px 30px;
	background-image: url(/im/pageBG.jpg);
	background-repeat: no-repeat;
}
#pageMouse {
	min-height: 500px; /* may need workaround for IE */
	background-color: #FFF;
	text-align: left;
	margin: 10px 9px 0px 214px; 
	padding: 0 15px 5px 30px;
	background-image: url(/im/pageBGmouseHQ.jpg);
	background-repeat: no-repeat;
}

#pageStart { font-size:18px; line-height:18px; } /* works with h1 to make height consistent with ie's */

.imageRight {
	margin: 0px 0px 5px 10px;
	padding: 0px;
	border: 1px solid #5ACBFF;
}
.imageLeft {
	margin: 0px 10px 5px 0px;
	padding: 0px;
	border: 1px solid #5ACBFF;
}
.imageQuoteRightSmall {
	float:right;
	width:100px;
	font-size: 0.9em;
	background-color: #DBF9FF;
	border: 1px solid #5ACBFF;
	margin-left: 10px;
	margin-bottom: 5px;
}
.imageQuoteRightSmall img { border-bottom: 1px solid #5ACBFF; }
.imageQuoteRightSmall p { margin:0; padding: 2px; }

.imageQuoteRight {
	float:right;
	width:163px;
	font-size: 0.9em;
	background-color: #DBF9FF;
	border: 1px solid #5ACBFF;
	margin-left: 10px;
	margin-bottom: 5px;
}
.imageQuoteRight img { border-bottom: 1px solid #5ACBFF; }
.imageQuoteRight a img { border-bottom: 0px; padding:2px 2px 4px 4px; }
.imageQuoteRight p { margin:0; padding: 4px; }
.imageQuoteRight h3 { margin:0; padding: 4px; }
.imageQuoteRight ul { margin:0; padding: 4px; list-style-type: none;}


.imageQuoteLeft {
	float:left;
	width:163px;
	font-size: 0.9em;
	background-color: #DBF9FF;
	border: 1px solid #5ACBFF;
	margin-right: 10px;
	margin-bottom: 5px;
}
.imageQuoteLeft h3 { margin:0; padding: 4px; }
.imageQuoteLeft img { border-bottom: 1px solid #5ACBFF; }
.imageQuoteLeft a img { border-bottom: 0px; padding:2px 2px 4px 4px; }
.imageQuoteLeft p { margin:0; padding: 4px; }

.imageQuoteBullets ul{ margin:0; padding:2px 2px 4px 16px; list-style-type:circle}


.highlightBlock	{
	float:left;
	width:486px;
	font-size: 0.9em;
	background-color: #DBF9FF;
	border: 1px solid #5ACBFF;
	margin: 0px 10px 6px 0px;
}
.highlightText {float:left; margin:0; padding: 6px 2px 2px 10px; width:330px;}
.highlightText h2, h3 {margin:0; padding: 4px 0px 2px 0px;}
.highlightText p {margin:0; padding: 4px 0px 2px 0px;}
.highlightImage {float:left; margin:0; padding: 6px 2px 2px 10px; width:130px;}
.highlightImage img { border-bottom: 1px solid #5ACBFF; }
.highlightImage a img { border-bottom: 0px; padding:2px 2px 4px 0px;}


/* boilerplate */
#boilerplate {
	float:left;
	width:482px;
	background-color: transparent;
	border: 1px solid #5ACBFF;
	padding: 0px 6px 2px 6px;
	margin-left: 0px;
	margin-bottom: 5px;
}

#boilerplate p{font-size: 1.1em;}
/* **************************** */
/* footer bits */
#footer {
	clear: both;
	text-align:center;
	color: #FFF;
	margin: 0 10px; padding: 0;
	background: #ADA8A4 url(/im/footerFootBG.gif) no-repeat 0% 100%; 
}
#footerHead {
	background: url(/im/footerHeadBG.gif) no-repeat 0% 0%;
}

#footer li {
	line-height: 1.8em;
	font-size: 0.8em;
}

#footer ul li {
	display: inline;
	color: #FFF;
}
#footer ul li a {
	color: #fff;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 7px;
	border-left: 1px solid #CCC;
}

#footer ul li a:hover {
	text-decoration: underline;
	color: #fff;
}

#footer ul li a:hover {
	text-decoration: underline;
	background-color: #ADA8A4;
}

#homeLink {
	position: absolute;
	top: 0px;
	float:left;
	text-align:left;
}

