/* CSS Document */

/*voice-family: "\"}\""; 
voice-family:inherit;*/
	
html,body{
	height:100%;
	}
body{
	margin:0;
	padding:0;
	background:#ff9 url("../img/bgTile.jpg") repeat-x;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#333;
	}
h1{
	margin-bottom:-10px;
	font-size:18px;
	}
h2{
	margin-bottom:-10px;
	font-size:14px;
	}
	
a {text-decoration:none; color:#069; font-weight:normal;}
a:link {text-decoration:none; color:#069; font-weight:normal;}
a:visited {text-decoration:none; color:#069; font-weight:normal;}
a:active {text-decoration:none; color:#069; font-weight:normal;}
a:hover {text-decoration:none; color:#f60; font-weight:normal;}
	
/* -------------------------------- MAIN CSS */
#main{
	padding:0;
	position:absolute;
	width:700px;
	left:50%;
	margin-left:-350px;
	background:#fff url("../img/bodyTile.gif") repeat-y top center;
	}
#header {
	display:block;
	width:700px;
	height:160px;
	background:url("../img/header.jpg") no-repeat top center;
	}

#bdy{
	display:inline;
	float:right;
	width:529px;
	overflow:visible;
	}
#btm{
	display:block;
	clear:both;
	width:700px;
	height:45px;
	text-align:center;
	background:#ff9 url("../img/footer.jpg") no-repeat top center;
	}
#splash{
	padding:0;
	position:relative;
	width:500px;
	height:236px;
	left:50%;
	margin-left:-250px;
	background:url("../img/splash.jpg") no-repeat top center;
	}
/* ----------------------------Side Navigation Styles */

#nav{
	position:absolute; 
	top:160px;
	left:50%;
	margin-left:-350px;
	width:170px; 
	height:209px; 
	z-index:100;
	}

#navhead {display:inline; float:left; width:170px; height:39px; background:url("../img/navheader.jpg") 0px 0px no-repeat; border:0px; text-decoration:none; overflow:hidden;}

#products a{display:inline; float:left; width:170px; height:28px; background:url("../img/nav1.gif") 0px 0px no-repeat; border:0px; text-decoration:none; overflow:hidden;}
#products a:link{background:url("../img/nav1.gif") 0px 0px no-repeat;}
#products a:hover{background:url("../img/nav1.gif") -170px 0px no-repeat;}

#teaching a{display:inline; float:left; width:170px; height:28px; background:url("../img/nav2.gif") 0px 0px no-repeat; border:0px; text-decoration:none; overflow:hidden;}
#teaching a:link{background:url("../img/nav2.gif") 0px 0px no-repeat;}
#teaching a:hover{background:url("../img/nav2.gif") -170px 0px no-repeat;}

#about a{display:inline; float:left; width:170px; height:28px; background:url("../img/nav3.gif") 0px 0px no-repeat; border:0px; text-decoration:none; overflow:hidden;}
#about a:link{background:url("../img/nav3.gif") 0px 0px no-repeat;}
#about a:hover{background:url("../img/nav3.gif") -170px 0px no-repeat;}

#contact a{display:inline; float:left; width:170px; height:28px; background:url("../img/nav4.gif") 0px 0px no-repeat; border:0px; text-decoration:none; overflow:hidden;}
#contact a:link{background:url("../img/nav4.gif") 0px 0px no-repeat;}
#contact a:hover{background:url("../img/nav4.gif") -170px 0px no-repeat;}

#links a{display:inline; float:left; width:170px; height:28px; background:url("../img/nav5.gif") 0px 0px no-repeat; border:0px; text-decoration:none; overflow:hidden;}
#links a:link{background:url("../img/nav5.gif") 0px 0px no-repeat;}
#links a:hover{background:url("../img/nav5.gif") -170px 0px no-repeat;}

#home a{display:inline; float:left; width:170px; height:28px; background:url("../img/navhome.gif") 0px 0px no-repeat; border:0px; text-decoration:none; overflow:hidden;}
#home a:link{background:url("../img/navhome.gif") 0px 0px no-repeat;}
#home a:hover{background:url("../img/navhome.gif") -170px 0px no-repeat;}

/* -- Product buttons -- */
#addtocart a{display:inline; float:left; width:75px; height:26px; background:url("../img/b_add.gif") 0px 0px no-repeat; border:0px; text-decoration:none; overflow:hidden;}
#addtocart a:link{background:url("../img/b_add.gif") 0px 0px no-repeat;}
#addtocart a:hover{background:url("../img/b_add.gif") -75px 0px no-repeat;}

#viewmore a{display:inline; float:left; width:75px; height:26px; background:url("../img/b_more.gif") 0px 0px no-repeat; border:0px; text-decoration:none; overflow:hidden;}
#viewmore a:link{background:url("../img/b_more.gif") 0px 0px no-repeat;}
#viewmore a:hover{background:url("../img/b_more.gif") -75px 0px no-repeat;}

#send a{display:inline; float:left; width:75px; height:26px; background:url("../img/b_send.gif") 0px 0px no-repeat; border:0px; text-decoration:none; overflow:hidden;}
#send a:link{background:url("../img/b_send.gif") 0px 0px no-repeat;}
#send a:hover{background:url("../img/b_send.gif") -75px 0px no-repeat;}

#back a{display:inline; float:left; width:75px; height:26px; background:url("../img/b_back.gif") 0px 0px no-repeat; border:0px; text-decoration:none; overflow:hidden;}
#back a:link{background:url("../img/b_back.gif") 0px 0px no-repeat;}
#back a:hover{background:url("../img/b_back.gif") -75px 0px no-repeat;}

#view a{display:inline; float:left; width:75px; height:26px; background:url("../img/b_view.gif") 0px 0px no-repeat; border:0px; text-decoration:none; overflow:hidden;}
#view a:link{background:url("../img/b_view.gif") 0px 0px no-repeat;}
#view a:hover{background:url("../img/b_view.gif") -75px 0px no-repeat;}

#viewcart a{display:inline; float:right; width:75px; height:26px; background:url("../img/b_viewcart.gif") 0px 0px no-repeat; border:0px; text-decoration:none; overflow:hidden;}
#viewcart a:link{background:url("../img/b_viewcart.gif") 0px 0px no-repeat;}
#viewcart a:hover{background:url("../img/b_viewcart.gif") -75px 0px no-repeat;}

/* ----------------------------Search Styles */
#searchHldr {
	display:inline;
	margin-left:21px;
	width:169px;
	background:url("../img/searchTile.gif") 0px 0px repeat-x;
	border:0px;
	overflow:visible;
}
.search {
	padding-left:4px;
	}
/* \ this is to fool IE 
*/.search {
	padding-left:25px;
	}
	
/* -------------------------------- Home page Specific */
#flashheader{
	position:absolute; 
	top:55px;
	left:50%;
	margin-left:-231px;
	width:610px; 
	height:115px; 
	z-index:100;
	overflow:hidden;
	border-bottom:1px solid #C2D1E1;
	border-top:1px solid #C2D1E1;
	}
#ltxt {
	padding-left:50px;
	width:700px;
	}
#rcol{
	padding-left:500px;
	width:275px;
	}

.cHldr {
	}
.cHldrRight {
	padding-left:10px;
	}
.contentHeader {
	padding:15px;
	background:url("../img/arrowbg.gif") no-repeat top left;
	border-bottom:1px solid #e5e5e5;
	}
.contentHeaderRight {
	padding:15px;
	background:url("../img/arrowbg.gif") no-repeat top left;
	border-bottom:1px solid #e5e5e5;
	}
.contentNews {
	padding:10px;
	padding-left:20px;
	background:url("../img/newsbg.jpg") repeat-x;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	border-right:1px solid #e5e5e5;
	}
.contentFeatured {
	padding-top:10px;
	padding-right:20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	}
.contentNewReleases {
	margin-left:10px;
	padding:0;
	padding-bottom:3px;
	padding-right:3px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	letter-spacing:-.5px;
	border-bottom:1px solid #e5e5e5;
	}
.contentNewReleases img{
	padding:5px;
	padding-left:0px;
	}
.contentDisplay {
	padding:10px;
	padding-left:15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	border-bottom:1px solid #e5e5e5;
	}
.contentProducts {
	padding:10px;
	padding-left:15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	border-bottom:1px solid #e5e5e5;
	}
.contentDisplay img{
	margin-bottom:-15px;
	}
.featurepic {
	padding-bottom:10px;
	}
.navbullet {
	color:#fff;
	letter-spacing:-1px;
	}
.newsitem {
	padding-bottom:10px;
	}
.featureditem {
	padding-bottom:5px;
	}
	
.callout {
	padding:3px;
	}
.newsItem {
	border-bottom:1px dotted #FFDD8D;
	}
.featuredText {
	padding-left:10px;
	padding-bottom:10px;
	}
.featuredPic {
	padding-left:10px;
	padding-top:10px;
	}
.nDate {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#f90;
	letter-spacing:2px;
	}
.nHead {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size:18px;
	font-style:italic;
	color:#333;
	}
.nBody {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999;
	}
.cHead {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size:18px;
	font-style:italic;
	color:#333;
	}
.cSubHead {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size:14px;
	font-style:italic;
	color:#666;
	}
.bodytext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	}
.bodycallout {
	margin-left:10px;
	margin-right:20px;
	padding:10px;
	border-top:4px #e6e6e6 solid;
	border-bottom:4px #e6e6e6 solid;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size:14px;
	font-style:italic;
	color:#333;
	}
.bodycalloutalert {
	margin-left:10px;
	margin-right:20px;
	padding:10px;
	border-top:4px #e6e6e6 solid;
	border-bottom:4px #e6e6e6 solid;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size:14px;
	font-style:italic;
	color:#f00;
	}
.footertext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999;
	vertical-align:center;
	}
.footertext a {
	color:#999;
	}
.footertext a:hover {
	color:#f60;
	}
.smallText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	}
.form {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:5px;
	}
/* End CSS Document */