body
{
    background-color:black;
	background-image:url(../images/background.jpg);
	background-repeat:repeat;
    margin:0px;
    font-family:Verdana;
    font-size:15px;
	position:relative;
}
.style2 {font-size: 15px}
.style3 {font-size: 10px}




.clear {clear:both}	
/* remove the list style */
#nav {
	margin:0; 
	padding:0; 
	list-style:none;
}	
	
	/* make the LI display inline */
	/* it's position relative so that position absolute */
	/* can be used in submenu */
	#nav li {
		float:left; 
		display:block; 
		width:143px; 
		position:relative;
		z-index:500; 
		margin:0px -1px;;
		padding:0px;
	
	}
		
	/* this is the parent menu */
	#nav li a {
		display:block; 
		padding:0px;; 
		height:23px; 
		text-decoration:none; 
		color:#fff;
		font-weight:bold;
		text-align:center; 
		color:#333;
		font-size:11px;
	}

	#nav li a:hover {
		color:#fff;
	}
	
	/* you can make a different style for default selected value */
	#nav a.selected {
		color:#f00;
	}
	.selected2{
	width:152px;
	height:143px;
	background-image: url(../images/menu.png); 
	background-repeat:no-repeat;
	position:absolute;
	z-index:8000;
	margin-left:-8px;
	top:1px;
	border:none;
		
	}
	
		/* submenu, it's hidden by default */
		#nav ul {
			position:absolute; 
			left:0; 
			display:none; 
			margin:0 0 0 -1px; 
			padding:0; 
			list-style:none;
		}
		
		#nav ul li {
			width:136px; 
			float:left; 
			position:relative;
			left:7px;
			border-bottom:1px solid #666;
		}
		
		/* display block will make the link fill the whole area of LI */
		#nav ul a {
			display:block;  
			height:15px;
			padding: 4px 5px; 
			color:#fff;
		}
		
		#nav ul a:hover {
			text-decoration:underline;	
		}
		#nav ul .spacerbox{
			width:143px;
			height:30px;
			border:none;
		}

/* fix ie6 small issue */
/* we should always avoid using hack like this */
/* should put it into separate file : ) */
*html #nav ul {
	margin:0 0 0 -2px;
}

#allcontent{
margin:0px auto;
width:764px;
position:relative;
}
#signup{
	width:258px; 
	height:100px; 
	position:relative;
	padding: 15px 0px 0px 0px;
	background-image:url(../images/block.gif);
	background-repeat:no-repeat;
	left: 0px;

}
#signup2{
	width:258px; 
	height:100px; 
	position:relative;
	padding: 15px 0px 0px 0px;
	background-image:url(../images/block.gif);
	background-repeat:no-repeat;
	left: 0px;

}

#mainrepeat{
background-image:url(../images/mainrepeat.jpg);
background-position:top left;
background-repeat:repeat-y;
width:764px;
position:relative;
padding-bottom:8px;
}
#mainbottom{
background:url(../images/bottom_repeat.png);
background-position:top left;
background-repeat:no-repeat;
width:764px;
height:100px;
margin-left:2px;
}
#header_box
{
width:764px;
height:201px;
background-image:url(../images/header.jpg);
background-position:top left;
position:relative;
z-index:300;
background-repeat:no-repeat;
padding:0px;
margin: 0px 0px 0px 0px;
left:1px;

}


#alltext
{
	position: relative;
	width:690px;
	left:35px;
	top:35px;
	padding-bottom:40px;
}

#legal_line
{
    width:780px;
    height:20px;
    font-size:10px;
    color:#663;
    margin: 0 auto;
    text-align:center;
}
#secNav{
	width:760px;
	position:relative;
	top:35px;
	left:0px;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
}
#secNav a{
	color:#000;
	text-decoration:none;
	cursor:pointer;
}
#legal_line a
{
    width:780px;
    height:20px;
    font-size:9px;
    color:#666;
    margin: 0 auto;
    text-align:center;
	text-decoration:none;
}

#secNav a:hover { color:#d79ec1; }


#alltext a {
	text-decoration:none;
	color:#C589BA;
	font-weight:bold;
}
#alltext a:hover {
	text-decoration:underline;
	color:#C589BA;
	font-weight:bold;
}


#gallery{
	width:100px;
	position:absolute;
	margin-right:10px;
}

#gallery li{
	margin-bottom:15px;
}
#gallery2{
	width:560px;
	position:relative;
	left:120px;
}

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5590;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5600;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 5510;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
.products{
	font-size:12px;
}
.products_bold{
	font-size:12px;
	font-weight:bold;
}
#product_table td{
	text-align:center;
	font-size: 12px;
}
