@charset "UTF-8";
/* CSS Document */

body {
	margin: 0 0;
	margin-bottom: 0px;
	background-color:#000;
	font-family: Trebuchet MS;
	color: #FFF;
	text-align: center;
}

a:link { color: #000; }
a:visited { color: #666; } 
a:hover { color: #F00; } 

#container {
	background-image:url(../images/bg.jpg);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	border: #000 1px solid;
	width: 1000px;
	height: 1010px;
}


#header {
	font-size: 11px;
	height: 30px;
	width: 750px;
	float: right;
}

#footer {
	font-size: 11px;
	height: 20px;
	width: 1000px;
	text-align: right;
}

#menu {
	list-style: none;
	padding: 0;
	margin: 34px 0;
	width: 1000px;
	height: 32px;
	position: absolute;
}

#menu span {
	display: none;
	position: absolute;
}
#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
#menu a:hover {
	background-position: 0px -32px;	
}
#menu a:hover span{
	display: block;
}

#menu .about {
	width: 120px;
	height: 32px;
	background: url(../images/menu_about.png) no-repeat;
	left: 0;
	top: 0;
	z-index:1;
}

#menu .service {
	width: 120px;
	height: 32px;
	background: url(../images/menu_service.png) no-repeat;
	left: 120px;
	top: 0;
	z-index:1;
}

#menu .weapon {
	width: 120px;
	height: 32px;
	background: url(../images/menu_weapon.png) no-repeat;
	left: 240px;
	top: 0;
	z-index:1;
}

#menu .price {
	width: 120px;
	height: 32px;
	background: url(../images/menu_price.png) no-repeat;
	left: 360px;
	top: 0;
	z-index:1;
}

#menu .event {
	width: 120px;
	height: 32px;
	background: url(../images/menu_event.png) no-repeat;
	left: 480px;
	top: 0;
	z-index:1;
}

#menu .press {
	width: 99px;
	height: 32px;
	background: url(../images/menu_press.png) no-repeat;
	left: 600px;
	top: 0;
	z-index:1;
}

#menu .client {
	width: 120px;
	height: 32px;
	background: url(../images/menu_client.png) no-repeat;
	left: 699px;
	top: 0;
	z-index:1;
}

#menu .faq {
	width: 62px;
	height: 32px;
	background: url(../images/menu_faq.png) no-repeat;
	left: 819px;
	top: 0;
	z-index:1;
}

#menu .contact {
	width: 119px;
	height: 32px;
	background: url(../images/menu_contact.png) no-repeat;
	left: 881px;
	top: 0;
	z-index:1;
}


/*** set the width and height to match your images **/
#slideshow {
    position: relative;
    height:348px;
	width: 1000px;
	margin-top: 68px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

#title {
	position: relative;
	margin: 0 25% 0 25%;
	background-image: url(../images/title.png);
	width: 527px;
	height: 182px;
	font-size: 18px;
}

#video {
	position: relative;
	margin: 0 25% 0 25%;
	background-image: url(../images/bgsemi.png);
	width: 527px;
	height: 380px;
	font-size: 18px;
}

#quicklinks {
	position: absolute;
	margin: -562px 0;
	background-image: url(../images/bgsemi.png);
	width: 250px;
	height: 562px;
}

#highlights {
	position: absolute;
	margin: -562px 777px;
	background-image: url(../images/bgsemi.png);
	width: 221px;
	height: 562px;
}