/*CONTAINER START*/
#container {
   position: absolute;  /* goes hand-in-hand with top and left parameters to position with the BODY tag */ 
   left: 50%; /* relative to the BODY tag */
   width: 960px; /* specific container width */
   margin-left: -480px; /* works with left parameter to center the container horizontally */
   top: 10px; /* relative to the BODY tag */
   height: 506px; /* specific container height */
   text-align: left; /* I want the DIV content to be flush left */
   background-image: url('http://www.dancingreddevilfireworks.com/catalogue/img/bg.jpg');
   background-repeat: no-repeat ;
   overflow: visible; /* in case the container is not the exact size of the content block */
   z-index: 1;
}
/*CONTAINER END*/

#sitemap{
	margin: auto;
	overflow: hidden;
	position: relative;
	left: -170px;
	top:  510px;
	height: 20px;
	width: 600px;
	z-index: 2;
	} 	

#product-title{
	margin: auto;
	overflow: hidden;
	position:absolute;
	left: 140px;
	top:  140px;
	height:37px;
	width:266px;
	z-index: 2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
	} 
	
	
#product-description{
	margin: auto;
	overflow: hidden;
	position:absolute;
	left: 140px;
	top:  180px;
	height:176px;
	width:383px;
	z-index: 2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	}
	
#product-img{
	margin: auto;
	overflow: hidden;
	position:absolute;
	left: 578px;
	top:  122px;
	height:350px;
	width:350px;
	z-index: 2;
	} 

#return-img{
	margin: auto;
	overflow: hidden;
	position:absolute;
	left: 2px;
	top:  510px;
	height:52px;
	width:52px;
	z-index: 2;
	} 
	
#next-img{
	margin: auto;
	overflow: hidden;
	position:absolute;
	left: 908px;
	top:  510px;
	height:52px;
	width:52px;
	z-index: 2;
	}
	
#next-menu{
	margin: auto;
	overflow: hidden;
	position: absolute;
	left: 900px;
	top:  444px;
	height: 52px;
	width: 52px;
	z-index: 2;
	}
	
#return-menu{
	margin: auto;
	overflow: hidden;
	position:absolute;
	left: 8px;
	top:  444px;
	height:52px;
	width:52px;
	z-index: 2;
	} 
	
 
 
#carousel{
	margin: auto;
	overflow: hidden;
	position:absolute;
	left: 103px;
	top:  104px;
	height: 454px;
	width: 800px;
	z-index: 2;
	} 
#carousel2{
	margin: auto;
	overflow: hidden;
	position:absolute;
	left: 103px;
	top:  214px;
	height: 454px;
	width: 800px;
	z-index: 2;
	} 
#sitemap{
	margin: auto;
	overflow: hidden;
	position: absolute;
	left: 160px;
	top:  506px;
	height: 20px;
	width: 800px;
	z-index: 2;
	} 

.text-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

.text-description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

.product {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC0000;
	font-weight: bold;
}



a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CC0000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}
