body{
	background: url(bg.jpg) repeat-x #4D5152;	
	font-family: Arial, Helvetica, sans-serif;
}
h1, h2, h3, p{
	padding: 2px;
	margin: 2px 0px;
}
ul, ul li{
	padding: 0px;
	margin: 0px;
	list-style-position:inside;

}

a:link, a:visited{
	color: #333;		
}
a:hover{
	color:  #fff;
	background: #333;		
}
input{

}
img{
	border:	none;
}
.plain, .plain:hover, plain:visited{
	border:none;	
	background: none;
	padding: 0px;
}
#wrapper{
	width: 978px;
	margin: 0px auto;
	padding: 0px;
	
}
#header{
	background: url(header.jpg) no-repeat;
	height: 160px;
}
#menu{
	background: url(menuback.png) no-repeat;		
	height: 40px;
	
}
/*
#menulist{
	margin: 0px;
	list-style: none;
	list-style-type: none;
}
#menulist li{
	list-style: none;
	list-style-type: none;
	display: inline;
	height: 50px;
}
#menulist li a{
	display: block;
	float:left;
	padding: 14px 10px;
	color: white;
	font-size: 130%;
	
}
#menulist li a:hover{
	background: url(hovermenu.png) bottom center no-repeat;
	
}
*/
#body-container{
	
	background: #fff;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
#leftside{
	width: 250px;	
	background: #fff;
	margin: 0px;
	float:left;
	height: 500px;
	
}
#leftside .inner{
	
	padding: 2px 5px;
}
#leftside .inner h2{
	background: #333;	
}
#leftside .inner ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-type: none;
	display: inline;	
}
#leftside .inner ul li a{
	display: block;	
	padding: 1px;
}


#rightside{
	width: 728px;	
	background: #fff;	
	float:left;
	margin: 0px;
	overflow:hidden;
	background: url(fadecar.png) bottom right #fff no-repeat;

}


#rightside .inner{
	padding: 2px 5px;
	border-left: 2px solid #333;
}



.inner{
	margin: 10px 5px;
	margin-top: 20px;	
}
.inner h2{
	background: #333;
	color: #fff;
}
/* Live menu*/
	#order-table td, .ot td{
		padding: 1px;
		height: 19px;
	}
	.plus, .minus{
		padding: 3px;
		cursor: pointer;
		color:#000;
	}
	.plus1, .minus1{
		padding: 3px;
		color:#999;
	}
	
/* Search Box*/
input.text{
	color: #009;  
	font-weight:600;
}

#extfrm{
	background: #fff;
	margin: 0px auto;
	height: 500px;
	width: 1200px;		
	position:absolute;
	top: 0px;
	z-index: 10;	
}
#closer{
	cursor:pointer;
	margin: 0px auto;
	height: 100px;
	width: 200px;		
	position:fixed;
	top: 0px;
	right: 0px;
	z-index: 20;	
}

.short{
	position:fixed;
	
}
/* Pagination Links */
.pagelinks p{
	text-align: center;	
}

/* current step of order process*/
td.current{
	background: blue;	
}
/* note for product */
span.note{
	color:#900;
	font-style:italic;
}
/* style the result and shopping cart table.  Applied with zebra */ 
table.resultstbl, #order-table
{
	font-size: 12px;
	background-color: #8D8D8d;
	width: 100%;
	border: none;
	
}
table.resultstbl th 
{
	text-align: left;
	padding: 5px;
	background-color: #6E6E6E;
}
table.resultstbl td 
{
	color: #000;
	padding: 2px;
}
table.resultstbl .even , .even
{
	background-color: #CCC;
}
table.resultstbl .odd , .odd
{
	background-color: #EEE;
}
/* End of table styles */