#wrap
{
	width: 960px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}
body {
	margin-top : 0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	font-size: 10px;
	color:#222222;
	line-height: 12px;
	font-family:"arial";
}
#topbar {
	position:absolute;
	background-image:url(../../images/topbar.gif);
	background-repeat: repeat-x; 
	width:100%;
	height:73px;
	z-index:-1;
	left: 0px;
	top: 0px;
}
A:link {
	text-decoration: none;
	color:#000000;
}
A:visited {
	text-decoration: none;
	color:#666666;
}
A:active {
	text-decoration: none;
}
A:hover {
	text-decoration: none;
	color:#999999;
}
#container {
	position:absolute;
	width:960px;
	height:600px;
	z-index:1;
}
#header {
	position:absolute;
	width:512px;
	height:52px;
	z-index:1;
	left: 448px;
	text-align:right;
}
#productnav li {
	padding-left:18px;
	font-size:10px;
	display: inline;
    border-left: none;
	letter-spacing:1px;
	text-transform:uppercase;
	border-left:groove;
	list-style: none;
}
#headings {
	position:absolute;
	width:630px;
	height:20px;
	z-index:2;
	top: 110px;
}
#subheadings {
	position:absolute;
	width:630px;
	height:13px;
	z-index:6;
	top: 177px;
}
#content {
	position:absolute;
	width:960px;
	font-size:16px;
	line-height:26px;
	letter-spacing:.25px;
	z-index:6;
	top: 110px;
}
#content li {
	list-style: none;
}
#contact {
	position:absolute;
	font-size: 14px;
	line-height: 20px;
	letter-spacing:1px;
	width:462px;
	z-index:6;
	top: 177px;
}
#contact li {
	list-style: none;
}
#map {
	position:absolute;
	width:634px;
	height:423px;
	left: 326px;
	z-index:6;
	top: 110px;
}
#carousel {
	position:absolute;
	width:180px;
	height:60px;
	z-index:3;
	left: 736px;
	top: 110px;
}
#specdownload {
	position:absolute;
	width:304px;
	height:17px;
	z-index:5;
	left: 656px;
	top: 525px;
	text-align:right;
}
#productshot {
	position:absolute;
	width:378px;
	height:370px;
	z-index:4;
	left: 308px;
	top: 211px;
}
#productinfo {
	position:absolute;
	width:308px;
	height:320px;
	z-index:5;
	top: 211px;
}
#productinfo li {
	margin-left:-12px;
	font-weight:normal;
	letter-spacing:1px;
	text-transform:none;
	list-style: none;
	border-bottom: thin dotted #333333;
	padding-top:5px;
	padding-bottom:5px;
}
#productinfo li.first {
	margin-left:-12px;
	padding-left:0px;
	font-weight:bold;
	text-transform:uppercase;
	list-style: none;
}
.carousel-component { 
    padding:8px 16px 4px 16px;
    margin:0px;
}

.carousel-component .carousel-list li { 
    margin:0px;
    width:60px; /* img width is 75 px from flickr + a.border-left (1) + a.border-right(1) + 
                   img.border-left (1) + img.border-right (1)*/
    height:60px; /* image + row of text (87) + border-top (1) + border-bottom(1) + margin-bottom(4) */
    /*    margin-left: auto;*/ /* for testing IE auto issue */
}

.carousel-component .carousel-list li a { 
    display:block;
    border:none;
    outline:none;
}

.carousel-component .carousel-list li a:hover { 
    filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5; 
}

.carousel-component .carousel-list li img { 
    border:none;
    display:block; 
}
                                
.carousel-component .carousel-prev { 
    position:absolute;
    top:15px;
    z-index:3;
    cursor:pointer; 
    left:0px; 
}

.carousel-component .carousel-next { 
    position:absolute;
    top:15px;
    z-index:3;
    cursor:pointer; 
    right:0px; 
}
#logo {
	position:absolute;
	width:84px;
	height:47;
	z-index:500;
	top: 0px;
	left: 0px;
}
#flash {
	position:absolute;
	width:960px;
	height:472px;
	z-index:8;
	left: 0px;
	top: 110px;
}
#footer {
	position:absolute;
	width:960px;
	height:50px;
	z-index:501;
	left:0px;
	top:550px;
	border-top: thin dotted #333333;
	font-size:10px;
	padding-top:5px;
	letter-spacing:1px;
}
#chfooter {
	position:absolute;
	width:960px;
	height:50px;
	z-index:501;
	left:0;
	align:right;
	top:550px;
	font-size:10px;
	padding-top:5px;
	letter-spacing:1px;
	text-align: right;
}