html, body {
	height:100%;
	min-height:100%;
}

body {
	margin: 0px auto;
	color:#3F3F3F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: url(images/bg.jpg) repeat-x top #8f8f8f;
}


#container {
	width: 850px;
	height:auto !important;
	min-height:100%;
	height: 100%;
	margin: 0px 86px;
	background: url(images/bgContainer.jpg) repeat-y #ffffff;
}


#menu {
	float: right;
	min-height: 100%;
	height:auto;
	width: 300px;
}

#menu ul {
	margin: 0px;
	padding:0px;
	list-style-type: none;
}

#menu li	{
	
	background: url(images/bullet.jpg) no-repeat 0 50%;
	font-size: 15px;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height:40px;
}

#menu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	text-decoration: none;
	color: #ffffff;
	padding-left: 40px;
}

#menu a:hover {
	color: #333333;
}

#menu a img {
	height: 0; 
	width: 0; 
	border-width: 0;
}

#menu a:hover img {
	position: absolute;
	top: 100px; 
	left: 86px; 
	height: 501px; 
	width: 540px;
}

#content {
	float:left;
	width: 540px;
	height: 100%;
	min-height: 100%;
	background-color:#fff;
}

.clear {
	clear:both;
}

#content p{
	padding: 0px 20px;
}

h2 {
	padding: 0px 20px;
	color:#333333;
}

h1 {
	padding: 0px 40px;
	text-align: center;
	color:#000000;
}

.normal a{
	color: #990000;
	
}

#row {
	width:100%;
	clear:both;
	text-align: center;
	background-color: #FFFFFF;
}

#row a {
	color: #E61737;
	font-size: 13px;
	line-height: 120%;
	text-decoration: none;
	font-weight: bold;
}

#row a:hover {
	color:#70272F;
	
}

#product {
	float: left;
	padding:20px 10px;
	width: 155px;
}

#productWide {
	float: left;
	padding:20px 10px;
	width: 250px;
}



#productInfo {
	width: 250px;
	float:right;
	padding: 10px;
	text-align:left;
}



#productInfo h1{
	text-align:left;
	padding: 0px 5px;
}

#productInfo p{
	padding: 0px 5px;
	line-height: 200%;
}

.box {
	width:250;
	background: #E8E6E7 url(images/curveBottom.jpg) no-repeat left bottom;
}
.box h2 {
	background: url(images/curveTop.jpg) no-repeat left top;
	padding: 10px 20px 0px 20px;
}

.box ul {
	list-style-type: circle;
	margin-left: 20px;
	padding-left: 20px;
}
.box li{
	padding: 5px 20px 5px 5px;
	
}

.price {
	font-weight: bold;
	font-size: 11px;
	line-height: 100%;
}
