@charset "utf-8";
/* CSS Mouldtech */


body {
	margin:0px;
	padding:0px;
	background-color:#a3a3a3;
}

.menubarlink {
	background-image:url(Img/hover_button.jpg);
	height:32px;
	background-repeat:repeat-x;}
	
.menubarlink:hover {
	background-image:url(Img/button_hover.jpg);
	height:32px;
	background-repeat:repeat-x;}	

.link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
}

.link:hover {
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#aaaaaa;
	text-decoration:none;
}

.yellowtext {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#ca4402;
	text-decoration:none;
}

.normaltext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:18px;
	text-decoration:none;
}

.normaltextwww {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	line-height:18px;
	text-decoration:none;}


.gradiantimg {
	background-image:url(Img/gradiant_line.jpg);
	width:614px;
	height:29px;
	background-repeat:no-repeat;
}

.whitext {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#FFFFFF;
	text-decoration:none;
}

.productlink {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-decoration:none;
}

.productlink:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
	text-decoration:none;
}

.productbutton {
	background-image:url(Img/PRODUCT_BUTTON.jpg);
	width:220px;
	height:36px;
	background-repeat:no-repeat;
}

.productbutton:hover {
	background-image:url(Img/PRODUCT_BUTTON_HOVER.jpg);
	width:220px;
	height:36px;
	background-repeat:no-repeat;
}

.productextlink {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
}

.productextlink:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffffff;
	text-decoration:none;
}

.producttopline {
	background-image:url(Img/topproduct_bg.jpg);
	width:622px;
	height:36px;
	background-repeat:no-repeat;
}

.menubarmiddle {
	background-image:url(Img/menu_middle.jpg);
	height:34px;
	background-repeat:repeat-x; 
}

.forumtext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	padding:8px;
	text-decoration:none;
}


/* Thumbnail css*/


.thumbnail{
	position:relative;
	z-index: 1000;
}

.thumbnail:hover{
	background-color: transparent;
	z-index:50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color:#ffffff;
	padding: 5px;
	left: -1000px;
	border:0px;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0px;
	padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	position:fixed;
	top: 22px;
	left: px;
	z-index:10000;

}
