html{
	height: 100%;
}

p {
	padding: 0px;
	margin: 0px;
}

*{
	padding: 0;
	margin: 0;
}

img{
	border: 0px;
}

body{
	background-color: #171717;
  	padding: 0px;
  	margin: 0px;
  	}


#header{
  	background: url(../images/headerbg.png) repeat-x;
  	height: 49px;
  	width: 100%;
  	text-align: center;
  	}

#header a{
  	font-family: "Trebuchet MS";
  	font-size: 10px;
  	color: #c4c4c4;
  	text-decoration: none;
		text-transform: uppercase;
  	}

#header .mid{
  	width: 954px;
  	margin: 0 auto;
		position: relative;
		height: 110px;
  	}

#header a:hover{
		color: #fff;
		}
		
.mid .mid-l{
		 float: left;
		 margin-left: 10px;
 		 margin-top: 10px;
		 }

mid-l, mid-r{
	margin-top: 20px;}

ul.nav{
  	padding: 0;
  	margin: 0;
  	margin-left: 10px;
  	display:inline;
  	}

ul.nav li{
  	display: inline;
  	margin-top: 15px;
  	margin: 0;
  	padding: 10px;
  }

	 
.mid .mid-r{
		 float: right;
		 margin-right: 10px;
		 margin-top: 10px;
		 }

.mid .logo{
		 background: url('../images/logo.png') no-repeat;
		 position: absolute;
		 width: 230px;
		 height: 110px;
		 left: 362px;
		 }		 


#midsection{
	  	background: url('../images/bg.jpg') top center no-repeat #96c6dd;
		 width: 100%;
		 height: 430px;
		 text-align: center;
		 }
		 		 
#midsection .picture{
			width: 954px;
			height: 396px;
			margin: 0 auto;
			}				
			
.bottom{
			background: url('../images/btmbg.jpg') top center no-repeat #1c1c1c;
			border-top: 1px solid #000;
			width: 100%;
			text-align: center;
			height: 100%;
			}

	
			
				
h5{
	 background: #171717;
	 height: 30px;
	 width: 250px;
	 text-align: left;
	 padding-left: 45px;
	 padding-top: 8px;
	 margin: 0;
 	 }
	 
.infobox{
	width: 280px;
	height: 210px;
	float: left;
	margin: 17px;
	}
	 
h4{
	 background: #171717;
	 height: 22px;
	 width: 100%;
	 text-align: left;
	 padding: 0;
	 margin: 0;
	 }

.item{
	margin-left: 40px;
	float: left;
	padding: 4px;
	width: 300px;
	margin-top: 6px;
}

.price{
	color: #000;
	font-size: 16px;
	font-weight: bold;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	}

.item .desc{
	color: #333;
	float: left;
	padding: 4px;
	font-size: 11px;
	text-transform: uppercase;
	font-style:italic;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}

.infobox .inner{
	background:none repeat scroll 0 0 #171717;
	margin-top:10px;
	position:relative;
	width:100%;
	 }

.infobox .txt{
	color:#616060;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	line-height:18px;
	padding:25px;
	text-align:left;
	}

.infobox .icons{
	position: absolute;
	left: 189px;
	top: 91px;
}

.text{
	color:#3B3B38;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	font-style:italic;
	font-weight:bold;
	letter-spacing:0.8px;
	line-height:27px;
	margin-bottom:25px;
	padding-top:20px;
	text-align:center;
	width:954px;
}

#footer{
	width: 100%;
	text-align: center;
}

#footer a{
	color: #CCC;
	text-decoration: underline;}

#footer .mid{
	width: 954px;
	margin: 0 auto;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#footer .left, .right{
	margin-top: 20px;
	padding-bottom: 30px;
}

#footer .left{
	width: 300px;
	float: left;
	text-align: left;}
	
#footer .right{
	width: 300px;
	float: right;
	text-align: right;
	}

/* Slide Show */
	
#slideshow {
    position:relative;
    height:355px;
	width:954px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
	margin-top: 62px;

}

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

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