html, body {
	background: #991C15 url(../images/background.png) repeat-y;
	font: 11px Tahoma, Arial;
	color: #333;
	text-align: center;
}
* {
	margin: 0;
	padding: 0;
	border: none;
}
#wrapper {
	width: 968px;
	margin: 0px auto;
}
#header {
	background: #9C1A14 url(../images/header.png) no-repeat;
	height: 259px;
	width: 968px;
}
/******************styles horizontal navbar********************/
					ul#navbar {
						width: 968px;
						height: 51px;
						line-height: 51px;
						background: url(../images/navbar.png);
					}
					#navbar li {
						list-style-type: none;
						float: left;	
						font-size: 12px;
						font-weight: bold;
						color: #000;
						text-align: center;
					}
					#navbar li a {
						padding: 20px 36px 20px 36px;
						color: #000;
						text-decoration: none;
					}
					#navbar li a:hover {
						color: #fff;
					}
#mainconetent {
	width: 968px;
	background: #fff url(../images/mainback.png) repeat-y;
    overflow: auto;
}
#lftbox {
	float: left;
	width: 475px;
    margin: 0 0 0 30px;
	background: #fff;
}
#rhtbox {
	float: right;
	width: 265px;
	background: #fff;
    margin: 0 30px 0 0;
}
#graybox {
	width: 600px;
	margin: 8px auto 8px;
	background: url(../images/grayback.png) no-repeat;
	text-align: justify;
}
		#graybox h1 {
		font-size: 24px;
		color: #e20a16;
		text-decoration: underline;
		margin: 5px;
		}
		#grayboximg{
			float: left;
			margin: 0 5px 0 0;
		}
		.grayboxtext {		
			text-align: justify;
			margin: 5px;
		}
#online{
	background: url(../images/sidebar.gif) no-repeat;
	height: 35px;
	width: 259px;
	margin: 4px 8px 6px auto;
	border-top: 1px solid #fff;
	text-align: inherit;
}
#onlinebtn{
	background: url(../images/os1.gif) no-repeat;
	height: 33px;
	width: 183px;
	margin: 20px auto 0 auto;
}
#shoppingcart{
	height: auto;
	width: 260px;
	margin-top: 8px;
	margin-bottom: 8px;
	border-top: 1px solid #fff;
}
#shoppingcart h2 {
	font-size: 14px;
	color: #000000;
	margin: 0px 0px;
	text-decoration: none;
	text-align: center;
	background: url(../images/sidebar.gif) no-repeat;
		}
.shoppingcarttext{
	text-align: center;
	font-family: Tahoma, Arial;
	font-weight: bold;
	margin-top: 25px;
}
#address{
	width: 600px;
	margin: 8px auto 10px;
	
}
.addresstext{
	font-size: 12px;
	color:#000000;
	text-align: justify;
	margin-top: 5px;
	margin-left: 10px;
	text-decoration: none;
}
#latest{
	background: url(../images/sidebar.gif) no-repeat;
	height: auto;
	width: 260px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.latestmaintext{
	font-family: Tahoma, Arial;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
}
#featured{
    background: url(../images/sidebar.gif) no-repeat;
	height: auto;
	width: 260px;
	margin-top: 8px;
	margin-bottom: 8px;
}
#adv{
	width: 600px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
