/* CSS Document */
html{
	height: 100%;
}

body{
	height: 100%;
	font-family: arial;
	margin: 0px;
	margin-top: 12px;
	background: #6C076D;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	
}


.master{
	width: 768px;
	padding: 0px;
	margin: 0px;
	border: 1px solid black;
	background: #383892;
	position: absolute;
	left: 50%;
	margin-left: -384px;
}

.content{
	width: 100%;
	background: #450102;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
}

.banner{
	width: 100%;
	height: 157px;
	background-image: url(images/banner_bg.jpg);
	background-repeat: no-repeat;
}

.page{
	width: 544px;
	background: white;
}
.dpage{
	width: 768px;
	background: white;
}

.feat{
	width: 224px;
	background: #A562A9;
	border-left: 1px solid black;
}

.feat div{
	background: white;
	margin: 6px;
	padding: 2px;
	border: 1px solid black;
}

.feat p{
	color: #6C076D;
	text-align: center;
	font-weight: bold;
}
.bar{
	margin: 0px;
	height: 25px;
	background-image: url(images/bar_bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid black;
	border-left: none;
	border-right: none;
}

h1{
	text-transform: capitalize;
	color: #6C076D;
	font-family: arial;
	font-size: 17px;
	margin: 0px;
	padding: 0px;
	padding-top: 3px;
	margin-left: 12px;
	font-weight: 700;
}


h2{
	text-transform: capitalize;
	color: white;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	margin: 0px;
	padding: 0px;
	padding-top: 3px;
	margin-left: 12px;
	font-weight: 700;
}

.bar p{
	margin: 0px;
	padding: 0px;
	color: white;
}

.bar a{
	width: 152px;
	color: white;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
	text-align: center;
	padding: 0px;
	padding-top: 3px;
	padding-left: 32px;
	padding-right: 32px;
}

.bar a:hover{
	color: #feac72;
}


.logo_box{
	background: white;
	text-align: center;
	color: #AD0307;
	font-size: 13px;
	font-weight: bold;
	padding: 0px;
	padding-bottom: 12px;
	margin: 0px;
}

.featured{
	height: 100%;
	min-height: 213px;
	background-image: url(images/featured_bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid white;
	margin: 20px;
}

.featured p{
	width: 40%;
	color: black;
	margin-top: 2px;
	margin-bottom: 2px;
	paddin-top: 4px;
	padding-bottom: 4px;
	border: none;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	
}	

.featured img, featured .fill{
	float: right;
	margin: 10px;
	border: 1px solid black;
	width: 80px;
}	
.red{
	color: #ff0000;
	margin-left: 32px;
}

.price{
	color: white;
}

h3, .h3{
	color: #F7E624;
	font-size: 20px;
	margin: 10px;
	font-family: Arial narrow, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	margin-top: 0px;
}

p, .p, li, .li{
	color: #6C076D;
	font-size: 13px;
	margin: 10px;
	font-family: Arial narrow, Arial, Helvetica, sans-serif;
}

h4, .h4{
	color: white;
	font-size: 13px;
	margin: 10px;
	font-family: Arial narrow, Arial, Helvetica, sans-serif;
}

.buy{
	width: 72px;
	height: 20px;
	padding: 2px;
	color: #AD0307;
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
}

.row{
	width: 100%;
	height: 148px;
	background: #660607;
	background-image: url(images/page_right_bg.jpg); 
	background-repeat: repeat-x; 
	border-top: 1px solid black;
	margin: 0px;
}
.row td{
	padding: 0px;
	text-align: center;
}

.row img{
	width: 80px;
	float: left;
	border: none;
	border-right: 1px solid black;
}


.row table{
	position: relative;
	left: -8px;
	float: right;
	color: #B0D3F3;
	color: white;
	font-size: 12px;
	font-family: Arial narrow, Arial, Helvetica, sans-serif;
	margin: 0px;
}

.row table td{
	border: 1px solid white;
	background: #CF1216;
}


.pic_r{
	border: 1px solid black;
	float: right;
	width: 145px;
}

.pic_l{
	border: 1px solid black;
	float: left;
	width: 145px;
}

.logo{
	width: 224px;
	height: 68px;
}

.tb{
	width: 64px;
	border: 1px solid black;
}

a, .a{
	text-decoration: none;
	color: blue;
}

a:hover, .a:hover{
	text-decoration: underline;
}

