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

body{
	background-position: top left;
	background-attachment:scroll;
	background-image:url(../images/background_skyline.jpg);
	background-repeat:repeat-x;
	background-color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	margin:0px;
	color:#CCC;
}
a:link{ 	color:#FFF; font-weight:bold; text-decoration:none;}
a:hover{ 	color:#FFF; font-weight:bold; text-decoration:underline;}
a:active{ 	color:#FFF; font-weight:bold; text-decoration:none;}
a:visited{ 	color:#FFF; font-weight:bold; text-decoration:none;}
p{
	margin:0px;
}

.hiddenElement{
			display:none;
		}



#logo{
	height: 234px;
	width: 398px;
	position: absolute;
	z-index: 10;
	top: 210px;
	left: 370px;
}
#topper{
	font-size: 12px;
	font-weight:bold;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	padding-left: 200px;
	padding-top: 7px;
}
#header{
	background-image:url(../images/building_top.png);
	margin-top: 35px;
	height: 374px;
	width: 1122px;
}
#top_navigation{
	height: 50px;
	width: 1015px;
	background-image: url(../images/nav_bar.png);
	position: absolute;
	padding-left: 28px;
	padding-top: 15px;
	top: 308px;
	left: 45px;
}
#body{
	background-image:url(../images/bricks.jpg);
	width: 1004px;
	height: auto;
	margin-left: 62px;
}
#body_shading{
	background-image: url(../images/body_shading.png);
	width: 1004px;
	height: 100%;
	background-repeat:no-repeat;
}
#bottom{
	background-image: url(../images/entrance_bottom.jpg);
	background-repeat: no-repeat;
	margin-left: -52px;
	width: 1064px;
	height: 164px;
}
#bottom_nav{
}
#copyright{
	height: 95px;
	width: 1056px;
	text-align: right;
	font-size:9px;	
	padding-right: 10px;
	line-height:10px;
	
}
#entrance{
	clear: both;
	width: 100%;
	height: 305px;
}
#entrance_door{
	float: left;
	margin-left: -50px;
	height: 305px;
	width: 398px;
}
#entrance_block{
	float: right;
	height: 260px;
	width: 630px;
	padding: 5px;
	margin-right: 10px;
	margin-top: 10px;
	background-image:url(../images/background_black.png);
}
#fadeshow1{
	float: left;
	background-color: #000;
	height: 195px;
	width: 697px;
}
#lamp{
	float: left;
	height: 195px;
	width: 153px;
}
#slider{
	float:left;
	width: 1004px;
	height: 720px;
	overflow: hidden;
}
#main_body{
	clear: both;
}
#email_signup{
	float: left;
	width: 400px;
	height: 220px;
	padding-left: 3px;
	text-align:justify;
}
#social_links{
	float: right;
	width: 200px;
	height: 220px;
}
#specials_holder{
	margin-left: 15px;
	float: left;
	width: 300px;
	height: 475px;
	background-image: url(../images/background_black.png);	
}
#specials_rotator{
	padding-top: 10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom: 10px;
}
#main_content{
	margin-right: 11px;
	float: right;
	width: 640px;
	height: 460px;
	background-image: url(../images/background_black.png);
	overflow: hidden;
}
#barpong_main{
	height: 180px;
	width: 380px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-left: 230px;
	background-image:url(../images/barpong_mainpage.png);
	text-align: center;
}

