@charset "UTF-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000;
	}
	
#container {
	width: 980px;
	padding: 3px;
	margin: 0px auto;
	}

#header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	background-image: url(images/empyrean.gif);
	height: 130px;
	background-repeat: no-repeat;
	background-position: center top;
	}
	
#header h1 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	text-align: center;
	display: none;
	}
#navbar {
	color: #FDBB63;
	text-align: center;
	}
#navbar  a  img {
	border-width: 0px;
	border-style: none;
	}

#content-insupro, #content-peptibolic, #content-vector, #content-revitalize {
	background-position: center top;
	background-repeat: no-repeat;
	height: 750px;
	}

#content-insupro {
	background-image: url(images/background-insupro.jpg);
	}
#content-peptibolic {
	background-image: url(images/background-peptibolic.jpg);	
	}
#content-vector {
	background-image: url(images/background-vector.jpg);	
	}
#content-revitalize {
	background-image: url(images/background-revitalize.jpg);	
	}
	
	
#productshot-insupro, #productshot-peptibolic, #productshot-vector {
	position: relative;
	height: 369px;
	width: 260px;
	top: 20px;
	left: 110px;
	border: thin solid #00A4DD;
	background-color: #000;
	}
	
#productshot-revitalize {
	position: relative;
	height: 350px;
	width: 300px;
	top: 20px;
	left: 70px;
	border: thin solid #00A4DD;
	background-color: #000;
	}
	
#productshot-insupro {
	background-image: url(images/product-insupro.jpg);
	}
#productshot-peptibolic {
	background-image: url(images/product-peptibolic.jpg);
	}
#productshot-vector {
	background-image: url(images/product-vector.jpg);
	}
#productshot-revitalize {
	background-image: url(images/product-revitalize.jpg);
	}
	
#contentmisc {
	position: relative;
	height: 165px;
	width: 260px;
	left: 110px;
	background-color: #000;
	top: 20px;
	margin: 0px;
	text-align: center;
	color: #00A4DD;
	font-weight: bold;
	font-size: 20px;
	}
	
#contentmisc img, #contentmisc p {
	margin: 1px;
	line-height: 12px;
	}

#productinfo {
	position: relative;
	height: 530px;
	width: 480px;
	top: -519px;
	left: 385px;
	border: medium solid #00A4DD;
	background-color: #000;
	color: #FFCC00;
	font-family: Arial, Helvetica, sans-serif;
	}
#product-details {
	overflow: auto;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
}
#product-details   h2    {
	font-size: medium;
	font-weight: bold;
	color: #FFCC00;
	margin-top: 10px;
	margin-bottom: 3px;
}
#product-details p {
	font-size: small;
	color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
}
#product-details td {
	font-size: 8px;
	color: #FFFFFF;
	text-align: center;
}
	

#product-navbar {
	background-image: url(images/product-navbar.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	height: 25px;
	text-align: left;
	padding-left: 14px;
	padding-top: 6px;
}

#product-navbar a {
	color: #FFFFFF;
	text-decoration: none;	
	}

#product-navbar a:hover {
	color: #FFCC00;
	text-decoration: underline;
	}
#productinfo li {
	margin-bottom: 14px;
	list-style-type: disc;
	font-size: small;
	font-weight: bold;
}
#product-details li {
	color: #FFFFFF;
	font-weight: normal;
	}
#product-details li strong {
	color: #FFCC00;
	font-weight: bold;
	letter-spacing: 0.25em;
}



#footer {
	color: #FDBB63;
	text-align: center;
	font-size: 80%;
	margin: 5px;
	}

#footer a {
	text-decoration: none;
	color: #FFCC00;
	}

#footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	}
#footer p {
	color: #00A4DD;
}