@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
body a:link {
	color: #55AAFF;
	text-decoration: none;
}
body a:hover {
	color: #55AAFF;
	text-decoration: underline;
}
body a:active {
	color: #55AAFF;
	text-decoration: none;
} 
body a:visited {
	color: #55AAFF;
	text-decoration: none;
} 
.thrColFixHdr #container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.thrColFixHdr #container a:hover {color: #55AAFF;text-decoration: underline;
} 
.thrColFixHdr #container #topstatusbar {
	background-color: #55AAFF;
}
.thrColFixHdr #container #topstatusbar h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #FFFFFF;
	text-align: right;
	margin: 0;
	padding-right: 20px;
}
.thrColFixHdr #container #navbar {
	background-color: #55AAFF;
	padding-left: 200px;
	padding-top: 10px;
}
.thrColFixHdr #container #schoolnavbar {
	background-color: #FFFFFF;
	padding-left: 200px;
	padding-top: 10px;
}
.thrColFixHdr #header {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 10px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-right: 0;
	padding-left: 0;
	font-size: 16pt;
	font-weight: bold;
	color: #54F62C;
}
.thrColFixHdr #schoolheader {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 10px;
}
.thrColFixHdr #container #mainContent h1 {
	color: #55AAFF;
}
.thrColFixHdr #container #mainContent h2 {
	color: #55AAFF;
}
.thrColFixHdr #container #mainContent h3 {
	font-weight: bold;
	font-size: 12px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	height: 860px;
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	background-color: #55AAFF;
}
.thrColFixHdr #sidebar1 h2 {
	color: #FFFFFF;
	font-size: 10pt;
}
.thrColFixHdr #sidebar1 p {
	color: #FFFFFF;
	font-size: 10pt;
}
.thrColFixHdr #sidebar1 #detail {
	color: #FFFFFF;
	font-size: 10pt;
}
.thrColFixHdr #sidebar1 a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.thrColFixHdr #sidebar1 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
.thrColFixHdr #sidebar1 a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
} 
.thrColFixHdr #sidebar1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
} 
.thrColFixHdr #sidebar1_white {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 100px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	font-size: 10pt;
}
.thrColFixHdr #sidebar1_white h3 {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #55AAFF;
	font-weight: bold;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
}
.thrColFixHdr #sidebar2 p {
	color: #969696;
	font-size: 10pt;
}
.thrColFixHdr #mainContent {
	margin: 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 10pt;
} 
/*
.thrColFixHdr #footer {
	height: 30px;
	background:#DDDDDD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.thrColFixHdr #footer p {
	margin: 0;
	padding-right: 0;
	padding-left: 0;
}
.thrColFixHdr #footer h5 {
	text-align: left;
}
*/
.thrColFixHdr #ftrbar-left {
	width: 150px;
	height: 30px;
	background-color: #DDDDDD;
	color: #787878;
	font-size: 9pt;
	text-align: left;
	float: left;
	padding-top: 10px;
	padding-left: 20px;
}
.thrColFixHdr #ftrbar-right {
	width: 750px;
	height: 30px;
	background-color: #DDDDDD;
	color: #333333;
	font-size: 9pt;
	float: right;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	text-align:left;
}
 
.theColFixHdr #ftrbar-left a:link, .thrColFixHdr #ftrbar-left a:visited {
	text-decoration: none;
	color: #6E6E6E;
	font-weight: normal;
}

.thrColFixHdr #ftrbar-left a:hover, .thrColFixHdr #ftrbar-left a:active {
	color: #55AAFF;
	text-decoration: none;
}

ul.ftrnav, .ftrnav ul {
	margin: 0;
	list-style-type: none;
	background-color: #DDDDDD;
	color: #333333;
	/*width: 100%;*/
	font-weight:normal;
	text-align: right;
	font-size: 9pt;
	font-style: normal;
	font-variant: normal;
	padding-right: 0;
	padding-left: 0;
	display:inline;
}
.ftrnav li {
	display: inline;
	padding-right: 20px;
}
.ftrnav a:link, .ftrnav a:visited {
	text-decoration: none;
	color: #333333;
	font-weight: normal;
}
.ftrnav a:hover, .ftrnav a:active {
	color: #333333;
	text-decoration: underline;
}

.thrColFixHdr #ftrbar-right li a {
	font-weight: normal;
	text-decoration: none;
	color: #333333;
	padding-right: 0.4em;
	padding-left: 0.4em;
}

.thrColFixHdr #ftrbar-right a:link, .thrColFixHdr #ftrbar-right a:visited {
	color: #333333;
}
.thrColFixHdr #ftrbar-right a:hover, .thrColFixHdr #ftrbar-right a:active {
	color: #333333;
	text-decoration: underline;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.highlight {
	font-weight: bold;
}
.highlight_large {
	font-weight: bold;
	font-size: 14px;
}
.highlight_red {
	font-weight: bold;
	color: #FF0000;
}
.text_12 {
	font-weight: bold;
	font-size: 12px;
}
/* ------------------------ Online Shop Pages ---------------------------- */
.thrColFixHdr #container #shoptopstatusbar {
	background-color: #FFFFFF;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #666666;
	text-align: right;
	margin: 0;
	padding-right: 20px;
}

.thrColFixHdr #mainShopContent {
	/*height: 850px;*/
	margin: 0 30px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 10pt;
	color: #666666;
}
.schoolselect {
	height: 300px;
	width: 700px;
	text-align: center;
	vertical-align: middle;
}
.schoolselect1 {
	height: 150px;
	font-size: 14pt;
	font-weight: bold;
}
.schoolselect2 {
	height: 100px;
	font-size: 11pt;
	vertical-align: top;
}
.schoolselect3 {
	height: 50px;
	font-size: 10pt;
	text-align: left;
	vertical-align: top;
}
.shopheader {
	height: 60px;
	width: 930px;
}
.shopfooter {
	height: 60px;
	width: 980px;
	text-align: center;
	font-size: 8pt;
	color: #FFFFFF;
	background-color: #6E6E6E;
}
.postage-ordval {
	width: 100px;
	text-align: right;
}
.postage-charge {
	width: 100px;
	text-align: right;
}
.postage-desc {
	/*width: 100px;*/
	padding-left: 50px;
	text-align: left;
}
.shopfooter #shopftr-link {
	padding-left: 50px;
	text-align: left;
}
.shopfooter #shopftr-link a:link, .shopfooter #shopftr-link a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}
.shopfooter #shopftr-link a:hover, .shopfooter #shopftr-link a:active {
	text-decoration: underline;
	color: #FFFFFF;
}

/* ------------------- Product Navigation Bar ------------------- */
#prodnavbar {
	color: #FFFFFF;
	margin-top: 10px;
}
#prodnavbar ul
{
	margin: 0;
	list-style-type: none;
	background-color: #6E6E6E;
	color: #FFFFFF;
	width: 100%;
	/*font-size: 12pt */
	font-weight:bold;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-variant: normal;
	padding-top: 0.6em;
	padding-right: 0;
	padding-bottom: 0.6em;
	padding-left: 0;
}

#prodnavbar li {
	display: inline;
}

#prodnavbar li a
{
	text-decoration: none;
	background-color: #6E6E6E;
	color: #FFFFFF;
	padding-top: 0.6em;
	padding-right: 3px;
	padding-bottom: 0.6em;
	padding-left: 3px;
/*border-right: 1px solid #fff;*/
}

#mainShopContent #prodnavbar li a:hover {
	background-color: #55AAFF;
	color: #FFFFFF;
	text-decoration: none;
}

#mainShopContent #prodnavbar a:link#current, #mainShopContent #prodnavbar a:visited#current {
	background-color: #55AAFF;
	color: #FFFFFF;
	text-decoration: none;
}

/* ------------------- Product Table ------------------- */
#productcontainer {
	font-size: 10pt;
	text-align: left;
	height: 600px;
	padding-left: 20px;
	padding-right: 20px;
}
#productgrid {
	margin: 0 auto;
	height: 600px;
	width: 850px;
	/*float:left;*/
	background-color: #F0F0F0;
	font-size: 10pt;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}
.productImage {
	background-color:#FFFFFF;
	height: 200px;
}
.productText {
	height: 40px;
	background-color: #FFFFFF;
	font-size: 8pt;
	color:#6E6E6E;
	text-align: center;
	vertical-align: top;
	padding-right: 5px;
	padding-left: 5px;
}
.productBuy {
	height: 30px;
	background-color: #FFFFFF;
	font-size: 8pt;
	color:#6E6E6E;
	text-align: center;
	vertical-align: middle;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 20px;
}
