body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma;
	font-size: 11px;

}

#navMenu {
	width: 900px;
	height: 44px;
	background-image: url(../images/navMenuBg.gif);
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	font-size: 12px;
	font-weight: bold;
}


#topMenu {
	width: 900px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	color:white;
}

#contentArea {
	width: 900px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	color: white;
}

#flashHeader{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	height: 268px;
	
}

#rightTopMenu {
	float:right;
	width:690px;
	text-align:right;
	padding-right:10px;
}

#rightTopMenu a:link, #rightTopMenu a:active, #rightTopMenu a:visited {
text-decoration: none;
color: #c7c7c7;
}
#rightTopMenu a:hover {
text-decoration: underline;
}


#leftTopMenu {	
	float:left;
	width:190px;
	padding-left:10px;
}
.minimenu {
	padding:0;
	margin:0;
	list-style: none;
	line-height: 30px;
}

.minimenu li {
	display:inline;
 	padding: 3px;

}

#footerArea {
	width: 900px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/footerBg.gif);
	color: white;
}

#footerText {
	width: 900px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#updateNews {
	float:left;
	width: 340px;
	padding-top: 20px;
	padding-left:10px;
}

#productList {
	float:right;
	width: 190px;
	margin-top: 30px;
	margin-bottom: 20px;
	padding-left:10px;
	padding-right:15px;
	text-align: left;
	/*background-color: aqua;*/
}

#productDetail {
	float:right;
	width: 265px;
	margin-top: 30px;
	margin-bottom: 20px;
	padding-right:15px;
	background-image: url(../images/proListBg.gif);
	background-position: right;
	text-align: right;
	background-repeat: repeat-y;
	
}
#productImage {
	float:left;
	width: 405px;
	margin-bottom: 20px;
}

#companyProfile {
	float:left;
	width: 340px;
	padding-top: 20px;
	padding-left:10px;
}

#companyPicture {
	float:right;
	width: 470px;
	padding-top: 30px;
	padding-left:30px;
	padding-bottom: 20px;
}

#newProducts {
	float:right;
	width: 518px;
	padding-top: 20px;
	padding-left:32px;
	padding-bottom: 20px;
}

#newProductImage {
	float:left;	
	width: 198px;	
	height: 105px;		
	padding-top:5px;
}

#newProductText {
	float: right;
	padding-left:22px;
	width: 298px;
	margin: 0;

}

.orangeText {
	color:#d16b17;
	line-height: 15px;
}

.orangeText a:link, .orangeText a:active, .orangeText a:visited {
text-decoration: none;
color: #c7c7c7;
}
.orangeText a:hover {
text-decoration: underline;
}

.greyText {
	color:#c7c7c7; 
	line-height: 15px;
}
.greyText a:link, .greyText a:active, .greyText a:visited {
text-decoration: none;
color: #c7c7c7;
}
.greyText a:hover {
text-decoration: underline;
}

.orangeHeader {
	color:#d16b17;
	font-weight: bold;
	font-size: 12px;
	line-height: 30px;
}

.catHeader {
	color:#d16b17;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 15px;
}

.productHeader {
	color:#d16b17;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 7px;
}

.updateNews {
	padding:0;
	margin-left:15px;	
	margin-bottom: 15px;
	line-height: 15px;
}


