body {
	margin:0; 
	padding:0; 
	text-align:center;
	font:9pt Arial, helvetica, sans-serif; 
	background:#ffffff url(../images/bg.gif) top left repeat-x;
}
table, td {
	font:10px/14px Tahoma, Arial, helvetica, sans-serif; 
	color:#ffffff; 
	vertical-align:top;  
	text-align:center; 
	padding:0; 
	margin:0
	border-collapse:collapse;
}
table, td, img {
	border:0;
}
a:link{
	color:#ff6600; 
	text-decoration:none; 
}
a:active{
	color:#ff6600;
	text-decoration:none;
}
a:visited{
	color:#ff6600;
	text-decoration:none;
}
a:hover{
	color:#7b1a00;
	text-decoration:underline;
}
#wrapper {
	width:900px;
	padding:0;
	margin:0 auto;
}
#logo {
	padding:20px;
	margin:0 auto;
	text-align:center;
}
#top {
	padding:5px;
	margin:0 auto;
	width:890px;
	color:#ffffff;
	text-align:right;
	text-transform:uppercase;
	font-weight:bold;
}
#top a:link{
	color:#ffffff; 
	text-decoration:none; 
}
#top a:active{
	color:#ffffff;
	text-decoration:none;
}
#top a:visited{
	color:#ffffff;
	text-decoration:none;
}
#top a:hover{
	color:#ffffff;
	text-decoration:underline;
}
#banner-l {
	padding:0;
	margin:0 auto;
	width:415px;
	height:auto;
}
#banner-r {
	padding:0;
	margin:0 auto;
	width:485px;
	height:auto;
	background:#fb8c00 url(../images/banner-r.gif) top right no-repeat;
}
#menuBar-l {
	padding:0;
	margin:0 auto;
	width:10px;
	height:45px;
	background:#ff9200 url(../images/menu-l.gif) top left no-repeat;
}
#menuBar {
	padding:0;
	margin:0 auto;
	width:auto;
	height:45px;
	background:#ff9200 url(../images/menu-bg.gif) top left repeat-x;
}
#menuBar-r {
	padding:0;
	margin:0 auto;
	width:10px;
	height:45px;
	background:#ff9200 url(../images/menu-r.gif) top right no-repeat;
}
.menu {
	width:880px; 
	height:45px; 
	position:relative; 
	z-index:100;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {
	width:880px; 
	w\idth:879px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:15px 0 15px 0;
	margin:0 auto;
	height:45px;
	list-style-type:none;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:140px;
	height:auto;
	font-size:1.2em;
	font-weight:bold;
	vertical-align:middle;
	text-transform:uppercase;
	position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited a:hover {
	display:block;
	text-decoration:none; 
	color:#fff; 
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:150px; 
	w\idth:140px;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:45px;
	top:15px;
	left:0; 
	width:240px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
	top:45px;
	t\op:45px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#626466;
	text-transform:capitalize;
	font-weight:normal; 
	color:#ffffff; 
	height:auto; 
	line-height:1em; 
	padding:5px 10px; 
	font-size:0.9em;
	text-align:left;
	width:130px;
	border-width:0 1px 1px 1px;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:150px;
	w\idth:149px;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	font-size:0.9em;
	color:#ffc200;
	text-decoration:underline;
	vertical-align:middle;
}
.menu :hover > a, .menu ul ul :hover > a {
	color:#ff6600;
	height:15px; 
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible;
}
#mainLeft {
	width:33px;
	background:url(../images/left_side_fll.jpg) top left repeat-y;
}
#mainRight {
	width:38px;
	background:url(../images/right_side_fll.jpg) top left repeat-y;
}
#header {
	width:695px;
	height:94px;
	text-align:center;
	padding:1px;
	background:#ffffff;
}
#content {
	width:695px;
}
#leftPanel {
	width:176px;
	background:url(../images/lc_bg.jpg) top left;
}
#mainPanel {
	padding:1px;
	width:519px;
	text-align:center;
	background:#ffffff;
}
.basicFont {
	padding:15px 10px 5px 10px;
	margin:0 auto;
	text-align:justify;
	color:#7b1a00;
	font-size:1.1em;
	line-height:1.6em;	
}
.title {
	margin:0 auto;
	font-style:italic;
	font-weight:bold;
	text-align:justify;
	color:#f8981c;
	font-size:1.1em;
	line-height:1.6em;
	border-bottom:dashed #666666 1px;	
}
.rightPanel {
	padding: 0 0 0 5px;
	margin:0 auto;
	text-align:left;
	color:#7b1a00;
	font-size:1.1em;
	line-height:1.6em;
	border-left:dashed #666666 1px;	
}

.centerDiv {
	padding:1px;
	width:5px;
	text-align:center;
	background:#ffffff;
}
.productList {
	padding:3px;
	width:230px;
	height:120px;
	text-align:center;
	border: 2px solid #D0CDC8;
	background:#ffffff;
}
.productThamb {
	padding:3px;
	width:86px;
	text-align:center;
}
.productDetails {
	padding:3px;
	height:120px;
	text-align:center;
	border: 2px solid #D0CDC8;
	background:#ffffff;
}
.productImg {
	padding:3px;
	width:300px;
	text-align:center;
}
.alignRight {
	text-align:right;	
}
.alignCenter {
	text-align:center;	
}
.header-img {
	padding:5px;
	border:1px solid #f5b902;
}
h1 {
	font-size:1.5em;
	color:#7b1a00;
	padding:5px;
	border-bottom:dashed 1px #666666;
}
h2 {
	font-size:1.2em;
	color:#d67e38;
}
#footer {
	width:100%;
	height:84px;
	text-align:center;
	padding:10px 0 0 0;
	color:#ffffff;
	border-top: 5px #f63800 solid;
	background: #ff9a1a;;
}
