body {
	margin:20px 0 0 0;
	padding:0;
	background: #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
}
#border {
	border-top:1px solid #000;
	border-left:1px solid #620062;
	border-right:1px solid #620062;
	background: #F3F3F3;
}
#header, #menu, #content, #footer, #border, #subfoot {
	width:800px;
	margin: 0px auto 0px;
}
#header {
	height:10px;
	background: #822A80; /* PURPLE */
}
#content {
	line-height:20px;
	letter-spacing: 1px;
	word-spacing: 2px;	
}
#content a {
	font-weight: bold;
}

/*--  MENU  --------------------------------------*/
#menu {
	margin-top: -10px;
	height:35px;
	background: url(/images/new_menu.jpg) repeat-x;
	font-family: "Comic Sans MS", Tahoma;
}
#menu ul {		
	padding: 0;
	margin: 0;
	float: left;
	width: 800px;
}
#menu ul li { 
	display: inline; 
	font-size: 12px;
	background-color: inherit;
	color: inherit;
}
#menu ul li a {
	padding: 4px 10px;	/* Height Width */
	color: #F2F2F2;
	text-decoration: none;
	float: left;
	background-color: inherit;
}
#menu ul li #selected {
	cursor:default;
	font-weight:bold;
}
#menu ul li a:hover {
	border-bottom:1px solid white;
}

/*--  SHOP  ---------------------------------*/
#shop {
	margin: 0 50px 50px;
	height: 600px;
}

/*--  FOOTER  ------------------------------*/
#footer {
	width: 802px;
	height:70px;
	background: #000 url(images/foot-bkgrd.jpg) repeat-x;
	text-align:center;
	color: #fff;
	font-family: "Comic Sans MS", Verdana;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: inherit;
	text-decoration: underline;
}

.purple {
	color:#620062;
	font-weight:bold;
	font-size:18px;
}

/*--  SUB FOOTER  ------------------------------*/
#subfoot, #subfoot a {
	font-size: 10px;
	color: #333;
	text-decoration: none;
}
#subfoot a:hover {
	color: inherit;
	text-decoration: underline;
}

/*--  TEXT STYLES  --------------------------------------------------------*/
/*	font-family: Arial, Helvetica, sans-serif;		*/
/*	font-size: 12px;								*/
/*	line-height:16px;								*/
/*	color:#fff;										*/

h1,h2,h3,h4,p,a { 
	padding: 0 20px;
}
h1 {
	font-size: 20px;
	color: #620062;
}
h2,h3 {
	font-size: 14px;
	font-style: italic;
	color: #333;
	margin: 0 0 10px 0;
	background-color: inherit;
}
h4 {
	margin-top:0;
	padding-top:0;
	font-size: 12px;
	font-style: italic;
	color: #D700D7;
	background-color: inherit;
	line-height: 16px;
}
p {	
	margin: 0 0 10px 0;
	line-height:1.4;
}
h3.right {
	text-align:right;
}
.right { float: right; margin-left: 10px; }
.left  { float: left;  margin-right: 10px; }

a {			
	color: #620062;	
	text-decoration:none;
	margin:0;
	padding:0;	
}
a:hover {	text-decoration:underline;	}

/*--  SITE MAP  --------------------------------------------------------*/
#sitemap_left li, #sitemap_right li {
	font-size:16px;
}

/*--  CONTACT FORM  --------------------------------------------------------*/
#form {

}
th {
	font-size:18px;
	padding:20px 0;
	text-align:left;
}
td a {
	font-size:12px;
}
.input {
	width:200px;
}

/* -- SHOP CATEGORIES   --------------------------------------------------------------*/

#shopcats table {
	margin: 0 auto;
}
#shopcats td {

	border: 1px solid #F3F3F3;
	text-align:center;
}
#shopcats td.link {
	width: 130px;
	height: 130px;
}
#shopcats td.link:hover {
	border: 1px solid #620062;
}
#shopcats a {
	font-family: "Comic Sans MS", Tahoma;
}