
/***************************************************

   HTML Element Styles

 ***************************************************/

body {
  margin: 20px;
  margin-top: 0px;
  text-align: center;
  font-family: verdana, arial, sans-serif;
  font-size: 0.62em;
  color: #666;
  background-color: #EEE;
}


h1 {
  clear: both;
  padding: 5px 0 12px 10px;
  margin: 0;  
  font-size: 1.5em;
  font-weight: bold;
}



#text h1 {
  background: url("http://localhost/reimp/images/h1_bg.jpg") no-repeat bottom center;
}



h2 {
  clear: both;
  padding: 0 0 0 5px;
  margin: 0 0 -10px 0;  
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  color: #BE0000;
}



p {
  line-height: 20px;
  padding: 8px 0 8px 5px;
  margin: 5px 0 5px 0;
}



p:first-letter {
  font-size: 1.2em;
}



#news p {
  padding: 8px;
}



a {
  color: #BE0000;
}



a:hover {
  /*color: #111;*/
  background-color: #DDD;
}



#news   a:hover, #footer a:hover {
  background-color: #CCC;
}


#news h1 {
	text-align: center;
	padding: 5px 0 12px 0px;
}

ul, ol {  
  padding-bottom: 8px;
  line-height: 20px;
}



ul {
  list-style-image: url("http://localhost/reimp/images/li_bullet_dark.gif");
}



acronym {
  border-bottom: 1px solid #BBB;
  cursor: help;
}


/***************************************************

   Site Layout Container:

 ***************************************************/

#siteBox {
  width: 588px;
  margin: 0px auto;
  text-align: left;
}


/***************************************************

   Header Styles

 ***************************************************/

#header {
  height: 105px;
  background-color: #EEE
}



#header .title {
  padding: 10px 10px 0 10px;
  text-align: right;
  font-size: 2.5em;
  line-height: 0.9em;
  letter-spacing: -1.5px;
  color: #EEE;
}



#header .subTitle {
  padding: 0 10px 0 12px;
  text-align: right;
  color: #EEE;
}



#header .subTitle a {
  text-decoration: none;
  color: #EEE;
}



#header .subTitle a:hover {
  color: #BBB;
  background-color: transparent;
}


/***************************************************

   Top Tabbed Menu Styles

 ***************************************************/

#menu {
  text-align: center;
  margin-bottom: 20px;
}



#menu a {
  padding: 6px 20px 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  /*color: #666;*/
  color: black;
  font-weight: bold;
}



#menu a:hover, #menu a.active {
  background: url("http://localhost/reimp/images/menu_tab_dark.gif") no-repeat top center;
}


/***************************************************

   Left News Column

 ***************************************************/



#news {
  float: right;
  width: 175px;
  padding: 0 0 0 20px;
}



.block {
  margin-bottom: 20px;
  background: #DDD url("http://localhost/reimp/images/block_top.gif") no-repeat top center;
}



#news .block .bottom {
  height: 28px;
  background: #DDD url("http://localhost/reimp/images/block_bottom.gif") no-repeat bottom center;
}



#news .links {
  margin: 10px 0 10px 0;
}



#news .links a {
  display: block;
  padding: 6px 0 6px 20px;
  text-transform: uppercase;
  text-decoration: none;  
}



#news .links a:hover {
  background: #DDD url("http://localhost/reimp/images/link_news.gif") no-repeat center center;
}



#news a img {
  border: 0px;
}


/***************************************************

   Right Content Column

 ***************************************************/

#text {
  float: left;
  width: 375px;
}


/***************************************************

   Footer Styles

 ***************************************************/

#footer {
  height: 100px;
  padding: 28px 3px 0 5px;
  margin: 20px 0 20px 0;  
  background: url("http://localhost/reimp/images/footer.gif") no-repeat top right;
}



p#footer:first-letter {
  font-size: 1.0em;
}



#footer img.right {
  padding: 5px 2px 0 2px;
  border: 0px;
}


/***************************************************

   Large <ul> Link Styles

 ***************************************************/

ul.links {
  float: left;
  padding: 0px;
  margin: 0px;
}

ul.links li {
  float: left;
  list-style-type: none;
  list-style: none;
}



ul.links li a {
  float: left;
  width: 370px;
  padding-top: 5px;
  margin: 0px;  
  cursor: pointer;
  text-decoration: none;
}



ul.links li a:hover {
  background: #DDD url("http://localhost/reimp/images/link_top.gif") no-repeat top center;
}



ul.links li a span.title {
  display: block;
  margin-left: 11px;
  text-indent: 20px;  
  background: url("http://localhost/reimp/images/link_arrow.gif") no-repeat center left;
}



ul.links li a span.desc {
  float: left;
  width: 350px;
  padding-right: 3px;
  margin-left: 10px;
  color: #666
}



ul.links li a span.bottom {
  display: block;
  height: 18px;
  clear: both;
}



ul.links li a:hover span.bottom {
  background: #EEE url("http://localhost/reimp/images/link_bottom.gif") no-repeat top center;
}


/***************************************************

   Display Classes

 ***************************************************/

.date {
  display: block;
  text-transform: uppercase;
  color: #BE0000;
}



p.quote {
  float: left;
  padding: 8px 0 0 8px;
  margin: 5px 0 20px 5px !important;
  margin: 5px 0 10px 3px;
  background: #D3F9FF url("http://localhost/reimp/images/quote_top.gif") no-repeat top right;
  border-left: 2px solid #4EE8FF;
}



p.quote span.bottom {
  float: right;
  width: 20px;
  background: url("http://localhost/reimp/images/quote_bottom.gif") no-repeat bottom right;
}



img.right {
  float: right;
  padding: 3px;
}



img.left {
  float: left;
  padding: 3px;
}



.grey {
  color: #AAA;
}

/***********************
Box With Rounded Corners
************************/
.spiffy{display:block}
.spiffy *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#ffffff}
.spiffy1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #d3d0d0;
  border-right:1px solid #d3d0d0;
  background:#eceaea}
.spiffy2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #bab6b6;
  border-right:1px solid #bab6b6;
  background:#f0efef}
.spiffy3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #f0efef;
  border-right:1px solid #f0efef;}
.spiffy4{
  border-left:1px solid #d3d0d0;
  border-right:1px solid #d3d0d0}
.spiffy5{
  border-left:1px solid #eceaea;
  border-right:1px solid #eceaea}
.spiffyfg{
  background:#ffffff}
p.title_rounded {
	margin-top: 0px;
	color: #CC3300;
	font-weight: bold;
	margin-bottom: -10px;
	text-align: center;
	font-size:12px;
	text-transform:none;
}


/***************************
Store
****************************/
table#ProductList tr#head td {
			background-color:#666666;
			color:#FFFFFF;
			text-align:center;
			}
			
		table#ProductList td {
			padding-top:3px;
			padding-bottom:3px;
			padding-left:5px;
			padding-right:5px;
			
			background-color:#CCCCCC;
			color:#000000;
			}
			
		table#ProductList tr#desc td {
			padding-top:3px;
			padding-bottom:3px;
			padding-left:5px;
			padding-right:5px;
			
			border-bottom:10px solid #FFFFFF;
			background-color:#CCCCCC;
			color:#000000;
			}

		span#listprice {
			text-decoration:line-through;
			}
		span#specialprice {
			font-weight:bold;
			color:#FF0000;
			}