@charset "utf-8";
/* CSS Document */

@import "reset.css";

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size:62.5%;
	background-color: #00CC00;
}

body#school {
	background-color: #FBC900;	
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;	
}

#background {
	background: #424242	url(../images/global/background.png) repeat-x left top;
}

#school #background {
	background: #000000;	
}

#container {
	width: 900px;
	margin: 10px auto 0 auto;
	position: relative;
}

#school #container {
	width: 960px;	
}

#site-navigation {
	position: absolute;
	top: 10px;
	right: 0px;
	color: #FBC900;
	font-size: 12px;
	z-index: 5;
}

#site-navigation a {
	color: #999999;
	text-decoration: none;
}

#site-navigation a.active {
	color: #FBC900;
}


#header {
	width: 900px;
	height: 136px;
	margin: 0 auto 0 auto;
	position: relative;
}

#logo {
	display: block;
	width: 319px;
	height: 136px;
	background: #000000 url(../images/global/logo.jpg) no-repeat top left;
	position: absolute;
	top: 0px;
	left: 0px;
	text-indent: -9999em;
}

#logoIndex {
	display: block;
	width: 319px;
	height: 136px;
	background: none;
	position: absolute;
	top: 0px;
	left: 0px;
	text-indent: -9999em;
	z-index: 5;
}

#school #logo {
	width: 259px;
	height: 159px;
	background: #000000 url(../images/global/school-logo.jpg) no-repeat left top;
}

#banner {
	width: 510px;
	height: 228px;
	position: absolute;
	top: 0px;
	right: 0px;
}

#navigation {
	width: 554px;
	height: 29px;
	position: absolute;
	right: 0px;
	top: 50px;	
	z-index: 5;
}

#navigation li {
	float: left;	
}

#navigation li a {
	display: block;
	background-image: url(../images/global/navigation.png);
	height: 29px;
	text-indent: -9999px;
}

#school #navigation li a {
	background-image: url(../images/school/navigation.png);
}

#school #navigation li a {
	background-image: url(../images/school/navigation.png);
}

#index #navigation li a {
	background-image: url(../images/index/navigation.png);
}

#nav-index,#nav-index-active { 							background-position: 0px 0px; width: 73px; }
/*#nav-index-active, #nav-index:hover { 					background-position: 0px -24px; width: 72px; }*/
#nav-about,#nav-about-active { 							background-position: -73px 0px; width: 91px; }
/*#nav-about-active, #nav-about:hover { 					background-position: -72px -24px; width: 100px; }*/
#nav-products,#nav-products-active { 					background-position: -164px 0px; width: 92px; }
/*#nav-shop_location-active, #nav-shop_location:hover { 			background-position: -172px -24px; width: 130px; }*/
#nav-specials,#nav-specials-active { 						background-position: -256px 0px; width: 88px; }
/*#nav-products-active, #nav-products:hover { 					background-position: -302px -24px; width: 118px; }*/
#nav-contact,#nav-contact-active { 			background-position: -344px 0px; width: 105px; }
/*#nav-terms_and_conditions-active, #nav-terms_and_conditions:hover { 		background-position: -420px -24px; width: 134px; }*/
#nav-shopping-cart,#nav-shopping-cart-active { 							background-position: -449px 0px; width: 105px; }
/*#nav-contact-active, #nav-contact:hover { 					background-position: -554px -24px; width: 101px; }*/

#school #nav-shop, #school #nav-shop-active {	background-position: 0px 0px; width: 72px; }
#school #nav-school, #school #nav-school-active {	background-position: -72px 0px; width: 76px; }
#school #nav-about, #school #nav-about-active {	background-position: -148px 0px; width: 90px; }
#school #nav-contact, #school #nav-contact-active {	background-position: -238px 0px; width: 102px; }

/* ---- Heading CSS ---- */

h1#about {
	width: 900px;
	height: 26px;
	text-indent: -9999px;
	background: url(../images/titles/about.png) no-repeat left top;
}

h1#specials {
	width: 210px;
	height: 34px;
	text-indent: -9999px;
	background: url(../images/titles/specials.png) no-repeat left top;
	float: left;
}

h1#contact {
	width: 900px;
	height: 26px;
	text-indent: -9999px;
	background: url(../images/titles/contact.png) no-repeat left top;
}

h1#checkout, h1#order_confirmation, h1#order_unsuccessful {
	width: 900px;
	height: 26px;
	text-indent: -9999px;
	background: url(../images/titles/checkout.png) no-repeat left top;
}

h1#products {
	width: 900px;
	height: 26px;
	text-indent: -9999px;
	background: url(../images/titles/products.png) no-repeat left top;
}

h1#productDetailsLeft {
	width: 210px;
	height: 26px;
	text-indent: -9999px;
	background: url(../images/titles/productdetails.png) no-repeat left top;
}

h1#productsLeft {
	width: 125px;
	height: 26px;
	text-indent: -9999px;
	background: url(../images/titles/products.png) no-repeat left top;
	float: left;
}

h1#school_about {
	width: 900px;
	height: 26px;
	text-indent: -9999px;
	background: url(../images/school/about.png) no-repeat left top;
}

h1#school_contact {
	width: 900px;
	height: 26px;
	text-indent: -9999px;
	background: url(../images/school/contact.png) no-repeat left top;
}

.productsHeader {
	width: 900px;
	height: 26px;
	background: url(../images/titles/blank.png) no-repeat left top;
	position: relative;
}

#productPaging {
	position: absolute;
	right: 0px;
	font-size: 11px;
}

#productPaging .current {
	color: #ffffff;	
}

/* ---- Brands ---- */

#content #brands {
	border-left: 1px solid #1E1E1E;
	border-top: 1px solid #1E1E1E;
	margin: 0 0 30px 0;
 	float: left;
}

#content #brands li {
	list-style-type: none;
	float: left;
	border-right: 1px solid #1E1E1E;
	border-bottom: 1px solid #1E1E1E;
	margin: 0;
	height: 75px;
	width: 111px;
}

#content {
	padding: 0 0 20px 0px;
}

#footer {
	width: 900px;
	margin: 15px auto 40px auto;
	color: #ffffff;
	position: relative;
	font-size: 1.2em;
}

#footer a {
	position: absolute;
	right: 00px;
	top: 0px;
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
}

#page-content {
	width: 480px;
	float: left;
}

#page-image {
	float: left;
	margin: 0 0 0 20px;
	width: 400px;
	text-align: center;
}

#school-content #page-content {
	padding: 10px 0 0 0;	
}

#content h1 {
	margin: 0 0 0.4em 0;
	padding: 0 0 0 10px;
	font-size: 3.9em;
	color: #666666;
	font-style: italic;
	letter-spacing: 0.1em;
}

#content h1.yellow {
	color: #FFD600;	
}

#content h1.featuredH1 {
	margin: 1em 0 0.4em 0;	
}

#content h2 {
	font-weight: bold;
	font-size: 15px;
	color: #CCCCCC;
	margin: 1em 0 1em 0;
	clear: both;
	border-bottom: 1px solid #535353;
}

#content p, #school-content p {
	font-size: 12px;	
	margin: 0 0 1.4em 0;
	line-height: 1.3em;
}

#content ul, #content ol {
	margin: 0 0 0 20px;	
}

#content ul li {
	list-style-type: disc;
	font-size: 1.2em;
	margin: 0 0 5px 0;
}

#content ol li {
	list-style-type: decimal;
	font-size: 1.2em;
	margin: 0 0 5px 0;	
}


/* ---- Selector ---- */

.selector-cart {
	float: left;
	width: 186px;
	margin: 0 16px 0 0;
	padding: 21px 0 0 0;
	background: url(../images/global/selector-cart.gif) no-repeat left top;
}

.selector-cart-details {
	width: 150px;
	height: 40px;
	background: #42B649;
	padding: 10px 18px 0px 18px;
	text-align: right;
	font-size: 11px;
}

.selector-cart-details a {
	color: #4F4F4F;	
}

.selector-cart-total {
	background: #ffffff;
	border: 1px solid #999999;
	width: 109px;
	height: 19px;
	text-align: left;
	font-size: 12px;
	color: #000000;
	line-height: 19px;
	padding-left: 40px;
}

.selector-search {
	width: 698px;
	float: left;
	margin: 4px 0 0 0;
}

#selectorSearch {
	width: 688px;
	height: 43px;
	background: #333333;
	margin: 5px 0 0 0;
	padding: 7px 0px 0 10px;
}

#selectorSearch .selector-search-item {
	float: left;
	margin: 0 10px 0 0;
}

#selectorSearch label {
	width: 187px;
	color: #00CC00;
	font-size: 11px;
	display: block;
	margin: 0 0 4px 5px;
}

#selectorSearch .select {
	width: 192px;
	padding: 2px;
	border: 1px solid #999999;
	font-size: 11px;
	color: #666666;
	text-align: center;
}	

#selectorSearchSubmit {
	margin: 15px 0 0 0;	
}



#content-sidebar {
	float: right;
	width: 238px;
}	

#content hr {
	border: none;
	height: 1px;
	background: #666666;
	margin: 10px 0 15px 0;
	clear: both;
}

#content-main {
	float: left;
	width: 541px;
	position: relative;
}

#productSelect {
	margin: 0 0 5px 0;	
}

#productSelect select {
	padding: 3px;
	border: 1px solid #DEDEDE;
	width: 238px;
	margin: 0 0 15px 0;
}

#productSelect label {
	color: #999999;
	font-size: 11px;
	margin: 0 0 5px 0;
}

#productSearch #productKeyword {
	padding: 3px;
	border: 1px solid #DEDEDE;
	width: 230px;
	margin: 5px 0 15px 0;
}

#productSelect #productSelectSubmit, #productSearch #productSelectSubmit {
	float: right;	
}

#frm_contact {
	margin: 0 0 20px 0;	
}

#school-content #frm_contact {
	padding: 0 0 20px 0;	
}

#frm_contact .frm_contact_row {
	margin: 0 0 5px 0;	
}

.frm_contact_input {
	width: 197px;
	padding: 4px;
	border: 1px solid #eeeeee;
	font-size: 1.1em;
}

#frm_contact label {
	display: block;
	font-size: 1.1em;
	color: #999999;
	padding: 4px 0 2px 0;
}

.frm_contact_textarea {
	width: 376px;
	height: 70px;
	padding: 4px;
	border: 1px solid #eeeeee;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
}

.frm_contact_row_right {
	width: 	384px;
	text-align: right;
}

p.message {
	background:#DBE3FF url(../images/form/icons/information.png) no-repeat 15px 50%;
	border: 1px solid #A2B4EE;
	color:#585B66;
	padding: 10px 10px 10px 45px;
	cursor: pointer;
}

p.error {
	background: #FFCECE url(../images/form/icons/cross_circle.png) no-repeat 15px 50%;
	border: 1px solid #DF8F8F;
	color:#665252;
	padding: 10px 10px 10px 45px;
}

p.success {
	background: #D5FFCE url(../images/form/icons/tick_circle.png) no-repeat 15px 50%;
	border: 1px solid #9ADF8F;
	color:#556652;
	padding: 10px 10px 10px 45px;
}

.fieldError {
	color: #DF8F8F;
}

.hidden {
	display: none;	
}

#content ul#productListings {
	margin: 0 0 0 0;
	height: 445px;
	clear: both;
}

#content ul#productListings li {
	width: 180px;
	height: 195px;
	display: block;
	float: left;
	margin: 0 20px 27px 20px;
}

td.productThumbnail {
	background: #ffffff;
	width: 180px;
	height: 128px;
	vertical-align: middle;
	text-align: center;
}

td.productPrice {
	width: 180px;
	height: 26px;
	background: #00CC00;
	padding-left: 5px;
	color: #ffffff;
	font-weight: bold;
	line-height: 26px;
	position: relative;
}

.productView {
	width: 28px;
	height: 26px;
	background: url(../images/products/view.png);
	float: right;
}

td.productTitle {
	width: 180px;
	height: 41px;
	background: #000000;
	color: #ffffff;
	padding: 6px;
	line-height: 1.2;
}

#content ul#productListings li.last {
	margin-right: 0px;	
}

#productListings li a img {
}

#content ul#productListings li a {
	text-decoration: none;	
}

#productListings li a .productListingDetails {
	width: 148px;
	height: 50px;
	background: #000000 url(../images/products/view2.jpg) no-repeat 138px 40px;
	margin: 1px 0 0 0;
	padding: 8px 0 0 9px;
	color: #ffffff;
	font-size: 1.0em;
	position: relative;
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	text-decoration: none;
	line-height: 1.2;
}

.productListingPrice {
	color: #FFD600;
	font-weight: bold;
	position: absolute;
	left: 9px;
	top: 39px;
}

#breadcrumb {
	position: absolute;
	right: 0px;
	top: 20px;
	color: #CCCCCC;
}

#breadcrumb a {
	color: #cccccc;
	text-decoration: none;
}

#productDetailsImages {
	width: 342px;
	float: left;
	margin: 40px 40px 0 40px;
	text-align: right;
}

#productDetailsRight {
	float: left;
	width: 444px;
	color: #999999;
	font-size: 11px;
	position: relative;
	margin: 40px 0 20px 0;
}

#productDetailsRight a {
	color: #999999;	
}

#productsBack {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
}

#productsPrint {
	display: block;
	position: absolute;
	top: 35px;
	right: 0px;
}

#productsAdd {
	display: block;
	position: absolute;
	top: 125px;
	right: 0px;
}

#productFormRow1 {
	position: absolute;
	top: 65px;
	right: 0px;
	color: #000000;
	font-weight: bold;
}

#productFormRow2 {
	position: absolute;
	top: 90px;
	right: 0px;
	color: #000000;
	font-weight: bold;
}

#productSmallImages {
	position: absolute;
	top: 164px;
	right: 0px;
}

#productSmallImages a img {
	float: right;
	border: 1px solid #DEDEDE;
	padding: 1px;
	margin: 0 0 0 17px;
}

#productDetailsPricing {
	width: 248px;
	height: 32px;
	background: url(../images/products/pricing-bg.gif) repeat-x top left;
	margin: 0 0 0 0;
	text-align: right;
	padding: 20px 15px 0 0;
}

#productDetailsPricing span {
	color: #FFD600;
	font-size: 15px;
	font-weight: bold;
}

#productDetailsLeft img {
	padding: 1px;
	border: 1px solid #DEDEDE;	
}

.cartItems, .cartItemsDark {
	margin: 0 0 10px 0;	
}

.cartItems th {
	background-color: #eeeeee;
	color: #666666;
	font-weight: bold;
	font-size: 12px;
	padding: 10px 7px 10px 10px;
	text-align: left;
}

.cartItemsDark th {
	background-color: #333333;
	color: #666666;
	font-weight: bold;
	font-size: 12px;
	padding: 10px 7px 10px 10px;
	text-align: left;
}

.cartItems td, #facebox .cartItems td {
	border-bottom: 1px solid #eeeeee;
	padding: 10px 7px 10px 10px;
	vertical-align: middle;
	font-size: 12px;
	color: #000000;
}

.cartItemsDark td {
	border-bottom: 1px solid #333333;
	padding: 10px 7px 10px 10px;
	vertical-align: middle;
	font-size: 12px;
	color: #cccccc;
}

.cartItems .center, .carkItemsDark .center {
	text-align: center;	
}

.cartItems .left, .cartItemsDark .left {
	text-align: left;
	align: left;
}

.cartItems .right, .cartItemsDark .right {
	text-align: right;
	align: right;
}

.cartItems td.large, .cartItemsDark td.large {
	padding: 20px;	
}

.cartItems td.nobg, .cartItemsDark td.nobg {
	background-color: #ffffff;	
}

.cartItems input.cartQty {
	border: 1px solid #999999;
	padding: 2px;
	width: 30px;
	text-align: center;
}

.cartItemsDark input.cartQty {
	border: 1px solid #333333;
	padding: 2px;
	width: 30px;
	text-align: center;
}

#featured {
	background: url(../images/index/featured-bg.png) no-repeat top left;
	padding: 50px 80px 0 45px;
}

#featured img { 
	border: 1px solid #cccccc;
	padding: 1px;
	margin: 0 0 2px 0;
}

#featured #featuredLeft {
	float: left;
	margin: 0 10px 0 0;
	width: 159px;
	text-align: right;
}

#featured #featuredLeft a {
	text-decoration: none;
	color: #999999;
}

#content p.featuredTitle {
	margin: 0 0 5px 0;
	font-size: 14px;
	font-weight: bold;
}

#content p.featuredTitle a {
	color: #333333;
	text-decoration: none;
}

p.featuredPrice {
	font-size: 1.1em;
	font-style: italic;
	text-align: right;
	width: 472px;
	padding: 0 0 5px 0;
	background: url(../images/index/featured-price-bg.png) no-repeat bottom right;
}

p.featuredPrice span {
	font-size: 1.25em;
	padding: 0 0 0 5px;
	font-style: normal;
}

p.featuredPrice span.black {
	color: #000000;	
	font-size: 1em;
	font-weight: bold;
}

#promotions {
	margin: 20px 0 0 0;	
}

#orderDetails {
	font-size: 1.2em;
	color: #000000;
}

#orderDetailsFields {
	padding: 20px;	
	width: 500px;
}

#orderDetails .formRow {
	clear: both;
	margin: 0 0 5px 0;
	overflow: auto;
}

#orderDetails label {
	float: left;
	width: 157px;
	padding: 5px 0 0 0;
	color: #eeeeee;
}

#orderDetails .text {
	border: 1px solid #666666;
	padding: 2px;
	width: 275px;
	float: left;
}

#orderDetails .textsmall {
	border: 1px solid #666666;
	padding: 2px;
	width: 145px;
}

#orderDetails textarea {
	border: 1px solid #666666;
	padding: 2px;
	width: 275px;
	height: 65px;
	margin: 0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#orderDetails .checkbox {
	float: left;
	margin: 0 10px 10px 0;
}

#orderDetails .small {
	font-size: 0.8em;
	color: #666666;
}

#orderDetails label.error {
	margin: 2px 0 1px 160px;
	padding: 0 0 0 0;
	font-size: 0.9em;
	color: #ff6666;
	width: 250px;
}

#orderDetails input.error {
	border: 1px dotted #ff6666;
}

#orderDetails .buttons {
	text-align: right;
	margin: 10px 0 0 0;
}

#orderDetails .buttons a {
	margin: 0 10px 0 0 ;	
}

#orderDetails select {
	border: 1px solid #cccccc;
	padding: 2px;
	width: 280px;
	text-align: center;
}

#orderDetailsFields p {
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
	font-size: 12px;
	color: #999999;
	font-weight: bold;
}

#cartCheckoutQty .buttons {
	text-align: right;
	margin: 10px 0 0 0;
}

.noborder td {
	border: none !important;
}

.noborder td.greyborder {
	border-bottom: 1px solid #CCCCCC !important;	
}

.noborder td.darkborder {
	border-bottom: 1px solid #666666 !important;	
}

.cartItems td.bold {
	color: #000000;
	font-weight: bold;
}

.print-friendly {
	float: right;
	color: #FFD600;
	font-size: 1.1em;
	margin: 15px 0 0 0;
}

.print-friendly a {
	color: #666666;
}

#productPaging {
	font-size: 11px;
	color: #666666;
	text-align: right;
	clear: both;
	margin: 5px 0 0 0;
}

#productPaging a {
	padding: 0 3px 0 3px;
	text-decoration: none;
	color: #666666;
}

#productPaging .inactive {
	padding: 0 3px 0 3px;
}

#productPaging .current {
	color: #ffffff;
	text-decoration: underline;
	cursor: pointer;
	padding: 0 3px 0 3px;
}

#productPaging a:hover {
	color: #999999;
	text-decoration: underline;
}

#productPaging #prev, #productPaging #next {
	color: #00CC00;	
}

.productImages {
	border: 10px solid #626262;
}

.productImageMain {
	width: 333px;
	height: 237px;
	background: #ffffff;
	vertical-align: middle;
	text-align: center;
}

.productImageEnlarge {
	text-align: right;
	vertical-align: middle;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: underline;
	background: #626262 url(../images/products/enlarge.png) no-repeat right top;
	height: 42px;
	padding: 0 30px 2px 0;
}

.productImageEnlarge a {
	color: #ffffff;	
}

.productOtherImages {
	background: #626262;
	text-align: left;
}

.productOtherImages a div {
	margin-left: 7px;
	width: 102px;
	height: 73px;
	text-align: center;
	background: #ffffff;
	float: left;
}

.productOtherImages a div.first {
	margin-left: 0px;	
}

#productDetailTitle {
	font-size: 18px;
	color: #00CC00;
	font-weight: bold;
	border-bottom: 1px solid #535353;
	margin: 10px 0 10px 0;
}

#productDetailTitle span {
	color: #666666;
	font-size: 10px;
	font-weight: normal;
	padding: 0 0 0 10px;
}

#addProduct {
	margin: 0 0 30px 0;	
}

#addProduct label {
	width: 65px;
	display: block;
	float: left;
	height: 32px;
	line-height: 32px;
	color: #999999;
	font-size: 11px;
	font-weight: bold;
}

#addProduct .addFormRow {
	clear: both;
}

#addProductSubmit {
	margin: 0 0 0 65px;	
}

.addFormSelect {
	width: 132px;
	border: 1px solid #666666;
	padding: 2px;
	text-align: center;
	font-size: 11px;
	color: #666666;
	float: left;
	margin: 6px 0 0 0;
}

.addFormPrice {
	float: left;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
}

.addFormPrice span {
	color: #FF6600;
	font-weight: bold;
}

#cart {
	width: 370px;
	min-height: 120px;
	font-size: 12px;
	padding: 0 0 0px 0;
}

#cart p {
	margin: 0 0 5px 0;	
}

#cart h1 {
	font-size: 15px;
	color: #666666;
	font-weight: bold;
	border-bottom: 1px solid #DDDDDD;	
	margin: 0 0 15px 0;
}

.cartActions {
	height: 24px;
	position: relative;
	margin: 20px 0;
}

#cartActionContinue, .cartActions .right {
	position: absolute;
	display: block;
	right: 0px;	
	top: 0px;
}

.cartEmpty {
	height: 120px;	
}

.innerContent {
	padding: 0 40px;	
}

.homeSelector {
	height: 92px;
	background: #000000;
	width: 100%;
	padding: 18px 0 0px 0;
}

.homeSelector .selector {
	width: 900px;
	margin: 0 auto 0 auto;
}

#homeBrands {
	width: 100%;
	height: 70px;
	background: #333333 url(../images/index/brands.png) no-repeat center center;
}

#indexBackground {
	width: 900px;
	height: 408px;
	position: relative;
	overflow: hidden;
	z-index: 2;
}

#indexBackgroundOuter {
	width: 900px;
	height: 408px;
	background: url(../images/index/background.jpg) no-repeat center top;
}

#indexContent {
	width: 412px;
	position: absolute;
	right: 0px;
	z-index: 6;
	text-align: right;
	top: 110px;
	color: #ffffff;
	line-height: 1.2;
	font-size: 11px;
}

#school-index-content {
	height: 438px;
	position: relative;
	background: url(../images/school/index-background.jpg) no-repeat left bottom;
}

#school-index-content #indexContent {
	top: 00px;
	right: 30px;

}

#school-content {
	width: 900px;
	margin: 25px auto 0 auto;
}

#school-contact {
	float: left;
	position: relative;
}

#school-contact .photo {
	position: absolute;
	top: 20px;
	left: 0px;
}

#school-contact a {
	display: block;
	position: absolute;
	top: 70px;
	left: 190px;
}

#location {
	width: 670px;	
	line-height: 1.4;
	font-size: 11px;
	color: #333333;
}

#location h1 {
	color: #8F7518;
	font-size: 12px;
	font-weight: bold;
	margin: 15px 0 10px 0;
}

#location p {
	margin: 0 0 12px 0;	
}