/**import outside files**/

@import url("temporary.css");

@import url("base.css");

@import url("font.css");


/**Specify styles only for index.html**/

.topimage {

	margin: 25px 0;

}



.featuredproducts {

	margin: 10px 0 10px 5px;

	width: 270px;

	float: left;

}

/*-- Featued Products 2 column 2010/03/01 --*/
.allcol{
	margin: 10px 0 10px 5px;
	width: 560px;
	float:left;
}
.allcol img{
	float:left;
	margin-right:5pxpx;
}
/*--*/

div.separate{
	clear:both;
	border-top:dotted 1px #ccc;
	border-right:none;
	border-bottom:none;
	border-left:none;
	height: 1px;
	margin:0 0 0 5px;
	width:550px;
}

.featuredproducts img {

	float: left;

	margin-right: 5px;

}

featuredproducts p {

	float: right;
	
	margin-top:5px;

}



.arrow {

	float: none !important;

	margin-left: 5px;

}

	



.exhbanner {

	clear: all;

	margin: 30px 0 20px;

}



.company {

    clear: all;

	margin: 10px 0 0 5px;

	width: 270px;

	float: left;

}



.history {

	margin: 10px 0 0 15px;

	width: 270px;

	float: left;

}



.company img {

	float: left;

}



.history img {

	float: left;

}



/** Link properties at the featured products**/

div.featuredproducts a:link {

	color: #D97A16;

    text-decoration:underline;

}

div.featuredproducts a:visited {

	color: #D97A16;

    text-decoration:none;

}

div.featuredproducts a:active {

	color: #CC0000;

    text-decoration:underline;

}

div.featuredproducts a:hover {

	color: #68A13A;

    text-decoration:underline;

}

/** /Link properties at the featured products**/





/** Link properties at the Company info**/

a.companyinfo:link {

	font-weight: bold;

    text-decoration:underline;

    color: #333;

}



a.companyinfo:visited {

	font-weight: bold;

    text-decoration:underline;

    color: #666;

}

a.companyinfo:active {

	font-weight: bold;

    text-decoration:underline;

    color: #68A13A;

}

a.companyinfo:hover {

	font-weight: bold;

    text-decoration:underline;

    color: #68A13A;

}

/**Link properties at the Company info**/