* {
	margin:0px;
	padding:0px;
	border:0px;
}
body {
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background: #717171 url(images/bgrepeat.jpg) repeat-x;
}
body div {
	text-align:left;
}
#Top {
	position:relative;
	margin:0 auto;
	width:760px;
	height:128px;
	z-index:1;
	background:url(images/top.jpg);
}
#middle {
	position:relative;
	margin:0 auto;
	width:740px;
	z-index:2;
	background-color:#fff;
}

/* Middle Heights and padding */

.midpad {padding:20px 10px 10px 10px;}

.midhome {
height:470px;
}

.midstock {
height:1025px;
}

.midfinance {
height:825px;
}


/* End Middle Heights */



#Bottom {
	position:relative;
	margin:0 auto;
	width:760px;
	height:58px;
	z-index:3;
	background:url(images/bottom.jpg);
}
a:link {
	color: #C10001;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #C10001;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
a:active {
	color: #C10001;
	font-weight: bold;
	text-decoration: none;
}
#Botdetails {
	position:absolute;
	left:7px;
	top:8px;
	width:749px;
	height:18px;
	z-index:4;
	color:#fff;
}
#Openinghours {
	position:absolute;
	left:7px;
	top:40px;
	width:532px;
	height:17px;
	z-index:4;
	color:#fff;
	padding-top:1px;
	border-top:#fff solid 1px;
}

.rightfloat {
float:right; 
padding-left:20px; 
padding-right:20px;
}

.rightfloatmap {
float:right; 
padding-left:20px; 
padding-right:50px;
}

#Navbar {
	position:absolute;
	left:0px;
	top:110px;
	width:760px;
	height:18px;
	z-index:4;
}

/*Nav*/
	.menu {
				height: 18px;
				width: 760px;
	}
	.cssnav	{
				position:relative;
				float: left;
				margin: 0; 
				padding: 0;
				font-family: arial, helvetica, sans-serif;
				background: url(images/buttonbgoff.jpg) no-repeat;
				width: 190px;
				height: 18px;
				overflow:hidden;/* for ie to hide extra height*/	
	}
	.cssnav a {
				display: block;
				color: #fff;
				font-size: 11px;
				width: 190px;
				height: 18px;
				display: block;
				float: left;
				color: black;
				text-decoration: none;
				overflow:hidden;/* for ie to hide extra height*/
	}
	.cssnav a:hover {
				color: #ffffff;
				font-weight:bold;
	}
	
	.cssnav a:visited {
				color: #ffffff;
				font-weight:bold;
	}
	

	.cssnav img {width: 190px; height: 18px; border: 0; }
	* html a:hover {visibility:visible}
	.cssnav a:hover img{visibility:hidden}

	.cssnav span {
				position: absolute;
				color:#fff;
				left: 3px;top: 2px;
				text-align: center;
				width: 190px;
				cursor: pointer;   
				}
/*End nav*/
