/*========================================================================
			      CUSTOM CSS 
=========================================================================*/
/*======== refer to http://www.w3schools.com/css/ for sample code =======*/

/* Background image and color */
body {background:#565656 url(http://img.photobucket.com/albums/v187/Shadowman89/termback.jpg) top center repeat fixed;}

/*  Style and Image */
.header  {background:#878787 url(http://img.photobucket.com/albums/v187/Shadowman89/TERMTOP-1.jpg) top center repeat; color: #faf600; height: 302px; padding:0px 10px 0px !important;  }
.header h1 { display:none; }


/* Font text color */
body  { color: #faf600; }

/* Link Text */
body * a { color: #faf600; text-decoration:underline; }
body * a { color: #faf600; text-decoration:none; }

/* Items Style */
.store_item, .store_item_lg { color:#000000; background-color: #faf600;}
.store_item label, .store_item_lg label, .store_item_lg h1 {color:#878787;}

/* Item Quantity Style */
.quantity span {color: #000000 ;}
.container {background-color:;}
.q {color: #faf600  ;background-color: #777777;}

/* Sidebar Style */
.sidebar {border:5px solid #878787; background-color: #faf600;}
.sidebar a {color:  #777777;}
.sidebar a:hover{background-color:  #777777 ;color: #000000 ;}
.sidebar strong {font-weight:bold; color: #000000 ;}


/*========================================================================
			     END CUSTOM CSS 
=========================================================================*/
