body {
	margin: 0;
	color:#333;
	background: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
:link { color: #00C; background: transparent }
:visited { color: #609; background: transparent }
a:active, a:focus {
	outline: none;
}
/* :active { color: #C00; background: transparent } */
a:hover { color: #F02BB6; background-color: transparent; text-decoration: none; }

a:link img, a:visited img { border-style: none } /* no border on img links */

a img { color: white; }        /* trick to hide the border in Netscape 4 */
@media all {                   /* hide the next rule from Netscape 4 */
  a img { color: inherit; }    /* undo the color change above */
}

th, td { /* ns 4 */
  font-family: sans-serif;
}

h1, h2, h3, h4, h5, h6 { text-align: left }
/* background should be transparent, but WebTV has a bug */
h1, h2, h3 { color: #005A9C; }
h1 { font: 150% sans-serif }
h2 { font: 125% sans-serif }
h3 { font: 110% sans-serif }
h4 { font: bold 100% sans-serif }
h5 { font: italic 100% sans-serif }
h6 { font: small-caps 100% sans-serif }

.hide { display: none }


@media screen {  /* hide from IE3 */
a[href]:hover { background: #ffa }
}
td{
	background-color: White;
}
pre { margin-left: 2em }

dt, dd { margin-top: 0; margin-bottom: 0 } /* opera 3.50 */
dt { font-weight: bold }

pre, code { font-family: monospace } /* navigator 4 requires this */

ul.toc {
  list-style: disc;		/* Mac NS has problem with 'none' */
  list-style: none;
}

@media aural {  
  h1, h2, h3 { stress: 20; richness: 90 }
  .hide { speak: none }
  p.copyright { volume: x-soft; speech-rate: x-fast }
  dt { pause-before: 20% }
  pre { speak-punctuation: code } 
}

.logo{
	background-image: url(../images/bg-1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 112px;
	background-color: Black;
}
.menubg{
	background-image: url(../images/top-menu-bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	width: 450px;
}
.black{
	background-color: Black;
}
.content {
	text-align: center;
	background-image: url(../images/content-bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
.content p{
		text-align: left;
		padding: 0px 15px 0px 15px;
		text-align: justify;
}
.pink{
	color: #F02BB6;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.red{
	color: Red;
	font-size: 24px;
	font-weight: bold;
}
.hurry{
		color: #F02BB6;
	font-weight: bold;
		font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
.box-content{
	background-image: url(../images/box-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: justify;
}
.right-order-bg{
	background-image: url(../images/right-order-bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
.box-band{
background-image: url(../images/box-band.gif);
background-repeat: no-repeat;
background-position: center top;
height: 200px;
width: 200px;
	
}
.shipping{
	color: Purple;
	font-size: 10px;
}