@charset "utf-8";
body{
	margin-top: 0;
	background-color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	background-attachment: fixed;
	background-image: url(../images/gradient.jpg);
	background-repeat: repeat-x;
}
a, a:visited{
	color: #00F;
}
#container{
	position:relative;
	background-color:#FFF;
	margin-left:auto;
	margin-right:auto;
	width:900px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
/*---------------HEADER----------------*/
#header{
	text-align:center;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	height: 130px;
}
#header h1{
	display:none;
}
/*---------------NAV-BAR---------------*/
#menu{
	color:#FFF;
	width:900px;
	background-color:#000;
	height: 30px;
	float:left;
	font-weight: bold;
	background-image: url(../images/navBar.jpg);
	background-repeat: repeat-x;
	font-size: 14px;
}
#menu ul{
	margin:0;
	padding:0;
	padding-top: 5px;
	list-style:none;
}
#menu ul li{
	float:left;
	display:block;
	padding-left: 15px;
	padding-right: 15px;
	cursor:pointer;
	width:auto;
}
#menu ul li a{
	text-decoration:none;
	color:#FFF;
}
#menu ul li a:hover{
	color:#999;
}
/*---------------CONTENT---------------*/
#main{
	clear:left;
	height:550px;
	background-image: url(../images/fill.jpg);
	background-repeat: no-repeat;
	margin-bottom: 40px;
}
#content{
	padding-left:115px;
	padding-right: 80px;
	padding-top: 5px;
}
/*---------------LOCATION.HTML---------*/
#map{
	margin-top: 50px;
}
/*---------------STOCK.HTML---------*/
#container #main #content table tr td em{
	color:red;
}
.price{
	font-weight:bold;
}
#w269{
	width:269px;
}
#w310{
	width:310px;
}
#w10{
	width:10px;
}
#w52{
	width:50px;
}
/*----------------FOOTER---------------*/
#footer{
	text-align:center;
	height: 140px;
	font-size: 14px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position:right;
}
#footer p{
	padding-top:40px;
	}
