* {
	padding: 0px;
	margin: 0px;
}

body {
	text-align: center;
	font: 11px arial , verdana , sans-serif;
	color: #000;
	padding-bottom: 10px;
	background-color: #603;
}

#wrapper {
	text-align: left;
	margin: 2px auto;
	width: 750px;
	background: #663399;
	position: relative;
}

#content {
	float: left;
	text-align: left;
	margin: 2px auto;
	width: 750px;
	background: #663399;
	position: relative;
}

h3 {
	font: bold 14px, arial, sans-serif; 
	color: #cc3399;
}

h2 {
	font: 18px, arial, sans-serif; 
	color: #660099;
	padding-bottom: 10px;
}

/*************************************************************/
/* TOP SECTION */
/*************************************************************/

#header {
	height: 90px
}

#cart {
	position: absolute;
	top: 20px;
	left: 370px;
}

#cart-top { background: url('images/cart_top.gif') no-repeat; }
#cart-bot { background: url('images/cart_bot.gif') no-repeat bottom left; }
#cart-cart { background: url('images/cart.gif') no-repeat 9px 11px; }
#cart-cart {
  padding: 2px 2px 2px 2px;
  color: white;
}
#cart p {
	margin: 0;
}


/*************************************************************/
/* MAIN BODY SECTION */
/*************************************************************/

#body {
	padding-top: 3px;
	background-color:#FFF;
}
#categories {
	float: left;
	width: 195px;
}

#categories h2 {
	color: #fff;
	padding: 4px 0 5px 9px;
	background: #990099;
	font: arial , verdana , sans-serif;
}

#categories li {
	background: #663399;
	border-top: 1px solid #723FA5;
	font-size: 12px;
	list-style-type:none; padding-left:25px; padding-right:0; padding-top:1px; padding-bottom:2px
}

#categories a {
	text-decoration: none;
	color: #fff;
}

#categories a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}
/*************************************************************/
/* BOX SECTION */
/*************************************************************/

.bigbox {
	float: right;
	width: 555px;
	background: #fff;
	margin-bottom: 0px;
}

.bigbox .inner {
	padding: 6px 12px;
}

.bigbox p {
	margin: 0.9em 0;
	text-align: justify;
}

.bigbox a {
	font-size: 12px;
	color: #909;
	text-decoration: none;
}

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

.more a {
	font-size: 16px;
	color: #cc3399;
	text-decoration: none;
}
.more a:hover {
	text-decoration: underline;
}

.more2 a, .more2 visited {
	font-size: 16px;
	color: #0000FF;
	text-decoration: none;
}
.more2 a:hover, .more2 click {
	text-decoration: underline;
}

img {
	border-color: #000;
}
/*************************************************************/
/* FOOTER SECTION */
/*************************************************************/

#copyright {
	float: left;
	width: 744px;
	background: #663399;
	text-align: center;
	font-size: 12px;
	padding: 3px;
}

#copyright a {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: underline;
	color: #FFF;
}

td {
	padding: 10px 5px 10px 0px;
}

.imggg {
width: 90px;
}
