/* STARTING DIVS */ 

body {
	width: 980px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.header {
	background-color: #CCCCCC;
	width: 980px;
	height: 141px;
	background-image: url(images/ems-top-banner.jpg);
}
.menu {
	background-color: #CCCCCC;
	width: 980px;
	height: 30px;
	background-image: url(images/ems-topmenu_background.jpg);
}
.center_homepage {
	background-color: #FFFFFF;
	width: 980px;
	height: 340px;
	background-image: url(images/ems-center_background.jpg);
	z-index: 0;
}

.center_product_type {
	background-color: #FFFFFF;
	width: 980px;
	background-image: url(images/ems-center_background.jpg);
	padding: 5;
}
.footerbackground {
	width: 980px;
	height: 18px;
	padding-top: 0px;
	background-image: url(images/footer_background.jpg);
}
.topbackground {
	width: 980px;
	height: 18px;
	padding-top: 0px;
	background-image: url(images/footer_background.jpg);
}
	
.bottom_page {
	width: 980px;
	height: 42px;
	background-color: #666666;
	background-image: url(images/footer.jpg);
	text-align: center;
	padding-top: 8px;
}

/* ENDING DIVS */ 



/* Text for Press, Catalog, Contact Us, Where to Buy */ 

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5A5A5A;
	vertical-align: top;
	margin-right: 19px;
	margin-top: 8px;
	margin-bottom: 20px;
	float: right;

}
.text_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #0080C0;
	vertical-align: top;
	margin-right: 19px;
	margin-top: 15px;
	margin-bottom: 0px;
	float: left;

}

.linkurl {
	visibility: hidden;

}

/* LINKS */

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #352619;
	text-decoration: none;
}


a:visited { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333; 
	text-decoration: none; 
}


a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #09A8FD;
	text-decoration: none;

}

