/* CSS Document */

body
{
	text-align: center;
	padding: 50px 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
}

.noDisplay
{
	display: none;
}

#wrapper
{
	width: 837px;
	margin: 0 auto;
	text-align: justify;
	border: 3px solid #653366;
	padding: 2px;
}

#inWrap
{
	border: 1px solid #653366;
	padding: 3px;
}

#header
{
	height: 120px;
	width: 829px;
	background: url(../images/header.jpg) top left no-repeat;
}

#menu
{
	width: 198px;
	position: absolute !important;
	top: 0;
	left: 0;
	padding: 5px 0 0 0;
}

#menu li
{
	display: inline;
}

#menu li a
{
	color: white;
	text-decoration: none;
	weight: bold;
	padding: 3px 0 3px 15px;
	display: block;
	font-size: 13px;
}

#menu li a:hover
{
	background: #ffcc33;
	color: #653366;
}

#menu #selected a
{
	background: #ffcc33;
	color: #653366;
}

#content
{
	position: relative;
	background: url(../images/contentBack.jpg) top left repeat-y;
}

#content .innerHeader
{
	background: #ffcc33;
	color: #653366;
	font-weight: bold;
	font-size: 16px;
	padding: 4px 0;
	float: left;
	border: 4px double #653366;
	width: 173px;
	text-align: center;
}

#content .viewCart
{
	float: right;
}

#content #contentTop
{
	height: 50px;
	padding: 5px 15px 25px 15px;
}

#realContent
{
	padding: 0 0 0 198px;
}

#content img
{
	padding: 0px;
}

.productList 
{
	padding: 0 15px;
}

.productList li h2, .productListWide li h2
{
	font-size: 14px;
	text-align: left;
	padding: 10px 0;
}

.productList li h2 b, .productListWide li h2 b
{
	color: #653366;
	font-weight: bold;
}

.productList li h2 small, .productListWide li h2 small
{
	font-size: 10px;
	line-height: 7px;
}

.productList li
{
	width: 40%;
	padding: 0 5% 0 5%;
	text-align: center !important;
	display: block;
	float: left;
	height: 620px;
}

.productList form
{
	padding: 10px 0;
}

.productList li p
{
	text-align: justify;
}

#footer
{
	width: 840px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

#footer ul
{
	margin-left: 105px;
	clear: both;

}

#footer li
{
	float: left;
	padding: 0 5px;
	margin: 0;
	border-right: 1px solid #666;
	line-height: 11px;
}

#footer a
{
	color: black;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 11px;
}

#footer a:hover
{
	color: #653366;
}

#footer .last
{
	border-right: 0px none;
}

.miniList li
{
	float: none;
	height: auto;
	width: auto;
	padding: 0px 0 15px 0;
}

.productListWide
{
	padding: 0 15px;
	text-align: center;
}

.productListWide p
{
	text-align:justify;
	padding: 10px 0;
}

.productListWide .miniList
{
	text-align: justify
}

#conTbottom
{
	background: #ffcc33;
	margin: 15px 15px 0 15px;
	text-align: center;
	padding: 40px 0;
}

#conTbottom h3
{
	color: #653366;
	font-weight: bold;
	font-size: 14px;
}

#conTbottom a
{
	text-decoration: none;
	font-weight: bold;
	color: black;
}

#conTbottom a:hover
{
	text-decoration: underline;
	font-weight: bold;
	color: black
}