?body { 
	background: #FFFFFF; 
	min-height: 100%;
	margin: 0; 
	padding: 0;
	background-image:url(body_bg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
}

#wrapper {
	font: normal 12px Arial, Helvetica, sans-serif; 
	clear: both; 
	width: 1000px; 
	padding: 0px 0 0 0; 
	margin: 0px auto; 
	background: #FFFFFF;
	min-height: 100%;
	background-image:url(hdr_bg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

/* heading section */
#header { 
	background: #FFFFFF;
	padding:0px; 
	margin: 0 0 10px 0;
	clear: both;
	text-align:center;
}

#topbar { 
	color: #A93A3A; 
	font: bold 10pt Arial, Verdana, Helvetica, sans-serif; 
	padding: 0px;
	margin: 0 0 5px 0;
	float: left;
	width:100%;
	background-image:url(menubg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
}

#topbar ul { 
	list-style: none; 
	float: left;
	padding: 0px;
	margin:0;
}

#topbar li { 
	list-style: none; 
	float: left;
	margin:0px 0;
	padding: 0px 25px 0px 25px;
	background-image:url(menu_sep.jpg);
	background-position:right top;
	background-repeat:no-repeat;


}

#topbar li a { 
	text-decoration: none; 
	color: #FFFFFF; 
	padding: 12px 10px;
	display:block;
	text-transform:uppercase;
}

#topbar li a:hover { 
	color:#000000;
}

.fright {
 	float: right;
	padding-right: 5px;
}

/* menus and content wrapper */
#main { 
	width: 100%;
	clear: both; 
	padding: 0px; 
	margin: 0 auto; 
	text-align: left;
}

#main table {
	border: 1px;
	margin: 1px;
	padding: 1px;
}

/* Main content section */
#page_content { 
	color: #000000;
	padding: 6px;
	margin:0px;
/*	border-left:1px solid #FF9A15;
	border-right:1px solid #FF9A15;
	background-image:url(cont_arear_bg.jpg);
	background-position:left top;
	background-repeat:repeat-x;*/
}

#page_content h1 { 
	color: #E22E05; 
	font: bold 20px Arial, Helvetica, sans-serif; 
	margin: 10px 0;
}

#page_content h2 { 
	clear: both; 
	color: #E22E05;
	padding:15px 0px;
	margin:0px;
	font: bold 20px Arial, Helvetica, sans-serif; 
}

#page_content td, #page_content p { 
	color: #93503C; 
	font: normal 12px Arial, Helvetica, sans-serif;
	text-align:justify;
}

#page_content a { 
	text-decoration: underline; 
	color: #E22E05;
}

#page_content a:hover { 
	color: #000000;
	text-decoration: underline;
}

#page_content form { padding: 0; margin: 0; }

#page_content .smalltext {
	font: normal 9px Arial, Helvetica, sans-serif; 
	color: #000000;
}

#page_content .where { 
	clear: both; 
	font: normal 9px Arial, Helvetica, sans-serif; 
}

#cart { 
	width: 100%;	
}

#cart td {
	background: #FFEDCF;
	margin: 1px; 
	padding: 3px 5px;
	font: normal 12px Arial, Helvetica, sans-serif; 
}

#cart .heading td {
	background: #FFEDCF;
	color: #E22E05;
	height: 24px;
	font: bold 12px Arial, Helvetica, sans-serif; 
}

#page_content .link a, #page_content .link a:hover { 
	font: bold 12px Arial, Helvetica, sans-serif; 
	background: #DB3827;
	padding: 1px 12px;
	float: right;
	text-decoration: none; 
	color: #FFF;
}

#page_content .button {
	padding: 5px 0;
	white-space: nowrap;
}

#page_content .button a  { 
	margin-left: 15px;
	background: #DB3827;
	padding: 2px 14px;
	text-decoration: none;
	color: #FFF;
}

#page_content .shadow {
	margin: 1px;
}

#page_content .shadow td {
	background: #FFEDCF; 
	padding: 2px;
	color:#811B53;
}

/* page number */
#paging {
	clear: both;
	text-align: center;
	padding: 5px;
}

#paging a {
	text-decoration: none; 
	color: #000000;
	padding: 1px 4px;
	margin: 1px;
	border: 1px solid #666;
	background: #FFEDCF;
}

#paging .current {
	color: #000000;
	border: 1px solid #444;
	background: #FFEDCF;
}

/* Menu at left and right hand sides */
#menu_left { 
	width: 200px; 
	padding: 0;
	margin: 0;
	background-color: #FFCD3E;
	color: #000000; 
	font-size:12px;
}
#menu_right { 
	width: 200px; 
	padding: 0;
	margin: 0;
	background-color: #FFCD3E;
	color: #000000; 
	font-size:12px;
}

#menu { 
	color: #000000; 
	font: normal 12px Arial, Helvetica, sans-serif;
	margin: 5px 0 5px 0;
	width:auto;
	text-transform:normal;
}

#menu h1 { 
	color: #DD0505;
	font: bold 13px Arial, Helvetica, sans-serif;
	margin: 7px 0 7px 0;
	padding: 8px 0px 8px 10px;
	text-transform:uppercase;
	background-image:url(section_hdr.gif);
	background-position:center top;
	background-repeat:no-repeat;
}

#menu p { 
	margin: 0px;
	padding: 0px;
}

#menu ul {
	list-style: none outside; padding: 0; margin: 5px 0px; line-height: 150%;
	display:block;
}
#menu ul li {
	list-style: none outside; padding: 3px; margin: 1px;
	display:block;
	border-bottom:1px dotted #FFFFFF;
}
#menu ul li a { 
	text-decoration: none; 
	color: #000000; 
	font-size:12px;
	padding:0 0 0 22px;
	display:block;
	background-image:url(menu_arrow.gif);
	background-position: 10px 3px;
	background-repeat:no-repeat;
	line-height:normal;
}

#menu ul li a:hover { 
	color: #FFF;
}

#menu ul ul, #menu ul ul li { 
	list-style:none; 
	padding:3px 0; 
	margin:0; 
	line-height:150%; 
}

#menu ul ul li a { 
	list-style:none; 
	padding:0 0 0 35px; 
	margin:0; 
	line-height:normal;
	background-image:url(menu_arrow.gif);
	background-position: 24px 3px;
	background-repeat:no-repeat;
}


/*#menu ul ul {
	list-style: square outside; padding: 0; margin-left: 16px; line-height: 150%; 
}

#menu ul ul ul {
	list-style: square outside; padding: 0; margin-left: 16px; line-height: 150%; 
}*/

#menu a { 
	text-decoration: none;
	font-size:12px;
	color: #000000;
}

#menu a:hover { 
	color: #fff; 
}

#menu form { 
	padding: 10px 0 10px 0; 
	margin: 4px ; 
	
}

#menu input {	width: 70%; border:1px solid #EDFED1; background-color:#EDFED1; }

#menu .button {	
	width: 20%; 
	margin-left: 5px; 
	color: #FFF; 
	background: #CD3301;
	border: 0;
}

#menu .cart { 
	padding: 0; 
	margin: 2px 0; 
}

/* Product listing layout */
#products_a { width: 95%; /* 555px typle a layout */ }
#products_b { width: 46%; /* 265px typle b layout */ }
#products_c {	width: 168px; /* typle c layout */ }

#products_a, #products_b, #products_c {
	float: left;
	border: 0px solid #FFCC33;
	padding: 6px; 
	margin: 3px 5px 4px 0;
	background: #9ACEFE;
}

#products_a .info, #products_b .info { 
	float: right; 
	text-align: left; 
}

#products_a .info { width: 76%; /* 425px */}
#products_b .info { width: 60%; /* 160px */}

#products_a img {	
	float: left; 
	margin-right: 5px;
}
#products_b img {	
	float: left; 
	margin-bottom: 5px;
}
#products_c img {margin-bottom: 5px; }
	
#products_a h1, #products_b h1, #products_c h1 { 
	font: bold 12px Arial, Helvetica, sans-serif; 
	margin-bottom: 2px; 
	clear: both;
}
#products_a h1 a, #products_b h1 a, #products_c h1 a {
	text-decoration:none;
	color:#000000;
}
#products_a h1 a:hover, #products_b h1 a:hover, #products_c h1 a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}

#products_a .desc { height:60px; color:#000000; }
#products_b .desc { height: 55px; }
#products_c .desc { 
	height: 40px;
}

#products_a .price, #products_b .price, #products_c .price { 
	font: bold 14px Arial, Helvetica, sans-serif; color:#E22E05; line-height:25px; padding:10px 0 0 0;
}

#products_a .link, #products_b .link, #products_c .link {  }

/* footer */
#footer { 
	padding: 25px 20px;
	margin-top:10px;
	color: #000000; 
	font: 12px Arial, Helvetica, sans-serif; 
	background-color:#C4CD70;
	text-align:center;
}
#footer a { 
	color: #DB3827;
	text-decoration:none;
}
#footer a:hover { 
	color: #000000;
	text-decoration:underline;
}

.spacer{
	background-color:#FFFFFF;
	padding:0;
	margin:0;
}
.spacer_yellow{
	background-color:#FFA100;
	padding:0;
	margin:0;
}
.spacer_green{
	background-color:#9DC85B;
	padding:0;
	margin:0;
}
.midbox_top_bg{
	background-image:url(midbox_top.jpg);
	background-position:left top;
	background-repeat:repeat-x;
}
.midbox_bottom_bg{
	background-image:url(midbox_bottom.jpg);
	background-position:left top;
	background-repeat:repeat-x;
}


/* ..................... box .......................*/ 
#cont-wrapper {
	width: 1000px;
	margin: 0px auto;
	overflow: hidden;
	padding:0;
}
#boxone {
	width: 200px;
	float: left;
	margin-right: 8px;
	/*background-color: #FFFFFF;*/
	background-color: #FFA100;
	margin-bottom: -10000px; 
	padding-bottom: 10000px;
}
#boxtwo {
	float: left;
	width: 584px;
	/*background-color: #FFFFFF;*/
	margin-bottom: -10000px; 
	padding-bottom: 10000px;
	background-image:url(cont_arear_bg.gif);
	background-position:left top;
	background-repeat:repeat-y;
	border:0px solid #000000;
}
#boxthree {
	width: 200px;
	float: left;
	margin-left: 8px;
	background-color: #9DC85B;
	/*background-color: #FFFFFF;*/
	margin-bottom: -10000px; 
	padding-bottom: 10000px;
}
.boxtopbot {
	height: 5px;
	width: 200px;
}
.lefttop {
	background-image: url(lefttop.jpg);
	background-repeat: no-repeat;
	width: 5px;
	height: 5px;
	float: left;
	line-height: 5px;
	font-size: 0px;
}
.righttop {
	background-image: url(righttop.jpg);
	background-repeat: no-repeat;
	width: 5px;
	height: 5px;
	float: left;
	line-height: 5px;
	font-size: 0px;
}
.leftbot {
	background-image: url(leftbottom.jpg);
	background-repeat: no-repeat;
	width: 5px;
	height: 12px;
	float: left;
	line-height: 12px;
	font-size: 0px;
}
.rightbot {
	background-image: url(rightbottom.jpg);
	background-repeat: no-repeat;
	width: 5px;
	height: 12px;
	float: left;
	line-height: 12px;
	font-size: 0px;
}
.midtop {
	background-color: #FFA100;
	width: 190px;
	height: 5px;
	float: left;
	line-height: 5px;
	font-size: 0px;
}
.boxonethreecont {
	width: 180px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 5px;
	background-color: #FFA100;
	font-family: arial;
	font-size: 11px;
}

.midboxtopbot {
	height: 5px;
	width: 584px;
	line-height: 5px;
	font-size: 0px;
}
.midboxtop {
	background-color: #FFFFFF;
	width: 574px;
	height: 5px;
	float: left;
	line-height: 5px;
	font-size: 0px;
}
.midboxonethreecont {
	width: 584px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	font-family: Arial;
	font-size: 11px;
	/*margin-bottom: -1000px; 
	padding-bottom: 1000px;*/
}
#topbox {
	float: left;
	width: 1000px;
}

#botbox {
	float: left;
	width: 1000px;
}




.midtop_left {
	background-image: url(midtop_left.jpg);
	background-repeat: no-repeat;
	width: 10px;
	height: 26px;
	float: left;
	line-height: 26px;
	font-size: 0px;
}

.midtop_right {
	background-image: url(midtop_right.jpg);
	background-repeat: no-repeat;
	width: 10px;
	height: 26px;
	float: left;
	line-height: 26px;
	font-size: 0px;
}

.midboxtop {
	background-image: url(midboxtop.jpg);
	background-repeat:repeat-x;
	width: 564px;
	height: 26px;
	float: left;
	line-height:26px;
	font-size: 0px;
}


.midtbot_left {
	background-image: url(midtbot_left.jpg);
	background-repeat: no-repeat;
	width: 12px;
	height: 12px;
	float: left;
	line-height: 12px;
	font-size: 0px;
}

.midtbot_right {
	background-image: url(midtbot_right.jpg);
	background-repeat: no-repeat;
	width: 12px;
	height: 12px;
	float: left;
	line-height:12px;
	font-size: 0px;
}

.midbox_bottom_line {
	background-image: url(midbox_bottom_line.jpg);
	background-repeat:repeat-x;
	width: 560px;
	height: 12px;
	float: left;
	line-height: 12px;
	font-size: 0px;
}


.right_top_left {
	background-image: url(right_top_left.jpg);
	background-repeat: no-repeat;
	width: 5px;
	height: 5px;
	float: left;
	line-height: 5px;
	font-size: 0px;
}

.right_top_right {
	background-image: url(right_top_right.jpg);
	background-repeat: no-repeat;
	width: 5px;
	height: 5px;
	float: left;
	line-height: 5px;
	font-size: 0px;
}

.right_mid_top {
	background-color: #9DC85B;
	width: 190px;
	height: 5px;
	float: left;
	line-height: 5px;
	font-size: 0px;
}

.boxonethreecont_right {
	width: 180px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 5px;
	background-color: #9DC85B;
	font-family: arial;
	font-size: 11px;
}

.right_bot_left {
	background-image: url(right_bot_left.jpg);
	background-repeat: no-repeat;
	width: 5px;
	height: 12px;
	float: left;
	line-height: 12px;
	font-size: 0px;
}
.right_bot_right {
	background-image: url(right_bot_right.jpg);
	background-repeat: no-repeat;
	width: 5px;
	height: 12px;
	float: left;
	line-height: 12px;
	font-size: 0px;
}

.right_bot_mid {
	background-color: #9DC85B;
	width: 190px;
	height: 5px;
	float: left;
	line-height: 5px;
	font-size: 0px;
}

/* ..................... box .......................*/