/*========================================================================
			      CUSTOM CSS 
=========================================================================*/
/*======== refer to http://www.w3schools.com/css/ for sample code =======*/

/* Background image and color */
body {background:#333333 url(http://img29.imageshack.us/img29/2259/backterm.jpg) top center repeat fixed;}

/*  Style and Image */
.header  {background:#737373 url(http://img36.imageshack.us/img36/4083/terminusbannercopy.jpg) top center repeat; color: #ffffff; height: 283px; padding:0px 10px 0px !important;  }
.header h1 { display:none; }


/* Font text color */
body  { color: #ffffff; }

/* Link Text */
body * a { color: #ffffff; text-decoration:underline; }
body * a { color: #ffffff; text-decoration:none; }

/* Items Style */
.store_item, .store_item_lg { color:#000000; background-color: #ffffff;}
.store_item label, .store_item_lg label, .store_item_lg h1 {color:#737373;}

/* Item Quantity Style */
.quantity span {color: #000000 ;}
.container {background-color:;}
.q {color: #ffffff  ;background-color: #a3a3a3;}

/* Sidebar Style */
.sidebar {border:5px solid #737373; background-color: #ffffff;}
.sidebar a {color:  #a3a3a3;}
.sidebar a:hover{background-color:  #a3a3a3 ;color: #000000 ;}
.sidebar strong {font-weight:bold; color: #000000 ;}


/*========================================================================
			     END CUSTOM CSS 
=========================================================================*/

