	/*	CSS Design by Chris Duren	*/

html { 
	min-width: 990px;
	 }

body	{
	background: #b21d21 url(img/bg.png) top left repeat-x;
	font: 12px/1.3 arial, helvetica, verdana, sans-serif;
	color: #fff;
	margin: 0;
	}
	
	/*	Typography	*/
	
h1	{
	display: block;
	width: 990px;
	height: 135px;
	background: transparent url(img/parkerpaige.jpg) top left no-repeat;
	margin: 0;
	padding: 0;
	}

.home	{
	text-indent: -9999px;
	display: block;	
	width: 990px;
	height: 135px;
	margin: 0;
	padding: 0;
	border: 0;
	}
	
h2	{
	font-size: 17px;
	font-family: Jazz LET, arial, helvetica;
	color: #000;
	margin: 0 0 10px 0;
	}

h3	{
	padding: 8px 15px 0 15px;
	height: 23px;
	background: #000 url(img/h3.png) top left repeat-x;
	margin: 10px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	}

h4	{
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin: 0 0 10px 0;
	}

p	{
	margin: 0;
	padding: 0 0 12px 0;
	}

em	{
	color: #fff;
	}

hr	{
	height: 1px;
	margin: 10px 0;
	border-bottom: 1px dotted #fff;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	color: #fff;
	background-color: transparent;
	}
	
strong	{
	color: #000;
	}	
	
form	{
	margin: 0;
	padding: 0;
	}
	
ul	{
	margin-bottom: 14px;
	margin-top: 0;
	}
	
	/*   Basic Layout Divisions	*/

#wrapper	{
	background: #b21d21 url(img/shell.png) top left repeat-y;
	width: 990px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}
	
#content 	{
	background: transparent url(img/bg-content.png) top left no-repeat;
	width: 870px;
	float: left;
	margin: 0;
	padding: 75px 60px 10px 60px;
	}
	
#footer	{
	clear: both;
	background: transparent url(img/footer.png) bottom left no-repeat;
	width: 990px;
	height: 45px;
	margin: 0;
	padding: 80px 0 0 0;
	text-align: center;
	color: #fff;
	font-weight: bold;
	}
	
#footer	a	{
	color: #fff;
	}
	
	/*	Main Navigation	*/

#menu	{
	width: 990px;
	height: 47px;
	margin: 0;
	padding: 0;
	background: transparent url(img/bg-menu.jpg) top left no-repeat;
	}

#menu div	{
	float: left;
	}

#menu div a {
	display: block;
	padding: 0;
	border: 0;
 	color: #fff;
	height: 47px;
	margin: 0;
	text-indent: -9999px;
	text-decoration: none;
	}
	
#menu div ul	{
	list-style: none;
	border-top: 0;
	margin: 0;
	padding: 0;
	width: 150px;
	position: absolute;
	background: #fff;
    z-index: 2;
	}	

#menu div li	{
	margin: 0;
	padding: 0;
	}	

#menu div li a:link	{
	padding: 6px;
	margin: 0;
	width: 138px;
	height: auto;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	background: #fff;
	text-indent: 0;
	}
	
#menu div li a:visited	{
	padding: 6px;
	margin: 0;
	width: 138px;
	height: auto;
	color: #222;
	font-weight: bold;
	text-decoration: none;
	display: block;
	background: #fff;
	text-indent: 0;
	}
	
#menu div li a:hover	{
	padding: 6px;
	margin: 0;
	width: 138px;
	height: auto;
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
	display: block;
	background: #000;
	text-indent: 0;
	}
		
#apparel	{margin-left: 55px;}
#apparel a {background: transparent url(img/menu/apparel.png) top left no-repeat; width: 144px;}
#apparel a:hover {background: transparent url(img/menu/apparel.png) 0 -47px no-repeat;}

#accessories	{margin-left: 33px;}
#accessories a {background: transparent url(img/menu/accessories.png) top left no-repeat; width: 156px;}	
#accessories a:hover {background: transparent url(img/menu/accessories.png) 0 -47px no-repeat;}

#apt	{margin-left: 173px;}
#apt a {background: transparent url(img/menu/apt.png) top left no-repeat; width: 157px;}	
#apt a:hover {background: transparent url(img/menu/apt.png) 0 -47px no-repeat;}

#cart	{margin-left: 45px;}
#cart a {background: transparent url(img/menu/cart.png) top left no-repeat; width: 190px;}	
#cart a:hover {background: transparent url(img/menu/cart.png) 0 -47px no-repeat;}

	/*   Items 	*/

#listing	{
	background: #fff;
	color: #000;
	}
	
#listing td em	{
	color: #b21d21;
	font-size: 11px;
	}
	
#listing td a:link	{
	color: #000;
	font-weight: bold;
	}
	
#listing td a:visited	{
	color: #222;
	font-weight: bold;
	}
	
#listing td a:hover	{
	color: #b21d21;
	font-weight: bold;
	}

#item_pics	{
	width: 510px;
	height: 410px;
	background: #fff;
	border: 1px solid #000;
	text-align: left;
	text-align: center;
	padding: 15px;
	margin: 0 0 15px 20px;
	}
	
	/*   Classes 	*/

#infobox	{
	background: #fff;
	color: #000;
	font-size: 13px;
	padding: 20px;
	border: 1px solid #000;
	}
	
#infobox a	{
	color: #000;
	font-weight: bold;
	}
	

.nomargin	{
	margin: 0;
	padding: 0;
	}
	
.header	{
	background: #000;
	color: #fff;
	font-weight: bold;
	}
	
	/*   Links 	*/

a:link	{
	color: #fff;
	font-weight: bold;
	}
	
a:visited	{
	color: #fff;
	font-weight: bold;
	}
	
a:hover	{
	color: #000;
	font-weight: bold;
	}

	/*   Admin Styles	*/
	
#selectomatic	{
	background: #fff;
	padding: 6px 20px;
	color: #b21d21;
	border-bottom: 1px solid #000;
	}
	
#selectomatic a	{
	color: #b21d21;
	}