/* Main body style definition  */
BODY  {
	font-family : Verdana;
	font-size : 11px;
	font-color: #F5F2DD;
	scrollbar-3d-light-color: FFEDC7;
	scrollbar-arrow-color: #063060;
	scrollbar-base-color: #7FA3C7;
	scrollbar-dark-shadow-color: #7FA3C7;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #CCCCCC;
	list-style-position: outside;
	list-style-type: square;	
   background: url(/images/right-border.jpg);
   background-repeat: repeat-x;
	background-color: #FFEDC7;
	}

/* Style for main page titles, if no image defined */
.title {
	font-family : Verdana;
	font-size : 12px;
	color : #F5F2DD;
	font-weight: bold;
}

.title_orange {
	font-family : Verdana;
	font-size : 12px;
	color : #F39D3A;
	font-weight: bold;
}

/* Style for other page titles, if no image defined */
.title2 {
	font-family : Verdana;
	font-size : 12px;
	color : #F5F2DD;
	font-weight: bold;
}

.title2_orange {
	font-family : Verdana;
	font-size : 12px;
	color : #F39D3A;
	font-weight: bold;
}

/* Style for other page titles, if no image defined */
.title3 {
	font-family : Verdana;
	font-size : 11px;
	color : #F5F2DD;
	font-weight: bold;
}

.title3_orange {
	font-family : Verdana;
	font-size : 11px;
	color : #F39D3A;
	font-weight: bold;
}

td {
	font-family : Verdana;
	font-size : 11px;
	color : #F5F2DD;
}

.mainpage {
	font-family : Verdana;
	font-size : 11px;
	color : #F5F2DD;
}

.mainpage_orange {
	font-family : Verdana;
	font-size : 11px;
	color : #F39D3A;
}
a {
	color : #F5F2DD;
	font-size : 11px;
	font-family: Verdana;
}
a:hover {
  color : #F39D3A;
  font-size : 11px;
}

.footer {
	font-family : Verdana;
	font-size : 11px;
	color : #063060;
}
.footer:a {
	color : #063060;
	font-size : 11px;
	font-family: Verdana;
}
.footer:hover {
	color : #F39D3A;
	font-size : 11px;
	font-family: Verdana;
}
.littlefooter {
	font-family : Verdana;
	font-size : 9px;
	color : #063060;
}
.littlefooter:a {
	color : #063060;
	font-size : 9px;
	font-family: Verdana;
}
.littlefooter:hover {
	color : #F39D3A;
	font-size : 9px;
	font-family: Verdana;
}

button {
	font-family : Verdana;
	font-size : 11px;
	color : #000000;
}

input {
	font-family : Verdana;
	font-size : 11px;
	color : #000000;
}

.shipToSchool {
	font-family : Verdana;
	font-size : 11px;
	color: #CC3300;
}

.nav{
	color : #063060;
	font-size : 9px;
	font-weight : bold;
	text-decoration : none;
	font-family: Verdana;

}

.nav:hover {
  color : #7FA3C7;
	font-size : 10px;
  font-weight : bold;
  text-decoration : none;
}

.formfield {
  border-top : 1px solid #333333;
  border-bottom : 1px solid #FFFFFF;
  border-left : 1 px solid #333333;
  border-right : 1px solid #FFFFFF;
  color : #666666;
  background : #FFFFFF;
  font : 11px Verdana;
  width : 163px;
  height : 15px;
}

select {
	font-family : Verdana;
	font-size : 11px;
	color : #000000;
}

.formsubmit {
	width : 20px;
	height : 29px;
; clip:    rect(   )
}

.required {
  font : bold 11px Verdana;
  color : #FF6600;
}

/* Style for text that appears at the top of some special pages like specials, and search engine */
.toptext {
	font-family : Verdana;
	font-size : 11px;
	color : Red;
}

/* Style for product names, if no image defined   */
.prodname {
	font-family : Verdana;
	font-size : 12px;
	color : #F5F2DD;
}

/* Style for category names, if no image defined   */
.catname {
	font-family : Verdana;
	font-size : 11px;
}

/* Style for Product SKU line, if turned on */
.prodSKU {
	font-family : Verdana;
	font-size : 11px;
}

/* Style for Product price, if turned on */
.prodprice {
	font-family : Verdana;
	font-size : 11px;
}

/* Style for Product price emphasized words */
.prodprice2 {
	font-family : Verdana;
	font-size : 11px;
	color: Red;
}

/* Style for Product discount line, if turned on */
.proddisc {
	font-family : Verdana;
	font-size : 11px;
}

/* Style for border around image on moreinfo page */
.moreimg {
	background-color: white;
}

/* Style for orderbox text */
.ordertext {
	font-family : Verdana;
	font-size : 11px;
	color : #000000;
}

/* Style for form headers */
.formheader {
	font-family : Verdana;
	font-size : 11px;
	color : white;
}

/* Style for form background */
table.formbg {
	background-color : #4E6933;
}


/* Style for form text */
.formtext {
	font-family : Verdana;
	font-size : 11px;
	color : #F5F2DD;
}

/* Style for larger form text */
.largerformtext {
	font-family : Verdana;
	font-size : 11px;	
	color : #F5F2DD;
}

/* Style for smaller form text */
.smallformtext {
	font-family : Verdana;
	font-size : 11px;	
	color : #F5F2DD;
}

/* Style for form error messages */
.formerror {
	font-family : Verdana;
	font-size : 11px;
	color : #F39D3A;
}

/* Style for form required text */
.formreqtext {
	font-family : Verdana;
	font-size : 11px;
	color : #F39D3A;
}

/* Style for shopping cart header */
.cartheader {
	font-family : Verdana;
	font-size : 11px;
	color : white;
}

/* Style for shopping cart header background */
.cartheaderbg {
	background-color : #0018CE;
}

/* Style for shopping cart text */
.carttext {
	font-family : Verdana;
	font-size : 11px;
	color : #FFEDC7;
}

/* Style for small shopping cart text */
.smallcarttext {
	font-family : Verdana;
	font-size : 11px;
	color : #FFEDC7;
}

/* Style for main shopping cart color */
.mainrows {
	background-color : #FFFFFF;
}

/* Style for alternate shopping cart rows */
.altrows {
	background-color : #BBDDFF;
}

/* Add any additional styles you wish to use for your store here  */

/* Used for the default header */
A.header {
	font-family : Verdana;
	font-size : 11px;
	color: #000099;
	font-weight: bold;	
	}
	
/* Used for the default footer */
A.footer {
	font-family : Verdana;
	font-size : 11px;
	color: #000099;
	font-weight: bold;	
	}

.merchant {
	font-family : Verdana;
	font-size : 11px;
	font-style : italic;	
	color : #000000;
}

input {
	font-family: verdana; 
	font-size: 8pt; 
	color: Black; 
	text-decoration:none;}  

.button {
	font-family: verdana; 
	font-size: 8pt; 
	color: Black; 
	text-decoration:none;}
		
textarea {
	font-family: verdana; 
	font-size: 8pt; 
	color: Black; 
	text-decoration:none;}  

select {
	font-family: verdana; 
	font-size: 8pt; 
	color: Black; 
	text-decoration:none;} 
	
th  {
	font-family: verdana; 
	font-size: 9pt; 
	color: Black; 
	text-decoration:none;} 
	

/*  !!!!!!!!!!!!!!!!!!!!! FOOTER  !!!!!!!!!!!!!!!!!!!!!!!! */
#footer1 {
	width: 720px;
	clear: both;
	background: #DFCFAE;
	color: #4E6932; 
	padding: 20px 15px;
}

#footer1 ul {
	width: 150px;
	float: left;
	list-style-image:none;
	list-style-type:none;
	margin-left:25px;
	margin-top:0px;
	padding: 0;
}

#footer1 li {
	
	padding: 3px 0;
	margin: 0 30px 0 0;
	text-decoration: none;
}

#footer1 a {
	color: #4E6932; 
	text-decoration: none;
}

#footer1 p {
	margin: 0;
}

#footer1 a:hover {
	color: #2D3D1D;
	text-decoration: none;
}

.footer1Headers {
	color: #4E6932;
	font-weight: bold;
}

.footerPhone {
	font-size: 14px;
	padding-top: 10px;
}

.phoneNumbers {
	padding-top: 5px;
}

.addressBlock {
	border-bottom: 1px solid #3e3e3e;
	padding: 0 0 10px 0;
	margin: 40px;
}

#footer2 {
	width: 720px;
	height: 30px;
	clear: both;
	padding:19px 16px 5px;
}

#footer2 a {
	color: #000000;
	text-decoration: none;
	padding: 0 3px;
}

#footer2 p {
	margin: 0;
	font-size: 10px;
	color: #6f6f6f;
}

#footer2 .credit {
  float:left;
}

#footer2 .siteby {
  float:right;
}


#footer2 #socialMedia {
  float:right;
}

#footer2 #socialMedia a {
  vertical-align:top;
}

#footer2 #socialMedia #getSocial {
  margin:5px 5px 0 0;
}

.clearBoth {
	clear:both;
}

#footer3  {
	width: 720px;
	clear: both;
	background: #323333;
	color: #cdcdcd; 
	padding: 19px 16px 5px;	
	line-height:15px;
}

#footer3 a {
	text-decoration: none;
	padding: 0 3px;
	color: #cdcdcd; 
	text-decoration: none;
}

#footer3 a:hover {
	color: #FFE10F;
	text-decoration: none;
}	