@charset "UTF-8";
/* CSS Document */

body{
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#999999;
	margin:0px;
	padding:0px;
}

#dwrapper{
	position:relative;
	width:900px;
	margin:0px auto auto auto;
	padding:0px;
	background:#FFFFFF;
	
}



.contactCompany {
	font-family: Georgia, Times, Serif; 
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #000; 
}

.contactLink { 
	font-family: Arial, Helvetica, Swiss; 
	font-size: 11px;
	line-height: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #666;
}

.contactLink:hover { 
	font-family: Arial, Helvetica, Swiss; 
	font-size: 11px;
	line-height: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #600;
}

.contactOther { 
	font-family: Arial, Helvetica, Swiss;
	font-size: 11px;
	line-height: 11px;
	font-weight: normal;
	color: #666;
}

.mainLinks { 
	font-family: Arial, Helvetica, Swiss; 
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #666;
}

.mainLinks:hover { 
	font-family: Arial, Helvetica, Swiss; 
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #666;
}

.formLabel { 
	font-family: Arial, Helvetica, Swiss;
	font-size: 11px;
	line-height: 11px;
	font-weight: normal;
	color: #666;
}

.headerArea {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}

.linksArea {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 8 0 8 0; 
	text-align: center; 
	background-color: #faf8d8; 
	border-bottom: 1px solid #666; 
	border-top: 1px solid #666; 
	margin-top: 5px;
}

.displayAreaOuter {
	width: 100%px;
	background-image: url("images/bgimage.jpg");
	background-repeat: no-repeat;
	background-color: #eaded9;
	margin-top: 0;
}

.displayArea {
	/*
	min-height: 579px;
	height: 579px;
	*/
}	

body[class] .displayArea {
	height: auto;
}

.productArea {
	width: 100%;
	border-bottom: 1px solid #333; 
}	

.priceArea {
	border-top: 1px solid #996;
	border-bottom: 1px solid #996;
	padding-top: 5px;
	padding-bottom: 5px;
}

.paginationArea {
	border-top: 1px solid #cc9;
	border-bottom: 1px solid #cc9;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}

.paginateLabel { 
	font-family: Arial, Helvetica, Swiss;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #000;
}

.productHeading { 
	font-family: Arial, Helvetica, Swiss;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #000;
}

.productLabel { 
	font-family: Arial, Helvetica, Swiss;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	color: #000;
}

.productElement { 
	font-family: Arial, Helvetica, Swiss;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #666;
}

.noImage
{
	width: 150px;
	height: 118px;
	border: 1px solid #666;
	background-color: #dedad9;
	text-align: center;
	font-family: Arial, Helvetica, Swiss;
	font-size: 11px;
	line-height: 11px;
	font-weight: normal;
	color: #333;
}

