/* CSS Document */

body{
	margin:0px;
}
img, div { 
	behavior: url(iepngfix.htc) ;	
	border:0px;
	}
ul{
	margin:0px;
	padding:0px;
	display:inline;
}
li{
	list-style:none;
	display:inline;
	float:left;
	text-decoration:none;
}

/* ================= HEADING SECTION ================== */

.heading1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	color:#250200;
	font-weight:bold;
}


/* ================= menu SECTION ================== */
.top_menu{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}
.top_menu a:link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
}
.top_menu a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#8d1811;
}




.bottom_menu{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	line-height:22px;
	text-decoration:none;
}
.bottom_menu a:link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	line-height:22px;
}
.bottom_menu a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#e70000;
	line-height:22px;
}
/* ================= TEXT SECTION ================== */

.text1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	
	color:#000000;
}
.text2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	
	color:#e70000;
}
.text3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:18px;
	color:#ffffff;
	line-height:22px;
}


/* ================= BOX SECTION ================== */
.box{
	width:79px;
	height:92px;
	height:expression(91 + 'px');
}

/* ================= BORDER ================== */
.border1{
	border-left:1px dotted #000000;
	border-right:1px dotted #000000;
	border-bottom:1px dotted #000000;
}
.border2{
	border-bottom:1px dotted #000000;
}


/* ================= SPACING ================== */
.space1{
	padding:0px 15px;
}

.special_offer{
	margin:auto;
	padding-top:5px;
	width:404px;
}







.left_menu{
	font-family:ArtBrush;
	font-size:16px;
	color:#2d0500;
	font-weight:bold;
	padding-left:10px;
	background-image: url(images/blank.gif);
	background-repeat:no-repeat;
}/*
.left_menu a:link{
	font-family:ArtBrush;
	font-size:16px;
	color:#2d0500;
	font-weight:bold;
	background-image: url(images/blank.gif);
	background-repeat:no-repeat;
}
.left_menu a:hover{
	font-family:ArtBrush;
	font-size:16px;
	color:#2d0500;
	font-weight:bold;
	text-decoration:none;
	background-image: url(images/arrow.jpg);
	background-repeat:no-repeat;
}*/
.left_menu ul{
	display:block;
	margin:0px;
}
.left_menu ul li{
	display:block;
	margin:0px;
	float:none;
	padding-bottom:15px;
}
.left_menu ul li a,.left_menu ul li a:link{
	font-family:ArtBrush;
	font-size:14px;
	color:#2d0500;
	font-weight:bold;
	padding-left:10px;
	background-image: url(images/blank.gif);
	background-repeat:no-repeat;
}
.left_menu ul li a:hover{
	font-family:ArtBrush;
	font-size:14px;
	color:#2d0500;
	font-weight:bold;
	text-decoration:none;
	background-image: url(images/arrow.jpg);
	background-repeat:no-repeat;
}
/*
.left_menu ul li:hover,.left_menu ul li:active{
	display:list-item;
	display:expression("block");
	float:none;
	
	list-style-image:url(images/arrow.jpg);
}*/
