/* START clear browser defaults*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,table {
	margin:0;
	padding:0;
	text-align: left;
	} 
	
	fieldset,img {  
	    border:0; 
	} 
	address,caption,cite,code,dfn,em,strong,th,var { 
	    font-style:normal; 
	    font-weight:normal; 
	} 
	ol,ul { 
	    list-style:none; 
	} 
	caption,th { 
	    text-align:left; 
	} 
	h1,h2,h3,h4,h5,h6 { 
	    font-size:100%; 
	    font-weight:normal; 
	} 
	q:before,q:after { 
	    content:''; 
	} 
	abbr,acronym { border:0; 
	} 
/* Hides from IE-mac \*/
* html .floatholder {height: 1%;}
/* End hide from IE-mac */

/*Sitewide */
body {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	background-attachment: fixed;
	background-image: url(Assets/Bkgrnd.jpg);
	background-repeat:repeat-x;
	padding:0 0;
	font-size: 1em;
	}
	
#container {
	margin: 0 auto;
	width: 980px;
	padding: 0;
	text-align:left;
	background-color: #FFFFFF;
	height: 100%;
}

#footer {
	clear:both;
	margin: 6px 0;
	width: 980px;
	text-align:center;
}

#footer #noline:link {
	text-decoration:none;
}
#footer #noline:visited {
	text-decoration:none;
}
	
a:link {
	color: #0066cc;
	text-decoration:underline;
}
a:visited {
	color: #cc6699;
	text-decoration:underline;
}
a:hover {
	color:#0066cc;
	background-color: #e2d0f4;
}
a:active {
	text-decoration: none;
	border: none;
}


p {
	margin-bottom: 6px;
}
h3 {
	font-size: 1.1em;
	color: #855fa8;
	margin-bottom: 4px;
}
h2 {
	font-size: 1.2em;
	color: #855fa8;
	margin-bottom: 4px;
}
h1 {
	font-size: 1.7em;
	color: #855fa8;
	margin-bottom: 4px;
}
address {
	color: #855fa8;
	font-size: 0.8em;
	font-style:italic;
}
cite {
	font-size: .8em;
	font-style:italic;
	color: #855fa8;
	margin-bottom: 20px;
}
strong {
font-weight:bold;
}


/* navigation bar */
#navbar {
	margin: 0px auto;
	padding: 0px;
	list-style: none;
	width: 852px;
}

#navbar li {
	float: left;
}
#navbar a {
	text-decoration: none;
	display: block;
	height: 40px;
	text-indent: -5000px;
}
#navbar #home {
	background: url(Assets/Navart/HomeLnk_1.gif) no-repeat 0px 0px;
	width: 93px;
}

#navbar #home:hover {
	background-position: 0 -40px;
}

#navbar #bkdvd {
	background: url(Assets/Navart/BookLnk_1.gif) no-repeat 0px 0px;
	width: 111px;
}
#navbar #bkdvd:hover {
	background-position: 0 -40px;
}

#navbar #eClass {
	background: url(Assets/Navart/OnClassLnk_1.gif) no-repeat 0px 0px;
	width: 213px;
}
#navbar #eClass:hover {
	background-position: 0 -40px;
}
#navbar #ePatt {
	background: url(Assets/Navart/Tutorials_1.gif) no-repeat 0px 0px;
	width: 147px;
}
#navbar #ePatt:hover {
	background-position: 0 -40px;
}
#navbar #info {
	background: url(Assets/Navart/InfoLnk_1.gif) no-repeat 0px 0px;
	width: 76px;
}
#navbar #info:hover {
	background-position: 0 -40px;
}
#navbar #kit {
	background: url(Assets/Navart/KitLnk_1.gif) no-repeat 0px 0px;
	width: 79px;
}
#navbar #kit:hover {
	background-position: 0 -40px;
}

#navbar #supp {
	background: url(Assets/Navart/SuppliesLnk_1.gif) no-repeat 0px 0px;
	width: 133px;
}
#navbar #supp:hover {
	background-position: 0 -40px;
}


/* index and category main pages  SUB B VERSION*/
#mainindex {
	width: 610px;
	margin: 0px 20px 5px 10px;
	padding: 5px 10px;
	border: 15px solid #edecf7;
	float:right;
}
#mainindexb {
	margin: 40px 20px 5px 20px;
	padding: 5px 10px;
	border: 15px solid #edecf7;
}
.greybox {
	margin: 10px 20px;
	padding: 10px 25px;
	height:auto;
	background-color:#D7D7D7;
	clear:both;
}

.purplebox {
	margin: 10px 20px;
	padding: 10px 25px;
	height:auto;
	background-color: #ececf6;
	clear:both;
}
#sidebar {
	background-color: #ebebeb;
	padding: 15px 10px 15px 20px;
	margin: 0px 10px 5px 25px;
	width: 225px;
	height: 100%;
	float:left;
}

/*for sub-catagory pages (like a specific kit, book, eProject, etc.)*/
#mainsub {
margin: 40px 30px 5px 30px;
border: 15px solid #edecf7;
padding: 20px;
}

/*attempt to avoid tables on cord page*/
#cordpage {
width: 800px;
margin: 0 65px;
padding: 5px 10px;
border: 15px solid #edecf7;
float: left;
}
div.float {
  float: left;
  border: 1px solid black;
  margin: 3px;
  }
div.float p {
   text-align: center;
}

/*for special instances*/
.black {
color: #000000;
}
.red {
color:#990033;
}
.green {
color: #006633
}
